Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cac09cf

Browse files
committed
JS: Update TRAP output
1 parent be105b6 commit cac09cf

42 files changed

Lines changed: 43 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

javascript/extractor/tests/es2015/output/trap/export1.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ hasLocation(#20001,#20003)
5656
scopes(#20018,3)
5757
scopenodes(#20001,#20018)
5858
scopenesting(#20018,#20000)
59+
isES2015Module(#20001)
5960
isModule(#20001)
6061
#20019=@"var;{x};{#20018}"
6162
variables(#20019,"x",#20018)

javascript/extractor/tests/es2015/output/trap/export10.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ hasLocation(#20001,#20028)
8484
scopes(#20029,3)
8585
scopenodes(#20001,#20029)
8686
scopenesting(#20029,#20000)
87+
isES2015Module(#20001)
8788
isModule(#20001)
8889
#20030=@"var;{f};{#20029}"
8990
variables(#20030,"f",#20029)

javascript/extractor/tests/es2015/output/trap/export11.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ hasLocation(#20001,#20016)
5454
scopes(#20017,3)
5555
scopenodes(#20001,#20017)
5656
scopenesting(#20017,#20000)
57+
isES2015Module(#20001)
5758
isModule(#20001)
5859
#20018=*
5960
stmts(#20018,29,#20001,0,"export ... lass {}")

javascript/extractor/tests/es2015/output/trap/export2.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ hasLocation(#20001,#20003)
6666
scopes(#20022,3)
6767
scopenodes(#20001,#20022)
6868
scopenesting(#20022,#20000)
69+
isES2015Module(#20001)
6970
isModule(#20001)
7071
#20023=@"var;{f};{#20022}"
7172
variables(#20023,"f",#20022)

javascript/extractor/tests/es2015/output/trap/export3.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ hasLocation(#20001,#20003)
7171
scopes(#20024,3)
7272
scopenodes(#20001,#20024)
7373
scopenesting(#20024,#20000)
74+
isES2015Module(#20001)
7475
isModule(#20001)
7576
#20025=@"var;{f};{#20024}"
7677
variables(#20025,"f",#20024)

javascript/extractor/tests/es2015/output/trap/export4.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ hasLocation(#20001,#20003)
6666
scopes(#20022,3)
6767
scopenodes(#20001,#20022)
6868
scopenesting(#20022,#20000)
69+
isES2015Module(#20001)
6970
isModule(#20001)
7071
#20023=*
7172
stmts(#20023,29,#20001,0,"export ... n () {}")

javascript/extractor/tests/es2015/output/trap/export5.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ hasLocation(#20001,#20044)
124124
scopes(#20045,3)
125125
scopenodes(#20001,#20045)
126126
scopenesting(#20045,#20000)
127+
isES2015Module(#20001)
127128
isModule(#20001)
128129
#20046=@"var;{x};{#20045}"
129130
variables(#20046,"x",#20045)

javascript/extractor/tests/es2015/output/trap/export6.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ hasLocation(#20001,#20003)
5151
scopes(#20016,3)
5252
scopenodes(#20001,#20016)
5353
scopenesting(#20016,#20000)
54+
isES2015Module(#20001)
5455
isModule(#20001)
5556
#20017=*
5657
stmts(#20017,28,#20001,0,"export * from 'foo';")

javascript/extractor/tests/es2015/output/trap/export7.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ hasLocation(#20001,#20003)
8181
scopes(#20028,3)
8282
scopenodes(#20001,#20028)
8383
scopenesting(#20028,#20000)
84+
isES2015Module(#20001)
8485
isModule(#20001)
8586
#20029=*
8687
stmts(#20029,30,#20001,0,"export ... 'foo';")

javascript/extractor/tests/es2015/output/trap/export8.js.trap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ hasLocation(#20001,#20024)
7474
scopes(#20025,3)
7575
scopenodes(#20001,#20025)
7676
scopenesting(#20025,#20000)
77+
isES2015Module(#20001)
7778
isModule(#20001)
7879
#20026=*
7980
stmts(#20026,2,#20001,0,"foo = 42;")

0 commit comments

Comments
 (0)