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.
20 lines
111 B
JavaScript
20 lines
111 B
JavaScript
a = [
|
|
1,
|
|
,
|
|
];
|
|
b = [
|
|
2,
|
|
3,
|
|
c
|
|
];
|
|
d = [
|
|
4,
|
|
,
|
|
5,
|
|
];
|
|
e = [
|
|
6,
|
|
c,
|
|
7
|
|
];
|