mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
32b3bbd50b
swc_ecma_codegen: - Emit only ascii characters. (#1187, #1188)
9 lines
96 B
TypeScript
9 lines
96 B
TypeScript
const foo = function() {
|
|
class A {
|
|
}
|
|
return {
|
|
A
|
|
};
|
|
}();
|
|
export { foo };
|