swc/bundler/tests/deno-exec/deno-9464/case1/input/entry.ts
강동윤 7f5bfdcc00
fix(bundler): Fix bugs (#1382)
swc_bundler:
 - Improve performance
 - Use `Vec<AHashSet<usize>>` instead of `AHashSet<(usize, usize)>`.
 - Fix statement orderings. (denoland/deno#9464) 
 - Fix wrapped esm mixed with circular imports. (denoland/deno#8224)
 - Store content of wrapped esm at top level. (denoland/deno#8224)
2021-02-22 17:27:40 +09:00

3 lines
76 B
TypeScript

import sodium from "https://deno.land/x/sodium/basic.ts"
await sodium.ready