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
e04f1f1f34
denoland-deno
/
cli
/
tests
/
testdata
/
error_002.ts
8 lines
93 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"
;
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
function
foo() {
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