Skip to content

Commit 246d9b8

Browse files
committed
update expected trap files
1 parent 03cb95c commit 246d9b8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

javascript/extractor/tests/ts/output/trap/decorators.ts.trap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ scopenodes(#20001,#20112)
311311
scopenesting(#20112,#20000)
312312
isModule(#20001)
313313
isES2015Module(#20001)
314-
#20113=@"var;{fun};{#20112}"
315-
variables(#20113,"fun",#20112)
316-
#20114=@"var;{Class};{#20112}"
317-
variables(#20114,"Class",#20112)
314+
#20113=@"var;{Class};{#20112}"
315+
variables(#20113,"Class",#20112)
316+
#20114=@"var;{fun};{#20112}"
317+
variables(#20114,"fun",#20112)
318318
#20115=@"var;{Class2};{#20112}"
319319
variables(#20115,"Class2",#20112)
320320
#20116=@"local_type_name;{Class};{#20112}"
@@ -347,7 +347,7 @@ hasLocation(#20123,#20037)
347347
enclosingStmt(#20123,#20118)
348348
exprContainers(#20123,#20001)
349349
literals("Class","Class",#20123)
350-
decl(#20123,#20114)
350+
decl(#20123,#20113)
351351
typedecl(#20123,#20116)
352352
#20124=*
353353
scopes(#20124,10)
@@ -499,7 +499,7 @@ exprs(#20161,78,#20159,-1,"fun")
499499
hasLocation(#20161,#20086)
500500
exprContainers(#20161,#20159)
501501
literals("fun","fun",#20161)
502-
decl(#20161,#20113)
502+
decl(#20161,#20114)
503503
#20162=*
504504
scopes(#20162,1)
505505
scopenodes(#20159,#20162)

javascript/extractor/tests/ts/output/trap/export.ts.trap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,12 @@ scopenodes(#20001,#20055)
155155
scopenesting(#20055,#20000)
156156
isModule(#20001)
157157
isES2015Module(#20001)
158-
#20056=@"var;{f};{#20055}"
159-
variables(#20056,"f",#20055)
160-
#20057=@"var;{foo};{#20055}"
161-
variables(#20057,"foo",#20055)
162-
#20058=@"var;{C};{#20055}"
163-
variables(#20058,"C",#20055)
158+
#20056=@"var;{foo};{#20055}"
159+
variables(#20056,"foo",#20055)
160+
#20057=@"var;{C};{#20055}"
161+
variables(#20057,"C",#20055)
162+
#20058=@"var;{f};{#20055}"
163+
variables(#20058,"f",#20055)
164164
#20059=@"local_type_name;{C};{#20055}"
165165
local_type_names(#20059,"C",#20055)
166166
#20060=*
@@ -186,7 +186,7 @@ hasLocation(#20065,#20017)
186186
enclosingStmt(#20065,#20061)
187187
exprContainers(#20065,#20001)
188188
literals("foo","foo",#20065)
189-
decl(#20065,#20057)
189+
decl(#20065,#20056)
190190
#20066=*
191191
exprs(#20066,3,#20063,1,"42")
192192
hasLocation(#20066,#20021)
@@ -209,7 +209,7 @@ hasLocation(#20070,#20029)
209209
enclosingStmt(#20070,#20068)
210210
exprContainers(#20070,#20001)
211211
literals("C","C",#20070)
212-
decl(#20070,#20058)
212+
decl(#20070,#20057)
213213
typedecl(#20070,#20059)
214214
#20071=*
215215
scopes(#20071,10)
@@ -260,7 +260,7 @@ exprs(#20083,78,#20081,-1,"f")
260260
hasLocation(#20083,#20041)
261261
exprContainers(#20083,#20081)
262262
literals("f","f",#20083)
263-
decl(#20083,#20056)
263+
decl(#20083,#20058)
264264
#20084=*
265265
scopes(#20084,1)
266266
scopenodes(#20081,#20084)

0 commit comments

Comments
 (0)