mirror of
https://github.com/swc-project/swc.git
synced 2025-01-01 18:16:09 +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)
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
import "./nats-base-client";
|
|
|
|
export function connect() {
|
|
} |