mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
b4aa1d48e3
swc_ecma_transforms_base: - Fix bug of `ts_resolver`. swc_ecma_transforms_typescript: - `strip`: Emit `export {}` for type-only modules. (#1698) - `strip`: Support scripts.
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
var F = require("yaml");
|
|
console.log(F);
|
|
export { };
|