mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Revert "JS: Add support for Closure modules"
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
goog.declareModuleId('test');
|
||||
|
||||
export let x = 5;
|
||||
@@ -1,3 +0,0 @@
|
||||
goog.module('test');
|
||||
var x = 5;
|
||||
exports = { x: x };
|
||||
@@ -1,3 +0,0 @@
|
||||
goog.provide('test.x');
|
||||
|
||||
test.x = 5;
|
||||
@@ -1,203 +0,0 @@
|
||||
#10000=@"/googDotDeclareModuleId.js;sourcefile"
|
||||
files(#10000,"/googDotDeclareModuleId.js","googDotDeclareModuleId","js",0)
|
||||
#10001=@"/;folder"
|
||||
folders(#10001,"/","")
|
||||
containerparent(#10001,#10000)
|
||||
#10002=@"loc,{#10000},0,0,0,0"
|
||||
locations_default(#10002,#10000,0,0,0,0)
|
||||
hasLocation(#10000,#10002)
|
||||
#20000=@"global_scope"
|
||||
scopes(#20000,0)
|
||||
#20001=@"script;{#10000},1,1"
|
||||
#20002=*
|
||||
lines(#20002,#20001,"goog.declareModuleId('test');","
|
||||
")
|
||||
#20003=@"loc,{#10000},1,1,1,29"
|
||||
locations_default(#20003,#10000,1,1,1,29)
|
||||
hasLocation(#20002,#20003)
|
||||
#20004=*
|
||||
lines(#20004,#20001,"","
|
||||
")
|
||||
#20005=@"loc,{#10000},2,1,2,0"
|
||||
locations_default(#20005,#10000,2,1,2,0)
|
||||
hasLocation(#20004,#20005)
|
||||
#20006=*
|
||||
lines(#20006,#20001,"export let x = 5;","
|
||||
")
|
||||
#20007=@"loc,{#10000},3,1,3,17"
|
||||
locations_default(#20007,#10000,3,1,3,17)
|
||||
hasLocation(#20006,#20007)
|
||||
numlines(#20001,3,2,0)
|
||||
#20008=*
|
||||
tokeninfo(#20008,6,#20001,0,"goog")
|
||||
#20009=@"loc,{#10000},1,1,1,4"
|
||||
locations_default(#20009,#10000,1,1,1,4)
|
||||
hasLocation(#20008,#20009)
|
||||
#20010=*
|
||||
tokeninfo(#20010,8,#20001,1,".")
|
||||
#20011=@"loc,{#10000},1,5,1,5"
|
||||
locations_default(#20011,#10000,1,5,1,5)
|
||||
hasLocation(#20010,#20011)
|
||||
#20012=*
|
||||
tokeninfo(#20012,6,#20001,2,"declareModuleId")
|
||||
#20013=@"loc,{#10000},1,6,1,20"
|
||||
locations_default(#20013,#10000,1,6,1,20)
|
||||
hasLocation(#20012,#20013)
|
||||
#20014=*
|
||||
tokeninfo(#20014,8,#20001,3,"(")
|
||||
#20015=@"loc,{#10000},1,21,1,21"
|
||||
locations_default(#20015,#10000,1,21,1,21)
|
||||
hasLocation(#20014,#20015)
|
||||
#20016=*
|
||||
tokeninfo(#20016,4,#20001,4,"'test'")
|
||||
#20017=@"loc,{#10000},1,22,1,27"
|
||||
locations_default(#20017,#10000,1,22,1,27)
|
||||
hasLocation(#20016,#20017)
|
||||
#20018=*
|
||||
tokeninfo(#20018,8,#20001,5,")")
|
||||
#20019=@"loc,{#10000},1,28,1,28"
|
||||
locations_default(#20019,#10000,1,28,1,28)
|
||||
hasLocation(#20018,#20019)
|
||||
#20020=*
|
||||
tokeninfo(#20020,8,#20001,6,";")
|
||||
#20021=@"loc,{#10000},1,29,1,29"
|
||||
locations_default(#20021,#10000,1,29,1,29)
|
||||
hasLocation(#20020,#20021)
|
||||
#20022=*
|
||||
tokeninfo(#20022,7,#20001,7,"export")
|
||||
#20023=@"loc,{#10000},3,1,3,6"
|
||||
locations_default(#20023,#10000,3,1,3,6)
|
||||
hasLocation(#20022,#20023)
|
||||
#20024=*
|
||||
tokeninfo(#20024,7,#20001,8,"let")
|
||||
#20025=@"loc,{#10000},3,8,3,10"
|
||||
locations_default(#20025,#10000,3,8,3,10)
|
||||
hasLocation(#20024,#20025)
|
||||
#20026=*
|
||||
tokeninfo(#20026,6,#20001,9,"x")
|
||||
#20027=@"loc,{#10000},3,12,3,12"
|
||||
locations_default(#20027,#10000,3,12,3,12)
|
||||
hasLocation(#20026,#20027)
|
||||
#20028=*
|
||||
tokeninfo(#20028,8,#20001,10,"=")
|
||||
#20029=@"loc,{#10000},3,14,3,14"
|
||||
locations_default(#20029,#10000,3,14,3,14)
|
||||
hasLocation(#20028,#20029)
|
||||
#20030=*
|
||||
tokeninfo(#20030,3,#20001,11,"5")
|
||||
#20031=@"loc,{#10000},3,16,3,16"
|
||||
locations_default(#20031,#10000,3,16,3,16)
|
||||
hasLocation(#20030,#20031)
|
||||
#20032=*
|
||||
tokeninfo(#20032,8,#20001,12,";")
|
||||
#20033=@"loc,{#10000},3,17,3,17"
|
||||
locations_default(#20033,#10000,3,17,3,17)
|
||||
hasLocation(#20032,#20033)
|
||||
#20034=*
|
||||
tokeninfo(#20034,0,#20001,13,"")
|
||||
#20035=@"loc,{#10000},4,1,4,0"
|
||||
locations_default(#20035,#10000,4,1,4,0)
|
||||
hasLocation(#20034,#20035)
|
||||
toplevels(#20001,0)
|
||||
#20036=@"loc,{#10000},1,1,4,0"
|
||||
locations_default(#20036,#10000,1,1,4,0)
|
||||
hasLocation(#20001,#20036)
|
||||
#20037=@"module;{#10000},1,1"
|
||||
scopes(#20037,3)
|
||||
scopenodes(#20001,#20037)
|
||||
scopenesting(#20037,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20038=@"var;{x};{#20037}"
|
||||
variables(#20038,"x",#20037)
|
||||
#20039=*
|
||||
stmts(#20039,2,#20001,0,"goog.de ... test');")
|
||||
hasLocation(#20039,#20003)
|
||||
stmtContainers(#20039,#20001)
|
||||
#20040=*
|
||||
exprs(#20040,13,#20039,0,"goog.de ... 'test')")
|
||||
#20041=@"loc,{#10000},1,1,1,28"
|
||||
locations_default(#20041,#10000,1,1,1,28)
|
||||
hasLocation(#20040,#20041)
|
||||
enclosingStmt(#20040,#20039)
|
||||
exprContainers(#20040,#20001)
|
||||
#20042=*
|
||||
exprs(#20042,14,#20040,-1,"goog.declareModuleId")
|
||||
#20043=@"loc,{#10000},1,1,1,20"
|
||||
locations_default(#20043,#10000,1,1,1,20)
|
||||
hasLocation(#20042,#20043)
|
||||
enclosingStmt(#20042,#20039)
|
||||
exprContainers(#20042,#20001)
|
||||
#20044=*
|
||||
exprs(#20044,79,#20042,0,"goog")
|
||||
hasLocation(#20044,#20009)
|
||||
enclosingStmt(#20044,#20039)
|
||||
exprContainers(#20044,#20001)
|
||||
literals("goog","goog",#20044)
|
||||
#20045=@"var;{goog};{#20000}"
|
||||
variables(#20045,"goog",#20000)
|
||||
bind(#20044,#20045)
|
||||
#20046=*
|
||||
exprs(#20046,0,#20042,1,"declareModuleId")
|
||||
hasLocation(#20046,#20013)
|
||||
enclosingStmt(#20046,#20039)
|
||||
exprContainers(#20046,#20001)
|
||||
literals("declareModuleId","declareModuleId",#20046)
|
||||
#20047=*
|
||||
exprs(#20047,4,#20040,0,"'test'")
|
||||
hasLocation(#20047,#20017)
|
||||
enclosingStmt(#20047,#20039)
|
||||
exprContainers(#20047,#20001)
|
||||
literals("test","'test'",#20047)
|
||||
#20048=*
|
||||
stmts(#20048,30,#20001,1,"export let x = 5;")
|
||||
hasLocation(#20048,#20007)
|
||||
stmtContainers(#20048,#20001)
|
||||
#20049=*
|
||||
stmts(#20049,23,#20048,-1,"let x = 5;")
|
||||
#20050=@"loc,{#10000},3,8,3,17"
|
||||
locations_default(#20050,#10000,3,8,3,17)
|
||||
hasLocation(#20049,#20050)
|
||||
stmtContainers(#20049,#20001)
|
||||
#20051=*
|
||||
exprs(#20051,64,#20049,0,"x = 5")
|
||||
#20052=@"loc,{#10000},3,12,3,16"
|
||||
locations_default(#20052,#10000,3,12,3,16)
|
||||
hasLocation(#20051,#20052)
|
||||
enclosingStmt(#20051,#20049)
|
||||
exprContainers(#20051,#20001)
|
||||
#20053=*
|
||||
exprs(#20053,78,#20051,0,"x")
|
||||
hasLocation(#20053,#20027)
|
||||
enclosingStmt(#20053,#20049)
|
||||
exprContainers(#20053,#20001)
|
||||
literals("x","x",#20053)
|
||||
decl(#20053,#20038)
|
||||
#20054=*
|
||||
exprs(#20054,3,#20051,1,"5")
|
||||
hasLocation(#20054,#20031)
|
||||
enclosingStmt(#20054,#20049)
|
||||
exprContainers(#20054,#20001)
|
||||
literals("5","5",#20054)
|
||||
#20055=*
|
||||
entry_cfg_node(#20055,#20001)
|
||||
#20056=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20056,#10000,1,1,1,0)
|
||||
hasLocation(#20055,#20056)
|
||||
#20057=*
|
||||
exit_cfg_node(#20057,#20001)
|
||||
hasLocation(#20057,#20035)
|
||||
successor(#20048,#20049)
|
||||
successor(#20049,#20053)
|
||||
successor(#20054,#20051)
|
||||
successor(#20053,#20054)
|
||||
successor(#20051,#20057)
|
||||
successor(#20039,#20044)
|
||||
successor(#20047,#20040)
|
||||
successor(#20046,#20042)
|
||||
successor(#20044,#20046)
|
||||
successor(#20042,#20047)
|
||||
successor(#20040,#20048)
|
||||
successor(#20055,#20039)
|
||||
numlines(#10000,3,2,0)
|
||||
filetype(#10000,"javascript")
|
||||
@@ -1,283 +0,0 @@
|
||||
#10000=@"/googDotModule.js;sourcefile"
|
||||
files(#10000,"/googDotModule.js","googDotModule","js",0)
|
||||
#10001=@"/;folder"
|
||||
folders(#10001,"/","")
|
||||
containerparent(#10001,#10000)
|
||||
#10002=@"loc,{#10000},0,0,0,0"
|
||||
locations_default(#10002,#10000,0,0,0,0)
|
||||
hasLocation(#10000,#10002)
|
||||
#20000=@"global_scope"
|
||||
scopes(#20000,0)
|
||||
#20001=@"script;{#10000},1,1"
|
||||
#20002=*
|
||||
lines(#20002,#20001,"goog.module('test');","
|
||||
")
|
||||
#20003=@"loc,{#10000},1,1,1,20"
|
||||
locations_default(#20003,#10000,1,1,1,20)
|
||||
hasLocation(#20002,#20003)
|
||||
#20004=*
|
||||
lines(#20004,#20001,"var x = 5;","
|
||||
")
|
||||
#20005=@"loc,{#10000},2,1,2,10"
|
||||
locations_default(#20005,#10000,2,1,2,10)
|
||||
hasLocation(#20004,#20005)
|
||||
#20006=*
|
||||
lines(#20006,#20001,"exports = { x: x };","
|
||||
")
|
||||
#20007=@"loc,{#10000},3,1,3,19"
|
||||
locations_default(#20007,#10000,3,1,3,19)
|
||||
hasLocation(#20006,#20007)
|
||||
numlines(#20001,3,3,0)
|
||||
#20008=*
|
||||
tokeninfo(#20008,6,#20001,0,"goog")
|
||||
#20009=@"loc,{#10000},1,1,1,4"
|
||||
locations_default(#20009,#10000,1,1,1,4)
|
||||
hasLocation(#20008,#20009)
|
||||
#20010=*
|
||||
tokeninfo(#20010,8,#20001,1,".")
|
||||
#20011=@"loc,{#10000},1,5,1,5"
|
||||
locations_default(#20011,#10000,1,5,1,5)
|
||||
hasLocation(#20010,#20011)
|
||||
#20012=*
|
||||
tokeninfo(#20012,6,#20001,2,"module")
|
||||
#20013=@"loc,{#10000},1,6,1,11"
|
||||
locations_default(#20013,#10000,1,6,1,11)
|
||||
hasLocation(#20012,#20013)
|
||||
#20014=*
|
||||
tokeninfo(#20014,8,#20001,3,"(")
|
||||
#20015=@"loc,{#10000},1,12,1,12"
|
||||
locations_default(#20015,#10000,1,12,1,12)
|
||||
hasLocation(#20014,#20015)
|
||||
#20016=*
|
||||
tokeninfo(#20016,4,#20001,4,"'test'")
|
||||
#20017=@"loc,{#10000},1,13,1,18"
|
||||
locations_default(#20017,#10000,1,13,1,18)
|
||||
hasLocation(#20016,#20017)
|
||||
#20018=*
|
||||
tokeninfo(#20018,8,#20001,5,")")
|
||||
#20019=@"loc,{#10000},1,19,1,19"
|
||||
locations_default(#20019,#10000,1,19,1,19)
|
||||
hasLocation(#20018,#20019)
|
||||
#20020=*
|
||||
tokeninfo(#20020,8,#20001,6,";")
|
||||
#20021=@"loc,{#10000},1,20,1,20"
|
||||
locations_default(#20021,#10000,1,20,1,20)
|
||||
hasLocation(#20020,#20021)
|
||||
#20022=*
|
||||
tokeninfo(#20022,7,#20001,7,"var")
|
||||
#20023=@"loc,{#10000},2,1,2,3"
|
||||
locations_default(#20023,#10000,2,1,2,3)
|
||||
hasLocation(#20022,#20023)
|
||||
#20024=*
|
||||
tokeninfo(#20024,6,#20001,8,"x")
|
||||
#20025=@"loc,{#10000},2,5,2,5"
|
||||
locations_default(#20025,#10000,2,5,2,5)
|
||||
hasLocation(#20024,#20025)
|
||||
#20026=*
|
||||
tokeninfo(#20026,8,#20001,9,"=")
|
||||
#20027=@"loc,{#10000},2,7,2,7"
|
||||
locations_default(#20027,#10000,2,7,2,7)
|
||||
hasLocation(#20026,#20027)
|
||||
#20028=*
|
||||
tokeninfo(#20028,3,#20001,10,"5")
|
||||
#20029=@"loc,{#10000},2,9,2,9"
|
||||
locations_default(#20029,#10000,2,9,2,9)
|
||||
hasLocation(#20028,#20029)
|
||||
#20030=*
|
||||
tokeninfo(#20030,8,#20001,11,";")
|
||||
#20031=@"loc,{#10000},2,10,2,10"
|
||||
locations_default(#20031,#10000,2,10,2,10)
|
||||
hasLocation(#20030,#20031)
|
||||
#20032=*
|
||||
tokeninfo(#20032,6,#20001,12,"exports")
|
||||
#20033=@"loc,{#10000},3,1,3,7"
|
||||
locations_default(#20033,#10000,3,1,3,7)
|
||||
hasLocation(#20032,#20033)
|
||||
#20034=*
|
||||
tokeninfo(#20034,8,#20001,13,"=")
|
||||
#20035=@"loc,{#10000},3,9,3,9"
|
||||
locations_default(#20035,#10000,3,9,3,9)
|
||||
hasLocation(#20034,#20035)
|
||||
#20036=*
|
||||
tokeninfo(#20036,8,#20001,14,"{")
|
||||
#20037=@"loc,{#10000},3,11,3,11"
|
||||
locations_default(#20037,#10000,3,11,3,11)
|
||||
hasLocation(#20036,#20037)
|
||||
#20038=*
|
||||
tokeninfo(#20038,6,#20001,15,"x")
|
||||
#20039=@"loc,{#10000},3,13,3,13"
|
||||
locations_default(#20039,#10000,3,13,3,13)
|
||||
hasLocation(#20038,#20039)
|
||||
#20040=*
|
||||
tokeninfo(#20040,8,#20001,16,":")
|
||||
#20041=@"loc,{#10000},3,14,3,14"
|
||||
locations_default(#20041,#10000,3,14,3,14)
|
||||
hasLocation(#20040,#20041)
|
||||
#20042=*
|
||||
tokeninfo(#20042,6,#20001,17,"x")
|
||||
#20043=@"loc,{#10000},3,16,3,16"
|
||||
locations_default(#20043,#10000,3,16,3,16)
|
||||
hasLocation(#20042,#20043)
|
||||
#20044=*
|
||||
tokeninfo(#20044,8,#20001,18,"}")
|
||||
#20045=@"loc,{#10000},3,18,3,18"
|
||||
locations_default(#20045,#10000,3,18,3,18)
|
||||
hasLocation(#20044,#20045)
|
||||
#20046=*
|
||||
tokeninfo(#20046,8,#20001,19,";")
|
||||
#20047=@"loc,{#10000},3,19,3,19"
|
||||
locations_default(#20047,#10000,3,19,3,19)
|
||||
hasLocation(#20046,#20047)
|
||||
#20048=*
|
||||
tokeninfo(#20048,0,#20001,20,"")
|
||||
#20049=@"loc,{#10000},4,1,4,0"
|
||||
locations_default(#20049,#10000,4,1,4,0)
|
||||
hasLocation(#20048,#20049)
|
||||
toplevels(#20001,0)
|
||||
#20050=@"loc,{#10000},1,1,4,0"
|
||||
locations_default(#20050,#10000,1,1,4,0)
|
||||
hasLocation(#20001,#20050)
|
||||
#20051=@"module;{#10000},1,1"
|
||||
scopes(#20051,3)
|
||||
scopenodes(#20001,#20051)
|
||||
scopenesting(#20051,#20000)
|
||||
#20052=@"var;{exports};{#20051}"
|
||||
variables(#20052,"exports",#20051)
|
||||
isModule(#20001)
|
||||
isClosureModule(#20001)
|
||||
#20053=@"var;{x};{#20051}"
|
||||
variables(#20053,"x",#20051)
|
||||
#20054=*
|
||||
stmts(#20054,2,#20001,0,"goog.module('test');")
|
||||
hasLocation(#20054,#20003)
|
||||
stmtContainers(#20054,#20001)
|
||||
#20055=*
|
||||
exprs(#20055,13,#20054,0,"goog.module('test')")
|
||||
#20056=@"loc,{#10000},1,1,1,19"
|
||||
locations_default(#20056,#10000,1,1,1,19)
|
||||
hasLocation(#20055,#20056)
|
||||
enclosingStmt(#20055,#20054)
|
||||
exprContainers(#20055,#20001)
|
||||
#20057=*
|
||||
exprs(#20057,14,#20055,-1,"goog.module")
|
||||
#20058=@"loc,{#10000},1,1,1,11"
|
||||
locations_default(#20058,#10000,1,1,1,11)
|
||||
hasLocation(#20057,#20058)
|
||||
enclosingStmt(#20057,#20054)
|
||||
exprContainers(#20057,#20001)
|
||||
#20059=*
|
||||
exprs(#20059,79,#20057,0,"goog")
|
||||
hasLocation(#20059,#20009)
|
||||
enclosingStmt(#20059,#20054)
|
||||
exprContainers(#20059,#20001)
|
||||
literals("goog","goog",#20059)
|
||||
#20060=@"var;{goog};{#20000}"
|
||||
variables(#20060,"goog",#20000)
|
||||
bind(#20059,#20060)
|
||||
#20061=*
|
||||
exprs(#20061,0,#20057,1,"module")
|
||||
hasLocation(#20061,#20013)
|
||||
enclosingStmt(#20061,#20054)
|
||||
exprContainers(#20061,#20001)
|
||||
literals("module","module",#20061)
|
||||
#20062=*
|
||||
exprs(#20062,4,#20055,0,"'test'")
|
||||
hasLocation(#20062,#20017)
|
||||
enclosingStmt(#20062,#20054)
|
||||
exprContainers(#20062,#20001)
|
||||
literals("test","'test'",#20062)
|
||||
#20063=*
|
||||
stmts(#20063,18,#20001,1,"var x = 5;")
|
||||
hasLocation(#20063,#20005)
|
||||
stmtContainers(#20063,#20001)
|
||||
#20064=*
|
||||
exprs(#20064,64,#20063,0,"x = 5")
|
||||
#20065=@"loc,{#10000},2,5,2,9"
|
||||
locations_default(#20065,#10000,2,5,2,9)
|
||||
hasLocation(#20064,#20065)
|
||||
enclosingStmt(#20064,#20063)
|
||||
exprContainers(#20064,#20001)
|
||||
#20066=*
|
||||
exprs(#20066,78,#20064,0,"x")
|
||||
hasLocation(#20066,#20025)
|
||||
enclosingStmt(#20066,#20063)
|
||||
exprContainers(#20066,#20001)
|
||||
literals("x","x",#20066)
|
||||
decl(#20066,#20053)
|
||||
#20067=*
|
||||
exprs(#20067,3,#20064,1,"5")
|
||||
hasLocation(#20067,#20029)
|
||||
enclosingStmt(#20067,#20063)
|
||||
exprContainers(#20067,#20001)
|
||||
literals("5","5",#20067)
|
||||
#20068=*
|
||||
stmts(#20068,2,#20001,2,"exports = { x: x };")
|
||||
hasLocation(#20068,#20007)
|
||||
stmtContainers(#20068,#20001)
|
||||
#20069=*
|
||||
exprs(#20069,47,#20068,0,"exports = { x: x }")
|
||||
#20070=@"loc,{#10000},3,1,3,18"
|
||||
locations_default(#20070,#10000,3,1,3,18)
|
||||
hasLocation(#20069,#20070)
|
||||
enclosingStmt(#20069,#20068)
|
||||
exprContainers(#20069,#20001)
|
||||
#20071=*
|
||||
exprs(#20071,79,#20069,0,"exports")
|
||||
hasLocation(#20071,#20033)
|
||||
enclosingStmt(#20071,#20068)
|
||||
exprContainers(#20071,#20001)
|
||||
literals("exports","exports",#20071)
|
||||
bind(#20071,#20052)
|
||||
#20072=*
|
||||
exprs(#20072,8,#20069,1,"{ x: x }")
|
||||
#20073=@"loc,{#10000},3,11,3,18"
|
||||
locations_default(#20073,#10000,3,11,3,18)
|
||||
hasLocation(#20072,#20073)
|
||||
enclosingStmt(#20072,#20068)
|
||||
exprContainers(#20072,#20001)
|
||||
#20074=*
|
||||
properties(#20074,#20072,0,0,"x: x")
|
||||
#20075=@"loc,{#10000},3,13,3,16"
|
||||
locations_default(#20075,#10000,3,13,3,16)
|
||||
hasLocation(#20074,#20075)
|
||||
#20076=*
|
||||
exprs(#20076,0,#20074,0,"x")
|
||||
hasLocation(#20076,#20039)
|
||||
enclosingStmt(#20076,#20068)
|
||||
exprContainers(#20076,#20001)
|
||||
literals("x","x",#20076)
|
||||
#20077=*
|
||||
exprs(#20077,79,#20074,1,"x")
|
||||
hasLocation(#20077,#20043)
|
||||
enclosingStmt(#20077,#20068)
|
||||
exprContainers(#20077,#20001)
|
||||
literals("x","x",#20077)
|
||||
bind(#20077,#20053)
|
||||
#20078=*
|
||||
entry_cfg_node(#20078,#20001)
|
||||
#20079=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20079,#10000,1,1,1,0)
|
||||
hasLocation(#20078,#20079)
|
||||
#20080=*
|
||||
exit_cfg_node(#20080,#20001)
|
||||
hasLocation(#20080,#20049)
|
||||
successor(#20068,#20071)
|
||||
successor(#20072,#20076)
|
||||
successor(#20077,#20074)
|
||||
successor(#20076,#20077)
|
||||
successor(#20074,#20069)
|
||||
successor(#20071,#20072)
|
||||
successor(#20069,#20080)
|
||||
successor(#20063,#20066)
|
||||
successor(#20067,#20064)
|
||||
successor(#20066,#20067)
|
||||
successor(#20064,#20068)
|
||||
successor(#20054,#20059)
|
||||
successor(#20062,#20055)
|
||||
successor(#20061,#20057)
|
||||
successor(#20059,#20061)
|
||||
successor(#20057,#20062)
|
||||
successor(#20055,#20063)
|
||||
successor(#20078,#20054)
|
||||
numlines(#10000,3,3,0)
|
||||
filetype(#10000,"javascript")
|
||||
@@ -1,205 +0,0 @@
|
||||
#10000=@"/googDotProvide.js;sourcefile"
|
||||
files(#10000,"/googDotProvide.js","googDotProvide","js",0)
|
||||
#10001=@"/;folder"
|
||||
folders(#10001,"/","")
|
||||
containerparent(#10001,#10000)
|
||||
#10002=@"loc,{#10000},0,0,0,0"
|
||||
locations_default(#10002,#10000,0,0,0,0)
|
||||
hasLocation(#10000,#10002)
|
||||
#20000=@"global_scope"
|
||||
scopes(#20000,0)
|
||||
#20001=@"script;{#10000},1,1"
|
||||
#20002=*
|
||||
lines(#20002,#20001,"goog.provide('test.x');","
|
||||
")
|
||||
#20003=@"loc,{#10000},1,1,1,23"
|
||||
locations_default(#20003,#10000,1,1,1,23)
|
||||
hasLocation(#20002,#20003)
|
||||
#20004=*
|
||||
lines(#20004,#20001,"","
|
||||
")
|
||||
#20005=@"loc,{#10000},2,1,2,0"
|
||||
locations_default(#20005,#10000,2,1,2,0)
|
||||
hasLocation(#20004,#20005)
|
||||
#20006=*
|
||||
lines(#20006,#20001,"test.x = 5;","
|
||||
")
|
||||
#20007=@"loc,{#10000},3,1,3,11"
|
||||
locations_default(#20007,#10000,3,1,3,11)
|
||||
hasLocation(#20006,#20007)
|
||||
numlines(#20001,3,2,0)
|
||||
#20008=*
|
||||
tokeninfo(#20008,6,#20001,0,"goog")
|
||||
#20009=@"loc,{#10000},1,1,1,4"
|
||||
locations_default(#20009,#10000,1,1,1,4)
|
||||
hasLocation(#20008,#20009)
|
||||
#20010=*
|
||||
tokeninfo(#20010,8,#20001,1,".")
|
||||
#20011=@"loc,{#10000},1,5,1,5"
|
||||
locations_default(#20011,#10000,1,5,1,5)
|
||||
hasLocation(#20010,#20011)
|
||||
#20012=*
|
||||
tokeninfo(#20012,6,#20001,2,"provide")
|
||||
#20013=@"loc,{#10000},1,6,1,12"
|
||||
locations_default(#20013,#10000,1,6,1,12)
|
||||
hasLocation(#20012,#20013)
|
||||
#20014=*
|
||||
tokeninfo(#20014,8,#20001,3,"(")
|
||||
#20015=@"loc,{#10000},1,13,1,13"
|
||||
locations_default(#20015,#10000,1,13,1,13)
|
||||
hasLocation(#20014,#20015)
|
||||
#20016=*
|
||||
tokeninfo(#20016,4,#20001,4,"'test.x'")
|
||||
#20017=@"loc,{#10000},1,14,1,21"
|
||||
locations_default(#20017,#10000,1,14,1,21)
|
||||
hasLocation(#20016,#20017)
|
||||
#20018=*
|
||||
tokeninfo(#20018,8,#20001,5,")")
|
||||
#20019=@"loc,{#10000},1,22,1,22"
|
||||
locations_default(#20019,#10000,1,22,1,22)
|
||||
hasLocation(#20018,#20019)
|
||||
#20020=*
|
||||
tokeninfo(#20020,8,#20001,6,";")
|
||||
#20021=@"loc,{#10000},1,23,1,23"
|
||||
locations_default(#20021,#10000,1,23,1,23)
|
||||
hasLocation(#20020,#20021)
|
||||
#20022=*
|
||||
tokeninfo(#20022,6,#20001,7,"test")
|
||||
#20023=@"loc,{#10000},3,1,3,4"
|
||||
locations_default(#20023,#10000,3,1,3,4)
|
||||
hasLocation(#20022,#20023)
|
||||
#20024=*
|
||||
tokeninfo(#20024,8,#20001,8,".")
|
||||
#20025=@"loc,{#10000},3,5,3,5"
|
||||
locations_default(#20025,#10000,3,5,3,5)
|
||||
hasLocation(#20024,#20025)
|
||||
#20026=*
|
||||
tokeninfo(#20026,6,#20001,9,"x")
|
||||
#20027=@"loc,{#10000},3,6,3,6"
|
||||
locations_default(#20027,#10000,3,6,3,6)
|
||||
hasLocation(#20026,#20027)
|
||||
#20028=*
|
||||
tokeninfo(#20028,8,#20001,10,"=")
|
||||
#20029=@"loc,{#10000},3,8,3,8"
|
||||
locations_default(#20029,#10000,3,8,3,8)
|
||||
hasLocation(#20028,#20029)
|
||||
#20030=*
|
||||
tokeninfo(#20030,3,#20001,11,"5")
|
||||
#20031=@"loc,{#10000},3,10,3,10"
|
||||
locations_default(#20031,#10000,3,10,3,10)
|
||||
hasLocation(#20030,#20031)
|
||||
#20032=*
|
||||
tokeninfo(#20032,8,#20001,12,";")
|
||||
#20033=@"loc,{#10000},3,11,3,11"
|
||||
locations_default(#20033,#10000,3,11,3,11)
|
||||
hasLocation(#20032,#20033)
|
||||
#20034=*
|
||||
tokeninfo(#20034,0,#20001,13,"")
|
||||
#20035=@"loc,{#10000},4,1,4,0"
|
||||
locations_default(#20035,#10000,4,1,4,0)
|
||||
hasLocation(#20034,#20035)
|
||||
toplevels(#20001,0)
|
||||
#20036=@"loc,{#10000},1,1,4,0"
|
||||
locations_default(#20036,#10000,1,1,4,0)
|
||||
hasLocation(#20001,#20036)
|
||||
#20037=*
|
||||
stmts(#20037,2,#20001,0,"goog.pr ... st.x');")
|
||||
hasLocation(#20037,#20003)
|
||||
stmtContainers(#20037,#20001)
|
||||
#20038=*
|
||||
exprs(#20038,13,#20037,0,"goog.pr ... est.x')")
|
||||
#20039=@"loc,{#10000},1,1,1,22"
|
||||
locations_default(#20039,#10000,1,1,1,22)
|
||||
hasLocation(#20038,#20039)
|
||||
enclosingStmt(#20038,#20037)
|
||||
exprContainers(#20038,#20001)
|
||||
#20040=*
|
||||
exprs(#20040,14,#20038,-1,"goog.provide")
|
||||
#20041=@"loc,{#10000},1,1,1,12"
|
||||
locations_default(#20041,#10000,1,1,1,12)
|
||||
hasLocation(#20040,#20041)
|
||||
enclosingStmt(#20040,#20037)
|
||||
exprContainers(#20040,#20001)
|
||||
#20042=*
|
||||
exprs(#20042,79,#20040,0,"goog")
|
||||
hasLocation(#20042,#20009)
|
||||
enclosingStmt(#20042,#20037)
|
||||
exprContainers(#20042,#20001)
|
||||
literals("goog","goog",#20042)
|
||||
#20043=@"var;{goog};{#20000}"
|
||||
variables(#20043,"goog",#20000)
|
||||
bind(#20042,#20043)
|
||||
#20044=*
|
||||
exprs(#20044,0,#20040,1,"provide")
|
||||
hasLocation(#20044,#20013)
|
||||
enclosingStmt(#20044,#20037)
|
||||
exprContainers(#20044,#20001)
|
||||
literals("provide","provide",#20044)
|
||||
#20045=*
|
||||
exprs(#20045,4,#20038,0,"'test.x'")
|
||||
hasLocation(#20045,#20017)
|
||||
enclosingStmt(#20045,#20037)
|
||||
exprContainers(#20045,#20001)
|
||||
literals("test.x","'test.x'",#20045)
|
||||
#20046=*
|
||||
stmts(#20046,2,#20001,1,"test.x = 5;")
|
||||
hasLocation(#20046,#20007)
|
||||
stmtContainers(#20046,#20001)
|
||||
#20047=*
|
||||
exprs(#20047,47,#20046,0,"test.x = 5")
|
||||
#20048=@"loc,{#10000},3,1,3,10"
|
||||
locations_default(#20048,#10000,3,1,3,10)
|
||||
hasLocation(#20047,#20048)
|
||||
enclosingStmt(#20047,#20046)
|
||||
exprContainers(#20047,#20001)
|
||||
#20049=*
|
||||
exprs(#20049,14,#20047,0,"test.x")
|
||||
#20050=@"loc,{#10000},3,1,3,6"
|
||||
locations_default(#20050,#10000,3,1,3,6)
|
||||
hasLocation(#20049,#20050)
|
||||
enclosingStmt(#20049,#20046)
|
||||
exprContainers(#20049,#20001)
|
||||
#20051=*
|
||||
exprs(#20051,79,#20049,0,"test")
|
||||
hasLocation(#20051,#20023)
|
||||
enclosingStmt(#20051,#20046)
|
||||
exprContainers(#20051,#20001)
|
||||
literals("test","test",#20051)
|
||||
#20052=@"var;{test};{#20000}"
|
||||
variables(#20052,"test",#20000)
|
||||
bind(#20051,#20052)
|
||||
#20053=*
|
||||
exprs(#20053,0,#20049,1,"x")
|
||||
hasLocation(#20053,#20027)
|
||||
enclosingStmt(#20053,#20046)
|
||||
exprContainers(#20053,#20001)
|
||||
literals("x","x",#20053)
|
||||
#20054=*
|
||||
exprs(#20054,3,#20047,1,"5")
|
||||
hasLocation(#20054,#20031)
|
||||
enclosingStmt(#20054,#20046)
|
||||
exprContainers(#20054,#20001)
|
||||
literals("5","5",#20054)
|
||||
#20055=*
|
||||
entry_cfg_node(#20055,#20001)
|
||||
#20056=@"loc,{#10000},1,1,1,0"
|
||||
locations_default(#20056,#10000,1,1,1,0)
|
||||
hasLocation(#20055,#20056)
|
||||
#20057=*
|
||||
exit_cfg_node(#20057,#20001)
|
||||
hasLocation(#20057,#20035)
|
||||
successor(#20046,#20051)
|
||||
successor(#20054,#20047)
|
||||
successor(#20053,#20049)
|
||||
successor(#20051,#20053)
|
||||
successor(#20049,#20054)
|
||||
successor(#20047,#20057)
|
||||
successor(#20037,#20042)
|
||||
successor(#20045,#20038)
|
||||
successor(#20044,#20040)
|
||||
successor(#20042,#20044)
|
||||
successor(#20040,#20045)
|
||||
successor(#20038,#20046)
|
||||
successor(#20055,#20037)
|
||||
numlines(#10000,3,2,0)
|
||||
filetype(#10000,"javascript")
|
||||
@@ -57,7 +57,6 @@ scopes(#20018,3)
|
||||
scopenodes(#20001,#20018)
|
||||
scopenesting(#20018,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20019=@"var;{x};{#20018}"
|
||||
variables(#20019,"x",#20018)
|
||||
#20020=*
|
||||
|
||||
@@ -85,7 +85,6 @@ scopes(#20029,3)
|
||||
scopenodes(#20001,#20029)
|
||||
scopenesting(#20029,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20030=@"var;{f};{#20029}"
|
||||
variables(#20030,"f",#20029)
|
||||
#20031=*
|
||||
|
||||
@@ -55,7 +55,6 @@ scopes(#20017,3)
|
||||
scopenodes(#20001,#20017)
|
||||
scopenesting(#20017,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20018=*
|
||||
stmts(#20018,29,#20001,0,"export ... lass {}")
|
||||
hasLocation(#20018,#20003)
|
||||
|
||||
@@ -67,7 +67,6 @@ scopes(#20022,3)
|
||||
scopenodes(#20001,#20022)
|
||||
scopenesting(#20022,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20023=@"var;{f};{#20022}"
|
||||
variables(#20023,"f",#20022)
|
||||
#20024=*
|
||||
|
||||
@@ -72,7 +72,6 @@ scopes(#20024,3)
|
||||
scopenodes(#20001,#20024)
|
||||
scopenesting(#20024,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20025=@"var;{f};{#20024}"
|
||||
variables(#20025,"f",#20024)
|
||||
#20026=*
|
||||
|
||||
@@ -67,7 +67,6 @@ scopes(#20022,3)
|
||||
scopenodes(#20001,#20022)
|
||||
scopenesting(#20022,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20023=*
|
||||
stmts(#20023,29,#20001,0,"export ... n () {}")
|
||||
#20024=@"loc,{#10000},1,1,1,29"
|
||||
|
||||
@@ -125,7 +125,6 @@ scopes(#20045,3)
|
||||
scopenodes(#20001,#20045)
|
||||
scopenesting(#20045,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20046=@"var;{x};{#20045}"
|
||||
variables(#20046,"x",#20045)
|
||||
#20047=@"var;{y};{#20045}"
|
||||
|
||||
@@ -52,7 +52,6 @@ scopes(#20016,3)
|
||||
scopenodes(#20001,#20016)
|
||||
scopenesting(#20016,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20017=*
|
||||
stmts(#20017,28,#20001,0,"export * from 'foo';")
|
||||
hasLocation(#20017,#20003)
|
||||
|
||||
@@ -82,7 +82,6 @@ scopes(#20028,3)
|
||||
scopenodes(#20001,#20028)
|
||||
scopenesting(#20028,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20029=*
|
||||
stmts(#20029,30,#20001,0,"export ... 'foo';")
|
||||
hasLocation(#20029,#20003)
|
||||
|
||||
@@ -75,7 +75,6 @@ scopes(#20025,3)
|
||||
scopenodes(#20001,#20025)
|
||||
scopenesting(#20025,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20026=*
|
||||
stmts(#20026,2,#20001,0,"foo = 42;")
|
||||
hasLocation(#20026,#20003)
|
||||
|
||||
@@ -75,7 +75,6 @@ scopes(#20025,3)
|
||||
scopenodes(#20001,#20025)
|
||||
scopenesting(#20025,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20026=@"var;{C};{#20025}"
|
||||
variables(#20026,"C",#20025)
|
||||
#20027=@"local_type_name;{C};{#20025}"
|
||||
|
||||
@@ -52,7 +52,6 @@ scopes(#20016,3)
|
||||
scopenodes(#20001,#20016)
|
||||
scopenesting(#20016,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20017=@"var;{x};{#20016}"
|
||||
variables(#20017,"x",#20016)
|
||||
#20018=@"local_type_name;{x};{#20016}"
|
||||
|
||||
@@ -62,7 +62,6 @@ scopes(#20020,3)
|
||||
scopenodes(#20001,#20020)
|
||||
scopenesting(#20020,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20021=@"var;{y};{#20020}"
|
||||
variables(#20021,"y",#20020)
|
||||
#20022=@"local_type_name;{y};{#20020}"
|
||||
|
||||
@@ -72,7 +72,6 @@ scopes(#20024,3)
|
||||
scopenodes(#20001,#20024)
|
||||
scopenesting(#20024,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20025=@"var;{z};{#20024}"
|
||||
variables(#20025,"z",#20024)
|
||||
#20026=@"local_type_name;{z};{#20024}"
|
||||
|
||||
@@ -82,7 +82,6 @@ scopes(#20028,3)
|
||||
scopenodes(#20001,#20028)
|
||||
scopenesting(#20028,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20029=@"var;{x};{#20028}"
|
||||
variables(#20029,"x",#20028)
|
||||
#20030=@"var;{z};{#20028}"
|
||||
|
||||
@@ -62,7 +62,6 @@ scopes(#20020,3)
|
||||
scopenodes(#20001,#20020)
|
||||
scopenesting(#20020,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20021=@"var;{foo};{#20020}"
|
||||
variables(#20021,"foo",#20020)
|
||||
#20022=@"local_namespace_name;{foo};{#20020}"
|
||||
|
||||
@@ -42,7 +42,6 @@ scopes(#20012,3)
|
||||
scopenodes(#20001,#20012)
|
||||
scopenesting(#20012,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20013=*
|
||||
stmts(#20013,27,#20001,0,"import 'foo';")
|
||||
hasLocation(#20013,#20003)
|
||||
|
||||
@@ -126,7 +126,6 @@ scopes(#20045,3)
|
||||
scopenodes(#20001,#20045)
|
||||
scopenesting(#20045,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20046=@"var;{x};{#20045}"
|
||||
variables(#20046,"x",#20045)
|
||||
#20047=@"var;{z};{#20045}"
|
||||
|
||||
@@ -179,7 +179,6 @@ scopes(#20064,3)
|
||||
scopenodes(#20001,#20064)
|
||||
scopenesting(#20064,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20065=@"var;{x};{#20064}"
|
||||
variables(#20065,"x",#20064)
|
||||
#20066=@"var;{y};{#20064}"
|
||||
|
||||
@@ -196,7 +196,6 @@ scopes(#20069,3)
|
||||
scopenodes(#20001,#20069)
|
||||
scopenesting(#20069,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20070=@"var;{foo};{#20069}"
|
||||
variables(#20070,"foo",#20069)
|
||||
#20071=*
|
||||
|
||||
@@ -80,7 +80,6 @@ scopes(#20027,3)
|
||||
scopenodes(#20001,#20027)
|
||||
scopenesting(#20027,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20028=@"var;{f};{#20027}"
|
||||
variables(#20028,"f",#20027)
|
||||
#20029=*
|
||||
|
||||
@@ -75,7 +75,6 @@ scopes(#20025,3)
|
||||
scopenodes(#20001,#20025)
|
||||
scopenesting(#20025,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20026=*
|
||||
stmts(#20026,29,#20001,0,"export ... n () {}")
|
||||
#20027=@"loc,{#10000},1,1,1,35"
|
||||
|
||||
@@ -192,7 +192,6 @@ scopes(#20071,3)
|
||||
scopenodes(#20001,#20071)
|
||||
scopenesting(#20071,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20072=*
|
||||
stmts(#20072,2,#20001,0,"import(""m"");")
|
||||
hasLocation(#20072,#20003)
|
||||
|
||||
@@ -65,7 +65,6 @@ scopes(#20021,3)
|
||||
scopenodes(#20001,#20021)
|
||||
scopenesting(#20021,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20022=*
|
||||
stmts(#20022,2,#20001,0,"console ... ES6"");")
|
||||
hasLocation(#20022,#20003)
|
||||
|
||||
@@ -65,7 +65,6 @@ scopes(#20021,3)
|
||||
scopenodes(#20001,#20021)
|
||||
scopenesting(#20021,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20022=*
|
||||
stmts(#20022,2,#20001,0,"console ... o ES"");")
|
||||
hasLocation(#20022,#20003)
|
||||
|
||||
@@ -77,7 +77,6 @@ scopes(#20026,3)
|
||||
scopenodes(#20001,#20026)
|
||||
scopenesting(#20026,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20027=*
|
||||
entry_cfg_node(#20027,#20001)
|
||||
#20028=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
@@ -90,7 +90,6 @@ scopes(#20031,3)
|
||||
scopenodes(#20001,#20031)
|
||||
scopenesting(#20031,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20032=*
|
||||
entry_cfg_node(#20032,#20001)
|
||||
#20033=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
@@ -133,7 +133,6 @@ scopes(#20046,3)
|
||||
scopenodes(#20001,#20046)
|
||||
scopenesting(#20046,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20047=*
|
||||
entry_cfg_node(#20047,#20001)
|
||||
#20048=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
@@ -223,7 +223,6 @@ scopes(#20083,3)
|
||||
scopenodes(#20001,#20083)
|
||||
scopenesting(#20083,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20084=*
|
||||
stmts(#20084,30,#20001,0,"export ... om ""m"";")
|
||||
hasLocation(#20084,#20003)
|
||||
|
||||
@@ -75,7 +75,6 @@ scopes(#20025,3)
|
||||
scopenodes(#20001,#20025)
|
||||
scopenesting(#20025,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20026=*
|
||||
entry_cfg_node(#20026,#20001)
|
||||
#20027=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
@@ -186,7 +186,6 @@ scopes(#20069,3)
|
||||
scopenodes(#20001,#20069)
|
||||
scopenesting(#20069,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20070=@"var;{type};{#20069}"
|
||||
variables(#20070,"type",#20069)
|
||||
#20071=@"local_type_name;{type};{#20069}"
|
||||
|
||||
@@ -210,7 +210,6 @@ scopes(#20072,3)
|
||||
scopenodes(#20001,#20072)
|
||||
scopenesting(#20072,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20073=*
|
||||
entry_cfg_node(#20073,#20001)
|
||||
#20074=@"loc,{#10000},1,1,1,0"
|
||||
|
||||
@@ -165,7 +165,6 @@ scopes(#20058,3)
|
||||
scopenodes(#20001,#20058)
|
||||
scopenesting(#20058,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20059=@"var;{Foo};{#20058}"
|
||||
variables(#20059,"Foo",#20058)
|
||||
#20060=@"local_type_name;{Foo};{#20058}"
|
||||
|
||||
@@ -104,7 +104,6 @@ scopes(#20035,3)
|
||||
scopenodes(#20001,#20035)
|
||||
scopenesting(#20035,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20036=@"var;{foo};{#20035}"
|
||||
variables(#20036,"foo",#20035)
|
||||
#20037=@"local_type_name;{foo};{#20035}"
|
||||
|
||||
@@ -175,7 +175,6 @@ scopes(#20053,3)
|
||||
scopenodes(#20037,#20053)
|
||||
scopenesting(#20053,#20000)
|
||||
isModule(#20037)
|
||||
isES2015Module(#20037)
|
||||
#20054=@"var;{inAModule};{#20053}"
|
||||
variables(#20054,"inAModule",#20053)
|
||||
#20055=*
|
||||
@@ -260,7 +259,6 @@ scopes(#20079,3)
|
||||
scopenodes(#20061,#20079)
|
||||
scopenesting(#20079,#20000)
|
||||
isModule(#20061)
|
||||
isES2015Module(#20061)
|
||||
#20080=@"var;{f};{#20079}"
|
||||
variables(#20080,"f",#20079)
|
||||
#20081=@"local_type_name;{f};{#20079}"
|
||||
|
||||
@@ -50,7 +50,6 @@ scopes(#20016,3)
|
||||
scopenodes(#20001,#20016)
|
||||
scopenesting(#20016,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20017=@"var;{x};{#20016}"
|
||||
variables(#20017,"x",#20016)
|
||||
#20018=*
|
||||
|
||||
@@ -310,7 +310,6 @@ scopes(#20112,3)
|
||||
scopenodes(#20001,#20112)
|
||||
scopenesting(#20112,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20113=@"var;{fun};{#20112}"
|
||||
variables(#20113,"fun",#20112)
|
||||
#20114=@"var;{Class};{#20112}"
|
||||
|
||||
@@ -154,7 +154,6 @@ scopes(#20055,3)
|
||||
scopenodes(#20001,#20055)
|
||||
scopenesting(#20055,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20056=@"var;{f};{#20055}"
|
||||
variables(#20056,"f",#20055)
|
||||
#20057=@"var;{foo};{#20055}"
|
||||
|
||||
@@ -50,7 +50,6 @@ scopes(#20015,3)
|
||||
scopenodes(#20001,#20015)
|
||||
scopenesting(#20015,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20016=*
|
||||
stmts(#20016,29,#20001,0,"export default 42;")
|
||||
hasLocation(#20016,#20003)
|
||||
|
||||
@@ -96,7 +96,6 @@ scopes(#20033,3)
|
||||
scopenodes(#20001,#20033)
|
||||
scopenesting(#20033,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20034=*
|
||||
stmts(#20034,30,#20001,0,"export ... foo();")
|
||||
hasLocation(#20034,#20003)
|
||||
|
||||
@@ -50,7 +50,6 @@ scopes(#20015,3)
|
||||
scopenodes(#20001,#20015)
|
||||
scopenesting(#20015,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20016=*
|
||||
stmts(#20016,33,#20001,0,"export = 42;")
|
||||
hasLocation(#20016,#20003)
|
||||
|
||||
@@ -117,7 +117,6 @@ scopes(#20041,3)
|
||||
scopenodes(#20001,#20041)
|
||||
scopenesting(#20041,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20042=@"var;{Something};{#20041}"
|
||||
variables(#20042,"Something",#20041)
|
||||
#20043=@"var;{importExport};{#20041}"
|
||||
|
||||
@@ -70,7 +70,6 @@ scopes(#20023,3)
|
||||
scopenodes(#20001,#20023)
|
||||
scopenesting(#20023,#20000)
|
||||
isModule(#20001)
|
||||
isES2015Module(#20001)
|
||||
#20024=@"var;{x};{#20023}"
|
||||
variables(#20024,"x",#20023)
|
||||
#20025=@"local_type_name;{x};{#20023}"
|
||||
|
||||
Reference in New Issue
Block a user