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
ef7bc2e6cc
denoland-deno
/
cli
/
tests
/
testdata
/
js_import_detect.ts
4 lines
72 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(cli/tests): remove unnecessary void return types (#11577)
2021-08-05 07:08:58 -04:00
function
define
(
_foo
:
string
[
]
)
{
}
Fix issue with detecting AMD like imports (#4009)
2020-02-16 05:11:44 -05:00
define
(
[
"long"
]
)
;
console
.
log
(
"ok"
)
;
Copy permalink