mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +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.
7 lines
37 B
JavaScript
7 lines
37 B
JavaScript
a = [
|
|
1,
|
|
2,
|
|
,
|
|
3,
|
|
];
|