This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
8c85766198
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