swc/ecmascript/codegen/tests/references/923c99b441ab5a26.js
강동윤 6e028696a5
Faster sourcemap generation for large files (#697)
We buffer operations related to source map and make it fast using an assumption that the byte positions always increment while emitting a file.
2020-03-02 20:49:08 +09:00

52 lines
479 B
JavaScript

var a = [
'b',
'c',
'd'
].e('');
var f = [
'b',
'c',
'd'
].e();
var g = [
'b',
1,
2,
3,
'c'
].e('');
var h = [
i(),
'b',
4,
5,
6,
'c',
c()
].e('');
var j = [
i(),
c(),
'b',
7,
8,
9,
'c',
c()
].e('');
var k = [
10,
11,
'b',
'c',
d()
].e('');
var l = [
'b',
12 + 13 + 'c',
'd'
].e('m');
var n = [].e(b + c);
var o = [].e('');
var p = [].e('b');