This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
c137b11abf
denoland-deno
/
cli
/
tests
/
error_002.ts
8 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Source map support (#429) This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M
2018-08-02 13:13:32 -04:00
import
{
throwsError
}
from
"./subdir/mod1.ts"
;
Migrate from tslint to eslint for linting (#1905)
2019-03-09 12:30:38 -05:00
function
foo
(
)
:
void
{
Source map support (#429) This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M
2018-08-02 13:13:32 -04:00
throwsError
(
)
;
}
foo
(
)
;
Copy permalink