mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
bd92d89306
swc_ecma_codegen: - Fix codegen of numbers when minification is enabled. (#2294)
2 lines
138 B
TypeScript
2 lines
138 B
TypeScript
class Test{#a;constructor(a){this.#a=a} #b(){setTimeout(()=>{this.#a.textContent="TESTED"},1000)}run(){this.#b()}}export{Test as default}
|