mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +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)
1 line
52 B
TypeScript
1 line
52 B
TypeScript
export * from 'https://deno.land/x/djwt@v1.9/mod.ts' |