mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 18:43:52 +03:00
ba13db54db
swc_bundler: - Allow `export *` and `import` from same source. (denoland/deno#8828, denoland/deno#8725) - Handle contextual keywords. (denoland/deno#8680) - Prevent duplicated identifiers. (denoland/deno#8725) swc_ecma_transforms: - dce: Preserve tags in tagged template literals. (denoland/deno#8746) - dce: Handle throw statement correctly. (denoland/deno#8736)
3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
import { format } from "path";
|
|
|
|
export * from 'https://deno.land/x/deno_image@v0.0.3/mod.ts' |