mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
348052b017
Although it's quite naive at the moment, I added two optimization passes. - dead code elimination (Closes #607) - inlining
2 lines
26 B
JavaScript
2 lines
26 B
JavaScript
let a = { b: 'c' };
|
|
use(a) |