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-22 15:06:54 -05:00
Code
Issues
Packages
1
Wiki
Activity
cb11bbd839
denoland-deno
/
tests
/
error_005_missing_dynamic_import.ts
5 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Improve DenoCompiler.makeDefine and localRequire
2018-08-23 16:29:31 -04:00
(
async
(
)
=
>
{
Migrate from tslint to eslint for linting (#1905)
2019-03-09 12:30:38 -05:00
// eslint-disable-next-line
Improve DenoCompiler.makeDefine and localRequire
2018-08-23 16:29:31 -04:00
const
badModule
=
await
import
(
"bad-module.ts"
)
;
}
)
(
)
;
Copy permalink