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
2025-01-18 11:53:59 -05:00
Code
Issues
Packages
1
Wiki
Activity
90c2b10f47
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 13:29:31 -07:00
(
async
(
)
=
>
{
Migrate from tslint to eslint for linting (#1905)
2019-03-10 04:30:38 +11:00
// eslint-disable-next-line
Improve DenoCompiler.makeDefine and localRequire
2018-08-23 13:29:31 -07:00
const
badModule
=
await
import
(
"bad-module.ts"
)
;
}
)
(
)
;
Copy permalink