@designliquido/delegua 1.23.5 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/package.json +1 -1
- package/ffi/despachador-ffi-interface.d.ts +31 -0
- package/ffi/despachador-ffi-interface.d.ts.map +1 -0
- package/ffi/despachador-ffi-interface.js +3 -0
- package/ffi/despachador-ffi-interface.js.map +1 -0
- package/ffi/index.d.ts +3 -0
- package/ffi/index.d.ts.map +1 -0
- package/ffi/index.js +19 -0
- package/ffi/index.js.map +1 -0
- package/ffi/leitor-definicao.d.ts +23 -0
- package/ffi/leitor-definicao.d.ts.map +1 -0
- package/ffi/leitor-definicao.js +56 -0
- package/ffi/leitor-definicao.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts +1 -1
- package/interpretador/estruturas/descritor-tipo-classe.d.ts.map +1 -1
- package/interpretador/interpretador-base.d.ts +9 -0
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +14 -0
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +8 -0
- package/interpretador/interpretador.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +501 -397
package/umd/delegua.js
CHANGED
|
@@ -494,7 +494,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
494
|
}
|
|
495
495
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
496
|
|
|
497
|
-
},{"../construtos":67,"../declaracoes":116,"../interfaces":
|
|
497
|
+
},{"../construtos":67,"../declaracoes":116,"../interfaces":179,"../quebras":250,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
498
|
"use strict";
|
|
499
499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
500
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -1887,7 +1887,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1887
1887
|
}
|
|
1888
1888
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1889
1889
|
|
|
1890
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":
|
|
1890
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":116,"../interfaces/erros":176,"../lexador/micro-lexador":247,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1891
1891
|
"use strict";
|
|
1892
1892
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1893
1893
|
|
|
@@ -2099,7 +2099,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2099
2099
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
|
-
},{"../interfaces":
|
|
2102
|
+
},{"../interfaces":179}],9:[function(require,module,exports){
|
|
2103
2103
|
"use strict";
|
|
2104
2104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2105
2105
|
|
|
@@ -2390,7 +2390,7 @@ class AvaliadorSintaticoBase {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2392
2392
|
|
|
2393
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":
|
|
2393
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2394
2394
|
"use strict";
|
|
2395
2395
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2396
2396
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -5542,7 +5542,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5542
5542
|
}
|
|
5543
5543
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5544
5544
|
|
|
5545
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":
|
|
5545
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":116,"../inferenciador":149,"../informacao-elemento-sintatico":150,"../lexador/simbolo":249,"../tipos-de-dados/delegua":251,"../tipos-de-simbolos/delegua":256,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":449}],12:[function(require,module,exports){
|
|
5546
5546
|
"use strict";
|
|
5547
5547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5548
5548
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5657,7 +5657,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5657
5657
|
}
|
|
5658
5658
|
}
|
|
5659
5659
|
|
|
5660
|
-
},{"../declaracoes":116,"../informacao-elemento-sintatico":
|
|
5660
|
+
},{"../declaracoes":116,"../informacao-elemento-sintatico":150}],13:[function(require,module,exports){
|
|
5661
5661
|
"use strict";
|
|
5662
5662
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5663
5663
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6317,7 +6317,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6317
6317
|
}
|
|
6318
6318
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6319
6319
|
|
|
6320
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":
|
|
6320
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../tipos-de-simbolos/egua-classico":257,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6321
6321
|
"use strict";
|
|
6322
6322
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6323
6323
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8210,7 +8210,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8210
8210
|
}
|
|
8211
8211
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8212
8212
|
|
|
8213
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
8213
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../lexador/micro-lexador-pitugues":246,"../../tipos-de-dados/dialetos/pitugues":252,"../../tipos-de-simbolos/pitugues":260,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":449}],15:[function(require,module,exports){
|
|
8214
8214
|
"use strict";
|
|
8215
8215
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8216
8216
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8758,7 +8758,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8758
8758
|
}
|
|
8759
8759
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8760
8760
|
|
|
8761
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":
|
|
8761
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../lexador/simbolo":249,"../../tipos-de-simbolos/portugol-ipt":261,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8762
8762
|
"use strict";
|
|
8763
8763
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8764
8764
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9725,7 +9725,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9725
9725
|
}
|
|
9726
9726
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9727
9727
|
|
|
9728
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
9728
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador":241,"../../tipos-de-simbolos/prisma":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":449}],17:[function(require,module,exports){
|
|
9729
9729
|
"use strict";
|
|
9730
9730
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9731
9731
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10733,7 +10733,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10733
10733
|
}
|
|
10734
10734
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10735
10735
|
|
|
10736
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":
|
|
10736
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":116,"../../inferenciador":149,"../../informacao-elemento-sintatico":150,"../../lexador/simbolo":249,"../../tipos-de-dados/delegua":251,"../../tipos-de-simbolos/tenda":263,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":449}],18:[function(require,module,exports){
|
|
10737
10737
|
"use strict";
|
|
10738
10738
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10739
10739
|
if (k2 === undefined) k2 = k;
|
|
@@ -11002,7 +11002,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
11002
11002
|
}
|
|
11003
11003
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
11004
11004
|
|
|
11005
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
11005
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149,"../../tipos-de-simbolos/pitugues":260,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
11006
11006
|
"use strict";
|
|
11007
11007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11008
11008
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11188,7 +11188,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11188
11188
|
}
|
|
11189
11189
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11190
11190
|
|
|
11191
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11191
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":255,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11192
11192
|
"use strict";
|
|
11193
11193
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11194
11194
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11421,7 +11421,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11421
11421
|
}
|
|
11422
11422
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11423
11423
|
|
|
11424
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11424
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":259,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11425
11425
|
"use strict";
|
|
11426
11426
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11427
11427
|
exports.MontaoTipos = void 0;
|
|
@@ -11472,7 +11472,7 @@ class MontaoTipos {
|
|
|
11472
11472
|
}
|
|
11473
11473
|
exports.MontaoTipos = MontaoTipos;
|
|
11474
11474
|
|
|
11475
|
-
},{"../geracao-identificadores":
|
|
11475
|
+
},{"../geracao-identificadores":147,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11476
11476
|
"use strict";
|
|
11477
11477
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11478
11478
|
exports.PilhaEscopos = void 0;
|
|
@@ -12763,7 +12763,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12763
12763
|
return resultadoFinal;
|
|
12764
12764
|
}
|
|
12765
12765
|
|
|
12766
|
-
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":
|
|
12766
|
+
},{"../construtos":67,"../excecoes":140,"../interpretador/estruturas":212,"../interpretador/estruturas/descritor-tipo-classe":210,"../interpretador/estruturas/funcao-padrao":211,"../interpretador/estruturas/objeto-delegua-classe":217,"../quebras":250}],30:[function(require,module,exports){
|
|
12767
12767
|
"use strict";
|
|
12768
12768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12769
12769
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12800,7 +12800,7 @@ exports.default = {
|
|
|
12800
12800
|
},
|
|
12801
12801
|
};
|
|
12802
12802
|
|
|
12803
|
-
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":
|
|
12803
|
+
},{"../../../construtos":67,"../../../excecoes":140,"../../../informacao-elemento-sintatico":150}],31:[function(require,module,exports){
|
|
12804
12804
|
"use strict";
|
|
12805
12805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12806
12806
|
const construtos_1 = require("../construtos");
|
|
@@ -12913,7 +12913,7 @@ exports.default = {
|
|
|
12913
12913
|
},
|
|
12914
12914
|
};
|
|
12915
12915
|
|
|
12916
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
12916
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":150}],32:[function(require,module,exports){
|
|
12917
12917
|
"use strict";
|
|
12918
12918
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12919
12919
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -12998,7 +12998,7 @@ exports.default = {
|
|
|
12998
12998
|
},
|
|
12999
12999
|
};
|
|
13000
13000
|
|
|
13001
|
-
},{"../informacao-elemento-sintatico":
|
|
13001
|
+
},{"../informacao-elemento-sintatico":150}],33:[function(require,module,exports){
|
|
13002
13002
|
"use strict";
|
|
13003
13003
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13004
13004
|
exports.implementacaoParticao = void 0;
|
|
@@ -13397,7 +13397,7 @@ exports.default = {
|
|
|
13397
13397
|
},
|
|
13398
13398
|
};
|
|
13399
13399
|
|
|
13400
|
-
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":
|
|
13400
|
+
},{"../construtos":67,"../excecoes":140,"../informacao-elemento-sintatico":150}],34:[function(require,module,exports){
|
|
13401
13401
|
"use strict";
|
|
13402
13402
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13403
13403
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13808,7 +13808,7 @@ exports.default = {
|
|
|
13808
13808
|
},
|
|
13809
13809
|
};
|
|
13810
13810
|
|
|
13811
|
-
},{"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
13811
|
+
},{"../construtos":67,"../excecoes":140,"../inferenciador":149,"../informacao-elemento-sintatico":150}],35:[function(require,module,exports){
|
|
13812
13812
|
"use strict";
|
|
13813
13813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13814
13814
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13876,7 +13876,7 @@ function construirModuloAfirmar() {
|
|
|
13876
13876
|
return modulo;
|
|
13877
13877
|
}
|
|
13878
13878
|
|
|
13879
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
13879
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215}],36:[function(require,module,exports){
|
|
13880
13880
|
"use strict";
|
|
13881
13881
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13882
13882
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14056,7 +14056,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14056
14056
|
return modulo;
|
|
14057
14057
|
}
|
|
14058
14058
|
|
|
14059
|
-
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":
|
|
14059
|
+
},{"../../excecoes/erro-de-assertiva":138,"../../interpretador/estruturas/funcao-padrao":211,"../../interpretador/estruturas/modulo":215,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14060
14060
|
"use strict";
|
|
14061
14061
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14062
14062
|
exports.RegistroTestes = void 0;
|
|
@@ -14528,7 +14528,7 @@ class Binario {
|
|
|
14528
14528
|
}
|
|
14529
14529
|
exports.Binario = Binario;
|
|
14530
14530
|
|
|
14531
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14531
|
+
},{"../tipos-de-simbolos/delegua":256}],51:[function(require,module,exports){
|
|
14532
14532
|
"use strict";
|
|
14533
14533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14534
14534
|
exports.Bote = void 0;
|
|
@@ -14583,7 +14583,7 @@ class Chamada {
|
|
|
14583
14583
|
}
|
|
14584
14584
|
exports.Chamada = Chamada;
|
|
14585
14585
|
|
|
14586
|
-
},{"../geracao-identificadores":
|
|
14586
|
+
},{"../geracao-identificadores":147}],53:[function(require,module,exports){
|
|
14587
14587
|
"use strict";
|
|
14588
14588
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14589
14589
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15091,7 +15091,7 @@ class Leia {
|
|
|
15091
15091
|
}
|
|
15092
15092
|
exports.Leia = Leia;
|
|
15093
15093
|
|
|
15094
|
-
},{"../geracao-identificadores":
|
|
15094
|
+
},{"../geracao-identificadores":147}],70:[function(require,module,exports){
|
|
15095
15095
|
"use strict";
|
|
15096
15096
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15097
15097
|
exports.ListaCompreensao = void 0;
|
|
@@ -16345,7 +16345,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16345
16345
|
}
|
|
16346
16346
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16347
16347
|
|
|
16348
|
-
},{"../geracao-identificadores":
|
|
16348
|
+
},{"../geracao-identificadores":147,"./declaracao":105}],115:[function(require,module,exports){
|
|
16349
16349
|
"use strict";
|
|
16350
16350
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16351
16351
|
exports.Importar = void 0;
|
|
@@ -17038,7 +17038,7 @@ class EstilizadorDelegua {
|
|
|
17038
17038
|
}
|
|
17039
17039
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
17040
17040
|
|
|
17041
|
-
},{"../formatadores":
|
|
17041
|
+
},{"../formatadores":146,"./quebrador-linha":132}],131:[function(require,module,exports){
|
|
17042
17042
|
"use strict";
|
|
17043
17043
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17044
17044
|
if (k2 === undefined) k2 = k;
|
|
@@ -17584,7 +17584,7 @@ class RegraFortalecerTipos {
|
|
|
17584
17584
|
}
|
|
17585
17585
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17586
17586
|
|
|
17587
|
-
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":
|
|
17587
|
+
},{"../../construtos":67,"../../declaracoes":116,"../../inferenciador":149}],137:[function(require,module,exports){
|
|
17588
17588
|
"use strict";
|
|
17589
17589
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17590
17590
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17674,7 +17674,7 @@ class RegraParadigmaConsistente {
|
|
|
17674
17674
|
}
|
|
17675
17675
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17676
17676
|
|
|
17677
|
-
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":
|
|
17677
|
+
},{"../../construtos/leia":69,"../../declaracoes":116,"../../lexador/mapeamento-paradigmas":245}],138:[function(require,module,exports){
|
|
17678
17678
|
"use strict";
|
|
17679
17679
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17680
17680
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17726,6 +17726,87 @@ __exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
|
17726
17726
|
|
|
17727
17727
|
},{"./erro-de-assertiva":138,"./erro-em-tempo-de-execucao":139}],141:[function(require,module,exports){
|
|
17728
17728
|
"use strict";
|
|
17729
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17730
|
+
|
|
17731
|
+
},{}],142:[function(require,module,exports){
|
|
17732
|
+
"use strict";
|
|
17733
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17734
|
+
if (k2 === undefined) k2 = k;
|
|
17735
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
17736
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17737
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17738
|
+
}
|
|
17739
|
+
Object.defineProperty(o, k2, desc);
|
|
17740
|
+
}) : (function(o, m, k, k2) {
|
|
17741
|
+
if (k2 === undefined) k2 = k;
|
|
17742
|
+
o[k2] = m[k];
|
|
17743
|
+
}));
|
|
17744
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
17745
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17746
|
+
};
|
|
17747
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17748
|
+
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17749
|
+
__exportStar(require("./leitor-definicao"), exports);
|
|
17750
|
+
|
|
17751
|
+
},{"./despachador-ffi-interface":141,"./leitor-definicao":143}],143:[function(require,module,exports){
|
|
17752
|
+
"use strict";
|
|
17753
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17754
|
+
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
17755
|
+
exports.lerMetadadosMetodo = lerMetadadosMetodo;
|
|
17756
|
+
const construtos_1 = require("../construtos");
|
|
17757
|
+
/**
|
|
17758
|
+
* Extrai o valor primitivo de um atributo de decorador.
|
|
17759
|
+
* O parser armazena `valorPadrao` como um `Literal` construto;
|
|
17760
|
+
* aqui desembrulhamos para o valor JS puro.
|
|
17761
|
+
*/
|
|
17762
|
+
function resolverValorAtributo(valor) {
|
|
17763
|
+
if (valor instanceof construtos_1.Literal)
|
|
17764
|
+
return valor.valor;
|
|
17765
|
+
return valor;
|
|
17766
|
+
}
|
|
17767
|
+
/**
|
|
17768
|
+
* Normaliza o nome do decorador removendo o prefixo `@` adicionado pelo parser.
|
|
17769
|
+
*/
|
|
17770
|
+
function nomeDecorador(decorador) {
|
|
17771
|
+
return decorador.nome.startsWith('@') ? decorador.nome.slice(1) : decorador.nome;
|
|
17772
|
+
}
|
|
17773
|
+
/**
|
|
17774
|
+
* Lê os atributos de `@definicao` de uma lista de decoradores de uma classe estrangeira.
|
|
17775
|
+
* Retorna `null` se nenhum decorador `definicao` com atributo `biblioteca` for encontrado.
|
|
17776
|
+
*/
|
|
17777
|
+
function lerMetadadosClasse(decoradores) {
|
|
17778
|
+
for (const decorador of decoradores) {
|
|
17779
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17780
|
+
continue;
|
|
17781
|
+
const biblioteca = resolverValorAtributo(decorador.atributos?.['biblioteca']);
|
|
17782
|
+
if (!biblioteca)
|
|
17783
|
+
continue;
|
|
17784
|
+
const prefixo = resolverValorAtributo(decorador.atributos?.['prefixo']) ?? '';
|
|
17785
|
+
return { biblioteca: String(biblioteca), prefixo: String(prefixo) };
|
|
17786
|
+
}
|
|
17787
|
+
return null;
|
|
17788
|
+
}
|
|
17789
|
+
/**
|
|
17790
|
+
* Resolve o nome do símbolo C para um método de uma classe estrangeira.
|
|
17791
|
+
*
|
|
17792
|
+
* Ordem de resolução:
|
|
17793
|
+
* 1. `@definicao(simbolo="...")` no próprio método → usa o valor literal
|
|
17794
|
+
* 2. Caso contrário → `prefixo + nomeMetodo`
|
|
17795
|
+
*/
|
|
17796
|
+
function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
17797
|
+
for (const decorador of decoradores) {
|
|
17798
|
+
if (nomeDecorador(decorador) !== 'definicao')
|
|
17799
|
+
continue;
|
|
17800
|
+
const simbolo = resolverValorAtributo(decorador.atributos?.['simbolo']);
|
|
17801
|
+
if (simbolo) {
|
|
17802
|
+
return { simbolo: String(simbolo) };
|
|
17803
|
+
}
|
|
17804
|
+
}
|
|
17805
|
+
return { simbolo: prefixo + nomeMetodo };
|
|
17806
|
+
}
|
|
17807
|
+
|
|
17808
|
+
},{"../construtos":67}],144:[function(require,module,exports){
|
|
17809
|
+
"use strict";
|
|
17729
17810
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17730
17811
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17731
17812
|
};
|
|
@@ -18685,7 +18766,7 @@ class FormatadorDelegua {
|
|
|
18685
18766
|
}
|
|
18686
18767
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18687
18768
|
|
|
18688
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
18769
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],145:[function(require,module,exports){
|
|
18689
18770
|
"use strict";
|
|
18690
18771
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18691
18772
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19157,7 +19238,7 @@ class FormatadorPitugues {
|
|
|
19157
19238
|
}
|
|
19158
19239
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19159
19240
|
|
|
19160
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":
|
|
19241
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/pitugues":260}],146:[function(require,module,exports){
|
|
19161
19242
|
"use strict";
|
|
19162
19243
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19163
19244
|
if (k2 === undefined) k2 = k;
|
|
@@ -19177,7 +19258,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19177
19258
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19178
19259
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19179
19260
|
|
|
19180
|
-
},{"./formatador-delegua":
|
|
19261
|
+
},{"./formatador-delegua":144,"./formatador-pitugues":145}],147:[function(require,module,exports){
|
|
19181
19262
|
"use strict";
|
|
19182
19263
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19183
19264
|
exports.cyrb53 = cyrb53;
|
|
@@ -19221,7 +19302,7 @@ function uuidv4() {
|
|
|
19221
19302
|
});
|
|
19222
19303
|
}
|
|
19223
19304
|
|
|
19224
|
-
},{}],
|
|
19305
|
+
},{}],148:[function(require,module,exports){
|
|
19225
19306
|
"use strict";
|
|
19226
19307
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19227
19308
|
if (k2 === undefined) k2 = k;
|
|
@@ -19239,6 +19320,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19239
19320
|
};
|
|
19240
19321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19241
19322
|
__exportStar(require("./analisador-semantico"), exports);
|
|
19323
|
+
__exportStar(require("./ffi"), exports);
|
|
19242
19324
|
__exportStar(require("./avaliador-sintatico"), exports);
|
|
19243
19325
|
__exportStar(require("./construtos"), exports);
|
|
19244
19326
|
__exportStar(require("./declaracoes"), exports);
|
|
@@ -19250,7 +19332,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19250
19332
|
__exportStar(require("./lexador"), exports);
|
|
19251
19333
|
__exportStar(require("./tradutores"), exports);
|
|
19252
19334
|
|
|
19253
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./formatadores":
|
|
19335
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":116,"./estilizador":131,"./ffi":142,"./formatadores":146,"./geracao-identificadores":147,"./interfaces":179,"./interpretador":221,"./lexador":241,"./tradutores":264}],149:[function(require,module,exports){
|
|
19254
19336
|
"use strict";
|
|
19255
19337
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19256
19338
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19378,7 +19460,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19378
19460
|
}
|
|
19379
19461
|
}
|
|
19380
19462
|
|
|
19381
|
-
},{"./tipos-de-dados/delegua":
|
|
19463
|
+
},{"./tipos-de-dados/delegua":251,"./tipos-de-dados/primitivos":253,"./tipos-de-simbolos/delegua":256}],150:[function(require,module,exports){
|
|
19382
19464
|
"use strict";
|
|
19383
19465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19384
19466
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19397,15 +19479,15 @@ class InformacaoElementoSintatico {
|
|
|
19397
19479
|
}
|
|
19398
19480
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19399
19481
|
|
|
19400
|
-
},{}],
|
|
19482
|
+
},{}],151:[function(require,module,exports){
|
|
19401
19483
|
"use strict";
|
|
19402
19484
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19403
19485
|
|
|
19404
|
-
},{}],
|
|
19486
|
+
},{}],152:[function(require,module,exports){
|
|
19405
19487
|
"use strict";
|
|
19406
19488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19407
19489
|
|
|
19408
|
-
},{}],
|
|
19490
|
+
},{}],153:[function(require,module,exports){
|
|
19409
19491
|
"use strict";
|
|
19410
19492
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19411
19493
|
if (k2 === undefined) k2 = k;
|
|
@@ -19426,27 +19508,27 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19426
19508
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19427
19509
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19428
19510
|
|
|
19429
|
-
},{"./avaliador-sintatico-interface":
|
|
19511
|
+
},{"./avaliador-sintatico-interface":151,"./correcao-implementacao-interface":152,"./membro-interface-faltando-interface":154}],154:[function(require,module,exports){
|
|
19430
19512
|
"use strict";
|
|
19431
19513
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19432
19514
|
|
|
19433
|
-
},{}],
|
|
19515
|
+
},{}],155:[function(require,module,exports){
|
|
19434
19516
|
"use strict";
|
|
19435
19517
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19436
19518
|
|
|
19437
|
-
},{}],
|
|
19519
|
+
},{}],156:[function(require,module,exports){
|
|
19438
19520
|
"use strict";
|
|
19439
19521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19440
19522
|
|
|
19441
|
-
},{}],
|
|
19523
|
+
},{}],157:[function(require,module,exports){
|
|
19442
19524
|
"use strict";
|
|
19443
19525
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19444
19526
|
|
|
19445
|
-
},{}],
|
|
19527
|
+
},{}],158:[function(require,module,exports){
|
|
19446
19528
|
"use strict";
|
|
19447
19529
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19448
19530
|
|
|
19449
|
-
},{}],
|
|
19531
|
+
},{}],159:[function(require,module,exports){
|
|
19450
19532
|
"use strict";
|
|
19451
19533
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19452
19534
|
if (k2 === undefined) k2 = k;
|
|
@@ -19466,11 +19548,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19466
19548
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19467
19549
|
__exportStar(require("./construto-interface"), exports);
|
|
19468
19550
|
|
|
19469
|
-
},{"./caminho-escolha-interface":
|
|
19551
|
+
},{"./caminho-escolha-interface":157,"./construto-interface":158}],160:[function(require,module,exports){
|
|
19470
19552
|
"use strict";
|
|
19471
19553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19472
19554
|
|
|
19473
|
-
},{}],
|
|
19555
|
+
},{}],161:[function(require,module,exports){
|
|
19474
19556
|
"use strict";
|
|
19475
19557
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19476
19558
|
if (k2 === undefined) k2 = k;
|
|
@@ -19489,15 +19571,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19489
19571
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19490
19572
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19491
19573
|
|
|
19492
|
-
},{"./caminho-se-senao-interface":
|
|
19574
|
+
},{"./caminho-se-senao-interface":160}],162:[function(require,module,exports){
|
|
19493
19575
|
"use strict";
|
|
19494
19576
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19495
19577
|
|
|
19496
|
-
},{}],
|
|
19578
|
+
},{}],163:[function(require,module,exports){
|
|
19497
19579
|
"use strict";
|
|
19498
19580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19499
19581
|
|
|
19500
|
-
},{}],
|
|
19582
|
+
},{}],164:[function(require,module,exports){
|
|
19501
19583
|
"use strict";
|
|
19502
19584
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19503
19585
|
if (k2 === undefined) k2 = k;
|
|
@@ -19519,19 +19601,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19519
19601
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19520
19602
|
__exportStar(require("./para-interface"), exports);
|
|
19521
19603
|
|
|
19522
|
-
},{"./enquanto-interface":
|
|
19604
|
+
},{"./enquanto-interface":162,"./fazer-interface":163,"./para-cada-interface":165,"./para-interface":166}],165:[function(require,module,exports){
|
|
19523
19605
|
"use strict";
|
|
19524
19606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19525
19607
|
|
|
19526
|
-
},{}],
|
|
19608
|
+
},{}],166:[function(require,module,exports){
|
|
19527
19609
|
"use strict";
|
|
19528
19610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19529
19611
|
|
|
19530
|
-
},{}],
|
|
19612
|
+
},{}],167:[function(require,module,exports){
|
|
19531
19613
|
"use strict";
|
|
19532
19614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19533
19615
|
|
|
19534
|
-
},{}],
|
|
19616
|
+
},{}],168:[function(require,module,exports){
|
|
19535
19617
|
"use strict";
|
|
19536
19618
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19537
19619
|
if (k2 === undefined) k2 = k;
|
|
@@ -19550,27 +19632,27 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19550
19632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19551
19633
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19552
19634
|
|
|
19553
|
-
},{"./retorno-resolvedor-interface":
|
|
19635
|
+
},{"./retorno-resolvedor-interface":169}],169:[function(require,module,exports){
|
|
19554
19636
|
"use strict";
|
|
19555
19637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19556
19638
|
|
|
19557
|
-
},{}],
|
|
19639
|
+
},{}],170:[function(require,module,exports){
|
|
19558
19640
|
"use strict";
|
|
19559
19641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19560
19642
|
|
|
19561
|
-
},{}],
|
|
19643
|
+
},{}],171:[function(require,module,exports){
|
|
19562
19644
|
"use strict";
|
|
19563
19645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19564
19646
|
|
|
19565
|
-
},{}],
|
|
19647
|
+
},{}],172:[function(require,module,exports){
|
|
19566
19648
|
"use strict";
|
|
19567
19649
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19568
19650
|
|
|
19569
|
-
},{}],
|
|
19651
|
+
},{}],173:[function(require,module,exports){
|
|
19570
19652
|
"use strict";
|
|
19571
19653
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19572
19654
|
|
|
19573
|
-
},{}],
|
|
19655
|
+
},{}],174:[function(require,module,exports){
|
|
19574
19656
|
"use strict";
|
|
19575
19657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19576
19658
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -19582,11 +19664,11 @@ var DiagnosticoSeveridade;
|
|
|
19582
19664
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19583
19665
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19584
19666
|
|
|
19585
|
-
},{}],
|
|
19667
|
+
},{}],175:[function(require,module,exports){
|
|
19586
19668
|
"use strict";
|
|
19587
19669
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19588
19670
|
|
|
19589
|
-
},{}],
|
|
19671
|
+
},{}],176:[function(require,module,exports){
|
|
19590
19672
|
"use strict";
|
|
19591
19673
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19592
19674
|
if (k2 === undefined) k2 = k;
|
|
@@ -19608,15 +19690,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19608
19690
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19609
19691
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19610
19692
|
|
|
19611
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19693
|
+
},{"./correcao-implementacao-metodo-interface":172,"./correcao-sugerida-interface":173,"./diagnostico-analisador-semantico-interface":174,"./erro-interpretador-interface":175}],177:[function(require,module,exports){
|
|
19612
19694
|
"use strict";
|
|
19613
19695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19614
19696
|
|
|
19615
|
-
},{}],
|
|
19697
|
+
},{}],178:[function(require,module,exports){
|
|
19616
19698
|
"use strict";
|
|
19617
19699
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19618
19700
|
|
|
19619
|
-
},{}],
|
|
19701
|
+
},{}],179:[function(require,module,exports){
|
|
19620
19702
|
"use strict";
|
|
19621
19703
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19622
19704
|
if (k2 === undefined) k2 = k;
|
|
@@ -19665,47 +19747,47 @@ __exportStar(require("./erros"), exports);
|
|
|
19665
19747
|
__exportStar(require("./retornos"), exports);
|
|
19666
19748
|
__exportStar(require("./tradutores"), exports);
|
|
19667
19749
|
|
|
19668
|
-
},{"./avaliador-sintatico":
|
|
19750
|
+
},{"./avaliador-sintatico":153,"./componente-modulo-classe-interface":155,"./componente-modulo-funcao-interface":156,"./construtos":159,"./declaracoes":161,"./delegua":164,"./depuracao":167,"./egua-classico":168,"./entrada-tabela-diagnostico-semantico-interface":170,"./entrada-tabela-diagnosticos-sintatico-interface":171,"./erros":176,"./estilizador/estilizador-interface":177,"./formatador-comum-interface":178,"./interpretador-com-depuracao-interface":180,"./interpretador-interface":181,"./iteravel-interface":182,"./lexador-interface":183,"./modulo-interface":184,"./parametro-interface":185,"./pilha-interface":186,"./primitiva-interface":187,"./resolvedor-interface":188,"./resultado-parcial-interpretador-interface":189,"./retornos":190,"./retornos/retorno-execucao-interface":193,"./simbolo-interface":196,"./tradutores":198,"./tradutores/tradutor-interface":199,"./variavel-interface":200,"./visitante-comum-interface":201,"./visitante-delegua-interface":202}],180:[function(require,module,exports){
|
|
19669
19751
|
"use strict";
|
|
19670
19752
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19671
19753
|
|
|
19672
|
-
},{}],
|
|
19754
|
+
},{}],181:[function(require,module,exports){
|
|
19673
19755
|
"use strict";
|
|
19674
19756
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19675
19757
|
|
|
19676
|
-
},{}],
|
|
19758
|
+
},{}],182:[function(require,module,exports){
|
|
19677
19759
|
"use strict";
|
|
19678
19760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19679
19761
|
|
|
19680
|
-
},{}],
|
|
19762
|
+
},{}],183:[function(require,module,exports){
|
|
19681
19763
|
"use strict";
|
|
19682
19764
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19683
19765
|
|
|
19684
|
-
},{}],
|
|
19766
|
+
},{}],184:[function(require,module,exports){
|
|
19685
19767
|
"use strict";
|
|
19686
19768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19687
19769
|
|
|
19688
|
-
},{}],
|
|
19770
|
+
},{}],185:[function(require,module,exports){
|
|
19689
19771
|
"use strict";
|
|
19690
19772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19691
19773
|
|
|
19692
|
-
},{}],
|
|
19774
|
+
},{}],186:[function(require,module,exports){
|
|
19693
19775
|
"use strict";
|
|
19694
19776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19695
19777
|
|
|
19696
|
-
},{}],
|
|
19778
|
+
},{}],187:[function(require,module,exports){
|
|
19697
19779
|
"use strict";
|
|
19698
19780
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19699
19781
|
|
|
19700
|
-
},{}],
|
|
19782
|
+
},{}],188:[function(require,module,exports){
|
|
19701
19783
|
"use strict";
|
|
19702
19784
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19703
19785
|
|
|
19704
|
-
},{}],
|
|
19786
|
+
},{}],189:[function(require,module,exports){
|
|
19705
19787
|
"use strict";
|
|
19706
19788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19707
19789
|
|
|
19708
|
-
},{}],
|
|
19790
|
+
},{}],190:[function(require,module,exports){
|
|
19709
19791
|
"use strict";
|
|
19710
19792
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19711
19793
|
if (k2 === undefined) k2 = k;
|
|
@@ -19728,35 +19810,35 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19728
19810
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19729
19811
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19730
19812
|
|
|
19731
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19813
|
+
},{"./retorno-analisador-semantico-interface":191,"./retorno-avaliador-sintatico-interface":192,"./retorno-execucao-interface":193,"./retorno-interpretador-interface":194,"./retorno-lexador-interface":195}],191:[function(require,module,exports){
|
|
19732
19814
|
"use strict";
|
|
19733
19815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19734
19816
|
|
|
19735
|
-
},{}],
|
|
19817
|
+
},{}],192:[function(require,module,exports){
|
|
19736
19818
|
"use strict";
|
|
19737
19819
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19738
19820
|
|
|
19739
|
-
},{}],
|
|
19821
|
+
},{}],193:[function(require,module,exports){
|
|
19740
19822
|
"use strict";
|
|
19741
19823
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19742
19824
|
|
|
19743
|
-
},{}],
|
|
19825
|
+
},{}],194:[function(require,module,exports){
|
|
19744
19826
|
"use strict";
|
|
19745
19827
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19746
19828
|
|
|
19747
|
-
},{}],
|
|
19829
|
+
},{}],195:[function(require,module,exports){
|
|
19748
19830
|
"use strict";
|
|
19749
19831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19750
19832
|
|
|
19751
|
-
},{}],
|
|
19833
|
+
},{}],196:[function(require,module,exports){
|
|
19752
19834
|
"use strict";
|
|
19753
19835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19754
19836
|
|
|
19755
|
-
},{}],
|
|
19837
|
+
},{}],197:[function(require,module,exports){
|
|
19756
19838
|
"use strict";
|
|
19757
19839
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19758
19840
|
|
|
19759
|
-
},{}],
|
|
19841
|
+
},{}],198:[function(require,module,exports){
|
|
19760
19842
|
"use strict";
|
|
19761
19843
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19762
19844
|
if (k2 === undefined) k2 = k;
|
|
@@ -19776,23 +19858,23 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19776
19858
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19777
19859
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19778
19860
|
|
|
19779
|
-
},{"./contexto-funcao-interface":
|
|
19861
|
+
},{"./contexto-funcao-interface":197,"./tradutor-interface":199}],199:[function(require,module,exports){
|
|
19780
19862
|
"use strict";
|
|
19781
19863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19782
19864
|
|
|
19783
|
-
},{}],
|
|
19865
|
+
},{}],200:[function(require,module,exports){
|
|
19784
19866
|
"use strict";
|
|
19785
19867
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19786
19868
|
|
|
19787
|
-
},{}],
|
|
19869
|
+
},{}],201:[function(require,module,exports){
|
|
19788
19870
|
"use strict";
|
|
19789
19871
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19790
19872
|
|
|
19791
|
-
},{}],
|
|
19873
|
+
},{}],202:[function(require,module,exports){
|
|
19792
19874
|
"use strict";
|
|
19793
19875
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19794
19876
|
|
|
19795
|
-
},{}],
|
|
19877
|
+
},{}],203:[function(require,module,exports){
|
|
19796
19878
|
"use strict";
|
|
19797
19879
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19798
19880
|
if (k2 === undefined) k2 = k;
|
|
@@ -20407,7 +20489,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20407
20489
|
}
|
|
20408
20490
|
}
|
|
20409
20491
|
|
|
20410
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20492
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":209,"./estruturas/descritor-tipo-classe":210,"./estruturas/funcao-padrao":211,"./estruturas/objeto-delegua-classe":217}],204:[function(require,module,exports){
|
|
20411
20493
|
"use strict";
|
|
20412
20494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20413
20495
|
exports.EspacoMemoria = void 0;
|
|
@@ -20432,7 +20514,7 @@ class EspacoMemoria {
|
|
|
20432
20514
|
}
|
|
20433
20515
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20434
20516
|
|
|
20435
|
-
},{}],
|
|
20517
|
+
},{}],205:[function(require,module,exports){
|
|
20436
20518
|
"use strict";
|
|
20437
20519
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20438
20520
|
exports.Chamavel = void 0;
|
|
@@ -20449,7 +20531,7 @@ class Chamavel {
|
|
|
20449
20531
|
}
|
|
20450
20532
|
exports.Chamavel = Chamavel;
|
|
20451
20533
|
|
|
20452
|
-
},{}],
|
|
20534
|
+
},{}],206:[function(require,module,exports){
|
|
20453
20535
|
"use strict";
|
|
20454
20536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20455
20537
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20470,7 +20552,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20470
20552
|
}
|
|
20471
20553
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20472
20554
|
|
|
20473
|
-
},{"./chamavel":
|
|
20555
|
+
},{"./chamavel":205}],207:[function(require,module,exports){
|
|
20474
20556
|
"use strict";
|
|
20475
20557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20476
20558
|
exports.ClassePadrao = void 0;
|
|
@@ -20511,7 +20593,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20511
20593
|
}
|
|
20512
20594
|
exports.ClassePadrao = ClassePadrao;
|
|
20513
20595
|
|
|
20514
|
-
},{"./chamavel":
|
|
20596
|
+
},{"./chamavel":205}],208:[function(require,module,exports){
|
|
20515
20597
|
"use strict";
|
|
20516
20598
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20517
20599
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20554,7 +20636,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20554
20636
|
}
|
|
20555
20637
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20556
20638
|
|
|
20557
|
-
},{"./delegua-funcao":
|
|
20639
|
+
},{"./delegua-funcao":209}],209:[function(require,module,exports){
|
|
20558
20640
|
"use strict";
|
|
20559
20641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20560
20642
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20757,7 +20839,7 @@ function tipoDeDados(valor) {
|
|
|
20757
20839
|
}
|
|
20758
20840
|
}
|
|
20759
20841
|
|
|
20760
|
-
},{"../../declaracoes":116,"../../quebras":
|
|
20842
|
+
},{"../../declaracoes":116,"../../quebras":250,"../espaco-memoria":204,"./chamavel":205,"./objeto-delegua-classe":217}],210:[function(require,module,exports){
|
|
20761
20843
|
"use strict";
|
|
20762
20844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20763
20845
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21072,7 +21154,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21072
21154
|
}
|
|
21073
21155
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21074
21156
|
|
|
21075
|
-
},{"../../excecoes":140,"./chamavel":
|
|
21157
|
+
},{"../../excecoes":140,"./chamavel":205,"./metodo-polimorfico":213,"./objeto-delegua-classe":217}],211:[function(require,module,exports){
|
|
21076
21158
|
"use strict";
|
|
21077
21159
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21078
21160
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21111,7 +21193,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21111
21193
|
}
|
|
21112
21194
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21113
21195
|
|
|
21114
|
-
},{"./chamavel":
|
|
21196
|
+
},{"./chamavel":205}],212:[function(require,module,exports){
|
|
21115
21197
|
"use strict";
|
|
21116
21198
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21117
21199
|
if (k2 === undefined) k2 = k;
|
|
@@ -21144,7 +21226,7 @@ __exportStar(require("./objeto-padrao"), exports);
|
|
|
21144
21226
|
__exportStar(require("./referencia-montao"), exports);
|
|
21145
21227
|
__exportStar(require("./super-proxy"), exports);
|
|
21146
21228
|
|
|
21147
|
-
},{"./chamavel":
|
|
21229
|
+
},{"./chamavel":205,"./classe-de-modulo":206,"./classe-padrao":207,"./delegua-funcao":209,"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210,"./funcao-padrao":211,"./metodo-polimorfico":213,"./metodo-primitiva":214,"./modulo":215,"./objeto-base":216,"./objeto-delegua-classe":217,"./objeto-padrao":218,"./referencia-montao":219,"./super-proxy":220}],213:[function(require,module,exports){
|
|
21148
21230
|
"use strict";
|
|
21149
21231
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21150
21232
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21322,7 +21404,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21322
21404
|
}
|
|
21323
21405
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21324
21406
|
|
|
21325
|
-
},{"../../excecoes":140,"../../inferenciador":
|
|
21407
|
+
},{"../../excecoes":140,"../../inferenciador":149,"./chamavel":205}],214:[function(require,module,exports){
|
|
21326
21408
|
"use strict";
|
|
21327
21409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21328
21410
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21368,7 +21450,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21368
21450
|
}
|
|
21369
21451
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21370
21452
|
|
|
21371
|
-
},{"./chamavel":
|
|
21453
|
+
},{"./chamavel":205}],215:[function(require,module,exports){
|
|
21372
21454
|
"use strict";
|
|
21373
21455
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21374
21456
|
exports.DeleguaModulo = void 0;
|
|
@@ -21394,7 +21476,7 @@ class DeleguaModulo {
|
|
|
21394
21476
|
}
|
|
21395
21477
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21396
21478
|
|
|
21397
|
-
},{}],
|
|
21479
|
+
},{}],216:[function(require,module,exports){
|
|
21398
21480
|
"use strict";
|
|
21399
21481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21400
21482
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21468,7 +21550,7 @@ function criarDescritorObjeto() {
|
|
|
21468
21550
|
}
|
|
21469
21551
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21470
21552
|
|
|
21471
|
-
},{"./delegua-funcao-nativa":
|
|
21553
|
+
},{"./delegua-funcao-nativa":208,"./descritor-tipo-classe":210}],217:[function(require,module,exports){
|
|
21472
21554
|
"use strict";
|
|
21473
21555
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21474
21556
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21650,7 +21732,7 @@ class ObjetoDeleguaClasse {
|
|
|
21650
21732
|
}
|
|
21651
21733
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21652
21734
|
|
|
21653
|
-
},{"../../excecoes":140}],
|
|
21735
|
+
},{"../../excecoes":140}],218:[function(require,module,exports){
|
|
21654
21736
|
"use strict";
|
|
21655
21737
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21656
21738
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21684,7 +21766,7 @@ class ObjetoPadrao {
|
|
|
21684
21766
|
}
|
|
21685
21767
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21686
21768
|
|
|
21687
|
-
},{}],
|
|
21769
|
+
},{}],219:[function(require,module,exports){
|
|
21688
21770
|
"use strict";
|
|
21689
21771
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21690
21772
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21709,7 +21791,7 @@ class ReferenciaMontao {
|
|
|
21709
21791
|
}
|
|
21710
21792
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21711
21793
|
|
|
21712
|
-
},{}],
|
|
21794
|
+
},{}],220:[function(require,module,exports){
|
|
21713
21795
|
"use strict";
|
|
21714
21796
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21715
21797
|
exports.SuperProxy = void 0;
|
|
@@ -21748,7 +21830,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21748
21830
|
}
|
|
21749
21831
|
exports.SuperProxy = SuperProxy;
|
|
21750
21832
|
|
|
21751
|
-
},{"./chamavel":
|
|
21833
|
+
},{"./chamavel":205}],221:[function(require,module,exports){
|
|
21752
21834
|
"use strict";
|
|
21753
21835
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21754
21836
|
if (k2 === undefined) k2 = k;
|
|
@@ -21769,7 +21851,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21769
21851
|
__exportStar(require("./interpretador"), exports);
|
|
21770
21852
|
__exportStar(require("./interpretador-base"), exports);
|
|
21771
21853
|
|
|
21772
|
-
},{"./estruturas":
|
|
21854
|
+
},{"./estruturas":212,"./interpretador":223,"./interpretador-base":222}],222:[function(require,module,exports){
|
|
21773
21855
|
"use strict";
|
|
21774
21856
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21775
21857
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -23473,6 +23555,14 @@ class InterpretadorBase {
|
|
|
23473
23555
|
return descritorTipoClasse;
|
|
23474
23556
|
}
|
|
23475
23557
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, _mesclaResolvidas) {
|
|
23558
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
23559
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
23560
|
+
if (descritorFFI) {
|
|
23561
|
+
descritorFFI.estrangeira = true;
|
|
23562
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
23563
|
+
return descritorFFI;
|
|
23564
|
+
}
|
|
23565
|
+
}
|
|
23476
23566
|
const metodos = {};
|
|
23477
23567
|
for (const metodoAtual of declaracao.metodos) {
|
|
23478
23568
|
const nomeMetodo = metodoAtual.simbolo.lexema;
|
|
@@ -23488,6 +23578,9 @@ class InterpretadorBase {
|
|
|
23488
23578
|
descritorTipoClasse.superClasses = [estruturas_1.OBJETO_BASE];
|
|
23489
23579
|
}
|
|
23490
23580
|
descritorTipoClasse.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorTipoClasse);
|
|
23581
|
+
if (declaracao.estrangeira) {
|
|
23582
|
+
descritorTipoClasse.estrangeira = true;
|
|
23583
|
+
}
|
|
23491
23584
|
return descritorTipoClasse;
|
|
23492
23585
|
}
|
|
23493
23586
|
/**
|
|
@@ -24045,6 +24138,9 @@ class InterpretadorBase {
|
|
|
24045
24138
|
const deltaInterpretacao = (0, browser_process_hrtime_1.default)(inicioInterpretacao);
|
|
24046
24139
|
console.log(`[Interpretador] Tempo para interpretaçao: ${deltaInterpretacao[0] * 1e9 + deltaInterpretacao[1]}ns`);
|
|
24047
24140
|
}
|
|
24141
|
+
if (!manterAmbiente) {
|
|
24142
|
+
this.despachadorFFI?.descarregarTudo();
|
|
24143
|
+
}
|
|
24048
24144
|
const retorno = {
|
|
24049
24145
|
erros: this.erros,
|
|
24050
24146
|
resultado: this.resultadoInterpretador,
|
|
@@ -24056,7 +24152,7 @@ class InterpretadorBase {
|
|
|
24056
24152
|
}
|
|
24057
24153
|
exports.InterpretadorBase = InterpretadorBase;
|
|
24058
24154
|
|
|
24059
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":
|
|
24155
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":140,"../inferenciador":149,"../lexador":241,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./espaco-memoria":204,"./estruturas":212,"./estruturas/metodo-primitiva":214,"./pilha-escopos-execucao":225,"browser-process-hrtime":449}],223:[function(require,module,exports){
|
|
24060
24156
|
"use strict";
|
|
24061
24157
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24062
24158
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24792,6 +24888,14 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24792
24888
|
return descritorTipoClasse;
|
|
24793
24889
|
}
|
|
24794
24890
|
resolverMetodoDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas) {
|
|
24891
|
+
if (declaracao.estrangeira && this.despachadorFFI) {
|
|
24892
|
+
const descritorFFI = this.despachadorFFI.resolverClasseEstrangeira(declaracao);
|
|
24893
|
+
if (descritorFFI) {
|
|
24894
|
+
descritorFFI.estrangeira = true;
|
|
24895
|
+
descritorFFI.orem = estruturas_1.DescritorTipoClasse.computarOReM(descritorFFI);
|
|
24896
|
+
return descritorFFI;
|
|
24897
|
+
}
|
|
24898
|
+
}
|
|
24795
24899
|
return this.logicaPropriedadesEMetodosDeClasse(declaracao, superClassesResolvidas, mesclaResolvidas);
|
|
24796
24900
|
}
|
|
24797
24901
|
/**
|
|
@@ -25591,7 +25695,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25591
25695
|
}
|
|
25592
25696
|
exports.Interpretador = Interpretador;
|
|
25593
25697
|
|
|
25594
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":
|
|
25698
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":116,"../excecoes":140,"../inferenciador":149,"../quebras":250,"../tipos-de-dados/delegua":251,"../tipos-de-dados/primitivos":253,"../tipos-de-simbolos/delegua":256,"./comum":203,"./estruturas":212,"./interpretador-base":222,"./montao":224}],224:[function(require,module,exports){
|
|
25595
25699
|
"use strict";
|
|
25596
25700
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25597
25701
|
exports.Montao = void 0;
|
|
@@ -25648,7 +25752,7 @@ class Montao {
|
|
|
25648
25752
|
}
|
|
25649
25753
|
exports.Montao = Montao;
|
|
25650
25754
|
|
|
25651
|
-
},{"../excecoes":140,"../geracao-identificadores":
|
|
25755
|
+
},{"../excecoes":140,"../geracao-identificadores":147}],225:[function(require,module,exports){
|
|
25652
25756
|
"use strict";
|
|
25653
25757
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25654
25758
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25989,7 +26093,7 @@ class PilhaEscoposExecucao {
|
|
|
25989
26093
|
}
|
|
25990
26094
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
25991
26095
|
|
|
25992
|
-
},{"../excecoes":140,"../inferenciador":
|
|
26096
|
+
},{"../excecoes":140,"../inferenciador":149,"../lexador":241,"../tipos-de-dados/delegua":251,"./estruturas":212}],226:[function(require,module,exports){
|
|
25993
26097
|
"use strict";
|
|
25994
26098
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
25995
26099
|
if (k2 === undefined) k2 = k;
|
|
@@ -26014,7 +26118,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
26014
26118
|
__exportStar(require("./lexador-prisma"), exports);
|
|
26015
26119
|
__exportStar(require("./lexador-tenda"), exports);
|
|
26016
26120
|
|
|
26017
|
-
},{"./lexador-calango":
|
|
26121
|
+
},{"./lexador-calango":227,"./lexador-egua-classico":228,"./lexador-guarani":229,"./lexador-pitugues":230,"./lexador-portugol-ipt":231,"./lexador-prisma":232,"./lexador-tenda":233}],227:[function(require,module,exports){
|
|
26018
26122
|
"use strict";
|
|
26019
26123
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26020
26124
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26329,7 +26433,7 @@ class LexadorCalango {
|
|
|
26329
26433
|
}
|
|
26330
26434
|
exports.LexadorCalango = LexadorCalango;
|
|
26331
26435
|
|
|
26332
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26436
|
+
},{"../../tipos-de-simbolos/calango":254,"../simbolo":249,"./palavras-reservadas/calango":234}],228:[function(require,module,exports){
|
|
26333
26437
|
"use strict";
|
|
26334
26438
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26335
26439
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26622,7 +26726,7 @@ class LexadorEguaClassico {
|
|
|
26622
26726
|
}
|
|
26623
26727
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26624
26728
|
|
|
26625
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26729
|
+
},{"../../tipos-de-simbolos/egua-classico":257,"../simbolo":249,"./palavras-reservadas/egua-classico":235}],229:[function(require,module,exports){
|
|
26626
26730
|
"use strict";
|
|
26627
26731
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26628
26732
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26741,7 +26845,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26741
26845
|
}
|
|
26742
26846
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26743
26847
|
|
|
26744
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
26848
|
+
},{"../../tipos-de-simbolos/guarani":258,"../lexador-base":243,"./palavras-reservadas/guarani":236}],230:[function(require,module,exports){
|
|
26745
26849
|
"use strict";
|
|
26746
26850
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26747
26851
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27284,7 +27388,7 @@ class LexadorPitugues {
|
|
|
27284
27388
|
}
|
|
27285
27389
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27286
27390
|
|
|
27287
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27391
|
+
},{"../../tipos-de-simbolos/pitugues":260,"../simbolo":249,"./palavras-reservadas/pitugues":237,"browser-process-hrtime":449}],231:[function(require,module,exports){
|
|
27288
27392
|
"use strict";
|
|
27289
27393
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27290
27394
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27593,7 +27697,7 @@ class LexadorPortugolIpt {
|
|
|
27593
27697
|
}
|
|
27594
27698
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27595
27699
|
|
|
27596
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27700
|
+
},{"../../tipos-de-simbolos/portugol-ipt":261,"../simbolo":249,"./palavras-reservadas/portugol-ipt":238}],232:[function(require,module,exports){
|
|
27597
27701
|
"use strict";
|
|
27598
27702
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27599
27703
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27994,7 +28098,7 @@ class LexadorPrisma {
|
|
|
27994
28098
|
}
|
|
27995
28099
|
exports.LexadorPrisma = LexadorPrisma;
|
|
27996
28100
|
|
|
27997
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28101
|
+
},{"../../tipos-de-simbolos/prisma":262,"../simbolo":249,"./palavras-reservadas/prisma":239,"browser-process-hrtime":449}],233:[function(require,module,exports){
|
|
27998
28102
|
"use strict";
|
|
27999
28103
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28000
28104
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28388,7 +28492,7 @@ class LexadorTenda {
|
|
|
28388
28492
|
}
|
|
28389
28493
|
exports.LexadorTenda = LexadorTenda;
|
|
28390
28494
|
|
|
28391
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28495
|
+
},{"../../tipos-de-simbolos/tenda":263,"../simbolo":249,"./palavras-reservadas/tenda":240,"browser-process-hrtime":449}],234:[function(require,module,exports){
|
|
28392
28496
|
"use strict";
|
|
28393
28497
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28394
28498
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28436,7 +28540,7 @@ exports.default = {
|
|
|
28436
28540
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28437
28541
|
};
|
|
28438
28542
|
|
|
28439
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28543
|
+
},{"../../../tipos-de-simbolos/calango":254}],235:[function(require,module,exports){
|
|
28440
28544
|
"use strict";
|
|
28441
28545
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28442
28546
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28477,7 +28581,7 @@ exports.palavrasReservadas = {
|
|
|
28477
28581
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28478
28582
|
};
|
|
28479
28583
|
|
|
28480
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28584
|
+
},{"../../../tipos-de-simbolos/egua-classico":257}],236:[function(require,module,exports){
|
|
28481
28585
|
"use strict";
|
|
28482
28586
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28483
28587
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28489,7 +28593,7 @@ exports.palavrasReservadas = {
|
|
|
28489
28593
|
hai: guarani_1.default.HAI,
|
|
28490
28594
|
};
|
|
28491
28595
|
|
|
28492
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28596
|
+
},{"../../../tipos-de-simbolos/guarani":258}],237:[function(require,module,exports){
|
|
28493
28597
|
"use strict";
|
|
28494
28598
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28495
28599
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28551,7 +28655,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28551
28655
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28552
28656
|
};
|
|
28553
28657
|
|
|
28554
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28658
|
+
},{"../../../tipos-de-simbolos/pitugues":260}],238:[function(require,module,exports){
|
|
28555
28659
|
"use strict";
|
|
28556
28660
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28557
28661
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28611,7 +28715,7 @@ exports.palavrasReservadas = {
|
|
|
28611
28715
|
não: portugol_ipt_1.default.NAO,
|
|
28612
28716
|
};
|
|
28613
28717
|
|
|
28614
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28718
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":261}],239:[function(require,module,exports){
|
|
28615
28719
|
"use strict";
|
|
28616
28720
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28617
28721
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28662,7 +28766,7 @@ exports.palavrasReservadas = {
|
|
|
28662
28766
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28663
28767
|
};
|
|
28664
28768
|
|
|
28665
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28769
|
+
},{"../../../tipos-de-simbolos/prisma":262}],240:[function(require,module,exports){
|
|
28666
28770
|
"use strict";
|
|
28667
28771
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28668
28772
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28720,7 +28824,7 @@ exports.palavrasReservadas = {
|
|
|
28720
28824
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28721
28825
|
};
|
|
28722
28826
|
|
|
28723
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
28827
|
+
},{"../../../tipos-de-simbolos/tenda":263}],241:[function(require,module,exports){
|
|
28724
28828
|
"use strict";
|
|
28725
28829
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28726
28830
|
if (k2 === undefined) k2 = k;
|
|
@@ -28743,7 +28847,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28743
28847
|
__exportStar(require("./micro-lexador"), exports);
|
|
28744
28848
|
__exportStar(require("./simbolo"), exports);
|
|
28745
28849
|
|
|
28746
|
-
},{"./dialetos":
|
|
28850
|
+
},{"./dialetos":226,"./lexador":244,"./lexador-base-linha-unica":242,"./micro-lexador":247,"./simbolo":249}],242:[function(require,module,exports){
|
|
28747
28851
|
"use strict";
|
|
28748
28852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28749
28853
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -28832,7 +28936,7 @@ class LexadorBaseLinhaUnica {
|
|
|
28832
28936
|
}
|
|
28833
28937
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
28834
28938
|
|
|
28835
|
-
},{"./simbolo":
|
|
28939
|
+
},{"./simbolo":249}],243:[function(require,module,exports){
|
|
28836
28940
|
"use strict";
|
|
28837
28941
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28838
28942
|
exports.LexadorBase = void 0;
|
|
@@ -28971,7 +29075,7 @@ class LexadorBase {
|
|
|
28971
29075
|
}
|
|
28972
29076
|
exports.LexadorBase = LexadorBase;
|
|
28973
29077
|
|
|
28974
|
-
},{"./simbolo":
|
|
29078
|
+
},{"./simbolo":249}],244:[function(require,module,exports){
|
|
28975
29079
|
"use strict";
|
|
28976
29080
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28977
29081
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29680,7 +29784,7 @@ class Lexador {
|
|
|
29680
29784
|
}
|
|
29681
29785
|
exports.Lexador = Lexador;
|
|
29682
29786
|
|
|
29683
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29787
|
+
},{"../tipos-de-simbolos/delegua":256,"./palavras-reservadas":248,"./simbolo":249,"browser-process-hrtime":449}],245:[function(require,module,exports){
|
|
29684
29788
|
"use strict";
|
|
29685
29789
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29686
29790
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29863,7 +29967,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29863
29967
|
return paradigmaLexema === paradigma;
|
|
29864
29968
|
}
|
|
29865
29969
|
|
|
29866
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29970
|
+
},{"../tipos-de-simbolos/delegua":256}],246:[function(require,module,exports){
|
|
29867
29971
|
"use strict";
|
|
29868
29972
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29869
29973
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30083,7 +30187,7 @@ class MicroLexadorPitugues {
|
|
|
30083
30187
|
}
|
|
30084
30188
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30085
30189
|
|
|
30086
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30190
|
+
},{"../tipos-de-simbolos/pitugues":260,"./palavras-reservadas":248,"./simbolo":249}],247:[function(require,module,exports){
|
|
30087
30191
|
"use strict";
|
|
30088
30192
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30089
30193
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30321,7 +30425,7 @@ class MicroLexador {
|
|
|
30321
30425
|
}
|
|
30322
30426
|
exports.MicroLexador = MicroLexador;
|
|
30323
30427
|
|
|
30324
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30428
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":259,"./palavras-reservadas":248,"./simbolo":249}],248:[function(require,module,exports){
|
|
30325
30429
|
"use strict";
|
|
30326
30430
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30327
30431
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30422,7 +30526,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30422
30526
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30423
30527
|
};
|
|
30424
30528
|
|
|
30425
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30529
|
+
},{"../tipos-de-simbolos/delegua":256}],249:[function(require,module,exports){
|
|
30426
30530
|
"use strict";
|
|
30427
30531
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30428
30532
|
exports.Simbolo = void 0;
|
|
@@ -30443,7 +30547,7 @@ class Simbolo {
|
|
|
30443
30547
|
}
|
|
30444
30548
|
exports.Simbolo = Simbolo;
|
|
30445
30549
|
|
|
30446
|
-
},{}],
|
|
30550
|
+
},{}],250:[function(require,module,exports){
|
|
30447
30551
|
"use strict";
|
|
30448
30552
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30449
30553
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30468,7 +30572,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30468
30572
|
}
|
|
30469
30573
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30470
30574
|
|
|
30471
|
-
},{}],
|
|
30575
|
+
},{}],251:[function(require,module,exports){
|
|
30472
30576
|
"use strict";
|
|
30473
30577
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30474
30578
|
exports.default = {
|
|
@@ -30502,7 +30606,7 @@ exports.default = {
|
|
|
30502
30606
|
VETOR_TEXTO: 'texto[]',
|
|
30503
30607
|
};
|
|
30504
30608
|
|
|
30505
|
-
},{}],
|
|
30609
|
+
},{}],252:[function(require,module,exports){
|
|
30506
30610
|
"use strict";
|
|
30507
30611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30508
30612
|
exports.default = {
|
|
@@ -30532,7 +30636,7 @@ exports.default = {
|
|
|
30532
30636
|
VETOR_TEXTO: 'texto[]',
|
|
30533
30637
|
};
|
|
30534
30638
|
|
|
30535
|
-
},{}],
|
|
30639
|
+
},{}],253:[function(require,module,exports){
|
|
30536
30640
|
"use strict";
|
|
30537
30641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30538
30642
|
exports.default = {
|
|
@@ -30551,7 +30655,7 @@ exports.default = {
|
|
|
30551
30655
|
TEXTO: 'string',
|
|
30552
30656
|
};
|
|
30553
30657
|
|
|
30554
|
-
},{}],
|
|
30658
|
+
},{}],254:[function(require,module,exports){
|
|
30555
30659
|
"use strict";
|
|
30556
30660
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30557
30661
|
exports.default = {
|
|
@@ -30623,7 +30727,7 @@ exports.default = {
|
|
|
30623
30727
|
VIRGULA: 'VIRGULA',
|
|
30624
30728
|
};
|
|
30625
30729
|
|
|
30626
|
-
},{}],
|
|
30730
|
+
},{}],255:[function(require,module,exports){
|
|
30627
30731
|
"use strict";
|
|
30628
30732
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30629
30733
|
exports.default = {
|
|
@@ -30650,7 +30754,7 @@ exports.default = {
|
|
|
30650
30754
|
VIRGULA: 'VIRGULA',
|
|
30651
30755
|
};
|
|
30652
30756
|
|
|
30653
|
-
},{}],
|
|
30757
|
+
},{}],256:[function(require,module,exports){
|
|
30654
30758
|
"use strict";
|
|
30655
30759
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30656
30760
|
exports.default = {
|
|
@@ -30766,7 +30870,7 @@ exports.default = {
|
|
|
30766
30870
|
VIRGULA: 'VIRGULA',
|
|
30767
30871
|
};
|
|
30768
30872
|
|
|
30769
|
-
},{}],
|
|
30873
|
+
},{}],257:[function(require,module,exports){
|
|
30770
30874
|
"use strict";
|
|
30771
30875
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30772
30876
|
exports.default = {
|
|
@@ -30844,7 +30948,7 @@ exports.default = {
|
|
|
30844
30948
|
VIRGULA: 'VIRGULA',
|
|
30845
30949
|
};
|
|
30846
30950
|
|
|
30847
|
-
},{}],
|
|
30951
|
+
},{}],258:[function(require,module,exports){
|
|
30848
30952
|
"use strict";
|
|
30849
30953
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30850
30954
|
exports.default = {
|
|
@@ -30861,7 +30965,7 @@ exports.default = {
|
|
|
30861
30965
|
VIRGULA: 'VIRGULA',
|
|
30862
30966
|
};
|
|
30863
30967
|
|
|
30864
|
-
},{}],
|
|
30968
|
+
},{}],259:[function(require,module,exports){
|
|
30865
30969
|
"use strict";
|
|
30866
30970
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30867
30971
|
exports.default = {
|
|
@@ -30914,7 +31018,7 @@ exports.default = {
|
|
|
30914
31018
|
VIRGULA: 'VIRGULA',
|
|
30915
31019
|
};
|
|
30916
31020
|
|
|
30917
|
-
},{}],
|
|
31021
|
+
},{}],260:[function(require,module,exports){
|
|
30918
31022
|
"use strict";
|
|
30919
31023
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30920
31024
|
exports.default = {
|
|
@@ -31009,7 +31113,7 @@ exports.default = {
|
|
|
31009
31113
|
VIRGULA: 'VIRGULA',
|
|
31010
31114
|
};
|
|
31011
31115
|
|
|
31012
|
-
},{}],
|
|
31116
|
+
},{}],261:[function(require,module,exports){
|
|
31013
31117
|
"use strict";
|
|
31014
31118
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31015
31119
|
exports.default = {
|
|
@@ -31088,7 +31192,7 @@ exports.default = {
|
|
|
31088
31192
|
VARIAVEL: 'VARIAVEL',
|
|
31089
31193
|
};
|
|
31090
31194
|
|
|
31091
|
-
},{}],
|
|
31195
|
+
},{}],262:[function(require,module,exports){
|
|
31092
31196
|
"use strict";
|
|
31093
31197
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31094
31198
|
exports.default = {
|
|
@@ -31172,7 +31276,7 @@ exports.default = {
|
|
|
31172
31276
|
VIRGULA: 'VIRGULA',
|
|
31173
31277
|
};
|
|
31174
31278
|
|
|
31175
|
-
},{}],
|
|
31279
|
+
},{}],263:[function(require,module,exports){
|
|
31176
31280
|
"use strict";
|
|
31177
31281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31178
31282
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31267,7 +31371,7 @@ exports.default = {
|
|
|
31267
31371
|
VIRGULA: 'VIRGULA',
|
|
31268
31372
|
};
|
|
31269
31373
|
|
|
31270
|
-
},{}],
|
|
31374
|
+
},{}],264:[function(require,module,exports){
|
|
31271
31375
|
"use strict";
|
|
31272
31376
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31273
31377
|
if (k2 === undefined) k2 = k;
|
|
@@ -31300,7 +31404,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31300
31404
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31301
31405
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31302
31406
|
|
|
31303
|
-
},{"./tradutor-assembly-arm":
|
|
31407
|
+
},{"./tradutor-assembly-arm":273,"./tradutor-assembly-risc-v":274,"./tradutor-assembly-x64":275,"./tradutor-assemblyscript":276,"./tradutor-elixir":277,"./tradutor-javascript":278,"./tradutor-mermaidjs":279,"./tradutor-portugol-ipt":280,"./tradutor-python":281,"./tradutor-reverso-calango":282,"./tradutor-reverso-javascript":283,"./tradutor-reverso-python":284,"./tradutor-reverso-tenda":285,"./tradutor-ruby":286,"./tradutor-webassembly":287}],265:[function(require,module,exports){
|
|
31304
31408
|
"use strict";
|
|
31305
31409
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31306
31410
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31312,7 +31416,7 @@ class ArestaFluxograma {
|
|
|
31312
31416
|
}
|
|
31313
31417
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31314
31418
|
|
|
31315
|
-
},{}],
|
|
31419
|
+
},{}],266:[function(require,module,exports){
|
|
31316
31420
|
"use strict";
|
|
31317
31421
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31318
31422
|
if (k2 === undefined) k2 = k;
|
|
@@ -31335,7 +31439,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31335
31439
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31336
31440
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31337
31441
|
|
|
31338
|
-
},{"./aresta-fluxograma":
|
|
31442
|
+
},{"./aresta-fluxograma":265,"./subgrafo-classe":267,"./subgrafo-funcao":268,"./subgrafo-metodo":269,"./vertice-fluxograma":270}],267:[function(require,module,exports){
|
|
31339
31443
|
"use strict";
|
|
31340
31444
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31341
31445
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31381,7 +31485,7 @@ class SubgrafoClasse {
|
|
|
31381
31485
|
}
|
|
31382
31486
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31383
31487
|
|
|
31384
|
-
},{}],
|
|
31488
|
+
},{}],268:[function(require,module,exports){
|
|
31385
31489
|
"use strict";
|
|
31386
31490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31387
31491
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31396,7 +31500,7 @@ class SubgrafoFuncao {
|
|
|
31396
31500
|
}
|
|
31397
31501
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31398
31502
|
|
|
31399
|
-
},{}],
|
|
31503
|
+
},{}],269:[function(require,module,exports){
|
|
31400
31504
|
"use strict";
|
|
31401
31505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31402
31506
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31413,7 +31517,7 @@ class SubgrafoMetodo {
|
|
|
31413
31517
|
}
|
|
31414
31518
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31415
31519
|
|
|
31416
|
-
},{}],
|
|
31520
|
+
},{}],270:[function(require,module,exports){
|
|
31417
31521
|
"use strict";
|
|
31418
31522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31419
31523
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31430,7 +31534,7 @@ class VerticeFluxograma {
|
|
|
31430
31534
|
}
|
|
31431
31535
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31432
31536
|
|
|
31433
|
-
},{}],
|
|
31537
|
+
},{}],271:[function(require,module,exports){
|
|
31434
31538
|
"use strict";
|
|
31435
31539
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31436
31540
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32670,7 +32774,7 @@ __decorate([
|
|
|
32670
32774
|
Decorators_1.Override
|
|
32671
32775
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32672
32776
|
|
|
32673
|
-
},{"./python3-parser":
|
|
32777
|
+
},{"./python3-parser":272,"antlr4ts/CommonToken":297,"antlr4ts/Decorators":301,"antlr4ts/Lexer":309,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/LexerATNSimulator":359,"antlr4ts/misc/Utils":420}],272:[function(require,module,exports){
|
|
32674
32778
|
"use strict";
|
|
32675
32779
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32676
32780
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43917,7 +44021,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43917
44021
|
}
|
|
43918
44022
|
exports.Yield_argContext = Yield_argContext;
|
|
43919
44023
|
|
|
43920
|
-
},{"antlr4ts/FailedPredicateException":
|
|
44024
|
+
},{"antlr4ts/FailedPredicateException":305,"antlr4ts/NoViableAltException":313,"antlr4ts/Parser":314,"antlr4ts/ParserRuleContext":317,"antlr4ts/RecognitionException":320,"antlr4ts/Token":326,"antlr4ts/VocabularyImpl":332,"antlr4ts/atn/ATN":334,"antlr4ts/atn/ATNDeserializer":338,"antlr4ts/atn/ParserATNSimulator":375,"antlr4ts/misc/Utils":420}],273:[function(require,module,exports){
|
|
43921
44025
|
"use strict";
|
|
43922
44026
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43923
44027
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44629,7 +44733,7 @@ ${labelFim}:`;
|
|
|
44629
44733
|
}
|
|
44630
44734
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44631
44735
|
|
|
44632
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
44736
|
+
},{"../construtos":67,"../declaracoes":116}],274:[function(require,module,exports){
|
|
44633
44737
|
"use strict";
|
|
44634
44738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44635
44739
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45318,7 +45422,7 @@ ${labelSenao}:`;
|
|
|
45318
45422
|
}
|
|
45319
45423
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45320
45424
|
|
|
45321
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
45425
|
+
},{"../construtos":67,"../declaracoes":116}],275:[function(require,module,exports){
|
|
45322
45426
|
"use strict";
|
|
45323
45427
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45324
45428
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46093,7 +46197,7 @@ __delegua_print_int:
|
|
|
46093
46197
|
}
|
|
46094
46198
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46095
46199
|
|
|
46096
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
46200
|
+
},{"../construtos":67,"../declaracoes":116}],276:[function(require,module,exports){
|
|
46097
46201
|
"use strict";
|
|
46098
46202
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46099
46203
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -47308,7 +47412,7 @@ class TradutorAssemblyScript {
|
|
|
47308
47412
|
}
|
|
47309
47413
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47310
47414
|
|
|
47311
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
47415
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],277:[function(require,module,exports){
|
|
47312
47416
|
"use strict";
|
|
47313
47417
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47314
47418
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48269,7 +48373,7 @@ class TradutorElixir {
|
|
|
48269
48373
|
}
|
|
48270
48374
|
exports.TradutorElixir = TradutorElixir;
|
|
48271
48375
|
|
|
48272
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48376
|
+
},{"../tipos-de-simbolos/delegua":256}],278:[function(require,module,exports){
|
|
48273
48377
|
"use strict";
|
|
48274
48378
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48275
48379
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49061,7 +49165,7 @@ class TradutorJavaScript {
|
|
|
49061
49165
|
}
|
|
49062
49166
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49063
49167
|
|
|
49064
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49168
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],279:[function(require,module,exports){
|
|
49065
49169
|
"use strict";
|
|
49066
49170
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49067
49171
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49890,7 +49994,7 @@ class TradutorMermaidJs {
|
|
|
49890
49994
|
}
|
|
49891
49995
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49892
49996
|
|
|
49893
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
49997
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256,"./mermaid":266}],280:[function(require,module,exports){
|
|
49894
49998
|
"use strict";
|
|
49895
49999
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49896
50000
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50272,7 +50376,7 @@ class TradutorPortugolIpt {
|
|
|
50272
50376
|
}
|
|
50273
50377
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50274
50378
|
|
|
50275
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":
|
|
50379
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":116,"../lexador/dialetos":226,"../tipos-de-simbolos/portugol-ipt":261}],281:[function(require,module,exports){
|
|
50276
50380
|
"use strict";
|
|
50277
50381
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50278
50382
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50957,7 +51061,7 @@ class TradutorPython {
|
|
|
50957
51061
|
}
|
|
50958
51062
|
exports.TradutorPython = TradutorPython;
|
|
50959
51063
|
|
|
50960
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
51064
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],282:[function(require,module,exports){
|
|
50961
51065
|
"use strict";
|
|
50962
51066
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50963
51067
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51311,7 +51415,7 @@ class TradutorReversoCalango {
|
|
|
51311
51415
|
}
|
|
51312
51416
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51313
51417
|
|
|
51314
|
-
},{"../tipos-de-simbolos/calango":
|
|
51418
|
+
},{"../tipos-de-simbolos/calango":254}],283:[function(require,module,exports){
|
|
51315
51419
|
"use strict";
|
|
51316
51420
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51317
51421
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51706,7 +51810,7 @@ class TradutorReversoJavaScript {
|
|
|
51706
51810
|
}
|
|
51707
51811
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51708
51812
|
|
|
51709
|
-
},{}],
|
|
51813
|
+
},{}],284:[function(require,module,exports){
|
|
51710
51814
|
"use strict";
|
|
51711
51815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51712
51816
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52359,7 +52463,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52359
52463
|
}
|
|
52360
52464
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52361
52465
|
|
|
52362
|
-
},{"./python/python3-lexer":
|
|
52466
|
+
},{"./python/python3-lexer":271,"./python/python3-parser":272,"antlr4ts":403,"antlr4ts/tree/AbstractParseTreeVisitor":421}],285:[function(require,module,exports){
|
|
52363
52467
|
"use strict";
|
|
52364
52468
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52365
52469
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52950,7 +53054,7 @@ class TradutorReversoTenda {
|
|
|
52950
53054
|
}
|
|
52951
53055
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52952
53056
|
|
|
52953
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53057
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":263}],286:[function(require,module,exports){
|
|
52954
53058
|
"use strict";
|
|
52955
53059
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52956
53060
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53637,7 +53741,7 @@ class TradutorRuby {
|
|
|
53637
53741
|
}
|
|
53638
53742
|
exports.TradutorRuby = TradutorRuby;
|
|
53639
53743
|
|
|
53640
|
-
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":
|
|
53744
|
+
},{"../construtos":67,"../declaracoes":116,"../tipos-de-simbolos/delegua":256}],287:[function(require,module,exports){
|
|
53641
53745
|
"use strict";
|
|
53642
53746
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53643
53747
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54524,7 +54628,7 @@ process.exit(codigoSaida);
|
|
|
54524
54628
|
}
|
|
54525
54629
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54526
54630
|
|
|
54527
|
-
},{"../construtos":67,"../declaracoes":116}],
|
|
54631
|
+
},{"../construtos":67,"../declaracoes":116}],288:[function(require,module,exports){
|
|
54528
54632
|
"use strict";
|
|
54529
54633
|
/*!
|
|
54530
54634
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54532,7 +54636,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54532
54636
|
*/
|
|
54533
54637
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54534
54638
|
|
|
54535
|
-
},{}],
|
|
54639
|
+
},{}],289:[function(require,module,exports){
|
|
54536
54640
|
"use strict";
|
|
54537
54641
|
/*!
|
|
54538
54642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54540,7 +54644,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54540
54644
|
*/
|
|
54541
54645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54542
54646
|
|
|
54543
|
-
},{}],
|
|
54647
|
+
},{}],290:[function(require,module,exports){
|
|
54544
54648
|
"use strict";
|
|
54545
54649
|
/*!
|
|
54546
54650
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54702,7 +54806,7 @@ __decorate([
|
|
|
54702
54806
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54703
54807
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54704
54808
|
|
|
54705
|
-
},{"./Decorators":
|
|
54809
|
+
},{"./Decorators":301,"./IntStream":307,"assert":444}],291:[function(require,module,exports){
|
|
54706
54810
|
"use strict";
|
|
54707
54811
|
/*!
|
|
54708
54812
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54785,7 +54889,7 @@ __decorate([
|
|
|
54785
54889
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54786
54890
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54787
54891
|
|
|
54788
|
-
},{"./Decorators":
|
|
54892
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./InputMismatchException":306,"./misc/ParseCancellationException":418}],292:[function(require,module,exports){
|
|
54789
54893
|
"use strict";
|
|
54790
54894
|
/*!
|
|
54791
54895
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55275,7 +55379,7 @@ BufferedTokenStream = __decorate([
|
|
|
55275
55379
|
], BufferedTokenStream);
|
|
55276
55380
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55277
55381
|
|
|
55278
|
-
},{"./CommonToken":
|
|
55382
|
+
},{"./CommonToken":297,"./Decorators":301,"./Lexer":309,"./Token":326,"./misc/Interval":413,"assert":444}],293:[function(require,module,exports){
|
|
55279
55383
|
"use strict";
|
|
55280
55384
|
/*!
|
|
55281
55385
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55283,7 +55387,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55283
55387
|
*/
|
|
55284
55388
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55285
55389
|
|
|
55286
|
-
},{}],
|
|
55390
|
+
},{}],294:[function(require,module,exports){
|
|
55287
55391
|
"use strict";
|
|
55288
55392
|
/*!
|
|
55289
55393
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55417,7 +55521,7 @@ var CharStreams;
|
|
|
55417
55521
|
// }
|
|
55418
55522
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55419
55523
|
|
|
55420
|
-
},{"./CodePointBuffer":
|
|
55524
|
+
},{"./CodePointBuffer":295,"./CodePointCharStream":296,"./IntStream":307}],295:[function(require,module,exports){
|
|
55421
55525
|
"use strict";
|
|
55422
55526
|
/*!
|
|
55423
55527
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55652,7 +55756,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55652
55756
|
CodePointBuffer.Builder = Builder;
|
|
55653
55757
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55654
55758
|
|
|
55655
|
-
},{"./misc/Character":
|
|
55759
|
+
},{"./misc/Character":409,"assert":444}],296:[function(require,module,exports){
|
|
55656
55760
|
"use strict";
|
|
55657
55761
|
/*!
|
|
55658
55762
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55802,7 +55906,7 @@ __decorate([
|
|
|
55802
55906
|
], CodePointCharStream.prototype, "getText", null);
|
|
55803
55907
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55804
55908
|
|
|
55805
|
-
},{"./Decorators":
|
|
55909
|
+
},{"./Decorators":301,"./IntStream":307,"./misc/Interval":413,"assert":444}],297:[function(require,module,exports){
|
|
55806
55910
|
"use strict";
|
|
55807
55911
|
/*!
|
|
55808
55912
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56032,7 +56136,7 @@ CommonToken = __decorate([
|
|
|
56032
56136
|
], CommonToken);
|
|
56033
56137
|
exports.CommonToken = CommonToken;
|
|
56034
56138
|
|
|
56035
|
-
},{"./Decorators":
|
|
56139
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],298:[function(require,module,exports){
|
|
56036
56140
|
"use strict";
|
|
56037
56141
|
/*!
|
|
56038
56142
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56096,7 +56200,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56096
56200
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56097
56201
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56098
56202
|
|
|
56099
|
-
},{"./CommonToken":
|
|
56203
|
+
},{"./CommonToken":297,"./Decorators":301,"./misc/Interval":413}],299:[function(require,module,exports){
|
|
56100
56204
|
"use strict";
|
|
56101
56205
|
/*!
|
|
56102
56206
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56223,7 +56327,7 @@ CommonTokenStream = __decorate([
|
|
|
56223
56327
|
], CommonTokenStream);
|
|
56224
56328
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56225
56329
|
|
|
56226
|
-
},{"./BufferedTokenStream":
|
|
56330
|
+
},{"./BufferedTokenStream":292,"./Decorators":301,"./Token":326}],300:[function(require,module,exports){
|
|
56227
56331
|
"use strict";
|
|
56228
56332
|
/*!
|
|
56229
56333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56257,7 +56361,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56257
56361
|
*/
|
|
56258
56362
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56259
56363
|
|
|
56260
|
-
},{}],
|
|
56364
|
+
},{}],301:[function(require,module,exports){
|
|
56261
56365
|
"use strict";
|
|
56262
56366
|
/*!
|
|
56263
56367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56284,7 +56388,7 @@ function SuppressWarnings(options) {
|
|
|
56284
56388
|
}
|
|
56285
56389
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56286
56390
|
|
|
56287
|
-
},{}],
|
|
56391
|
+
},{}],302:[function(require,module,exports){
|
|
56288
56392
|
"use strict";
|
|
56289
56393
|
/*!
|
|
56290
56394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57098,7 +57202,7 @@ __decorate([
|
|
|
57098
57202
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57099
57203
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57100
57204
|
|
|
57101
|
-
},{"./Decorators":
|
|
57205
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./NoViableAltException":313,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/PredictionContext":381,"./misc/IntervalSet":414}],303:[function(require,module,exports){
|
|
57102
57206
|
"use strict";
|
|
57103
57207
|
/*!
|
|
57104
57208
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57174,7 +57278,7 @@ var Dependents;
|
|
|
57174
57278
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57175
57279
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57176
57280
|
|
|
57177
|
-
},{}],
|
|
57281
|
+
},{}],304:[function(require,module,exports){
|
|
57178
57282
|
"use strict";
|
|
57179
57283
|
/*!
|
|
57180
57284
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57322,7 +57426,7 @@ __decorate([
|
|
|
57322
57426
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57323
57427
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57324
57428
|
|
|
57325
|
-
},{"./Decorators":
|
|
57429
|
+
},{"./Decorators":301,"./misc/BitSet":408,"./misc/Interval":413}],305:[function(require,module,exports){
|
|
57326
57430
|
"use strict";
|
|
57327
57431
|
/*!
|
|
57328
57432
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57387,7 +57491,7 @@ FailedPredicateException = __decorate([
|
|
|
57387
57491
|
], FailedPredicateException);
|
|
57388
57492
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57389
57493
|
|
|
57390
|
-
},{"./Decorators":
|
|
57494
|
+
},{"./Decorators":301,"./RecognitionException":320,"./atn/PredicateTransition":380}],306:[function(require,module,exports){
|
|
57391
57495
|
"use strict";
|
|
57392
57496
|
/*!
|
|
57393
57497
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57427,7 +57531,7 @@ InputMismatchException = __decorate([
|
|
|
57427
57531
|
], InputMismatchException);
|
|
57428
57532
|
exports.InputMismatchException = InputMismatchException;
|
|
57429
57533
|
|
|
57430
|
-
},{"./Decorators":
|
|
57534
|
+
},{"./Decorators":301,"./RecognitionException":320}],307:[function(require,module,exports){
|
|
57431
57535
|
"use strict";
|
|
57432
57536
|
/*!
|
|
57433
57537
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57450,7 +57554,7 @@ var IntStream;
|
|
|
57450
57554
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57451
57555
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57452
57556
|
|
|
57453
|
-
},{}],
|
|
57557
|
+
},{}],308:[function(require,module,exports){
|
|
57454
57558
|
"use strict";
|
|
57455
57559
|
/*!
|
|
57456
57560
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57497,7 +57601,7 @@ __decorate([
|
|
|
57497
57601
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57498
57602
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57499
57603
|
|
|
57500
|
-
},{"./Decorators":
|
|
57604
|
+
},{"./Decorators":301,"./ParserRuleContext":317}],309:[function(require,module,exports){
|
|
57501
57605
|
"use strict";
|
|
57502
57606
|
/*!
|
|
57503
57607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57833,7 +57937,7 @@ __decorate([
|
|
|
57833
57937
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57834
57938
|
exports.Lexer = Lexer;
|
|
57835
57939
|
|
|
57836
|
-
},{"./CommonTokenFactory":
|
|
57940
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./IntStream":307,"./LexerNoViableAltException":311,"./Recognizer":321,"./Token":326,"./atn/LexerATNSimulator":359,"./misc/IntegerStack":412,"./misc/Interval":413}],310:[function(require,module,exports){
|
|
57837
57941
|
"use strict";
|
|
57838
57942
|
/*!
|
|
57839
57943
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57913,7 +58017,7 @@ LexerInterpreter = __decorate([
|
|
|
57913
58017
|
], LexerInterpreter);
|
|
57914
58018
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57915
58019
|
|
|
57916
|
-
},{"./Decorators":
|
|
58020
|
+
},{"./Decorators":301,"./Lexer":309,"./atn/LexerATNSimulator":359}],311:[function(require,module,exports){
|
|
57917
58021
|
"use strict";
|
|
57918
58022
|
/*!
|
|
57919
58023
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57970,7 +58074,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57970
58074
|
], LexerNoViableAltException);
|
|
57971
58075
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57972
58076
|
|
|
57973
|
-
},{"./Decorators":
|
|
58077
|
+
},{"./Decorators":301,"./RecognitionException":320,"./misc/Interval":413,"./misc/Utils":420}],312:[function(require,module,exports){
|
|
57974
58078
|
"use strict";
|
|
57975
58079
|
/*!
|
|
57976
58080
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58180,7 +58284,7 @@ ListTokenSource = __decorate([
|
|
|
58180
58284
|
], ListTokenSource);
|
|
58181
58285
|
exports.ListTokenSource = ListTokenSource;
|
|
58182
58286
|
|
|
58183
|
-
},{"./CommonTokenFactory":
|
|
58287
|
+
},{"./CommonTokenFactory":298,"./Decorators":301,"./Token":326}],313:[function(require,module,exports){
|
|
58184
58288
|
"use strict";
|
|
58185
58289
|
/*!
|
|
58186
58290
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58235,7 +58339,7 @@ __decorate([
|
|
|
58235
58339
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58236
58340
|
exports.NoViableAltException = NoViableAltException;
|
|
58237
58341
|
|
|
58238
|
-
},{"./Decorators":
|
|
58342
|
+
},{"./Decorators":301,"./Parser":314,"./RecognitionException":320}],314:[function(require,module,exports){
|
|
58239
58343
|
(function (process){(function (){
|
|
58240
58344
|
"use strict";
|
|
58241
58345
|
/*!
|
|
@@ -59081,7 +59185,7 @@ __decorate([
|
|
|
59081
59185
|
exports.Parser = Parser;
|
|
59082
59186
|
|
|
59083
59187
|
}).call(this)}).call(this,require('_process'))
|
|
59084
|
-
},{"./Decorators":
|
|
59188
|
+
},{"./Decorators":301,"./DefaultErrorStrategy":302,"./Lexer":309,"./ProxyParserErrorListener":319,"./Recognizer":321,"./Token":326,"./atn/ATNDeserializationOptions":337,"./atn/ATNDeserializer":338,"./atn/ParseInfo":374,"./atn/ParserATNSimulator":375,"./atn/ProfilingATNSimulator":384,"./misc/IntegerStack":412,"./misc/Utils":420,"./tree/ErrorNode":422,"./tree/TerminalNode":424,"./tree/pattern/ParseTreePatternMatcher":429,"_process":503}],315:[function(require,module,exports){
|
|
59085
59189
|
"use strict";
|
|
59086
59190
|
/*!
|
|
59087
59191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59089,7 +59193,7 @@ exports.Parser = Parser;
|
|
|
59089
59193
|
*/
|
|
59090
59194
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59091
59195
|
|
|
59092
|
-
},{}],
|
|
59196
|
+
},{}],316:[function(require,module,exports){
|
|
59093
59197
|
"use strict";
|
|
59094
59198
|
/*!
|
|
59095
59199
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59497,7 +59601,7 @@ ParserInterpreter = __decorate([
|
|
|
59497
59601
|
], ParserInterpreter);
|
|
59498
59602
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59499
59603
|
|
|
59500
|
-
},{"./Decorators":
|
|
59604
|
+
},{"./Decorators":301,"./FailedPredicateException":305,"./InputMismatchException":306,"./InterpreterRuleContext":308,"./Parser":314,"./RecognitionException":320,"./Token":326,"./atn/ATNState":340,"./atn/ATNStateType":341,"./atn/LoopEndState":371,"./atn/ParserATNSimulator":375,"./atn/StarLoopEntryState":393,"./misc/BitSet":408}],317:[function(require,module,exports){
|
|
59501
59605
|
"use strict";
|
|
59502
59606
|
/*!
|
|
59503
59607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59798,7 +59902,7 @@ __decorate([
|
|
|
59798
59902
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59799
59903
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59800
59904
|
|
|
59801
|
-
},{"./Decorators":
|
|
59905
|
+
},{"./Decorators":301,"./RuleContext":322,"./misc/Interval":413,"./tree/ErrorNode":422,"./tree/TerminalNode":424}],318:[function(require,module,exports){
|
|
59802
59906
|
"use strict";
|
|
59803
59907
|
/*!
|
|
59804
59908
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59848,7 +59952,7 @@ __decorate([
|
|
|
59848
59952
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59849
59953
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59850
59954
|
|
|
59851
|
-
},{"./Decorators":
|
|
59955
|
+
},{"./Decorators":301}],319:[function(require,module,exports){
|
|
59852
59956
|
"use strict";
|
|
59853
59957
|
/*!
|
|
59854
59958
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59907,7 +60011,7 @@ __decorate([
|
|
|
59907
60011
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59908
60012
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59909
60013
|
|
|
59910
|
-
},{"./Decorators":
|
|
60014
|
+
},{"./Decorators":301,"./ProxyErrorListener":318}],320:[function(require,module,exports){
|
|
59911
60015
|
"use strict";
|
|
59912
60016
|
/*!
|
|
59913
60017
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60012,7 +60116,7 @@ class RecognitionException extends Error {
|
|
|
60012
60116
|
}
|
|
60013
60117
|
exports.RecognitionException = RecognitionException;
|
|
60014
60118
|
|
|
60015
|
-
},{}],
|
|
60119
|
+
},{}],321:[function(require,module,exports){
|
|
60016
60120
|
"use strict";
|
|
60017
60121
|
/*!
|
|
60018
60122
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60231,7 +60335,7 @@ __decorate([
|
|
|
60231
60335
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60232
60336
|
exports.Recognizer = Recognizer;
|
|
60233
60337
|
|
|
60234
|
-
},{"./ConsoleErrorListener":
|
|
60338
|
+
},{"./ConsoleErrorListener":300,"./Decorators":301,"./ProxyErrorListener":318,"./Token":326,"./misc/Utils":420}],322:[function(require,module,exports){
|
|
60235
60339
|
"use strict";
|
|
60236
60340
|
/*!
|
|
60237
60341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60448,7 +60552,7 @@ __decorate([
|
|
|
60448
60552
|
], RuleContext.prototype, "toStringTree", null);
|
|
60449
60553
|
exports.RuleContext = RuleContext;
|
|
60450
60554
|
|
|
60451
|
-
},{"./Decorators":
|
|
60555
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./Recognizer":321,"./atn/ATN":334,"./misc/Interval":413,"./tree/RuleNode":423,"./tree/Trees":425}],323:[function(require,module,exports){
|
|
60452
60556
|
"use strict";
|
|
60453
60557
|
/*!
|
|
60454
60558
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60499,7 +60603,7 @@ __decorate([
|
|
|
60499
60603
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60500
60604
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60501
60605
|
|
|
60502
|
-
},{"./Decorators":
|
|
60606
|
+
},{"./Decorators":301,"./ParserRuleContext":317,"./atn/ATN":334}],324:[function(require,module,exports){
|
|
60503
60607
|
"use strict";
|
|
60504
60608
|
/*!
|
|
60505
60609
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60522,7 +60626,7 @@ function RuleDependency(dependency) {
|
|
|
60522
60626
|
}
|
|
60523
60627
|
exports.RuleDependency = RuleDependency;
|
|
60524
60628
|
|
|
60525
|
-
},{}],
|
|
60629
|
+
},{}],325:[function(require,module,exports){
|
|
60526
60630
|
"use strict";
|
|
60527
60631
|
/*!
|
|
60528
60632
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60541,7 +60645,7 @@ function RuleVersion(version) {
|
|
|
60541
60645
|
}
|
|
60542
60646
|
exports.RuleVersion = RuleVersion;
|
|
60543
60647
|
|
|
60544
|
-
},{}],
|
|
60648
|
+
},{}],326:[function(require,module,exports){
|
|
60545
60649
|
"use strict";
|
|
60546
60650
|
/*!
|
|
60547
60651
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60581,7 +60685,7 @@ var Token;
|
|
|
60581
60685
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60582
60686
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60583
60687
|
|
|
60584
|
-
},{"./IntStream":
|
|
60688
|
+
},{"./IntStream":307}],327:[function(require,module,exports){
|
|
60585
60689
|
"use strict";
|
|
60586
60690
|
/*!
|
|
60587
60691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60589,7 +60693,7 @@ var Token;
|
|
|
60589
60693
|
*/
|
|
60590
60694
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60591
60695
|
|
|
60592
|
-
},{}],
|
|
60696
|
+
},{}],328:[function(require,module,exports){
|
|
60593
60697
|
"use strict";
|
|
60594
60698
|
/*!
|
|
60595
60699
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60597,7 +60701,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60597
60701
|
*/
|
|
60598
60702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60599
60703
|
|
|
60600
|
-
},{}],
|
|
60704
|
+
},{}],329:[function(require,module,exports){
|
|
60601
60705
|
"use strict";
|
|
60602
60706
|
/*!
|
|
60603
60707
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60605,7 +60709,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60605
60709
|
*/
|
|
60606
60710
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60607
60711
|
|
|
60608
|
-
},{}],
|
|
60712
|
+
},{}],330:[function(require,module,exports){
|
|
60609
60713
|
"use strict";
|
|
60610
60714
|
/*!
|
|
60611
60715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61113,7 +61217,7 @@ __decorate([
|
|
|
61113
61217
|
Decorators_1.Override
|
|
61114
61218
|
], ReplaceOp.prototype, "toString", null);
|
|
61115
61219
|
|
|
61116
|
-
},{"./Decorators":
|
|
61220
|
+
},{"./Decorators":301,"./Token":326,"./misc/Interval":413}],331:[function(require,module,exports){
|
|
61117
61221
|
"use strict";
|
|
61118
61222
|
/*!
|
|
61119
61223
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61121,7 +61225,7 @@ __decorate([
|
|
|
61121
61225
|
*/
|
|
61122
61226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61123
61227
|
|
|
61124
|
-
},{}],
|
|
61228
|
+
},{}],332:[function(require,module,exports){
|
|
61125
61229
|
"use strict";
|
|
61126
61230
|
/*!
|
|
61127
61231
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61241,7 +61345,7 @@ __decorate([
|
|
|
61241
61345
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61242
61346
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61243
61347
|
|
|
61244
|
-
},{"./Decorators":
|
|
61348
|
+
},{"./Decorators":301,"./Token":326}],333:[function(require,module,exports){
|
|
61245
61349
|
"use strict";
|
|
61246
61350
|
/*!
|
|
61247
61351
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61249,7 +61353,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61249
61353
|
*/
|
|
61250
61354
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61251
61355
|
|
|
61252
|
-
},{}],
|
|
61356
|
+
},{}],334:[function(require,module,exports){
|
|
61253
61357
|
"use strict";
|
|
61254
61358
|
/*!
|
|
61255
61359
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61471,7 +61575,7 @@ exports.ATN = ATN;
|
|
|
61471
61575
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61472
61576
|
exports.ATN = ATN;
|
|
61473
61577
|
|
|
61474
|
-
},{"../Decorators":
|
|
61578
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashMap":404,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./InvalidState":357,"./LL1Analyzer":358,"./PredictionContext":381,"assert":444}],335:[function(require,module,exports){
|
|
61475
61579
|
"use strict";
|
|
61476
61580
|
/*!
|
|
61477
61581
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61996,7 +62100,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61996
62100
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61997
62101
|
], ActionSemanticContextATNConfig);
|
|
61998
62102
|
|
|
61999
|
-
},{"../Decorators":
|
|
62103
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"./DecisionState":354,"./PredictionContext":381,"./SemanticContext":389,"assert":444}],336:[function(require,module,exports){
|
|
62000
62104
|
"use strict";
|
|
62001
62105
|
/*!
|
|
62002
62106
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62443,7 +62547,7 @@ __decorate([
|
|
|
62443
62547
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62444
62548
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62445
62549
|
|
|
62446
|
-
},{"../Decorators":
|
|
62550
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/BitSet":408,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420,"./ATN":334,"./ATNConfig":335,"./PredictionContext":381,"./PredictionContextCache":382,"./SemanticContext":389,"assert":444}],337:[function(require,module,exports){
|
|
62447
62551
|
"use strict";
|
|
62448
62552
|
/*!
|
|
62449
62553
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62522,7 +62626,7 @@ __decorate([
|
|
|
62522
62626
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62523
62627
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62524
62628
|
|
|
62525
|
-
},{"../Decorators":
|
|
62629
|
+
},{"../Decorators":301}],338:[function(require,module,exports){
|
|
62526
62630
|
"use strict";
|
|
62527
62631
|
/*!
|
|
62528
62632
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63609,7 +63713,7 @@ __decorate([
|
|
|
63609
63713
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63610
63714
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63611
63715
|
|
|
63612
|
-
},{"../Decorators":
|
|
63716
|
+
},{"../Decorators":301,"../Token":326,"../dfa/DFA":399,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/UUID":419,"./ATN":334,"./ATNDeserializationOptions":337,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./BasicBlockStartState":346,"./BasicState":347,"./BlockEndState":348,"./BlockStartState":349,"./DecisionState":354,"./EpsilonTransition":355,"./InvalidState":357,"./LexerChannelAction":361,"./LexerCustomAction":362,"./LexerModeAction":364,"./LexerMoreAction":365,"./LexerPopModeAction":366,"./LexerPushModeAction":367,"./LexerSkipAction":368,"./LexerTypeAction":369,"./LoopEndState":371,"./NotSetTransition":372,"./ParserATNSimulator":375,"./PlusBlockStartState":376,"./PlusLoopbackState":377,"./PrecedencePredicateTransition":378,"./PredicateTransition":380,"./RangeTransition":385,"./RuleStartState":386,"./RuleStopState":387,"./RuleTransition":388,"./SetTransition":390,"./StarBlockStartState":392,"./StarLoopEntryState":393,"./StarLoopbackState":394,"./TokensStartState":395,"./WildcardTransition":397}],339:[function(require,module,exports){
|
|
63613
63717
|
"use strict";
|
|
63614
63718
|
/*!
|
|
63615
63719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63673,7 +63777,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63673
63777
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63674
63778
|
exports.ATNSimulator = ATNSimulator;
|
|
63675
63779
|
|
|
63676
|
-
},{"../Decorators":
|
|
63780
|
+
},{"../Decorators":301,"../dfa/DFAState":401,"./ATNConfigSet":336,"./PredictionContext":381}],340:[function(require,module,exports){
|
|
63677
63781
|
"use strict";
|
|
63678
63782
|
/*!
|
|
63679
63783
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63860,7 +63964,7 @@ exports.ATNState = ATNState;
|
|
|
63860
63964
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63861
63965
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63862
63966
|
|
|
63863
|
-
},{"../Decorators":
|
|
63967
|
+
},{"../Decorators":301}],341:[function(require,module,exports){
|
|
63864
63968
|
"use strict";
|
|
63865
63969
|
/*!
|
|
63866
63970
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63886,7 +63990,7 @@ var ATNStateType;
|
|
|
63886
63990
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63887
63991
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63888
63992
|
|
|
63889
|
-
},{}],
|
|
63993
|
+
},{}],342:[function(require,module,exports){
|
|
63890
63994
|
"use strict";
|
|
63891
63995
|
/*!
|
|
63892
63996
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63906,7 +64010,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63906
64010
|
}
|
|
63907
64011
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63908
64012
|
|
|
63909
|
-
},{"./Transition":
|
|
64013
|
+
},{"./Transition":396}],343:[function(require,module,exports){
|
|
63910
64014
|
"use strict";
|
|
63911
64015
|
/*!
|
|
63912
64016
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63962,7 +64066,7 @@ ActionTransition = __decorate([
|
|
|
63962
64066
|
], ActionTransition);
|
|
63963
64067
|
exports.ActionTransition = ActionTransition;
|
|
63964
64068
|
|
|
63965
|
-
},{"../Decorators":
|
|
64069
|
+
},{"../Decorators":301,"./Transition":396}],344:[function(require,module,exports){
|
|
63966
64070
|
"use strict";
|
|
63967
64071
|
/*!
|
|
63968
64072
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64049,7 +64153,7 @@ AmbiguityInfo = __decorate([
|
|
|
64049
64153
|
], AmbiguityInfo);
|
|
64050
64154
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
64051
64155
|
|
|
64052
|
-
},{"../Decorators":
|
|
64156
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],345:[function(require,module,exports){
|
|
64053
64157
|
"use strict";
|
|
64054
64158
|
/*!
|
|
64055
64159
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64107,7 +64211,7 @@ AtomTransition = __decorate([
|
|
|
64107
64211
|
], AtomTransition);
|
|
64108
64212
|
exports.AtomTransition = AtomTransition;
|
|
64109
64213
|
|
|
64110
|
-
},{"../Decorators":
|
|
64214
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],346:[function(require,module,exports){
|
|
64111
64215
|
"use strict";
|
|
64112
64216
|
/*!
|
|
64113
64217
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64139,7 +64243,7 @@ __decorate([
|
|
|
64139
64243
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64140
64244
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64141
64245
|
|
|
64142
|
-
},{"../Decorators":
|
|
64246
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],347:[function(require,module,exports){
|
|
64143
64247
|
"use strict";
|
|
64144
64248
|
/*!
|
|
64145
64249
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64171,7 +64275,7 @@ __decorate([
|
|
|
64171
64275
|
], BasicState.prototype, "stateType", null);
|
|
64172
64276
|
exports.BasicState = BasicState;
|
|
64173
64277
|
|
|
64174
|
-
},{"../Decorators":
|
|
64278
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],348:[function(require,module,exports){
|
|
64175
64279
|
"use strict";
|
|
64176
64280
|
/*!
|
|
64177
64281
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64200,7 +64304,7 @@ __decorate([
|
|
|
64200
64304
|
], BlockEndState.prototype, "stateType", null);
|
|
64201
64305
|
exports.BlockEndState = BlockEndState;
|
|
64202
64306
|
|
|
64203
|
-
},{"../Decorators":
|
|
64307
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],349:[function(require,module,exports){
|
|
64204
64308
|
"use strict";
|
|
64205
64309
|
/*!
|
|
64206
64310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64214,7 +64318,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64214
64318
|
}
|
|
64215
64319
|
exports.BlockStartState = BlockStartState;
|
|
64216
64320
|
|
|
64217
|
-
},{"./DecisionState":
|
|
64321
|
+
},{"./DecisionState":354}],350:[function(require,module,exports){
|
|
64218
64322
|
"use strict";
|
|
64219
64323
|
/*!
|
|
64220
64324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64284,7 +64388,7 @@ __decorate([
|
|
|
64284
64388
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64285
64389
|
exports.ConflictInfo = ConflictInfo;
|
|
64286
64390
|
|
|
64287
|
-
},{"../Decorators":
|
|
64391
|
+
},{"../Decorators":301,"../misc/Utils":420}],351:[function(require,module,exports){
|
|
64288
64392
|
"use strict";
|
|
64289
64393
|
/*!
|
|
64290
64394
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64344,7 +64448,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64344
64448
|
], ContextSensitivityInfo);
|
|
64345
64449
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64346
64450
|
|
|
64347
|
-
},{"../Decorators":
|
|
64451
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],352:[function(require,module,exports){
|
|
64348
64452
|
"use strict";
|
|
64349
64453
|
/*!
|
|
64350
64454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64396,7 +64500,7 @@ DecisionEventInfo = __decorate([
|
|
|
64396
64500
|
], DecisionEventInfo);
|
|
64397
64501
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64398
64502
|
|
|
64399
|
-
},{"../Decorators":
|
|
64503
|
+
},{"../Decorators":301}],353:[function(require,module,exports){
|
|
64400
64504
|
"use strict";
|
|
64401
64505
|
/*!
|
|
64402
64506
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64609,7 +64713,7 @@ __decorate([
|
|
|
64609
64713
|
], DecisionInfo.prototype, "toString", null);
|
|
64610
64714
|
exports.DecisionInfo = DecisionInfo;
|
|
64611
64715
|
|
|
64612
|
-
},{"../Decorators":
|
|
64716
|
+
},{"../Decorators":301}],354:[function(require,module,exports){
|
|
64613
64717
|
"use strict";
|
|
64614
64718
|
/*!
|
|
64615
64719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64629,7 +64733,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64629
64733
|
}
|
|
64630
64734
|
exports.DecisionState = DecisionState;
|
|
64631
64735
|
|
|
64632
|
-
},{"./ATNState":
|
|
64736
|
+
},{"./ATNState":340}],355:[function(require,module,exports){
|
|
64633
64737
|
"use strict";
|
|
64634
64738
|
/*!
|
|
64635
64739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64695,7 +64799,7 @@ EpsilonTransition = __decorate([
|
|
|
64695
64799
|
], EpsilonTransition);
|
|
64696
64800
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64697
64801
|
|
|
64698
|
-
},{"../Decorators":
|
|
64802
|
+
},{"../Decorators":301,"./Transition":396}],356:[function(require,module,exports){
|
|
64699
64803
|
"use strict";
|
|
64700
64804
|
/*!
|
|
64701
64805
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64748,7 +64852,7 @@ ErrorInfo = __decorate([
|
|
|
64748
64852
|
], ErrorInfo);
|
|
64749
64853
|
exports.ErrorInfo = ErrorInfo;
|
|
64750
64854
|
|
|
64751
|
-
},{"../Decorators":
|
|
64855
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],357:[function(require,module,exports){
|
|
64752
64856
|
"use strict";
|
|
64753
64857
|
/*!
|
|
64754
64858
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64779,7 +64883,7 @@ __decorate([
|
|
|
64779
64883
|
], InvalidState.prototype, "stateType", null);
|
|
64780
64884
|
exports.InvalidState = InvalidState;
|
|
64781
64885
|
|
|
64782
|
-
},{"../Decorators":
|
|
64886
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BasicState":347}],358:[function(require,module,exports){
|
|
64783
64887
|
"use strict";
|
|
64784
64888
|
/*!
|
|
64785
64889
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65001,7 +65105,7 @@ LL1Analyzer = __decorate([
|
|
|
65001
65105
|
], LL1Analyzer);
|
|
65002
65106
|
exports.LL1Analyzer = LL1Analyzer;
|
|
65003
65107
|
|
|
65004
|
-
},{"../Decorators":
|
|
65108
|
+
},{"../Decorators":301,"../Token":326,"../misc/Array2DHashSet":405,"../misc/BitSet":408,"../misc/IntervalSet":414,"../misc/ObjectEqualityComparator":417,"./ATNConfig":335,"./AbstractPredicateTransition":342,"./NotSetTransition":372,"./PredictionContext":381,"./RuleStopState":387,"./RuleTransition":388,"./WildcardTransition":397}],359:[function(require,module,exports){
|
|
65005
65109
|
"use strict";
|
|
65006
65110
|
/*!
|
|
65007
65111
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65718,7 +65822,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65718
65822
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65719
65823
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65720
65824
|
|
|
65721
|
-
},{"../Decorators":
|
|
65825
|
+
},{"../Decorators":301,"../IntStream":307,"../Lexer":309,"../LexerNoViableAltException":311,"../Token":326,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Interval":413,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./LexerActionExecutor":360,"./OrderedATNConfigSet":373,"./PredictionContext":381,"./RuleStopState":387,"assert":444}],360:[function(require,module,exports){
|
|
65722
65826
|
"use strict";
|
|
65723
65827
|
/*!
|
|
65724
65828
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65919,7 +66023,7 @@ LexerActionExecutor = __decorate([
|
|
|
65919
66023
|
], LexerActionExecutor);
|
|
65920
66024
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65921
66025
|
|
|
65922
|
-
},{"../Decorators":
|
|
66026
|
+
},{"../Decorators":301,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"./LexerIndexedCustomAction":363}],361:[function(require,module,exports){
|
|
65923
66027
|
"use strict";
|
|
65924
66028
|
/*!
|
|
65925
66029
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66024,7 +66128,7 @@ __decorate([
|
|
|
66024
66128
|
], LexerChannelAction.prototype, "toString", null);
|
|
66025
66129
|
exports.LexerChannelAction = LexerChannelAction;
|
|
66026
66130
|
|
|
66027
|
-
},{"../Decorators":
|
|
66131
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],362:[function(require,module,exports){
|
|
66028
66132
|
"use strict";
|
|
66029
66133
|
/*!
|
|
66030
66134
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66153,7 +66257,7 @@ __decorate([
|
|
|
66153
66257
|
], LexerCustomAction.prototype, "equals", null);
|
|
66154
66258
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66155
66259
|
|
|
66156
|
-
},{"../Decorators":
|
|
66260
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],363:[function(require,module,exports){
|
|
66157
66261
|
"use strict";
|
|
66158
66262
|
/*!
|
|
66159
66263
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66288,7 +66392,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66288
66392
|
], LexerIndexedCustomAction);
|
|
66289
66393
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66290
66394
|
|
|
66291
|
-
},{"../Decorators":
|
|
66395
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],364:[function(require,module,exports){
|
|
66292
66396
|
"use strict";
|
|
66293
66397
|
/*!
|
|
66294
66398
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66393,7 +66497,7 @@ __decorate([
|
|
|
66393
66497
|
], LexerModeAction.prototype, "toString", null);
|
|
66394
66498
|
exports.LexerModeAction = LexerModeAction;
|
|
66395
66499
|
|
|
66396
|
-
},{"../Decorators":
|
|
66500
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],365:[function(require,module,exports){
|
|
66397
66501
|
"use strict";
|
|
66398
66502
|
/*!
|
|
66399
66503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66489,7 +66593,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66489
66593
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66490
66594
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66491
66595
|
|
|
66492
|
-
},{"../Decorators":
|
|
66596
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],366:[function(require,module,exports){
|
|
66493
66597
|
"use strict";
|
|
66494
66598
|
/*!
|
|
66495
66599
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66585,7 +66689,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66585
66689
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66586
66690
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66587
66691
|
|
|
66588
|
-
},{"../Decorators":
|
|
66692
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],367:[function(require,module,exports){
|
|
66589
66693
|
"use strict";
|
|
66590
66694
|
/*!
|
|
66591
66695
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66690,7 +66794,7 @@ __decorate([
|
|
|
66690
66794
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66691
66795
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66692
66796
|
|
|
66693
|
-
},{"../Decorators":
|
|
66797
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],368:[function(require,module,exports){
|
|
66694
66798
|
"use strict";
|
|
66695
66799
|
/*!
|
|
66696
66800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66786,7 +66890,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66786
66890
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66787
66891
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66788
66892
|
|
|
66789
|
-
},{"../Decorators":
|
|
66893
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],369:[function(require,module,exports){
|
|
66790
66894
|
"use strict";
|
|
66791
66895
|
/*!
|
|
66792
66896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66890,7 +66994,7 @@ __decorate([
|
|
|
66890
66994
|
], LexerTypeAction.prototype, "toString", null);
|
|
66891
66995
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66892
66996
|
|
|
66893
|
-
},{"../Decorators":
|
|
66997
|
+
},{"../Decorators":301,"../misc/MurmurHash":416}],370:[function(require,module,exports){
|
|
66894
66998
|
"use strict";
|
|
66895
66999
|
/*!
|
|
66896
67000
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66942,7 +67046,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66942
67046
|
], LookaheadEventInfo);
|
|
66943
67047
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66944
67048
|
|
|
66945
|
-
},{"../Decorators":
|
|
67049
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],371:[function(require,module,exports){
|
|
66946
67050
|
"use strict";
|
|
66947
67051
|
/*!
|
|
66948
67052
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66971,7 +67075,7 @@ __decorate([
|
|
|
66971
67075
|
], LoopEndState.prototype, "stateType", null);
|
|
66972
67076
|
exports.LoopEndState = LoopEndState;
|
|
66973
67077
|
|
|
66974
|
-
},{"../Decorators":
|
|
67078
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],372:[function(require,module,exports){
|
|
66975
67079
|
"use strict";
|
|
66976
67080
|
/*!
|
|
66977
67081
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67020,7 +67124,7 @@ NotSetTransition = __decorate([
|
|
|
67020
67124
|
], NotSetTransition);
|
|
67021
67125
|
exports.NotSetTransition = NotSetTransition;
|
|
67022
67126
|
|
|
67023
|
-
},{"../Decorators":
|
|
67127
|
+
},{"../Decorators":301,"./SetTransition":390}],373:[function(require,module,exports){
|
|
67024
67128
|
"use strict";
|
|
67025
67129
|
/*!
|
|
67026
67130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67075,7 +67179,7 @@ __decorate([
|
|
|
67075
67179
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67076
67180
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67077
67181
|
|
|
67078
|
-
},{"../Decorators":
|
|
67182
|
+
},{"../Decorators":301,"./ATNConfigSet":336}],374:[function(require,module,exports){
|
|
67079
67183
|
"use strict";
|
|
67080
67184
|
/*!
|
|
67081
67185
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67237,7 +67341,7 @@ ParseInfo = __decorate([
|
|
|
67237
67341
|
], ParseInfo);
|
|
67238
67342
|
exports.ParseInfo = ParseInfo;
|
|
67239
67343
|
|
|
67240
|
-
},{"../Decorators":
|
|
67344
|
+
},{"../Decorators":301}],375:[function(require,module,exports){
|
|
67241
67345
|
"use strict";
|
|
67242
67346
|
/*!
|
|
67243
67347
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69510,7 +69614,7 @@ ParserATNSimulator = __decorate([
|
|
|
69510
69614
|
], ParserATNSimulator);
|
|
69511
69615
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69512
69616
|
|
|
69513
|
-
},{"../Decorators":
|
|
69617
|
+
},{"../Decorators":301,"../IntStream":307,"../NoViableAltException":313,"../ParserRuleContext":317,"../Token":326,"../VocabularyImpl":332,"../dfa/AcceptStateInfo":398,"../dfa/DFAState":401,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/BitSet":408,"../misc/IntegerList":411,"../misc/Interval":413,"../misc/ObjectEqualityComparator":417,"./ATN":334,"./ATNConfig":335,"./ATNConfigSet":336,"./ATNSimulator":339,"./ATNStateType":341,"./ActionTransition":343,"./AtomTransition":345,"./ConflictInfo":350,"./DecisionState":354,"./NotSetTransition":372,"./PredictionContext":381,"./PredictionContextCache":382,"./PredictionMode":383,"./RuleStopState":387,"./RuleTransition":388,"./SemanticContext":389,"./SetTransition":390,"./SimulatorState":391,"assert":444}],376:[function(require,module,exports){
|
|
69514
69618
|
"use strict";
|
|
69515
69619
|
/*!
|
|
69516
69620
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69543,7 +69647,7 @@ __decorate([
|
|
|
69543
69647
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69544
69648
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69545
69649
|
|
|
69546
|
-
},{"../Decorators":
|
|
69650
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],377:[function(require,module,exports){
|
|
69547
69651
|
"use strict";
|
|
69548
69652
|
/*!
|
|
69549
69653
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69574,7 +69678,7 @@ __decorate([
|
|
|
69574
69678
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69575
69679
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69576
69680
|
|
|
69577
|
-
},{"../Decorators":
|
|
69681
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],378:[function(require,module,exports){
|
|
69578
69682
|
"use strict";
|
|
69579
69683
|
/*!
|
|
69580
69684
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69637,7 +69741,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69637
69741
|
], PrecedencePredicateTransition);
|
|
69638
69742
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69639
69743
|
|
|
69640
|
-
},{"../Decorators":
|
|
69744
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],379:[function(require,module,exports){
|
|
69641
69745
|
"use strict";
|
|
69642
69746
|
/*!
|
|
69643
69747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69700,7 +69804,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69700
69804
|
], PredicateEvalInfo);
|
|
69701
69805
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69702
69806
|
|
|
69703
|
-
},{"../Decorators":
|
|
69807
|
+
},{"../Decorators":301,"./DecisionEventInfo":352}],380:[function(require,module,exports){
|
|
69704
69808
|
"use strict";
|
|
69705
69809
|
/*!
|
|
69706
69810
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69766,7 +69870,7 @@ PredicateTransition = __decorate([
|
|
|
69766
69870
|
], PredicateTransition);
|
|
69767
69871
|
exports.PredicateTransition = PredicateTransition;
|
|
69768
69872
|
|
|
69769
|
-
},{"../Decorators":
|
|
69873
|
+
},{"../Decorators":301,"./AbstractPredicateTransition":342,"./SemanticContext":389}],381:[function(require,module,exports){
|
|
69770
69874
|
"use strict";
|
|
69771
69875
|
/*!
|
|
69772
69876
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70457,7 +70561,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70457
70561
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70458
70562
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70459
70563
|
|
|
70460
|
-
},{"../Decorators":
|
|
70564
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/Array2DHashSet":405,"../misc/Arrays":407,"../misc/MurmurHash":416,"./PredictionContextCache":382,"assert":444}],382:[function(require,module,exports){
|
|
70461
70565
|
"use strict";
|
|
70462
70566
|
/*!
|
|
70463
70567
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70598,7 +70702,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70598
70702
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70599
70703
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70600
70704
|
|
|
70601
|
-
},{"../Decorators":
|
|
70705
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/ObjectEqualityComparator":417,"./PredictionContext":381,"assert":444}],383:[function(require,module,exports){
|
|
70602
70706
|
"use strict";
|
|
70603
70707
|
/*!
|
|
70604
70708
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70759,7 +70863,7 @@ var PredictionMode;
|
|
|
70759
70863
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70760
70864
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70761
70865
|
|
|
70762
|
-
},{"../Decorators":
|
|
70866
|
+
},{"../Decorators":301,"../misc/Array2DHashMap":404,"../misc/MurmurHash":416,"./RuleStopState":387}],384:[function(require,module,exports){
|
|
70763
70867
|
(function (process){(function (){
|
|
70764
70868
|
"use strict";
|
|
70765
70869
|
/*!
|
|
@@ -71028,7 +71132,7 @@ __decorate([
|
|
|
71028
71132
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
71029
71133
|
|
|
71030
71134
|
}).call(this)}).call(this,require('_process'))
|
|
71031
|
-
},{"../Decorators":
|
|
71135
|
+
},{"../Decorators":301,"./ATN":334,"./ATNSimulator":339,"./AmbiguityInfo":344,"./ContextSensitivityInfo":351,"./DecisionInfo":353,"./ErrorInfo":356,"./LookaheadEventInfo":370,"./ParserATNSimulator":375,"./PredicateEvalInfo":379,"./SemanticContext":389,"./SimulatorState":391,"_process":503}],385:[function(require,module,exports){
|
|
71032
71136
|
"use strict";
|
|
71033
71137
|
/*!
|
|
71034
71138
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71086,7 +71190,7 @@ RangeTransition = __decorate([
|
|
|
71086
71190
|
], RangeTransition);
|
|
71087
71191
|
exports.RangeTransition = RangeTransition;
|
|
71088
71192
|
|
|
71089
|
-
},{"../Decorators":
|
|
71193
|
+
},{"../Decorators":301,"../misc/IntervalSet":414,"./Transition":396}],386:[function(require,module,exports){
|
|
71090
71194
|
"use strict";
|
|
71091
71195
|
/*!
|
|
71092
71196
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71119,7 +71223,7 @@ __decorate([
|
|
|
71119
71223
|
], RuleStartState.prototype, "stateType", null);
|
|
71120
71224
|
exports.RuleStartState = RuleStartState;
|
|
71121
71225
|
|
|
71122
|
-
},{"../Decorators":
|
|
71226
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],387:[function(require,module,exports){
|
|
71123
71227
|
"use strict";
|
|
71124
71228
|
/*!
|
|
71125
71229
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71158,7 +71262,7 @@ __decorate([
|
|
|
71158
71262
|
], RuleStopState.prototype, "stateType", null);
|
|
71159
71263
|
exports.RuleStopState = RuleStopState;
|
|
71160
71264
|
|
|
71161
|
-
},{"../Decorators":
|
|
71265
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],388:[function(require,module,exports){
|
|
71162
71266
|
"use strict";
|
|
71163
71267
|
/*!
|
|
71164
71268
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71214,7 +71318,7 @@ RuleTransition = __decorate([
|
|
|
71214
71318
|
], RuleTransition);
|
|
71215
71319
|
exports.RuleTransition = RuleTransition;
|
|
71216
71320
|
|
|
71217
|
-
},{"../Decorators":
|
|
71321
|
+
},{"../Decorators":301,"./Transition":396}],389:[function(require,module,exports){
|
|
71218
71322
|
"use strict";
|
|
71219
71323
|
/*!
|
|
71220
71324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71694,7 +71798,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71694
71798
|
SemanticContext.OR = OR;
|
|
71695
71799
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71696
71800
|
|
|
71697
|
-
},{"../Decorators":
|
|
71801
|
+
},{"../Decorators":301,"../misc/Array2DHashSet":405,"../misc/ArrayEqualityComparator":406,"../misc/MurmurHash":416,"../misc/ObjectEqualityComparator":417,"../misc/Utils":420}],390:[function(require,module,exports){
|
|
71698
71802
|
"use strict";
|
|
71699
71803
|
/*!
|
|
71700
71804
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71760,7 +71864,7 @@ SetTransition = __decorate([
|
|
|
71760
71864
|
], SetTransition);
|
|
71761
71865
|
exports.SetTransition = SetTransition;
|
|
71762
71866
|
|
|
71763
|
-
},{"../Decorators":
|
|
71867
|
+
},{"../Decorators":301,"../Token":326,"../misc/IntervalSet":414,"./Transition":396}],391:[function(require,module,exports){
|
|
71764
71868
|
"use strict";
|
|
71765
71869
|
/*!
|
|
71766
71870
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71796,7 +71900,7 @@ SimulatorState = __decorate([
|
|
|
71796
71900
|
], SimulatorState);
|
|
71797
71901
|
exports.SimulatorState = SimulatorState;
|
|
71798
71902
|
|
|
71799
|
-
},{"../Decorators":
|
|
71903
|
+
},{"../Decorators":301,"../ParserRuleContext":317}],392:[function(require,module,exports){
|
|
71800
71904
|
"use strict";
|
|
71801
71905
|
/*!
|
|
71802
71906
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71824,7 +71928,7 @@ __decorate([
|
|
|
71824
71928
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71825
71929
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71826
71930
|
|
|
71827
|
-
},{"../Decorators":
|
|
71931
|
+
},{"../Decorators":301,"./ATNStateType":341,"./BlockStartState":349}],393:[function(require,module,exports){
|
|
71828
71932
|
"use strict";
|
|
71829
71933
|
/*!
|
|
71830
71934
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71881,7 +71985,7 @@ __decorate([
|
|
|
71881
71985
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71882
71986
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71883
71987
|
|
|
71884
|
-
},{"../Decorators":
|
|
71988
|
+
},{"../Decorators":301,"../misc/BitSet":408,"./ATNStateType":341,"./DecisionState":354}],394:[function(require,module,exports){
|
|
71885
71989
|
"use strict";
|
|
71886
71990
|
/*!
|
|
71887
71991
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71912,7 +72016,7 @@ __decorate([
|
|
|
71912
72016
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71913
72017
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71914
72018
|
|
|
71915
|
-
},{"../Decorators":
|
|
72019
|
+
},{"../Decorators":301,"./ATNState":340,"./ATNStateType":341}],395:[function(require,module,exports){
|
|
71916
72020
|
"use strict";
|
|
71917
72021
|
/*!
|
|
71918
72022
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71941,7 +72045,7 @@ __decorate([
|
|
|
71941
72045
|
], TokensStartState.prototype, "stateType", null);
|
|
71942
72046
|
exports.TokensStartState = TokensStartState;
|
|
71943
72047
|
|
|
71944
|
-
},{"../Decorators":
|
|
72048
|
+
},{"../Decorators":301,"./ATNStateType":341,"./DecisionState":354}],396:[function(require,module,exports){
|
|
71945
72049
|
"use strict";
|
|
71946
72050
|
/*!
|
|
71947
72051
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72015,7 +72119,7 @@ Transition = __decorate([
|
|
|
72015
72119
|
], Transition);
|
|
72016
72120
|
exports.Transition = Transition;
|
|
72017
72121
|
|
|
72018
|
-
},{"../Decorators":
|
|
72122
|
+
},{"../Decorators":301}],397:[function(require,module,exports){
|
|
72019
72123
|
"use strict";
|
|
72020
72124
|
/*!
|
|
72021
72125
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72063,7 +72167,7 @@ WildcardTransition = __decorate([
|
|
|
72063
72167
|
], WildcardTransition);
|
|
72064
72168
|
exports.WildcardTransition = WildcardTransition;
|
|
72065
72169
|
|
|
72066
|
-
},{"../Decorators":
|
|
72170
|
+
},{"../Decorators":301,"./Transition":396}],398:[function(require,module,exports){
|
|
72067
72171
|
"use strict";
|
|
72068
72172
|
/*!
|
|
72069
72173
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72105,7 +72209,7 @@ class AcceptStateInfo {
|
|
|
72105
72209
|
}
|
|
72106
72210
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72107
72211
|
|
|
72108
|
-
},{}],
|
|
72212
|
+
},{}],399:[function(require,module,exports){
|
|
72109
72213
|
"use strict";
|
|
72110
72214
|
/*!
|
|
72111
72215
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72280,7 +72384,7 @@ DFA = __decorate([
|
|
|
72280
72384
|
], DFA);
|
|
72281
72385
|
exports.DFA = DFA;
|
|
72282
72386
|
|
|
72283
|
-
},{"../Decorators":
|
|
72387
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"../atn/ATNConfigSet":336,"../atn/StarLoopEntryState":393,"../misc/Array2DHashSet":405,"../misc/ObjectEqualityComparator":417,"./DFASerializer":400,"./DFAState":401,"./LexerDFASerializer":402}],400:[function(require,module,exports){
|
|
72284
72388
|
"use strict";
|
|
72285
72389
|
/*!
|
|
72286
72390
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72422,7 +72526,7 @@ __decorate([
|
|
|
72422
72526
|
], DFASerializer.prototype, "toString", null);
|
|
72423
72527
|
exports.DFASerializer = DFASerializer;
|
|
72424
72528
|
|
|
72425
|
-
},{"../Decorators":
|
|
72529
|
+
},{"../Decorators":301,"../Recognizer":321,"../VocabularyImpl":332,"../atn/ATNSimulator":339,"../atn/PredictionContext":381}],401:[function(require,module,exports){
|
|
72426
72530
|
"use strict";
|
|
72427
72531
|
/*!
|
|
72428
72532
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72653,7 +72757,7 @@ exports.DFAState = DFAState;
|
|
|
72653
72757
|
DFAState.PredPrediction = PredPrediction;
|
|
72654
72758
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72655
72759
|
|
|
72656
|
-
},{"../Decorators":
|
|
72760
|
+
},{"../Decorators":301,"../atn/ATN":334,"../atn/PredictionContext":381,"../misc/BitSet":408,"../misc/MurmurHash":416,"assert":444}],402:[function(require,module,exports){
|
|
72657
72761
|
"use strict";
|
|
72658
72762
|
/*!
|
|
72659
72763
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72690,7 +72794,7 @@ LexerDFASerializer = __decorate([
|
|
|
72690
72794
|
], LexerDFASerializer);
|
|
72691
72795
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72692
72796
|
|
|
72693
|
-
},{"../Decorators":
|
|
72797
|
+
},{"../Decorators":301,"../VocabularyImpl":332,"./DFASerializer":400}],403:[function(require,module,exports){
|
|
72694
72798
|
"use strict";
|
|
72695
72799
|
/*!
|
|
72696
72800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72756,7 +72860,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72756
72860
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72757
72861
|
__exportStar(require("./WritableToken"), exports);
|
|
72758
72862
|
|
|
72759
|
-
},{"./ANTLRErrorListener":
|
|
72863
|
+
},{"./ANTLRErrorListener":288,"./ANTLRErrorStrategy":289,"./ANTLRInputStream":290,"./BailErrorStrategy":291,"./BufferedTokenStream":292,"./CharStream":293,"./CharStreams":294,"./CodePointBuffer":295,"./CodePointCharStream":296,"./CommonToken":297,"./CommonTokenFactory":298,"./CommonTokenStream":299,"./ConsoleErrorListener":300,"./DefaultErrorStrategy":302,"./Dependents":303,"./DiagnosticErrorListener":304,"./FailedPredicateException":305,"./InputMismatchException":306,"./IntStream":307,"./InterpreterRuleContext":308,"./Lexer":309,"./LexerInterpreter":310,"./LexerNoViableAltException":311,"./ListTokenSource":312,"./NoViableAltException":313,"./Parser":314,"./ParserErrorListener":315,"./ParserInterpreter":316,"./ParserRuleContext":317,"./ProxyErrorListener":318,"./ProxyParserErrorListener":319,"./RecognitionException":320,"./Recognizer":321,"./RuleContext":322,"./RuleContextWithAltNum":323,"./RuleDependency":324,"./RuleVersion":325,"./Token":326,"./TokenFactory":327,"./TokenSource":328,"./TokenStream":329,"./TokenStreamRewriter":330,"./Vocabulary":331,"./VocabularyImpl":332,"./WritableToken":333}],404:[function(require,module,exports){
|
|
72760
72864
|
"use strict";
|
|
72761
72865
|
/*!
|
|
72762
72866
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72839,7 +72943,7 @@ class Array2DHashMap {
|
|
|
72839
72943
|
}
|
|
72840
72944
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72841
72945
|
|
|
72842
|
-
},{"./Array2DHashSet":
|
|
72946
|
+
},{"./Array2DHashSet":405}],405:[function(require,module,exports){
|
|
72843
72947
|
"use strict";
|
|
72844
72948
|
/*!
|
|
72845
72949
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73206,7 +73310,7 @@ __decorate([
|
|
|
73206
73310
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73207
73311
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73208
73312
|
|
|
73209
|
-
},{"../Decorators":
|
|
73313
|
+
},{"../Decorators":301,"./DefaultEqualityComparator":410,"./MurmurHash":416,"assert":444}],406:[function(require,module,exports){
|
|
73210
73314
|
"use strict";
|
|
73211
73315
|
/*!
|
|
73212
73316
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73278,7 +73382,7 @@ __decorate([
|
|
|
73278
73382
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73279
73383
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73280
73384
|
|
|
73281
|
-
},{"../Decorators":
|
|
73385
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],407:[function(require,module,exports){
|
|
73282
73386
|
"use strict";
|
|
73283
73387
|
/*!
|
|
73284
73388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73348,7 +73452,7 @@ var Arrays;
|
|
|
73348
73452
|
Arrays.toString = toString;
|
|
73349
73453
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73350
73454
|
|
|
73351
|
-
},{}],
|
|
73455
|
+
},{}],408:[function(require,module,exports){
|
|
73352
73456
|
"use strict";
|
|
73353
73457
|
/*!
|
|
73354
73458
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74020,7 +74124,7 @@ class BitSetIterator {
|
|
|
74020
74124
|
[Symbol.iterator]() { return this; }
|
|
74021
74125
|
}
|
|
74022
74126
|
|
|
74023
|
-
},{"./MurmurHash":
|
|
74127
|
+
},{"./MurmurHash":416,"util":508}],409:[function(require,module,exports){
|
|
74024
74128
|
"use strict";
|
|
74025
74129
|
/*!
|
|
74026
74130
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74041,7 +74145,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
74041
74145
|
}
|
|
74042
74146
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
74043
74147
|
|
|
74044
|
-
},{}],
|
|
74148
|
+
},{}],410:[function(require,module,exports){
|
|
74045
74149
|
"use strict";
|
|
74046
74150
|
/*!
|
|
74047
74151
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74112,7 +74216,7 @@ __decorate([
|
|
|
74112
74216
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74113
74217
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74114
74218
|
|
|
74115
|
-
},{"../Decorators":
|
|
74219
|
+
},{"../Decorators":301,"./MurmurHash":416,"./ObjectEqualityComparator":417}],411:[function(require,module,exports){
|
|
74116
74220
|
"use strict";
|
|
74117
74221
|
/*!
|
|
74118
74222
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74406,7 +74510,7 @@ __decorate([
|
|
|
74406
74510
|
], IntegerList.prototype, "toString", null);
|
|
74407
74511
|
exports.IntegerList = IntegerList;
|
|
74408
74512
|
|
|
74409
|
-
},{"../Decorators":
|
|
74513
|
+
},{"../Decorators":301,"./Arrays":407}],412:[function(require,module,exports){
|
|
74410
74514
|
"use strict";
|
|
74411
74515
|
/*!
|
|
74412
74516
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74436,7 +74540,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74436
74540
|
}
|
|
74437
74541
|
exports.IntegerStack = IntegerStack;
|
|
74438
74542
|
|
|
74439
|
-
},{"./IntegerList":
|
|
74543
|
+
},{"./IntegerList":411}],413:[function(require,module,exports){
|
|
74440
74544
|
"use strict";
|
|
74441
74545
|
/*!
|
|
74442
74546
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74579,7 +74683,7 @@ __decorate([
|
|
|
74579
74683
|
], Interval.prototype, "toString", null);
|
|
74580
74684
|
exports.Interval = Interval;
|
|
74581
74685
|
|
|
74582
|
-
},{"../Decorators":
|
|
74686
|
+
},{"../Decorators":301}],414:[function(require,module,exports){
|
|
74583
74687
|
"use strict";
|
|
74584
74688
|
/*!
|
|
74585
74689
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75225,7 +75329,7 @@ __decorate([
|
|
|
75225
75329
|
], IntervalSet, "subtract", null);
|
|
75226
75330
|
exports.IntervalSet = IntervalSet;
|
|
75227
75331
|
|
|
75228
|
-
},{"../Decorators":
|
|
75332
|
+
},{"../Decorators":301,"../Lexer":309,"../Token":326,"./ArrayEqualityComparator":406,"./IntegerList":411,"./Interval":413,"./MurmurHash":416}],415:[function(require,module,exports){
|
|
75229
75333
|
"use strict";
|
|
75230
75334
|
/*!
|
|
75231
75335
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75258,7 +75362,7 @@ class MultiMap extends Map {
|
|
|
75258
75362
|
}
|
|
75259
75363
|
exports.MultiMap = MultiMap;
|
|
75260
75364
|
|
|
75261
|
-
},{}],
|
|
75365
|
+
},{}],416:[function(require,module,exports){
|
|
75262
75366
|
"use strict";
|
|
75263
75367
|
/*!
|
|
75264
75368
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75373,7 +75477,7 @@ var MurmurHash;
|
|
|
75373
75477
|
}
|
|
75374
75478
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75375
75479
|
|
|
75376
|
-
},{}],
|
|
75480
|
+
},{}],417:[function(require,module,exports){
|
|
75377
75481
|
"use strict";
|
|
75378
75482
|
/*!
|
|
75379
75483
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75432,7 +75536,7 @@ __decorate([
|
|
|
75432
75536
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75433
75537
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75434
75538
|
|
|
75435
|
-
},{"../Decorators":
|
|
75539
|
+
},{"../Decorators":301}],418:[function(require,module,exports){
|
|
75436
75540
|
"use strict";
|
|
75437
75541
|
/*!
|
|
75438
75542
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75461,7 +75565,7 @@ class ParseCancellationException extends Error {
|
|
|
75461
75565
|
}
|
|
75462
75566
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75463
75567
|
|
|
75464
|
-
},{}],
|
|
75568
|
+
},{}],419:[function(require,module,exports){
|
|
75465
75569
|
"use strict";
|
|
75466
75570
|
/*!
|
|
75467
75571
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75515,7 +75619,7 @@ class UUID {
|
|
|
75515
75619
|
}
|
|
75516
75620
|
exports.UUID = UUID;
|
|
75517
75621
|
|
|
75518
|
-
},{"./MurmurHash":
|
|
75622
|
+
},{"./MurmurHash":416}],420:[function(require,module,exports){
|
|
75519
75623
|
"use strict";
|
|
75520
75624
|
/*!
|
|
75521
75625
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75690,7 +75794,7 @@ exports.toCharArray = toCharArray;
|
|
|
75690
75794
|
// return s;
|
|
75691
75795
|
// }
|
|
75692
75796
|
|
|
75693
|
-
},{}],
|
|
75797
|
+
},{}],421:[function(require,module,exports){
|
|
75694
75798
|
"use strict";
|
|
75695
75799
|
/*!
|
|
75696
75800
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75835,7 +75939,7 @@ __decorate([
|
|
|
75835
75939
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75836
75940
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75837
75941
|
|
|
75838
|
-
},{"../Decorators":
|
|
75942
|
+
},{"../Decorators":301}],422:[function(require,module,exports){
|
|
75839
75943
|
"use strict";
|
|
75840
75944
|
/*!
|
|
75841
75945
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75871,7 +75975,7 @@ __decorate([
|
|
|
75871
75975
|
], ErrorNode.prototype, "accept", null);
|
|
75872
75976
|
exports.ErrorNode = ErrorNode;
|
|
75873
75977
|
|
|
75874
|
-
},{"../Decorators":
|
|
75978
|
+
},{"../Decorators":301,"./TerminalNode":424}],423:[function(require,module,exports){
|
|
75875
75979
|
"use strict";
|
|
75876
75980
|
/*!
|
|
75877
75981
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75883,7 +75987,7 @@ class RuleNode {
|
|
|
75883
75987
|
}
|
|
75884
75988
|
exports.RuleNode = RuleNode;
|
|
75885
75989
|
|
|
75886
|
-
},{}],
|
|
75990
|
+
},{}],424:[function(require,module,exports){
|
|
75887
75991
|
"use strict";
|
|
75888
75992
|
/*!
|
|
75889
75993
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75975,7 +76079,7 @@ __decorate([
|
|
|
75975
76079
|
], TerminalNode.prototype, "toString", null);
|
|
75976
76080
|
exports.TerminalNode = TerminalNode;
|
|
75977
76081
|
|
|
75978
|
-
},{"../Decorators":
|
|
76082
|
+
},{"../Decorators":301,"../Token":326,"../misc/Interval":413}],425:[function(require,module,exports){
|
|
75979
76083
|
"use strict";
|
|
75980
76084
|
/*!
|
|
75981
76085
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76219,7 +76323,7 @@ __decorate([
|
|
|
76219
76323
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76220
76324
|
exports.Trees = Trees;
|
|
76221
76325
|
|
|
76222
|
-
},{"../CommonToken":
|
|
76326
|
+
},{"../CommonToken":297,"../Decorators":301,"../Parser":314,"../ParserRuleContext":317,"../Token":326,"../atn/ATN":334,"../misc/Utils":420,"./ErrorNode":422,"./RuleNode":423,"./TerminalNode":424}],426:[function(require,module,exports){
|
|
76223
76327
|
"use strict";
|
|
76224
76328
|
/*!
|
|
76225
76329
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76243,7 +76347,7 @@ class Chunk {
|
|
|
76243
76347
|
}
|
|
76244
76348
|
exports.Chunk = Chunk;
|
|
76245
76349
|
|
|
76246
|
-
},{}],
|
|
76350
|
+
},{}],427:[function(require,module,exports){
|
|
76247
76351
|
"use strict";
|
|
76248
76352
|
/*!
|
|
76249
76353
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76423,7 +76527,7 @@ ParseTreeMatch = __decorate([
|
|
|
76423
76527
|
], ParseTreeMatch);
|
|
76424
76528
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76425
76529
|
|
|
76426
|
-
},{"../../Decorators":
|
|
76530
|
+
},{"../../Decorators":301}],428:[function(require,module,exports){
|
|
76427
76531
|
"use strict";
|
|
76428
76532
|
/*!
|
|
76429
76533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76581,7 +76685,7 @@ ParseTreePattern = __decorate([
|
|
|
76581
76685
|
], ParseTreePattern);
|
|
76582
76686
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76583
76687
|
|
|
76584
|
-
},{"../../Decorators":
|
|
76688
|
+
},{"../../Decorators":301,"../xpath/XPath":434}],429:[function(require,module,exports){
|
|
76585
76689
|
"use strict";
|
|
76586
76690
|
/*!
|
|
76587
76691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77059,7 +77163,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
77059
77163
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
77060
77164
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
77061
77165
|
|
|
77062
|
-
},{"../../BailErrorStrategy":
|
|
77166
|
+
},{"../../BailErrorStrategy":291,"../../CharStreams":294,"../../CommonTokenStream":299,"../../Decorators":301,"../../ListTokenSource":312,"../../ParserInterpreter":316,"../../ParserRuleContext":317,"../../RecognitionException":320,"../../Token":326,"../../misc/MultiMap":415,"../../misc/ParseCancellationException":418,"../RuleNode":423,"../TerminalNode":424,"./ParseTreeMatch":427,"./ParseTreePattern":428,"./RuleTagToken":430,"./TagChunk":431,"./TextChunk":432,"./TokenTagToken":433}],430:[function(require,module,exports){
|
|
77063
77167
|
"use strict";
|
|
77064
77168
|
/*!
|
|
77065
77169
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77257,7 +77361,7 @@ RuleTagToken = __decorate([
|
|
|
77257
77361
|
], RuleTagToken);
|
|
77258
77362
|
exports.RuleTagToken = RuleTagToken;
|
|
77259
77363
|
|
|
77260
|
-
},{"../../Decorators":
|
|
77364
|
+
},{"../../Decorators":301,"../../Token":326}],431:[function(require,module,exports){
|
|
77261
77365
|
"use strict";
|
|
77262
77366
|
/*!
|
|
77263
77367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77344,7 +77448,7 @@ __decorate([
|
|
|
77344
77448
|
], TagChunk.prototype, "toString", null);
|
|
77345
77449
|
exports.TagChunk = TagChunk;
|
|
77346
77450
|
|
|
77347
|
-
},{"../../Decorators":
|
|
77451
|
+
},{"../../Decorators":301,"./Chunk":426}],432:[function(require,module,exports){
|
|
77348
77452
|
"use strict";
|
|
77349
77453
|
/*!
|
|
77350
77454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77414,7 +77518,7 @@ TextChunk = __decorate([
|
|
|
77414
77518
|
], TextChunk);
|
|
77415
77519
|
exports.TextChunk = TextChunk;
|
|
77416
77520
|
|
|
77417
|
-
},{"../../Decorators":
|
|
77521
|
+
},{"../../Decorators":301,"./Chunk":426}],433:[function(require,module,exports){
|
|
77418
77522
|
"use strict";
|
|
77419
77523
|
/*!
|
|
77420
77524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77509,7 +77613,7 @@ TokenTagToken = __decorate([
|
|
|
77509
77613
|
], TokenTagToken);
|
|
77510
77614
|
exports.TokenTagToken = TokenTagToken;
|
|
77511
77615
|
|
|
77512
|
-
},{"../../CommonToken":
|
|
77616
|
+
},{"../../CommonToken":297,"../../Decorators":301}],434:[function(require,module,exports){
|
|
77513
77617
|
"use strict";
|
|
77514
77618
|
/*!
|
|
77515
77619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77706,7 +77810,7 @@ exports.XPath = XPath;
|
|
|
77706
77810
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77707
77811
|
XPath.NOT = "!"; // word for invert operator
|
|
77708
77812
|
|
|
77709
|
-
},{"../../CharStreams":
|
|
77813
|
+
},{"../../CharStreams":294,"../../CommonTokenStream":299,"../../LexerNoViableAltException":311,"../../ParserRuleContext":317,"../../Token":326,"./XPathLexer":436,"./XPathLexerErrorListener":437,"./XPathRuleAnywhereElement":438,"./XPathRuleElement":439,"./XPathTokenAnywhereElement":440,"./XPathTokenElement":441,"./XPathWildcardAnywhereElement":442,"./XPathWildcardElement":443}],435:[function(require,module,exports){
|
|
77710
77814
|
"use strict";
|
|
77711
77815
|
/*!
|
|
77712
77816
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77741,7 +77845,7 @@ __decorate([
|
|
|
77741
77845
|
], XPathElement.prototype, "toString", null);
|
|
77742
77846
|
exports.XPathElement = XPathElement;
|
|
77743
77847
|
|
|
77744
|
-
},{"../../Decorators":
|
|
77848
|
+
},{"../../Decorators":301}],436:[function(require,module,exports){
|
|
77745
77849
|
"use strict";
|
|
77746
77850
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77747
77851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78216,7 +78320,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78216
78320
|
XPathLexer._serializedATNSegment1,
|
|
78217
78321
|
], "");
|
|
78218
78322
|
|
|
78219
|
-
},{"../../Lexer":
|
|
78323
|
+
},{"../../Lexer":309,"../../VocabularyImpl":332,"../../atn/ATNDeserializer":338,"../../atn/LexerATNSimulator":359,"../../misc/Utils":420}],437:[function(require,module,exports){
|
|
78220
78324
|
"use strict";
|
|
78221
78325
|
/*!
|
|
78222
78326
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78241,7 +78345,7 @@ __decorate([
|
|
|
78241
78345
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78242
78346
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78243
78347
|
|
|
78244
|
-
},{"../../Decorators":
|
|
78348
|
+
},{"../../Decorators":301}],438:[function(require,module,exports){
|
|
78245
78349
|
"use strict";
|
|
78246
78350
|
/*!
|
|
78247
78351
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78275,7 +78379,7 @@ __decorate([
|
|
|
78275
78379
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78276
78380
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78277
78381
|
|
|
78278
|
-
},{"../../Decorators":
|
|
78382
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],439:[function(require,module,exports){
|
|
78279
78383
|
"use strict";
|
|
78280
78384
|
/*!
|
|
78281
78385
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78318,7 +78422,7 @@ __decorate([
|
|
|
78318
78422
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78319
78423
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78320
78424
|
|
|
78321
|
-
},{"../../Decorators":
|
|
78425
|
+
},{"../../Decorators":301,"../../ParserRuleContext":317,"../Trees":425,"./XPathElement":435}],440:[function(require,module,exports){
|
|
78322
78426
|
"use strict";
|
|
78323
78427
|
/*!
|
|
78324
78428
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78350,7 +78454,7 @@ __decorate([
|
|
|
78350
78454
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78351
78455
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78352
78456
|
|
|
78353
|
-
},{"../../Decorators":
|
|
78457
|
+
},{"../../Decorators":301,"../Trees":425,"./XPathElement":435}],441:[function(require,module,exports){
|
|
78354
78458
|
"use strict";
|
|
78355
78459
|
/*!
|
|
78356
78460
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78393,7 +78497,7 @@ __decorate([
|
|
|
78393
78497
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78394
78498
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78395
78499
|
|
|
78396
|
-
},{"../../Decorators":
|
|
78500
|
+
},{"../../Decorators":301,"../TerminalNode":424,"../Trees":425,"./XPathElement":435}],442:[function(require,module,exports){
|
|
78397
78501
|
"use strict";
|
|
78398
78502
|
/*!
|
|
78399
78503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78429,7 +78533,7 @@ __decorate([
|
|
|
78429
78533
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78430
78534
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78431
78535
|
|
|
78432
|
-
},{"../../Decorators":
|
|
78536
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],443:[function(require,module,exports){
|
|
78433
78537
|
"use strict";
|
|
78434
78538
|
/*!
|
|
78435
78539
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78469,7 +78573,7 @@ __decorate([
|
|
|
78469
78573
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78470
78574
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78471
78575
|
|
|
78472
|
-
},{"../../Decorators":
|
|
78576
|
+
},{"../../Decorators":301,"../Trees":425,"./XPath":434,"./XPathElement":435}],444:[function(require,module,exports){
|
|
78473
78577
|
(function (global){(function (){
|
|
78474
78578
|
'use strict';
|
|
78475
78579
|
|
|
@@ -78979,7 +79083,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78979
79083
|
};
|
|
78980
79084
|
|
|
78981
79085
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78982
|
-
},{"object.assign/polyfill":
|
|
79086
|
+
},{"object.assign/polyfill":501,"util/":447}],445:[function(require,module,exports){
|
|
78983
79087
|
if (typeof Object.create === 'function') {
|
|
78984
79088
|
// implementation from standard node.js 'util' module
|
|
78985
79089
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -79004,14 +79108,14 @@ if (typeof Object.create === 'function') {
|
|
|
79004
79108
|
}
|
|
79005
79109
|
}
|
|
79006
79110
|
|
|
79007
|
-
},{}],
|
|
79111
|
+
},{}],446:[function(require,module,exports){
|
|
79008
79112
|
module.exports = function isBuffer(arg) {
|
|
79009
79113
|
return arg && typeof arg === 'object'
|
|
79010
79114
|
&& typeof arg.copy === 'function'
|
|
79011
79115
|
&& typeof arg.fill === 'function'
|
|
79012
79116
|
&& typeof arg.readUInt8 === 'function';
|
|
79013
79117
|
}
|
|
79014
|
-
},{}],
|
|
79118
|
+
},{}],447:[function(require,module,exports){
|
|
79015
79119
|
(function (process,global){(function (){
|
|
79016
79120
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
79017
79121
|
//
|
|
@@ -79601,7 +79705,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79601
79705
|
}
|
|
79602
79706
|
|
|
79603
79707
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79604
|
-
},{"./support/isBuffer":
|
|
79708
|
+
},{"./support/isBuffer":446,"_process":503,"inherits":445}],448:[function(require,module,exports){
|
|
79605
79709
|
(function (global){(function (){
|
|
79606
79710
|
'use strict';
|
|
79607
79711
|
|
|
@@ -79622,7 +79726,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79622
79726
|
};
|
|
79623
79727
|
|
|
79624
79728
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79625
|
-
},{"possible-typed-array-names":
|
|
79729
|
+
},{"possible-typed-array-names":502}],449:[function(require,module,exports){
|
|
79626
79730
|
(function (process,global){(function (){
|
|
79627
79731
|
module.exports = process.hrtime || hrtime
|
|
79628
79732
|
|
|
@@ -79653,7 +79757,7 @@ function hrtime(previousTimestamp){
|
|
|
79653
79757
|
return [seconds,nanoseconds]
|
|
79654
79758
|
}
|
|
79655
79759
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79656
|
-
},{"_process":
|
|
79760
|
+
},{"_process":503}],450:[function(require,module,exports){
|
|
79657
79761
|
'use strict';
|
|
79658
79762
|
|
|
79659
79763
|
var bind = require('function-bind');
|
|
@@ -79665,7 +79769,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79665
79769
|
/** @type {import('./actualApply')} */
|
|
79666
79770
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79667
79771
|
|
|
79668
|
-
},{"./functionApply":
|
|
79772
|
+
},{"./functionApply":452,"./functionCall":453,"./reflectApply":455,"function-bind":471}],451:[function(require,module,exports){
|
|
79669
79773
|
'use strict';
|
|
79670
79774
|
|
|
79671
79775
|
var bind = require('function-bind');
|
|
@@ -79677,19 +79781,19 @@ module.exports = function applyBind() {
|
|
|
79677
79781
|
return actualApply(bind, $apply, arguments);
|
|
79678
79782
|
};
|
|
79679
79783
|
|
|
79680
|
-
},{"./actualApply":
|
|
79784
|
+
},{"./actualApply":450,"./functionApply":452,"function-bind":471}],452:[function(require,module,exports){
|
|
79681
79785
|
'use strict';
|
|
79682
79786
|
|
|
79683
79787
|
/** @type {import('./functionApply')} */
|
|
79684
79788
|
module.exports = Function.prototype.apply;
|
|
79685
79789
|
|
|
79686
|
-
},{}],
|
|
79790
|
+
},{}],453:[function(require,module,exports){
|
|
79687
79791
|
'use strict';
|
|
79688
79792
|
|
|
79689
79793
|
/** @type {import('./functionCall')} */
|
|
79690
79794
|
module.exports = Function.prototype.call;
|
|
79691
79795
|
|
|
79692
|
-
},{}],
|
|
79796
|
+
},{}],454:[function(require,module,exports){
|
|
79693
79797
|
'use strict';
|
|
79694
79798
|
|
|
79695
79799
|
var bind = require('function-bind');
|
|
@@ -79706,13 +79810,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79706
79810
|
return $actualApply(bind, $call, args);
|
|
79707
79811
|
};
|
|
79708
79812
|
|
|
79709
|
-
},{"./actualApply":
|
|
79813
|
+
},{"./actualApply":450,"./functionCall":453,"es-errors/type":466,"function-bind":471}],455:[function(require,module,exports){
|
|
79710
79814
|
'use strict';
|
|
79711
79815
|
|
|
79712
79816
|
/** @type {import('./reflectApply')} */
|
|
79713
79817
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79714
79818
|
|
|
79715
|
-
},{}],
|
|
79819
|
+
},{}],456:[function(require,module,exports){
|
|
79716
79820
|
'use strict';
|
|
79717
79821
|
|
|
79718
79822
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79738,7 +79842,7 @@ if ($defineProperty) {
|
|
|
79738
79842
|
module.exports.apply = applyBind;
|
|
79739
79843
|
}
|
|
79740
79844
|
|
|
79741
|
-
},{"call-bind-apply-helpers":
|
|
79845
|
+
},{"call-bind-apply-helpers":454,"call-bind-apply-helpers/applyBind":451,"es-define-property":460,"set-function-length":505}],457:[function(require,module,exports){
|
|
79742
79846
|
'use strict';
|
|
79743
79847
|
|
|
79744
79848
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79759,7 +79863,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79759
79863
|
return intrinsic;
|
|
79760
79864
|
};
|
|
79761
79865
|
|
|
79762
|
-
},{"call-bind-apply-helpers":
|
|
79866
|
+
},{"call-bind-apply-helpers":454,"get-intrinsic":472}],458:[function(require,module,exports){
|
|
79763
79867
|
'use strict';
|
|
79764
79868
|
|
|
79765
79869
|
var $defineProperty = require('es-define-property');
|
|
@@ -79817,7 +79921,7 @@ module.exports = function defineDataProperty(
|
|
|
79817
79921
|
}
|
|
79818
79922
|
};
|
|
79819
79923
|
|
|
79820
|
-
},{"es-define-property":
|
|
79924
|
+
},{"es-define-property":460,"es-errors/syntax":465,"es-errors/type":466,"gopd":477}],459:[function(require,module,exports){
|
|
79821
79925
|
'use strict';
|
|
79822
79926
|
|
|
79823
79927
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79849,7 +79953,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79849
79953
|
}
|
|
79850
79954
|
: false;
|
|
79851
79955
|
|
|
79852
|
-
},{"call-bind-apply-helpers":
|
|
79956
|
+
},{"call-bind-apply-helpers":454,"gopd":477}],460:[function(require,module,exports){
|
|
79853
79957
|
'use strict';
|
|
79854
79958
|
|
|
79855
79959
|
/** @type {import('.')} */
|
|
@@ -79865,55 +79969,55 @@ if ($defineProperty) {
|
|
|
79865
79969
|
|
|
79866
79970
|
module.exports = $defineProperty;
|
|
79867
79971
|
|
|
79868
|
-
},{}],
|
|
79972
|
+
},{}],461:[function(require,module,exports){
|
|
79869
79973
|
'use strict';
|
|
79870
79974
|
|
|
79871
79975
|
/** @type {import('./eval')} */
|
|
79872
79976
|
module.exports = EvalError;
|
|
79873
79977
|
|
|
79874
|
-
},{}],
|
|
79978
|
+
},{}],462:[function(require,module,exports){
|
|
79875
79979
|
'use strict';
|
|
79876
79980
|
|
|
79877
79981
|
/** @type {import('.')} */
|
|
79878
79982
|
module.exports = Error;
|
|
79879
79983
|
|
|
79880
|
-
},{}],
|
|
79984
|
+
},{}],463:[function(require,module,exports){
|
|
79881
79985
|
'use strict';
|
|
79882
79986
|
|
|
79883
79987
|
/** @type {import('./range')} */
|
|
79884
79988
|
module.exports = RangeError;
|
|
79885
79989
|
|
|
79886
|
-
},{}],
|
|
79990
|
+
},{}],464:[function(require,module,exports){
|
|
79887
79991
|
'use strict';
|
|
79888
79992
|
|
|
79889
79993
|
/** @type {import('./ref')} */
|
|
79890
79994
|
module.exports = ReferenceError;
|
|
79891
79995
|
|
|
79892
|
-
},{}],
|
|
79996
|
+
},{}],465:[function(require,module,exports){
|
|
79893
79997
|
'use strict';
|
|
79894
79998
|
|
|
79895
79999
|
/** @type {import('./syntax')} */
|
|
79896
80000
|
module.exports = SyntaxError;
|
|
79897
80001
|
|
|
79898
|
-
},{}],
|
|
80002
|
+
},{}],466:[function(require,module,exports){
|
|
79899
80003
|
'use strict';
|
|
79900
80004
|
|
|
79901
80005
|
/** @type {import('./type')} */
|
|
79902
80006
|
module.exports = TypeError;
|
|
79903
80007
|
|
|
79904
|
-
},{}],
|
|
80008
|
+
},{}],467:[function(require,module,exports){
|
|
79905
80009
|
'use strict';
|
|
79906
80010
|
|
|
79907
80011
|
/** @type {import('./uri')} */
|
|
79908
80012
|
module.exports = URIError;
|
|
79909
80013
|
|
|
79910
|
-
},{}],
|
|
80014
|
+
},{}],468:[function(require,module,exports){
|
|
79911
80015
|
'use strict';
|
|
79912
80016
|
|
|
79913
80017
|
/** @type {import('.')} */
|
|
79914
80018
|
module.exports = Object;
|
|
79915
80019
|
|
|
79916
|
-
},{}],
|
|
80020
|
+
},{}],469:[function(require,module,exports){
|
|
79917
80021
|
'use strict';
|
|
79918
80022
|
|
|
79919
80023
|
var isCallable = require('is-callable');
|
|
@@ -79984,7 +80088,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79984
80088
|
}
|
|
79985
80089
|
};
|
|
79986
80090
|
|
|
79987
|
-
},{"is-callable":
|
|
80091
|
+
},{"is-callable":485}],470:[function(require,module,exports){
|
|
79988
80092
|
'use strict';
|
|
79989
80093
|
|
|
79990
80094
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80070,14 +80174,14 @@ module.exports = function bind(that) {
|
|
|
80070
80174
|
return bound;
|
|
80071
80175
|
};
|
|
80072
80176
|
|
|
80073
|
-
},{}],
|
|
80177
|
+
},{}],471:[function(require,module,exports){
|
|
80074
80178
|
'use strict';
|
|
80075
80179
|
|
|
80076
80180
|
var implementation = require('./implementation');
|
|
80077
80181
|
|
|
80078
80182
|
module.exports = Function.prototype.bind || implementation;
|
|
80079
80183
|
|
|
80080
|
-
},{"./implementation":
|
|
80184
|
+
},{"./implementation":470}],472:[function(require,module,exports){
|
|
80081
80185
|
'use strict';
|
|
80082
80186
|
|
|
80083
80187
|
var undefined;
|
|
@@ -80457,7 +80561,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80457
80561
|
return value;
|
|
80458
80562
|
};
|
|
80459
80563
|
|
|
80460
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80564
|
+
},{"call-bind-apply-helpers/functionApply":452,"call-bind-apply-helpers/functionCall":453,"es-define-property":460,"es-errors":462,"es-errors/eval":461,"es-errors/range":463,"es-errors/ref":464,"es-errors/syntax":465,"es-errors/type":466,"es-errors/uri":467,"es-object-atoms":468,"function-bind":471,"get-proto":475,"get-proto/Object.getPrototypeOf":473,"get-proto/Reflect.getPrototypeOf":474,"gopd":477,"has-symbols":479,"hasown":482,"math-intrinsics/abs":489,"math-intrinsics/floor":490,"math-intrinsics/max":492,"math-intrinsics/min":493,"math-intrinsics/pow":494,"math-intrinsics/round":495,"math-intrinsics/sign":496}],473:[function(require,module,exports){
|
|
80461
80565
|
'use strict';
|
|
80462
80566
|
|
|
80463
80567
|
var $Object = require('es-object-atoms');
|
|
@@ -80465,13 +80569,13 @@ var $Object = require('es-object-atoms');
|
|
|
80465
80569
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80466
80570
|
module.exports = $Object.getPrototypeOf || null;
|
|
80467
80571
|
|
|
80468
|
-
},{"es-object-atoms":
|
|
80572
|
+
},{"es-object-atoms":468}],474:[function(require,module,exports){
|
|
80469
80573
|
'use strict';
|
|
80470
80574
|
|
|
80471
80575
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80472
80576
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80473
80577
|
|
|
80474
|
-
},{}],
|
|
80578
|
+
},{}],475:[function(require,module,exports){
|
|
80475
80579
|
'use strict';
|
|
80476
80580
|
|
|
80477
80581
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80500,13 +80604,13 @@ module.exports = reflectGetProto
|
|
|
80500
80604
|
}
|
|
80501
80605
|
: null;
|
|
80502
80606
|
|
|
80503
|
-
},{"./Object.getPrototypeOf":
|
|
80607
|
+
},{"./Object.getPrototypeOf":473,"./Reflect.getPrototypeOf":474,"dunder-proto/get":459}],476:[function(require,module,exports){
|
|
80504
80608
|
'use strict';
|
|
80505
80609
|
|
|
80506
80610
|
/** @type {import('./gOPD')} */
|
|
80507
80611
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80508
80612
|
|
|
80509
|
-
},{}],
|
|
80613
|
+
},{}],477:[function(require,module,exports){
|
|
80510
80614
|
'use strict';
|
|
80511
80615
|
|
|
80512
80616
|
/** @type {import('.')} */
|
|
@@ -80523,7 +80627,7 @@ if ($gOPD) {
|
|
|
80523
80627
|
|
|
80524
80628
|
module.exports = $gOPD;
|
|
80525
80629
|
|
|
80526
|
-
},{"./gOPD":
|
|
80630
|
+
},{"./gOPD":476}],478:[function(require,module,exports){
|
|
80527
80631
|
'use strict';
|
|
80528
80632
|
|
|
80529
80633
|
var $defineProperty = require('es-define-property');
|
|
@@ -80547,7 +80651,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80547
80651
|
|
|
80548
80652
|
module.exports = hasPropertyDescriptors;
|
|
80549
80653
|
|
|
80550
|
-
},{"es-define-property":
|
|
80654
|
+
},{"es-define-property":460}],479:[function(require,module,exports){
|
|
80551
80655
|
'use strict';
|
|
80552
80656
|
|
|
80553
80657
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80563,7 +80667,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80563
80667
|
return hasSymbolSham();
|
|
80564
80668
|
};
|
|
80565
80669
|
|
|
80566
|
-
},{"./shams":
|
|
80670
|
+
},{"./shams":480}],480:[function(require,module,exports){
|
|
80567
80671
|
'use strict';
|
|
80568
80672
|
|
|
80569
80673
|
/** @type {import('./shams')} */
|
|
@@ -80610,7 +80714,7 @@ module.exports = function hasSymbols() {
|
|
|
80610
80714
|
return true;
|
|
80611
80715
|
};
|
|
80612
80716
|
|
|
80613
|
-
},{}],
|
|
80717
|
+
},{}],481:[function(require,module,exports){
|
|
80614
80718
|
'use strict';
|
|
80615
80719
|
|
|
80616
80720
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80620,7 +80724,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80620
80724
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80621
80725
|
};
|
|
80622
80726
|
|
|
80623
|
-
},{"has-symbols/shams":
|
|
80727
|
+
},{"has-symbols/shams":480}],482:[function(require,module,exports){
|
|
80624
80728
|
'use strict';
|
|
80625
80729
|
|
|
80626
80730
|
var call = Function.prototype.call;
|
|
@@ -80630,7 +80734,7 @@ var bind = require('function-bind');
|
|
|
80630
80734
|
/** @type {import('.')} */
|
|
80631
80735
|
module.exports = bind.call(call, $hasOwn);
|
|
80632
80736
|
|
|
80633
|
-
},{"function-bind":
|
|
80737
|
+
},{"function-bind":471}],483:[function(require,module,exports){
|
|
80634
80738
|
if (typeof Object.create === 'function') {
|
|
80635
80739
|
// implementation from standard node.js 'util' module
|
|
80636
80740
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80659,7 +80763,7 @@ if (typeof Object.create === 'function') {
|
|
|
80659
80763
|
}
|
|
80660
80764
|
}
|
|
80661
80765
|
|
|
80662
|
-
},{}],
|
|
80766
|
+
},{}],484:[function(require,module,exports){
|
|
80663
80767
|
'use strict';
|
|
80664
80768
|
|
|
80665
80769
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80705,7 +80809,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80705
80809
|
/** @type {import('.')} */
|
|
80706
80810
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80707
80811
|
|
|
80708
|
-
},{"call-bound":
|
|
80812
|
+
},{"call-bound":457,"has-tostringtag/shams":481}],485:[function(require,module,exports){
|
|
80709
80813
|
'use strict';
|
|
80710
80814
|
|
|
80711
80815
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80808,7 +80912,7 @@ module.exports = reflectApply
|
|
|
80808
80912
|
return tryFunctionObject(value);
|
|
80809
80913
|
};
|
|
80810
80914
|
|
|
80811
|
-
},{}],
|
|
80915
|
+
},{}],486:[function(require,module,exports){
|
|
80812
80916
|
'use strict';
|
|
80813
80917
|
|
|
80814
80918
|
var callBound = require('call-bound');
|
|
@@ -80857,7 +80961,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80857
80961
|
return getProto(fn) === GeneratorFunction;
|
|
80858
80962
|
};
|
|
80859
80963
|
|
|
80860
|
-
},{"call-bound":
|
|
80964
|
+
},{"call-bound":457,"get-proto":475,"has-tostringtag/shams":481,"safe-regex-test":504}],487:[function(require,module,exports){
|
|
80861
80965
|
'use strict';
|
|
80862
80966
|
|
|
80863
80967
|
var callBound = require('call-bound');
|
|
@@ -80928,7 +81032,7 @@ if (hasToStringTag) {
|
|
|
80928
81032
|
|
|
80929
81033
|
module.exports = fn;
|
|
80930
81034
|
|
|
80931
|
-
},{"call-bound":
|
|
81035
|
+
},{"call-bound":457,"gopd":477,"has-tostringtag/shams":481,"hasown":482}],488:[function(require,module,exports){
|
|
80932
81036
|
'use strict';
|
|
80933
81037
|
|
|
80934
81038
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80938,19 +81042,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80938
81042
|
return !!whichTypedArray(value);
|
|
80939
81043
|
};
|
|
80940
81044
|
|
|
80941
|
-
},{"which-typed-array":
|
|
81045
|
+
},{"which-typed-array":509}],489:[function(require,module,exports){
|
|
80942
81046
|
'use strict';
|
|
80943
81047
|
|
|
80944
81048
|
/** @type {import('./abs')} */
|
|
80945
81049
|
module.exports = Math.abs;
|
|
80946
81050
|
|
|
80947
|
-
},{}],
|
|
81051
|
+
},{}],490:[function(require,module,exports){
|
|
80948
81052
|
'use strict';
|
|
80949
81053
|
|
|
80950
81054
|
/** @type {import('./floor')} */
|
|
80951
81055
|
module.exports = Math.floor;
|
|
80952
81056
|
|
|
80953
|
-
},{}],
|
|
81057
|
+
},{}],491:[function(require,module,exports){
|
|
80954
81058
|
'use strict';
|
|
80955
81059
|
|
|
80956
81060
|
/** @type {import('./isNaN')} */
|
|
@@ -80958,31 +81062,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80958
81062
|
return a !== a;
|
|
80959
81063
|
};
|
|
80960
81064
|
|
|
80961
|
-
},{}],
|
|
81065
|
+
},{}],492:[function(require,module,exports){
|
|
80962
81066
|
'use strict';
|
|
80963
81067
|
|
|
80964
81068
|
/** @type {import('./max')} */
|
|
80965
81069
|
module.exports = Math.max;
|
|
80966
81070
|
|
|
80967
|
-
},{}],
|
|
81071
|
+
},{}],493:[function(require,module,exports){
|
|
80968
81072
|
'use strict';
|
|
80969
81073
|
|
|
80970
81074
|
/** @type {import('./min')} */
|
|
80971
81075
|
module.exports = Math.min;
|
|
80972
81076
|
|
|
80973
|
-
},{}],
|
|
81077
|
+
},{}],494:[function(require,module,exports){
|
|
80974
81078
|
'use strict';
|
|
80975
81079
|
|
|
80976
81080
|
/** @type {import('./pow')} */
|
|
80977
81081
|
module.exports = Math.pow;
|
|
80978
81082
|
|
|
80979
|
-
},{}],
|
|
81083
|
+
},{}],495:[function(require,module,exports){
|
|
80980
81084
|
'use strict';
|
|
80981
81085
|
|
|
80982
81086
|
/** @type {import('./round')} */
|
|
80983
81087
|
module.exports = Math.round;
|
|
80984
81088
|
|
|
80985
|
-
},{}],
|
|
81089
|
+
},{}],496:[function(require,module,exports){
|
|
80986
81090
|
'use strict';
|
|
80987
81091
|
|
|
80988
81092
|
var $isNaN = require('./isNaN');
|
|
@@ -80995,7 +81099,7 @@ module.exports = function sign(number) {
|
|
|
80995
81099
|
return number < 0 ? -1 : +1;
|
|
80996
81100
|
};
|
|
80997
81101
|
|
|
80998
|
-
},{"./isNaN":
|
|
81102
|
+
},{"./isNaN":491}],497:[function(require,module,exports){
|
|
80999
81103
|
'use strict';
|
|
81000
81104
|
|
|
81001
81105
|
var keysShim;
|
|
@@ -81119,7 +81223,7 @@ if (!Object.keys) {
|
|
|
81119
81223
|
}
|
|
81120
81224
|
module.exports = keysShim;
|
|
81121
81225
|
|
|
81122
|
-
},{"./isArguments":
|
|
81226
|
+
},{"./isArguments":499}],498:[function(require,module,exports){
|
|
81123
81227
|
'use strict';
|
|
81124
81228
|
|
|
81125
81229
|
var slice = Array.prototype.slice;
|
|
@@ -81153,7 +81257,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81153
81257
|
|
|
81154
81258
|
module.exports = keysShim;
|
|
81155
81259
|
|
|
81156
|
-
},{"./implementation":
|
|
81260
|
+
},{"./implementation":497,"./isArguments":499}],499:[function(require,module,exports){
|
|
81157
81261
|
'use strict';
|
|
81158
81262
|
|
|
81159
81263
|
var toStr = Object.prototype.toString;
|
|
@@ -81172,7 +81276,7 @@ module.exports = function isArguments(value) {
|
|
|
81172
81276
|
return isArgs;
|
|
81173
81277
|
};
|
|
81174
81278
|
|
|
81175
|
-
},{}],
|
|
81279
|
+
},{}],500:[function(require,module,exports){
|
|
81176
81280
|
'use strict';
|
|
81177
81281
|
|
|
81178
81282
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81220,7 +81324,7 @@ module.exports = function assign(target, source1) {
|
|
|
81220
81324
|
return to; // step 4
|
|
81221
81325
|
};
|
|
81222
81326
|
|
|
81223
|
-
},{"call-bound":
|
|
81327
|
+
},{"call-bound":457,"es-object-atoms":468,"has-symbols/shams":480,"object-keys":498}],501:[function(require,module,exports){
|
|
81224
81328
|
'use strict';
|
|
81225
81329
|
|
|
81226
81330
|
var implementation = require('./implementation');
|
|
@@ -81277,7 +81381,7 @@ module.exports = function getPolyfill() {
|
|
|
81277
81381
|
return Object.assign;
|
|
81278
81382
|
};
|
|
81279
81383
|
|
|
81280
|
-
},{"./implementation":
|
|
81384
|
+
},{"./implementation":500}],502:[function(require,module,exports){
|
|
81281
81385
|
'use strict';
|
|
81282
81386
|
|
|
81283
81387
|
/** @type {import('.')} */
|
|
@@ -81296,7 +81400,7 @@ module.exports = [
|
|
|
81296
81400
|
'BigUint64Array'
|
|
81297
81401
|
];
|
|
81298
81402
|
|
|
81299
|
-
},{}],
|
|
81403
|
+
},{}],503:[function(require,module,exports){
|
|
81300
81404
|
// shim for using process in browser
|
|
81301
81405
|
var process = module.exports = {};
|
|
81302
81406
|
|
|
@@ -81482,7 +81586,7 @@ process.chdir = function (dir) {
|
|
|
81482
81586
|
};
|
|
81483
81587
|
process.umask = function() { return 0; };
|
|
81484
81588
|
|
|
81485
|
-
},{}],
|
|
81589
|
+
},{}],504:[function(require,module,exports){
|
|
81486
81590
|
'use strict';
|
|
81487
81591
|
|
|
81488
81592
|
var callBound = require('call-bound');
|
|
@@ -81501,7 +81605,7 @@ module.exports = function regexTester(regex) {
|
|
|
81501
81605
|
};
|
|
81502
81606
|
};
|
|
81503
81607
|
|
|
81504
|
-
},{"call-bound":
|
|
81608
|
+
},{"call-bound":457,"es-errors/type":466,"is-regex":487}],505:[function(require,module,exports){
|
|
81505
81609
|
'use strict';
|
|
81506
81610
|
|
|
81507
81611
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81545,9 +81649,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81545
81649
|
return fn;
|
|
81546
81650
|
};
|
|
81547
81651
|
|
|
81548
|
-
},{"define-data-property":
|
|
81549
|
-
arguments[4][
|
|
81550
|
-
},{"dup":
|
|
81652
|
+
},{"define-data-property":458,"es-errors/type":466,"get-intrinsic":472,"gopd":477,"has-property-descriptors":478}],506:[function(require,module,exports){
|
|
81653
|
+
arguments[4][446][0].apply(exports,arguments)
|
|
81654
|
+
},{"dup":446}],507:[function(require,module,exports){
|
|
81551
81655
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81552
81656
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81553
81657
|
|
|
@@ -81883,7 +81987,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81883
81987
|
});
|
|
81884
81988
|
});
|
|
81885
81989
|
|
|
81886
|
-
},{"is-arguments":
|
|
81990
|
+
},{"is-arguments":484,"is-generator-function":486,"is-typed-array":488,"which-typed-array":509}],508:[function(require,module,exports){
|
|
81887
81991
|
(function (process){(function (){
|
|
81888
81992
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81889
81993
|
//
|
|
@@ -82602,7 +82706,7 @@ function callbackify(original) {
|
|
|
82602
82706
|
exports.callbackify = callbackify;
|
|
82603
82707
|
|
|
82604
82708
|
}).call(this)}).call(this,require('_process'))
|
|
82605
|
-
},{"./support/isBuffer":
|
|
82709
|
+
},{"./support/isBuffer":506,"./support/types":507,"_process":503,"inherits":483}],509:[function(require,module,exports){
|
|
82606
82710
|
(function (global){(function (){
|
|
82607
82711
|
'use strict';
|
|
82608
82712
|
|
|
@@ -82723,5 +82827,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82723
82827
|
};
|
|
82724
82828
|
|
|
82725
82829
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82726
|
-
},{"available-typed-arrays":
|
|
82830
|
+
},{"available-typed-arrays":448,"call-bind":456,"call-bound":457,"for-each":469,"get-proto":475,"gopd":477,"has-tostringtag/shams":481}]},{},[148])(148)
|
|
82727
82831
|
});
|