mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +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.
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
var a = /*#__PURE__*/ React.createElement("div", {
|
|
id: "abc>"
|
|
});
|
|
export { };
|