mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 19:46:22 +03:00
6e028696a5
We buffer operations related to source map and make it fast using an assumption that the byte positions always increment while emitting a file.
4 lines
21 B
JavaScript
4 lines
21 B
JavaScript
var [a] = [
|
|
1
|
|
];
|