@designliquido/delegua 0.39.4 → 0.39.6
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/analisador-semantico/analisador-semantico-base.d.ts +1 -2
- package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico-base.js +0 -3
- package/analisador-semantico/analisador-semantico-base.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/index.d.ts +1 -0
- package/avaliador-sintatico/index.d.ts.map +1 -1
- package/avaliador-sintatico/index.js +1 -0
- package/avaliador-sintatico/index.js.map +1 -1
- package/bibliotecas/dialetos/egua-classico/index.d.ts.map +1 -1
- package/bin/package.json +26 -26
- package/declaracoes/index.d.ts +0 -1
- package/declaracoes/index.d.ts.map +1 -1
- package/declaracoes/index.js +0 -1
- package/declaracoes/index.js.map +1 -1
- package/formatadores/formatador-delegua.d.ts +1 -2
- package/formatadores/formatador-delegua.d.ts.map +1 -1
- package/formatadores/formatador-delegua.js +0 -3
- package/formatadores/formatador-delegua.js.map +1 -1
- package/formatadores/formatador-pitugues.d.ts +4 -5
- package/formatadores/formatador-pitugues.d.ts.map +1 -1
- package/formatadores/formatador-pitugues.js +54 -57
- package/formatadores/formatador-pitugues.js.map +1 -1
- package/interfaces/visitante-comum-interface.d.ts +1 -2
- package/interfaces/visitante-comum-interface.d.ts.map +1 -1
- package/interpretador/comum.js +17 -7
- package/interpretador/comum.js.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +1 -2
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +0 -3
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +1 -2
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +0 -3
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +1 -2
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +0 -3
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +1 -8
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +0 -27
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/interpretador-com-depuracao.js +1 -1
- package/interpretador/interpretador-com-depuracao.js.map +1 -1
- package/package.json +26 -26
- package/tradutores/python/python3-lexer.js +17 -7
- package/tradutores/python/python3-lexer.js.map +1 -1
- package/tradutores/python/python3-parser.js +17 -7
- package/tradutores/python/python3-parser.js.map +1 -1
- package/umd/delegua.js +370 -393
- package/declaracoes/leia-multiplo.d.ts +0 -15
- package/declaracoes/leia-multiplo.d.ts.map +0 -1
- package/declaracoes/leia-multiplo.js +0 -22
- package/declaracoes/leia-multiplo.js.map +0 -1
package/umd/delegua.js
CHANGED
|
@@ -231,7 +231,7 @@ class AvaliadorSintaticoBase {
|
|
|
231
231
|
}
|
|
232
232
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
233
233
|
|
|
234
|
-
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/comum":
|
|
234
|
+
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/comum":162,"./erro-avaliador-sintatico":7}],2:[function(require,module,exports){
|
|
235
235
|
"use strict";
|
|
236
236
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
237
237
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -1666,7 +1666,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1666
1666
|
}
|
|
1667
1667
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
1668
1668
|
|
|
1669
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../construtos/tuplas":53,"../declaracoes":82,"../inferenciador":
|
|
1669
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../construtos/tuplas":53,"../declaracoes":82,"../inferenciador":115,"../tipos-de-dados/delegua":160,"../tipos-de-simbolos/delegua":163,"./avaliador-sintatico-base":1,"./erro-avaliador-sintatico":7,"./informacao-escopo":9,"./pilha-escopos":12,"browser-process-hrtime":339}],3:[function(require,module,exports){
|
|
1670
1670
|
"use strict";
|
|
1671
1671
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1672
1672
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2318,7 +2318,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
2318
2318
|
}
|
|
2319
2319
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
2320
2320
|
|
|
2321
|
-
},{"../../construtos":44,"../../declaracoes":82,"../../tipos-de-simbolos/egua-classico":
|
|
2321
|
+
},{"../../construtos":44,"../../declaracoes":82,"../../tipos-de-simbolos/egua-classico":164,"../erro-avaliador-sintatico":7}],4:[function(require,module,exports){
|
|
2322
2322
|
"use strict";
|
|
2323
2323
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2324
2324
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3090,7 +3090,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
3090
3090
|
}
|
|
3091
3091
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
3092
3092
|
|
|
3093
|
-
},{"../../construtos":44,"../../declaracoes":82,"../../lexador":
|
|
3093
|
+
},{"../../construtos":44,"../../declaracoes":82,"../../lexador":152,"../../tipos-de-simbolos/pitugues":167,"../erro-avaliador-sintatico":7,"browser-process-hrtime":339}],5:[function(require,module,exports){
|
|
3094
3094
|
"use strict";
|
|
3095
3095
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3096
3096
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3259,7 +3259,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
3259
3259
|
}
|
|
3260
3260
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
3261
3261
|
|
|
3262
|
-
},{"../../construtos":44,"../../declaracoes":82,"../../tipos-de-simbolos/portugol-ipt":
|
|
3262
|
+
},{"../../construtos":44,"../../declaracoes":82,"../../tipos-de-simbolos/portugol-ipt":168,"../avaliador-sintatico-base":1}],6:[function(require,module,exports){
|
|
3263
3263
|
"use strict";
|
|
3264
3264
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3265
3265
|
if (k2 === undefined) k2 = k;
|
|
@@ -3315,9 +3315,10 @@ __exportStar(require("./avaliador-sintatico-base"), exports);
|
|
|
3315
3315
|
__exportStar(require("./dialetos"), exports);
|
|
3316
3316
|
__exportStar(require("./erro-avaliador-sintatico"), exports);
|
|
3317
3317
|
__exportStar(require("./micro-avaliador-sintatico"), exports);
|
|
3318
|
+
__exportStar(require("./pilha-escopos"), exports);
|
|
3318
3319
|
__exportStar(require("./retornos"), exports);
|
|
3319
3320
|
|
|
3320
|
-
},{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":6,"./erro-avaliador-sintatico":7,"./micro-avaliador-sintatico":11,"./retornos":13}],9:[function(require,module,exports){
|
|
3321
|
+
},{"./avaliador-sintatico":2,"./avaliador-sintatico-base":1,"./dialetos":6,"./erro-avaliador-sintatico":7,"./micro-avaliador-sintatico":11,"./pilha-escopos":12,"./retornos":13}],9:[function(require,module,exports){
|
|
3321
3322
|
"use strict";
|
|
3322
3323
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3323
3324
|
exports.InformacaoEscopo = void 0;
|
|
@@ -3446,7 +3447,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
3446
3447
|
}
|
|
3447
3448
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
3448
3449
|
|
|
3449
|
-
},{"../construtos":44,"../tipos-de-simbolos/comum":
|
|
3450
|
+
},{"../construtos":44,"../tipos-de-simbolos/comum":162,"./erro-avaliador-sintatico":7}],11:[function(require,module,exports){
|
|
3450
3451
|
"use strict";
|
|
3451
3452
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3452
3453
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3652,7 +3653,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
3652
3653
|
}
|
|
3653
3654
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
3654
3655
|
|
|
3655
|
-
},{"../construtos":44,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
3656
|
+
},{"../construtos":44,"../tipos-de-simbolos/microgramaticas/delegua":166,"./micro-avaliador-sintatico-base":10}],12:[function(require,module,exports){
|
|
3656
3657
|
"use strict";
|
|
3657
3658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3658
3659
|
exports.PilhaEscopos = void 0;
|
|
@@ -4214,7 +4215,7 @@ async function tupla(interpretador, vetor) {
|
|
|
4214
4215
|
}
|
|
4215
4216
|
}
|
|
4216
4217
|
|
|
4217
|
-
},{"../construtos":44,"../estruturas":
|
|
4218
|
+
},{"../construtos":44,"../estruturas":104,"../estruturas/descritor-tipo-classe":102,"../estruturas/funcao-padrao":103,"../estruturas/objeto-delegua-classe":107,"../excecoes":110}],18:[function(require,module,exports){
|
|
4218
4219
|
"use strict";
|
|
4219
4220
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4220
4221
|
exports.default = {
|
|
@@ -4722,7 +4723,7 @@ class Chamada {
|
|
|
4722
4723
|
}
|
|
4723
4724
|
exports.Chamada = Chamada;
|
|
4724
4725
|
|
|
4725
|
-
},{"../geracao-identificadores":
|
|
4726
|
+
},{"../geracao-identificadores":113}],33:[function(require,module,exports){
|
|
4726
4727
|
"use strict";
|
|
4727
4728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4728
4729
|
exports.Comentario = void 0;
|
|
@@ -5762,7 +5763,6 @@ __exportStar(require("./funcao"), exports);
|
|
|
5762
5763
|
__exportStar(require("./importar"), exports);
|
|
5763
5764
|
__exportStar(require("./inicio-algoritmo"), exports);
|
|
5764
5765
|
__exportStar(require("./leia"), exports);
|
|
5765
|
-
__exportStar(require("./leia-multiplo"), exports);
|
|
5766
5766
|
__exportStar(require("./para"), exports);
|
|
5767
5767
|
__exportStar(require("./para-cada"), exports);
|
|
5768
5768
|
__exportStar(require("./propriedade-classe"), exports);
|
|
@@ -5775,7 +5775,7 @@ __exportStar(require("./var"), exports);
|
|
|
5775
5775
|
__exportStar(require("./var-multiplo"), exports);
|
|
5776
5776
|
__exportStar(require("./aleatorio"), exports);
|
|
5777
5777
|
|
|
5778
|
-
},{"./aleatorio":65,"./bloco":66,"./cabecalho-programa":67,"./classe":68,"./const":70,"./const-multiplo":69,"./continua":71,"./declaracao":72,"./enquanto":73,"./escolha":74,"./escreva":76,"./escreva-mesma-linha":75,"./expressao":77,"./falhar":78,"./fazer":79,"./funcao":80,"./importar":81,"./inicio-algoritmo":83,"./leia":
|
|
5778
|
+
},{"./aleatorio":65,"./bloco":66,"./cabecalho-programa":67,"./classe":68,"./const":70,"./const-multiplo":69,"./continua":71,"./declaracao":72,"./enquanto":73,"./escolha":74,"./escreva":76,"./escreva-mesma-linha":75,"./expressao":77,"./falhar":78,"./fazer":79,"./funcao":80,"./importar":81,"./inicio-algoritmo":83,"./leia":84,"./para":86,"./para-cada":85,"./propriedade-classe":87,"./retorna":88,"./se":89,"./sustar":90,"./tendo-como":91,"./tente":92,"./var":94,"./var-multiplo":93}],83:[function(require,module,exports){
|
|
5779
5779
|
"use strict";
|
|
5780
5780
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5781
5781
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -5793,29 +5793,6 @@ exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
|
5793
5793
|
},{"./declaracao":72}],84:[function(require,module,exports){
|
|
5794
5794
|
"use strict";
|
|
5795
5795
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5796
|
-
exports.LeiaMultiplo = void 0;
|
|
5797
|
-
const geracao_identificadores_1 = require("../geracao-identificadores");
|
|
5798
|
-
const declaracao_1 = require("./declaracao");
|
|
5799
|
-
/**
|
|
5800
|
-
* Declaração que pede a leitura de várias informações pela entrada
|
|
5801
|
-
* configurada no início da aplicação (por exemplo, o console).
|
|
5802
|
-
*/
|
|
5803
|
-
class LeiaMultiplo extends declaracao_1.Declaracao {
|
|
5804
|
-
constructor(simbolo, argumento) {
|
|
5805
|
-
super(simbolo.linha, simbolo.hashArquivo);
|
|
5806
|
-
this.simbolo = simbolo;
|
|
5807
|
-
this.id = (0, geracao_identificadores_1.uuidv4)();
|
|
5808
|
-
this.argumento = argumento;
|
|
5809
|
-
}
|
|
5810
|
-
async aceitar(visitante) {
|
|
5811
|
-
return await visitante.visitarExpressaoLeiaMultiplo(this);
|
|
5812
|
-
}
|
|
5813
|
-
}
|
|
5814
|
-
exports.LeiaMultiplo = LeiaMultiplo;
|
|
5815
|
-
|
|
5816
|
-
},{"../geracao-identificadores":114,"./declaracao":72}],85:[function(require,module,exports){
|
|
5817
|
-
"use strict";
|
|
5818
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5819
5796
|
exports.Leia = void 0;
|
|
5820
5797
|
const geracao_identificadores_1 = require("../geracao-identificadores");
|
|
5821
5798
|
const declaracao_1 = require("./declaracao");
|
|
@@ -5836,7 +5813,7 @@ class Leia extends declaracao_1.Declaracao {
|
|
|
5836
5813
|
}
|
|
5837
5814
|
exports.Leia = Leia;
|
|
5838
5815
|
|
|
5839
|
-
},{"../geracao-identificadores":
|
|
5816
|
+
},{"../geracao-identificadores":113,"./declaracao":72}],85:[function(require,module,exports){
|
|
5840
5817
|
"use strict";
|
|
5841
5818
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5842
5819
|
exports.ParaCada = void 0;
|
|
@@ -5855,7 +5832,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
5855
5832
|
}
|
|
5856
5833
|
exports.ParaCada = ParaCada;
|
|
5857
5834
|
|
|
5858
|
-
},{"./declaracao":72}],
|
|
5835
|
+
},{"./declaracao":72}],86:[function(require,module,exports){
|
|
5859
5836
|
"use strict";
|
|
5860
5837
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5861
5838
|
exports.Para = void 0;
|
|
@@ -5881,7 +5858,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
5881
5858
|
}
|
|
5882
5859
|
exports.Para = Para;
|
|
5883
5860
|
|
|
5884
|
-
},{"./declaracao":72}],
|
|
5861
|
+
},{"./declaracao":72}],87:[function(require,module,exports){
|
|
5885
5862
|
"use strict";
|
|
5886
5863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5887
5864
|
exports.PropriedadeClasse = void 0;
|
|
@@ -5899,7 +5876,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
5899
5876
|
}
|
|
5900
5877
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
5901
5878
|
|
|
5902
|
-
},{"./declaracao":72}],
|
|
5879
|
+
},{"./declaracao":72}],88:[function(require,module,exports){
|
|
5903
5880
|
"use strict";
|
|
5904
5881
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5905
5882
|
exports.Retorna = void 0;
|
|
@@ -5922,7 +5899,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
5922
5899
|
}
|
|
5923
5900
|
exports.Retorna = Retorna;
|
|
5924
5901
|
|
|
5925
|
-
},{"./declaracao":72}],
|
|
5902
|
+
},{"./declaracao":72}],89:[function(require,module,exports){
|
|
5926
5903
|
"use strict";
|
|
5927
5904
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5928
5905
|
exports.Se = void 0;
|
|
@@ -5941,7 +5918,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
5941
5918
|
}
|
|
5942
5919
|
exports.Se = Se;
|
|
5943
5920
|
|
|
5944
|
-
},{"./declaracao":72}],
|
|
5921
|
+
},{"./declaracao":72}],90:[function(require,module,exports){
|
|
5945
5922
|
"use strict";
|
|
5946
5923
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5947
5924
|
exports.Sustar = void 0;
|
|
@@ -5956,7 +5933,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
5956
5933
|
}
|
|
5957
5934
|
exports.Sustar = Sustar;
|
|
5958
5935
|
|
|
5959
|
-
},{"./declaracao":72}],
|
|
5936
|
+
},{"./declaracao":72}],91:[function(require,module,exports){
|
|
5960
5937
|
"use strict";
|
|
5961
5938
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5962
5939
|
exports.TendoComo = void 0;
|
|
@@ -5979,7 +5956,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
5979
5956
|
}
|
|
5980
5957
|
exports.TendoComo = TendoComo;
|
|
5981
5958
|
|
|
5982
|
-
},{"./declaracao":72}],
|
|
5959
|
+
},{"./declaracao":72}],92:[function(require,module,exports){
|
|
5983
5960
|
"use strict";
|
|
5984
5961
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5985
5962
|
exports.Tente = void 0;
|
|
@@ -6001,7 +5978,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
6001
5978
|
}
|
|
6002
5979
|
exports.Tente = Tente;
|
|
6003
5980
|
|
|
6004
|
-
},{"./declaracao":72}],
|
|
5981
|
+
},{"./declaracao":72}],93:[function(require,module,exports){
|
|
6005
5982
|
"use strict";
|
|
6006
5983
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6007
5984
|
exports.VarMultiplo = void 0;
|
|
@@ -6023,7 +6000,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
6023
6000
|
}
|
|
6024
6001
|
exports.VarMultiplo = VarMultiplo;
|
|
6025
6002
|
|
|
6026
|
-
},{"./declaracao":72}],
|
|
6003
|
+
},{"./declaracao":72}],94:[function(require,module,exports){
|
|
6027
6004
|
"use strict";
|
|
6028
6005
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6029
6006
|
exports.Var = void 0;
|
|
@@ -6051,7 +6028,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
6051
6028
|
}
|
|
6052
6029
|
exports.Var = Var;
|
|
6053
6030
|
|
|
6054
|
-
},{"./declaracao":72}],
|
|
6031
|
+
},{"./declaracao":72}],95:[function(require,module,exports){
|
|
6055
6032
|
"use strict";
|
|
6056
6033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6057
6034
|
exports.default = cyrb53;
|
|
@@ -6075,7 +6052,7 @@ function cyrb53(nomeArquivo, semente = 0) {
|
|
|
6075
6052
|
return 4294967296 * (2097151 & h2) + (h1 >>> 0);
|
|
6076
6053
|
}
|
|
6077
6054
|
|
|
6078
|
-
},{}],
|
|
6055
|
+
},{}],96:[function(require,module,exports){
|
|
6079
6056
|
"use strict";
|
|
6080
6057
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6081
6058
|
if (k2 === undefined) k2 = k;
|
|
@@ -6100,11 +6077,11 @@ var cyrb53_1 = require("./cyrb53");
|
|
|
6100
6077
|
Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
|
|
6101
6078
|
__exportStar(require("./ponto-parada"), exports);
|
|
6102
6079
|
|
|
6103
|
-
},{"./cyrb53":
|
|
6080
|
+
},{"./cyrb53":95,"./ponto-parada":97}],97:[function(require,module,exports){
|
|
6104
6081
|
"use strict";
|
|
6105
6082
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6106
6083
|
|
|
6107
|
-
},{}],
|
|
6084
|
+
},{}],98:[function(require,module,exports){
|
|
6108
6085
|
"use strict";
|
|
6109
6086
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6110
6087
|
exports.EspacoVariaveis = void 0;
|
|
@@ -6125,7 +6102,7 @@ class EspacoVariaveis {
|
|
|
6125
6102
|
}
|
|
6126
6103
|
exports.EspacoVariaveis = EspacoVariaveis;
|
|
6127
6104
|
|
|
6128
|
-
},{}],
|
|
6105
|
+
},{}],99:[function(require,module,exports){
|
|
6129
6106
|
"use strict";
|
|
6130
6107
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6131
6108
|
exports.Chamavel = void 0;
|
|
@@ -6139,7 +6116,7 @@ class Chamavel {
|
|
|
6139
6116
|
}
|
|
6140
6117
|
exports.Chamavel = Chamavel;
|
|
6141
6118
|
|
|
6142
|
-
},{}],
|
|
6119
|
+
},{}],100:[function(require,module,exports){
|
|
6143
6120
|
"use strict";
|
|
6144
6121
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6145
6122
|
exports.ClassePadrao = void 0;
|
|
@@ -6180,7 +6157,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
6180
6157
|
}
|
|
6181
6158
|
exports.ClassePadrao = ClassePadrao;
|
|
6182
6159
|
|
|
6183
|
-
},{"./chamavel":
|
|
6160
|
+
},{"./chamavel":99}],101:[function(require,module,exports){
|
|
6184
6161
|
"use strict";
|
|
6185
6162
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6186
6163
|
exports.DeleguaFuncao = void 0;
|
|
@@ -6326,7 +6303,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
6326
6303
|
}
|
|
6327
6304
|
exports.DeleguaFuncao = DeleguaFuncao;
|
|
6328
6305
|
|
|
6329
|
-
},{"../declaracoes":82,"../espaco-variaveis":
|
|
6306
|
+
},{"../declaracoes":82,"../espaco-variaveis":98,"../inferenciador":115,"../quebras":159,"./chamavel":99}],102:[function(require,module,exports){
|
|
6330
6307
|
"use strict";
|
|
6331
6308
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6332
6309
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -6407,7 +6384,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
6407
6384
|
}
|
|
6408
6385
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
6409
6386
|
|
|
6410
|
-
},{"../excecoes":
|
|
6387
|
+
},{"../excecoes":110,"./chamavel":99,"./objeto-delegua-classe":107}],103:[function(require,module,exports){
|
|
6411
6388
|
"use strict";
|
|
6412
6389
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6413
6390
|
exports.FuncaoPadrao = void 0;
|
|
@@ -6443,7 +6420,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
6443
6420
|
}
|
|
6444
6421
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
6445
6422
|
|
|
6446
|
-
},{"./chamavel":
|
|
6423
|
+
},{"./chamavel":99}],104:[function(require,module,exports){
|
|
6447
6424
|
"use strict";
|
|
6448
6425
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6449
6426
|
if (k2 === undefined) k2 = k;
|
|
@@ -6470,7 +6447,7 @@ __exportStar(require("./modulo"), exports);
|
|
|
6470
6447
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
6471
6448
|
__exportStar(require("./objeto-padrao"), exports);
|
|
6472
6449
|
|
|
6473
|
-
},{"./chamavel":
|
|
6450
|
+
},{"./chamavel":99,"./classe-padrao":100,"./delegua-funcao":101,"./descritor-tipo-classe":102,"./funcao-padrao":103,"./metodo-primitiva":105,"./modulo":106,"./objeto-delegua-classe":107,"./objeto-padrao":108}],105:[function(require,module,exports){
|
|
6474
6451
|
"use strict";
|
|
6475
6452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6476
6453
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -6512,7 +6489,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
6512
6489
|
}
|
|
6513
6490
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
6514
6491
|
|
|
6515
|
-
},{"./chamavel":
|
|
6492
|
+
},{"./chamavel":99}],106:[function(require,module,exports){
|
|
6516
6493
|
"use strict";
|
|
6517
6494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6518
6495
|
exports.DeleguaModulo = void 0;
|
|
@@ -6538,7 +6515,7 @@ class DeleguaModulo {
|
|
|
6538
6515
|
}
|
|
6539
6516
|
exports.DeleguaModulo = DeleguaModulo;
|
|
6540
6517
|
|
|
6541
|
-
},{}],
|
|
6518
|
+
},{}],107:[function(require,module,exports){
|
|
6542
6519
|
"use strict";
|
|
6543
6520
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6544
6521
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -6605,7 +6582,7 @@ class ObjetoDeleguaClasse {
|
|
|
6605
6582
|
}
|
|
6606
6583
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
6607
6584
|
|
|
6608
|
-
},{"../excecoes":
|
|
6585
|
+
},{"../excecoes":110}],108:[function(require,module,exports){
|
|
6609
6586
|
"use strict";
|
|
6610
6587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6611
6588
|
exports.ObjetoPadrao = void 0;
|
|
@@ -6639,7 +6616,7 @@ class ObjetoPadrao {
|
|
|
6639
6616
|
}
|
|
6640
6617
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
6641
6618
|
|
|
6642
|
-
},{}],
|
|
6619
|
+
},{}],109:[function(require,module,exports){
|
|
6643
6620
|
"use strict";
|
|
6644
6621
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6645
6622
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -6654,7 +6631,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
6654
6631
|
}
|
|
6655
6632
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
6656
6633
|
|
|
6657
|
-
},{}],
|
|
6634
|
+
},{}],110:[function(require,module,exports){
|
|
6658
6635
|
"use strict";
|
|
6659
6636
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6660
6637
|
if (k2 === undefined) k2 = k;
|
|
@@ -6673,7 +6650,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
6673
6650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6674
6651
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
6675
6652
|
|
|
6676
|
-
},{"./erro-em-tempo-de-execucao":
|
|
6653
|
+
},{"./erro-em-tempo-de-execucao":109}],111:[function(require,module,exports){
|
|
6677
6654
|
"use strict";
|
|
6678
6655
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6679
6656
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7138,9 +7115,6 @@ class FormatadorDelegua {
|
|
|
7138
7115
|
}
|
|
7139
7116
|
this.codigoFormatado += `)`;
|
|
7140
7117
|
}
|
|
7141
|
-
visitarExpressaoLeiaMultiplo(expressao) {
|
|
7142
|
-
throw new Error('Método não implementado.');
|
|
7143
|
-
}
|
|
7144
7118
|
visitarExpressaoLiteral(expressao) {
|
|
7145
7119
|
if (typeof expressao.valor === 'string') {
|
|
7146
7120
|
this.codigoFormatado += `'${expressao.valor}'`;
|
|
@@ -7359,7 +7333,7 @@ class FormatadorDelegua {
|
|
|
7359
7333
|
}
|
|
7360
7334
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
7361
7335
|
|
|
7362
|
-
},{"../construtos":44,"../tipos-de-simbolos/delegua":
|
|
7336
|
+
},{"../construtos":44,"../tipos-de-simbolos/delegua":163}],112:[function(require,module,exports){
|
|
7363
7337
|
"use strict";
|
|
7364
7338
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7365
7339
|
if (k2 === undefined) k2 = k;
|
|
@@ -7378,7 +7352,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7378
7352
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7379
7353
|
__exportStar(require("./formatador-delegua"), exports);
|
|
7380
7354
|
|
|
7381
|
-
},{"./formatador-delegua":
|
|
7355
|
+
},{"./formatador-delegua":111}],113:[function(require,module,exports){
|
|
7382
7356
|
"use strict";
|
|
7383
7357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7384
7358
|
exports.uuidv4 = uuidv4;
|
|
@@ -7402,7 +7376,7 @@ function uuidv4() {
|
|
|
7402
7376
|
});
|
|
7403
7377
|
}
|
|
7404
7378
|
|
|
7405
|
-
},{}],
|
|
7379
|
+
},{}],114:[function(require,module,exports){
|
|
7406
7380
|
"use strict";
|
|
7407
7381
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7408
7382
|
if (k2 === undefined) k2 = k;
|
|
@@ -7431,7 +7405,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7431
7405
|
__exportStar(require("./lexador"), exports);
|
|
7432
7406
|
__exportStar(require("./tradutores"), exports);
|
|
7433
7407
|
|
|
7434
|
-
},{"./avaliador-sintatico":8,"./construtos":44,"./declaracoes":82,"./depuracao":
|
|
7408
|
+
},{"./avaliador-sintatico":8,"./construtos":44,"./declaracoes":82,"./depuracao":96,"./formatadores":112,"./interfaces":121,"./interpretador":139,"./lexador":152,"./tradutores":169}],115:[function(require,module,exports){
|
|
7435
7409
|
"use strict";
|
|
7436
7410
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7437
7411
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7558,15 +7532,15 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
|
|
|
7558
7532
|
}
|
|
7559
7533
|
}
|
|
7560
7534
|
|
|
7561
|
-
},{"./tipos-de-dados/delegua":
|
|
7535
|
+
},{"./tipos-de-dados/delegua":160,"./tipos-de-dados/primitivos":161,"./tipos-de-simbolos/delegua":163}],116:[function(require,module,exports){
|
|
7562
7536
|
"use strict";
|
|
7563
7537
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7564
7538
|
|
|
7565
|
-
},{}],
|
|
7539
|
+
},{}],117:[function(require,module,exports){
|
|
7566
7540
|
"use strict";
|
|
7567
7541
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7568
7542
|
|
|
7569
|
-
},{}],
|
|
7543
|
+
},{}],118:[function(require,module,exports){
|
|
7570
7544
|
"use strict";
|
|
7571
7545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7572
7546
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -7578,7 +7552,7 @@ var DiagnosticoSeveridade;
|
|
|
7578
7552
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
7579
7553
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
7580
7554
|
|
|
7581
|
-
},{}],
|
|
7555
|
+
},{}],119:[function(require,module,exports){
|
|
7582
7556
|
"use strict";
|
|
7583
7557
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7584
7558
|
if (k2 === undefined) k2 = k;
|
|
@@ -7597,11 +7571,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7597
7571
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7598
7572
|
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
7599
7573
|
|
|
7600
|
-
},{"./diagnostico-analisador-semantico":
|
|
7574
|
+
},{"./diagnostico-analisador-semantico":118}],120:[function(require,module,exports){
|
|
7601
7575
|
"use strict";
|
|
7602
7576
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7603
7577
|
|
|
7604
|
-
},{}],
|
|
7578
|
+
},{}],121:[function(require,module,exports){
|
|
7605
7579
|
"use strict";
|
|
7606
7580
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7607
7581
|
if (k2 === undefined) k2 = k;
|
|
@@ -7636,7 +7610,11 @@ __exportStar(require("./construtos"), exports);
|
|
|
7636
7610
|
__exportStar(require("./erros"), exports);
|
|
7637
7611
|
__exportStar(require("./retornos"), exports);
|
|
7638
7612
|
|
|
7639
|
-
},{"./avaliador-sintatico-interface":
|
|
7613
|
+
},{"./avaliador-sintatico-interface":116,"./construtos":117,"./erros":119,"./formatador-comum-interface":120,"./interpretador-com-depuracao-interface":122,"./interpretador-interface":123,"./lexador-interface":124,"./parametro-interface":125,"./pilha-interface":126,"./primitiva-interface":127,"./resolvedor-interface":128,"./retornos":129,"./retornos/retorno-execucao-interface":131,"./simbolo-interface":134,"./tradutor-interface":135,"./variavel-interface":136,"./visitante-comum-interface":137}],122:[function(require,module,exports){
|
|
7614
|
+
"use strict";
|
|
7615
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7616
|
+
|
|
7617
|
+
},{}],123:[function(require,module,exports){
|
|
7640
7618
|
"use strict";
|
|
7641
7619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7642
7620
|
|
|
@@ -7662,10 +7640,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7662
7640
|
|
|
7663
7641
|
},{}],129:[function(require,module,exports){
|
|
7664
7642
|
"use strict";
|
|
7665
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7666
|
-
|
|
7667
|
-
},{}],130:[function(require,module,exports){
|
|
7668
|
-
"use strict";
|
|
7669
7643
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7670
7644
|
if (k2 === undefined) k2 = k;
|
|
7671
7645
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7686,7 +7660,11 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
7686
7660
|
__exportStar(require("./retorno-interpretador"), exports);
|
|
7687
7661
|
__exportStar(require("./retorno-lexador"), exports);
|
|
7688
7662
|
|
|
7689
|
-
},{"./retorno-avaliador-sintatico":
|
|
7663
|
+
},{"./retorno-avaliador-sintatico":130,"./retorno-execucao-interface":131,"./retorno-interpretador":132,"./retorno-lexador":133}],130:[function(require,module,exports){
|
|
7664
|
+
"use strict";
|
|
7665
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7666
|
+
|
|
7667
|
+
},{}],131:[function(require,module,exports){
|
|
7690
7668
|
"use strict";
|
|
7691
7669
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7692
7670
|
|
|
@@ -7716,10 +7694,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7716
7694
|
|
|
7717
7695
|
},{}],138:[function(require,module,exports){
|
|
7718
7696
|
"use strict";
|
|
7719
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7720
|
-
|
|
7721
|
-
},{}],139:[function(require,module,exports){
|
|
7722
|
-
"use strict";
|
|
7723
7697
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7724
7698
|
if (k2 === undefined) k2 = k;
|
|
7725
7699
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7736,13 +7710,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
7736
7710
|
}) : function(o, v) {
|
|
7737
7711
|
o["default"] = v;
|
|
7738
7712
|
});
|
|
7739
|
-
var __importStar = (this && this.__importStar) || function (
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
};
|
|
7713
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
7714
|
+
var ownKeys = function(o) {
|
|
7715
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
7716
|
+
var ar = [];
|
|
7717
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
7718
|
+
return ar;
|
|
7719
|
+
};
|
|
7720
|
+
return ownKeys(o);
|
|
7721
|
+
};
|
|
7722
|
+
return function (mod) {
|
|
7723
|
+
if (mod && mod.__esModule) return mod;
|
|
7724
|
+
var result = {};
|
|
7725
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
7726
|
+
__setModuleDefault(result, mod);
|
|
7727
|
+
return result;
|
|
7728
|
+
};
|
|
7729
|
+
})();
|
|
7746
7730
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7747
7731
|
exports.carregarBibliotecasGlobais = carregarBibliotecasGlobais;
|
|
7748
7732
|
const funcao_padrao_1 = require("../estruturas/funcao-padrao");
|
|
@@ -7771,7 +7755,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
|
|
|
7771
7755
|
pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
|
|
7772
7756
|
}
|
|
7773
7757
|
|
|
7774
|
-
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":
|
|
7758
|
+
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":103}],139:[function(require,module,exports){
|
|
7775
7759
|
"use strict";
|
|
7776
7760
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7777
7761
|
if (k2 === undefined) k2 = k;
|
|
@@ -7792,7 +7776,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7792
7776
|
__exportStar(require("./interpretador-base"), exports);
|
|
7793
7777
|
__exportStar(require("./interpretador-com-depuracao"), exports);
|
|
7794
7778
|
|
|
7795
|
-
},{"./interpretador":
|
|
7779
|
+
},{"./interpretador":142,"./interpretador-base":140,"./interpretador-com-depuracao":141}],140:[function(require,module,exports){
|
|
7796
7780
|
(function (process){(function (){
|
|
7797
7781
|
"use strict";
|
|
7798
7782
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -7965,33 +7949,6 @@ class InterpretadorBase {
|
|
|
7965
7949
|
resolucao(resposta);
|
|
7966
7950
|
}));
|
|
7967
7951
|
}
|
|
7968
|
-
/**
|
|
7969
|
-
* Execução da leitura de valores da entrada configurada no
|
|
7970
|
-
* início da aplicação.
|
|
7971
|
-
* @param expressao Expressão do tipo `LeiaMultiplo`.
|
|
7972
|
-
* @returns Promise com o resultado da leitura.
|
|
7973
|
-
*/
|
|
7974
|
-
async visitarExpressaoLeiaMultiplo(expressao) {
|
|
7975
|
-
const mensagem = '> ';
|
|
7976
|
-
if (expressao.argumento instanceof construtos_1.Literal) {
|
|
7977
|
-
let valor = expressao.argumento.valor;
|
|
7978
|
-
if (typeof valor === primitivos_1.default.TEXTO) {
|
|
7979
|
-
return new Promise((resolucao) => this.interfaceEntradaSaida.question(mensagem, (resposta) => {
|
|
7980
|
-
resolucao(String(resposta)
|
|
7981
|
-
.split(valor)
|
|
7982
|
-
.filter((r) => !/(\s+)/.test(r)));
|
|
7983
|
-
}));
|
|
7984
|
-
}
|
|
7985
|
-
let respostas = [];
|
|
7986
|
-
for (let i = 0; i < valor; i++) {
|
|
7987
|
-
this.interfaceEntradaSaida.question(mensagem, (resposta) => {
|
|
7988
|
-
respostas.push(resposta);
|
|
7989
|
-
});
|
|
7990
|
-
}
|
|
7991
|
-
return Promise.resolve(respostas);
|
|
7992
|
-
}
|
|
7993
|
-
return Promise.resolve();
|
|
7994
|
-
}
|
|
7995
7952
|
/**
|
|
7996
7953
|
* Retira a interpolação de um texto.
|
|
7997
7954
|
* @param {texto} texto O texto
|
|
@@ -9204,7 +9161,7 @@ class InterpretadorBase {
|
|
|
9204
9161
|
exports.InterpretadorBase = InterpretadorBase;
|
|
9205
9162
|
|
|
9206
9163
|
}).call(this)}).call(this,require('_process'))
|
|
9207
|
-
},{"../avaliador-sintatico":8,"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../espaco-variaveis":
|
|
9164
|
+
},{"../avaliador-sintatico":8,"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../espaco-variaveis":98,"../estruturas":104,"../estruturas/metodo-primitiva":105,"../excecoes":110,"../inferenciador":115,"../lexador":152,"../quebras":159,"../tipos-de-dados/delegua":160,"../tipos-de-dados/primitivos":161,"../tipos-de-simbolos/delegua":163,"./comum":138,"./pilha-escopos-execucao":143,"_process":382,"browser-process-hrtime":339}],141:[function(require,module,exports){
|
|
9208
9165
|
"use strict";
|
|
9209
9166
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9210
9167
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9284,7 +9241,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9284
9241
|
const argumentosResolvidos = [];
|
|
9285
9242
|
if (expressao.argumentos && expressao.argumentos.length > 0) {
|
|
9286
9243
|
for (let argumento of expressao.argumentos) {
|
|
9287
|
-
if (argumento instanceof declaracoes_1.Leia
|
|
9244
|
+
if (argumento instanceof declaracoes_1.Leia) {
|
|
9288
9245
|
argumentosResolvidos.push(`leia_${argumento.id}`);
|
|
9289
9246
|
}
|
|
9290
9247
|
else {
|
|
@@ -9776,7 +9733,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9776
9733
|
}
|
|
9777
9734
|
exports.InterpretadorComDepuracao = InterpretadorComDepuracao;
|
|
9778
9735
|
|
|
9779
|
-
},{"../declaracoes":82,"../espaco-variaveis":
|
|
9736
|
+
},{"../declaracoes":82,"../espaco-variaveis":98,"../inferenciador":115,"../quebras":159,"./interpretador-base":140,"lodash":375}],142:[function(require,module,exports){
|
|
9780
9737
|
"use strict";
|
|
9781
9738
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9782
9739
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9985,7 +9942,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
9985
9942
|
}
|
|
9986
9943
|
exports.Interpretador = Interpretador;
|
|
9987
9944
|
|
|
9988
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../estruturas":
|
|
9945
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../estruturas":104,"../excecoes":110,"../inferenciador":115,"../tipos-de-dados/delegua":160,"../tipos-de-dados/primitivos":161,"./interpretador-base":140}],143:[function(require,module,exports){
|
|
9989
9946
|
"use strict";
|
|
9990
9947
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9991
9948
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10236,7 +10193,7 @@ class PilhaEscoposExecucao {
|
|
|
10236
10193
|
}
|
|
10237
10194
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
10238
10195
|
|
|
10239
|
-
},{"../estruturas":
|
|
10196
|
+
},{"../estruturas":104,"../excecoes":110,"../inferenciador":115,"../lexador":152,"../tipos-de-dados/delegua":160}],144:[function(require,module,exports){
|
|
10240
10197
|
"use strict";
|
|
10241
10198
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10242
10199
|
if (k2 === undefined) k2 = k;
|
|
@@ -10258,7 +10215,7 @@ __exportStar(require("./lexador-pitugues"), exports);
|
|
|
10258
10215
|
__exportStar(require("./lexador-guarani"), exports);
|
|
10259
10216
|
__exportStar(require("./lexador-portugol-ipt"), exports);
|
|
10260
10217
|
|
|
10261
|
-
},{"./lexador-egua-classico":
|
|
10218
|
+
},{"./lexador-egua-classico":145,"./lexador-guarani":146,"./lexador-pitugues":147,"./lexador-portugol-ipt":148}],145:[function(require,module,exports){
|
|
10262
10219
|
"use strict";
|
|
10263
10220
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10264
10221
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10546,7 +10503,7 @@ class LexadorEguaClassico {
|
|
|
10546
10503
|
}
|
|
10547
10504
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
10548
10505
|
|
|
10549
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
10506
|
+
},{"../../tipos-de-simbolos/egua-classico":164,"../simbolo":158,"./palavras-reservadas/egua-classico":149}],146:[function(require,module,exports){
|
|
10550
10507
|
"use strict";
|
|
10551
10508
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10552
10509
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10661,7 +10618,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
10661
10618
|
}
|
|
10662
10619
|
exports.LexadorGuarani = LexadorGuarani;
|
|
10663
10620
|
|
|
10664
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
10621
|
+
},{"../../tipos-de-simbolos/guarani":165,"../lexador-base":154,"./palavras-reservadas/guarani":150}],147:[function(require,module,exports){
|
|
10665
10622
|
"use strict";
|
|
10666
10623
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10667
10624
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11061,7 +11018,7 @@ class LexadorPitugues {
|
|
|
11061
11018
|
}
|
|
11062
11019
|
exports.LexadorPitugues = LexadorPitugues;
|
|
11063
11020
|
|
|
11064
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
11021
|
+
},{"../../tipos-de-simbolos/pitugues":167,"../palavras-reservadas":157,"../simbolo":158,"browser-process-hrtime":339}],148:[function(require,module,exports){
|
|
11065
11022
|
"use strict";
|
|
11066
11023
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11067
11024
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11300,7 +11257,7 @@ class LexadorPortugolIpt {
|
|
|
11300
11257
|
}
|
|
11301
11258
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
11302
11259
|
|
|
11303
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
11260
|
+
},{"../../tipos-de-simbolos/portugol-ipt":168,"../simbolo":158,"./palavras-reservadas/portugol-ipt":151}],149:[function(require,module,exports){
|
|
11304
11261
|
"use strict";
|
|
11305
11262
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11306
11263
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11341,7 +11298,7 @@ exports.palavrasReservadas = {
|
|
|
11341
11298
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
11342
11299
|
};
|
|
11343
11300
|
|
|
11344
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
11301
|
+
},{"../../../tipos-de-simbolos/egua-classico":164}],150:[function(require,module,exports){
|
|
11345
11302
|
"use strict";
|
|
11346
11303
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11347
11304
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11353,7 +11310,7 @@ exports.palavrasReservadas = {
|
|
|
11353
11310
|
hai: guarani_1.default.HAI,
|
|
11354
11311
|
};
|
|
11355
11312
|
|
|
11356
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
11313
|
+
},{"../../../tipos-de-simbolos/guarani":165}],151:[function(require,module,exports){
|
|
11357
11314
|
"use strict";
|
|
11358
11315
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11359
11316
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11375,7 +11332,7 @@ exports.palavrasReservadas = {
|
|
|
11375
11332
|
senão: portugol_ipt_1.default.SENAO,
|
|
11376
11333
|
};
|
|
11377
11334
|
|
|
11378
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
11335
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":168}],152:[function(require,module,exports){
|
|
11379
11336
|
"use strict";
|
|
11380
11337
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11381
11338
|
if (k2 === undefined) k2 = k;
|
|
@@ -11397,7 +11354,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
11397
11354
|
__exportStar(require("./micro-lexador"), exports);
|
|
11398
11355
|
__exportStar(require("./simbolo"), exports);
|
|
11399
11356
|
|
|
11400
|
-
},{"./lexador":
|
|
11357
|
+
},{"./lexador":155,"./lexador-base-linha-unica":153,"./micro-lexador":156,"./simbolo":158}],153:[function(require,module,exports){
|
|
11401
11358
|
"use strict";
|
|
11402
11359
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11403
11360
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -11481,7 +11438,7 @@ class LexadorBaseLinhaUnica {
|
|
|
11481
11438
|
}
|
|
11482
11439
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
11483
11440
|
|
|
11484
|
-
},{"./simbolo":
|
|
11441
|
+
},{"./simbolo":158}],154:[function(require,module,exports){
|
|
11485
11442
|
"use strict";
|
|
11486
11443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11487
11444
|
exports.LexadorBase = void 0;
|
|
@@ -11595,7 +11552,7 @@ class LexadorBase {
|
|
|
11595
11552
|
}
|
|
11596
11553
|
exports.LexadorBase = LexadorBase;
|
|
11597
11554
|
|
|
11598
|
-
},{"./simbolo":
|
|
11555
|
+
},{"./simbolo":158}],155:[function(require,module,exports){
|
|
11599
11556
|
"use strict";
|
|
11600
11557
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11601
11558
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12040,7 +11997,7 @@ class Lexador {
|
|
|
12040
11997
|
}
|
|
12041
11998
|
exports.Lexador = Lexador;
|
|
12042
11999
|
|
|
12043
|
-
},{"../tipos-de-simbolos/delegua":
|
|
12000
|
+
},{"../tipos-de-simbolos/delegua":163,"./palavras-reservadas":157,"./simbolo":158,"browser-process-hrtime":339}],156:[function(require,module,exports){
|
|
12044
12001
|
"use strict";
|
|
12045
12002
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12046
12003
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12253,7 +12210,7 @@ class MicroLexador {
|
|
|
12253
12210
|
}
|
|
12254
12211
|
exports.MicroLexador = MicroLexador;
|
|
12255
12212
|
|
|
12256
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
12213
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":166,"./palavras-reservadas":157,"./simbolo":158}],157:[function(require,module,exports){
|
|
12257
12214
|
"use strict";
|
|
12258
12215
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12259
12216
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12316,7 +12273,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
12316
12273
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
12317
12274
|
};
|
|
12318
12275
|
|
|
12319
|
-
},{"../tipos-de-simbolos/delegua":
|
|
12276
|
+
},{"../tipos-de-simbolos/delegua":163}],158:[function(require,module,exports){
|
|
12320
12277
|
"use strict";
|
|
12321
12278
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12322
12279
|
exports.Simbolo = void 0;
|
|
@@ -12334,7 +12291,7 @@ class Simbolo {
|
|
|
12334
12291
|
}
|
|
12335
12292
|
exports.Simbolo = Simbolo;
|
|
12336
12293
|
|
|
12337
|
-
},{}],
|
|
12294
|
+
},{}],159:[function(require,module,exports){
|
|
12338
12295
|
"use strict";
|
|
12339
12296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12340
12297
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -12355,7 +12312,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
12355
12312
|
}
|
|
12356
12313
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
12357
12314
|
|
|
12358
|
-
},{}],
|
|
12315
|
+
},{}],160:[function(require,module,exports){
|
|
12359
12316
|
"use strict";
|
|
12360
12317
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12361
12318
|
exports.default = {
|
|
@@ -12379,7 +12336,7 @@ exports.default = {
|
|
|
12379
12336
|
VETOR_TEXTO: 'texto[]',
|
|
12380
12337
|
};
|
|
12381
12338
|
|
|
12382
|
-
},{}],
|
|
12339
|
+
},{}],161:[function(require,module,exports){
|
|
12383
12340
|
"use strict";
|
|
12384
12341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12385
12342
|
exports.default = {
|
|
@@ -12398,7 +12355,7 @@ exports.default = {
|
|
|
12398
12355
|
TEXTO: 'string',
|
|
12399
12356
|
};
|
|
12400
12357
|
|
|
12401
|
-
},{}],
|
|
12358
|
+
},{}],162:[function(require,module,exports){
|
|
12402
12359
|
"use strict";
|
|
12403
12360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12404
12361
|
exports.default = {
|
|
@@ -12424,7 +12381,7 @@ exports.default = {
|
|
|
12424
12381
|
VIRGULA: 'VIRGULA',
|
|
12425
12382
|
};
|
|
12426
12383
|
|
|
12427
|
-
},{}],
|
|
12384
|
+
},{}],163:[function(require,module,exports){
|
|
12428
12385
|
"use strict";
|
|
12429
12386
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12430
12387
|
exports.default = {
|
|
@@ -12518,7 +12475,7 @@ exports.default = {
|
|
|
12518
12475
|
VIRGULA: 'VIRGULA',
|
|
12519
12476
|
};
|
|
12520
12477
|
|
|
12521
|
-
},{}],
|
|
12478
|
+
},{}],164:[function(require,module,exports){
|
|
12522
12479
|
"use strict";
|
|
12523
12480
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12524
12481
|
exports.default = {
|
|
@@ -12596,7 +12553,7 @@ exports.default = {
|
|
|
12596
12553
|
VIRGULA: 'VIRGULA',
|
|
12597
12554
|
};
|
|
12598
12555
|
|
|
12599
|
-
},{}],
|
|
12556
|
+
},{}],165:[function(require,module,exports){
|
|
12600
12557
|
"use strict";
|
|
12601
12558
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12602
12559
|
exports.default = {
|
|
@@ -12613,7 +12570,7 @@ exports.default = {
|
|
|
12613
12570
|
VIRGULA: 'VIRGULA',
|
|
12614
12571
|
};
|
|
12615
12572
|
|
|
12616
|
-
},{}],
|
|
12573
|
+
},{}],166:[function(require,module,exports){
|
|
12617
12574
|
"use strict";
|
|
12618
12575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12619
12576
|
exports.default = {
|
|
@@ -12662,7 +12619,7 @@ exports.default = {
|
|
|
12662
12619
|
VIRGULA: 'VIRGULA',
|
|
12663
12620
|
};
|
|
12664
12621
|
|
|
12665
|
-
},{}],
|
|
12622
|
+
},{}],167:[function(require,module,exports){
|
|
12666
12623
|
"use strict";
|
|
12667
12624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12668
12625
|
exports.default = {
|
|
@@ -12740,7 +12697,7 @@ exports.default = {
|
|
|
12740
12697
|
VIRGULA: 'VIRGULA',
|
|
12741
12698
|
};
|
|
12742
12699
|
|
|
12743
|
-
},{}],
|
|
12700
|
+
},{}],168:[function(require,module,exports){
|
|
12744
12701
|
"use strict";
|
|
12745
12702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12746
12703
|
exports.default = {
|
|
@@ -12779,7 +12736,7 @@ exports.default = {
|
|
|
12779
12736
|
VIRGULA: 'VIRGULA',
|
|
12780
12737
|
};
|
|
12781
12738
|
|
|
12782
|
-
},{}],
|
|
12739
|
+
},{}],169:[function(require,module,exports){
|
|
12783
12740
|
"use strict";
|
|
12784
12741
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12785
12742
|
if (k2 === undefined) k2 = k;
|
|
@@ -12803,7 +12760,7 @@ __exportStar(require("./tradutor-python"), exports);
|
|
|
12803
12760
|
__exportStar(require("./tradutor-reverso-javascript"), exports);
|
|
12804
12761
|
__exportStar(require("./tradutor-reverso-python"), exports);
|
|
12805
12762
|
|
|
12806
|
-
},{"./tradutor-assemblyscript":
|
|
12763
|
+
},{"./tradutor-assemblyscript":172,"./tradutor-javascript":173,"./tradutor-portugol-ipt":174,"./tradutor-python":175,"./tradutor-reverso-javascript":176,"./tradutor-reverso-python":177}],170:[function(require,module,exports){
|
|
12807
12764
|
"use strict";
|
|
12808
12765
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
12809
12766
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -12828,13 +12785,23 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
12828
12785
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
12829
12786
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
12830
12787
|
};
|
|
12831
|
-
var __importStar = (this && this.__importStar) || function (
|
|
12832
|
-
|
|
12833
|
-
|
|
12834
|
-
|
|
12835
|
-
|
|
12836
|
-
|
|
12837
|
-
};
|
|
12788
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
12789
|
+
var ownKeys = function(o) {
|
|
12790
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
12791
|
+
var ar = [];
|
|
12792
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
12793
|
+
return ar;
|
|
12794
|
+
};
|
|
12795
|
+
return ownKeys(o);
|
|
12796
|
+
};
|
|
12797
|
+
return function (mod) {
|
|
12798
|
+
if (mod && mod.__esModule) return mod;
|
|
12799
|
+
var result = {};
|
|
12800
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
12801
|
+
__setModuleDefault(result, mod);
|
|
12802
|
+
return result;
|
|
12803
|
+
};
|
|
12804
|
+
})();
|
|
12838
12805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12839
12806
|
exports.Python3Lexer = void 0;
|
|
12840
12807
|
const Token_1 = require("antlr4ts/Token");
|
|
@@ -14032,7 +13999,7 @@ __decorate([
|
|
|
14032
13999
|
Decorators_1.Override
|
|
14033
14000
|
], Python3Lexer.prototype, "nextToken", null);
|
|
14034
14001
|
|
|
14035
|
-
},{"./python3-parser":
|
|
14002
|
+
},{"./python3-parser":171,"antlr4ts/CommonToken":187,"antlr4ts/Decorators":191,"antlr4ts/Lexer":199,"antlr4ts/Token":216,"antlr4ts/VocabularyImpl":222,"antlr4ts/atn/ATNDeserializer":228,"antlr4ts/atn/LexerATNSimulator":249,"antlr4ts/misc/Utils":310}],171:[function(require,module,exports){
|
|
14036
14003
|
"use strict";
|
|
14037
14004
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
14038
14005
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -14051,13 +14018,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
14051
14018
|
}) : function(o, v) {
|
|
14052
14019
|
o["default"] = v;
|
|
14053
14020
|
});
|
|
14054
|
-
var __importStar = (this && this.__importStar) || function (
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
};
|
|
14021
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
14022
|
+
var ownKeys = function(o) {
|
|
14023
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
14024
|
+
var ar = [];
|
|
14025
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
14026
|
+
return ar;
|
|
14027
|
+
};
|
|
14028
|
+
return ownKeys(o);
|
|
14029
|
+
};
|
|
14030
|
+
return function (mod) {
|
|
14031
|
+
if (mod && mod.__esModule) return mod;
|
|
14032
|
+
var result = {};
|
|
14033
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
14034
|
+
__setModuleDefault(result, mod);
|
|
14035
|
+
return result;
|
|
14036
|
+
};
|
|
14037
|
+
})();
|
|
14061
14038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14062
14039
|
exports.Except_clauseContext = exports.With_itemContext = exports.With_stmtContext = exports.Try_stmtContext = exports.For_stmtContext = exports.While_stmtContext = exports.If_stmtContext = exports.Async_stmtContext = exports.Compound_stmtContext = exports.Assert_stmtContext = exports.Nonlocal_stmtContext = exports.Global_stmtContext = exports.Dotted_nameContext = exports.Dotted_as_namesContext = exports.Import_as_namesContext = exports.Dotted_as_nameContext = exports.Import_as_nameContext = exports.Import_fromContext = exports.Import_nameContext = exports.Import_stmtContext = exports.Raise_stmtContext = exports.Yield_stmtContext = exports.Return_stmtContext = exports.Continue_stmtContext = exports.Break_stmtContext = exports.Flow_stmtContext = exports.Pass_stmtContext = exports.Del_stmtContext = exports.AugassignContext = exports.Testlist_star_exprContext = exports.AnnassignContext = exports.Simple_assignContext = exports.Expr_stmtContext = exports.Small_stmtContext = exports.Simple_stmtContext = exports.StmtContext = exports.VfpdefContext = exports.VarargslistContext = exports.TfpdefContext = exports.TypedargslistContext = exports.ParametersContext = exports.FuncdefContext = exports.Async_funcdefContext = exports.DecoratedContext = exports.DecoratorsContext = exports.DecoratorContext = exports.Eval_inputContext = exports.File_inputContext = exports.Single_inputContext = exports.Python3Parser = void 0;
|
|
14063
14040
|
exports.Yield_argContext = exports.Yield_exprContext = exports.Encoding_declContext = exports.Comp_ifContext = exports.Comp_forContext = exports.Comp_iterContext = exports.ArgumentContext = exports.ArglistContext = exports.ClassdefContext = exports.DictorsetmakerContext = exports.TestlistContext = exports.ExprlistContext = exports.SliceopContext = exports.SubscriptContext = exports.SubscriptlistContext = exports.TrailerContext = exports.Testlist_compContext = exports.AtomContext = exports.Atom_exprContext = exports.PowerContext = exports.FactorContext = exports.TermContext = exports.Arith_exprContext = exports.Shift_exprContext = exports.And_exprContext = exports.Xor_exprContext = exports.ExprContext = exports.Star_exprContext = exports.Comp_opContext = exports.ComparisonContext = exports.Not_testContext = exports.And_testContext = exports.Or_testContext = exports.Lambdef_nocondContext = exports.LambdefContext = exports.Test_nocondContext = exports.TestContext = exports.SuiteContext = void 0;
|
|
@@ -25260,7 +25237,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
25260
25237
|
}
|
|
25261
25238
|
exports.Yield_argContext = Yield_argContext;
|
|
25262
25239
|
|
|
25263
|
-
},{"antlr4ts/FailedPredicateException":
|
|
25240
|
+
},{"antlr4ts/FailedPredicateException":195,"antlr4ts/NoViableAltException":203,"antlr4ts/Parser":204,"antlr4ts/ParserRuleContext":207,"antlr4ts/RecognitionException":210,"antlr4ts/Token":216,"antlr4ts/VocabularyImpl":222,"antlr4ts/atn/ATN":224,"antlr4ts/atn/ATNDeserializer":228,"antlr4ts/atn/ParserATNSimulator":265,"antlr4ts/misc/Utils":310}],172:[function(require,module,exports){
|
|
25264
25241
|
"use strict";
|
|
25265
25242
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25266
25243
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25857,7 +25834,7 @@ class TradutorAssemblyScript {
|
|
|
25857
25834
|
}
|
|
25858
25835
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
25859
25836
|
|
|
25860
|
-
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":
|
|
25837
|
+
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":163}],173:[function(require,module,exports){
|
|
25861
25838
|
"use strict";
|
|
25862
25839
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25863
25840
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26548,7 +26525,7 @@ class TradutorJavaScript {
|
|
|
26548
26525
|
}
|
|
26549
26526
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
26550
26527
|
|
|
26551
|
-
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":
|
|
26528
|
+
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":163}],174:[function(require,module,exports){
|
|
26552
26529
|
"use strict";
|
|
26553
26530
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26554
26531
|
exports.TradutorPortugolIpt = void 0;
|
|
@@ -26610,7 +26587,7 @@ class TradutorPortugolIpt {
|
|
|
26610
26587
|
}
|
|
26611
26588
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
26612
26589
|
|
|
26613
|
-
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":
|
|
26590
|
+
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":144}],175:[function(require,module,exports){
|
|
26614
26591
|
"use strict";
|
|
26615
26592
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26616
26593
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27224,7 +27201,7 @@ class TradutorPython {
|
|
|
27224
27201
|
}
|
|
27225
27202
|
exports.TradutorPython = TradutorPython;
|
|
27226
27203
|
|
|
27227
|
-
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":
|
|
27204
|
+
},{"../construtos":44,"../declaracoes":82,"../tipos-de-simbolos/delegua":163}],176:[function(require,module,exports){
|
|
27228
27205
|
"use strict";
|
|
27229
27206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27230
27207
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -27618,7 +27595,7 @@ class TradutorReversoJavaScript {
|
|
|
27618
27595
|
}
|
|
27619
27596
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
27620
27597
|
|
|
27621
|
-
},{}],
|
|
27598
|
+
},{}],177:[function(require,module,exports){
|
|
27622
27599
|
"use strict";
|
|
27623
27600
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27624
27601
|
exports.TradutorReversoPython = void 0;
|
|
@@ -27691,7 +27668,7 @@ class TradutorReversoPython {
|
|
|
27691
27668
|
}
|
|
27692
27669
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
27693
27670
|
|
|
27694
|
-
},{"./python/python3-lexer":
|
|
27671
|
+
},{"./python/python3-lexer":170,"./python/python3-parser":171,"antlr4ts":293,"antlr4ts/tree/ParseTreeWalker":312}],178:[function(require,module,exports){
|
|
27695
27672
|
"use strict";
|
|
27696
27673
|
/*!
|
|
27697
27674
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27699,7 +27676,7 @@ exports.TradutorReversoPython = TradutorReversoPython;
|
|
|
27699
27676
|
*/
|
|
27700
27677
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27701
27678
|
|
|
27702
|
-
},{}],
|
|
27679
|
+
},{}],179:[function(require,module,exports){
|
|
27703
27680
|
"use strict";
|
|
27704
27681
|
/*!
|
|
27705
27682
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27707,7 +27684,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
27707
27684
|
*/
|
|
27708
27685
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27709
27686
|
|
|
27710
|
-
},{}],
|
|
27687
|
+
},{}],180:[function(require,module,exports){
|
|
27711
27688
|
"use strict";
|
|
27712
27689
|
/*!
|
|
27713
27690
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27869,7 +27846,7 @@ __decorate([
|
|
|
27869
27846
|
], ANTLRInputStream.prototype, "toString", null);
|
|
27870
27847
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
27871
27848
|
|
|
27872
|
-
},{"./Decorators":
|
|
27849
|
+
},{"./Decorators":191,"./IntStream":197,"assert":334}],181:[function(require,module,exports){
|
|
27873
27850
|
"use strict";
|
|
27874
27851
|
/*!
|
|
27875
27852
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27952,7 +27929,7 @@ __decorate([
|
|
|
27952
27929
|
], BailErrorStrategy.prototype, "sync", null);
|
|
27953
27930
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
27954
27931
|
|
|
27955
|
-
},{"./Decorators":
|
|
27932
|
+
},{"./Decorators":191,"./DefaultErrorStrategy":192,"./InputMismatchException":196,"./misc/ParseCancellationException":308}],182:[function(require,module,exports){
|
|
27956
27933
|
"use strict";
|
|
27957
27934
|
/*!
|
|
27958
27935
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28442,7 +28419,7 @@ BufferedTokenStream = __decorate([
|
|
|
28442
28419
|
], BufferedTokenStream);
|
|
28443
28420
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
28444
28421
|
|
|
28445
|
-
},{"./CommonToken":
|
|
28422
|
+
},{"./CommonToken":187,"./Decorators":191,"./Lexer":199,"./Token":216,"./misc/Interval":303,"assert":334}],183:[function(require,module,exports){
|
|
28446
28423
|
"use strict";
|
|
28447
28424
|
/*!
|
|
28448
28425
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28450,7 +28427,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
28450
28427
|
*/
|
|
28451
28428
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28452
28429
|
|
|
28453
|
-
},{}],
|
|
28430
|
+
},{}],184:[function(require,module,exports){
|
|
28454
28431
|
"use strict";
|
|
28455
28432
|
/*!
|
|
28456
28433
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28584,7 +28561,7 @@ var CharStreams;
|
|
|
28584
28561
|
// }
|
|
28585
28562
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
28586
28563
|
|
|
28587
|
-
},{"./CodePointBuffer":
|
|
28564
|
+
},{"./CodePointBuffer":185,"./CodePointCharStream":186,"./IntStream":197}],185:[function(require,module,exports){
|
|
28588
28565
|
"use strict";
|
|
28589
28566
|
/*!
|
|
28590
28567
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28819,7 +28796,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
28819
28796
|
CodePointBuffer.Builder = Builder;
|
|
28820
28797
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
28821
28798
|
|
|
28822
|
-
},{"./misc/Character":
|
|
28799
|
+
},{"./misc/Character":299,"assert":334}],186:[function(require,module,exports){
|
|
28823
28800
|
"use strict";
|
|
28824
28801
|
/*!
|
|
28825
28802
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28969,7 +28946,7 @@ __decorate([
|
|
|
28969
28946
|
], CodePointCharStream.prototype, "getText", null);
|
|
28970
28947
|
exports.CodePointCharStream = CodePointCharStream;
|
|
28971
28948
|
|
|
28972
|
-
},{"./Decorators":
|
|
28949
|
+
},{"./Decorators":191,"./IntStream":197,"./misc/Interval":303,"assert":334}],187:[function(require,module,exports){
|
|
28973
28950
|
"use strict";
|
|
28974
28951
|
/*!
|
|
28975
28952
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29199,7 +29176,7 @@ CommonToken = __decorate([
|
|
|
29199
29176
|
], CommonToken);
|
|
29200
29177
|
exports.CommonToken = CommonToken;
|
|
29201
29178
|
|
|
29202
|
-
},{"./Decorators":
|
|
29179
|
+
},{"./Decorators":191,"./Token":216,"./misc/Interval":303}],188:[function(require,module,exports){
|
|
29203
29180
|
"use strict";
|
|
29204
29181
|
/*!
|
|
29205
29182
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29263,7 +29240,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
29263
29240
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
29264
29241
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
29265
29242
|
|
|
29266
|
-
},{"./CommonToken":
|
|
29243
|
+
},{"./CommonToken":187,"./Decorators":191,"./misc/Interval":303}],189:[function(require,module,exports){
|
|
29267
29244
|
"use strict";
|
|
29268
29245
|
/*!
|
|
29269
29246
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29390,7 +29367,7 @@ CommonTokenStream = __decorate([
|
|
|
29390
29367
|
], CommonTokenStream);
|
|
29391
29368
|
exports.CommonTokenStream = CommonTokenStream;
|
|
29392
29369
|
|
|
29393
|
-
},{"./BufferedTokenStream":
|
|
29370
|
+
},{"./BufferedTokenStream":182,"./Decorators":191,"./Token":216}],190:[function(require,module,exports){
|
|
29394
29371
|
"use strict";
|
|
29395
29372
|
/*!
|
|
29396
29373
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29424,7 +29401,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
29424
29401
|
*/
|
|
29425
29402
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
29426
29403
|
|
|
29427
|
-
},{}],
|
|
29404
|
+
},{}],191:[function(require,module,exports){
|
|
29428
29405
|
"use strict";
|
|
29429
29406
|
/*!
|
|
29430
29407
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29451,7 +29428,7 @@ function SuppressWarnings(options) {
|
|
|
29451
29428
|
}
|
|
29452
29429
|
exports.SuppressWarnings = SuppressWarnings;
|
|
29453
29430
|
|
|
29454
|
-
},{}],
|
|
29431
|
+
},{}],192:[function(require,module,exports){
|
|
29455
29432
|
"use strict";
|
|
29456
29433
|
/*!
|
|
29457
29434
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30265,7 +30242,7 @@ __decorate([
|
|
|
30265
30242
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
30266
30243
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
30267
30244
|
|
|
30268
|
-
},{"./Decorators":
|
|
30245
|
+
},{"./Decorators":191,"./FailedPredicateException":195,"./InputMismatchException":196,"./NoViableAltException":203,"./Token":216,"./atn/ATNState":230,"./atn/ATNStateType":231,"./atn/PredictionContext":271,"./misc/IntervalSet":304}],193:[function(require,module,exports){
|
|
30269
30246
|
"use strict";
|
|
30270
30247
|
/*!
|
|
30271
30248
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30341,7 +30318,7 @@ var Dependents;
|
|
|
30341
30318
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
30342
30319
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
30343
30320
|
|
|
30344
|
-
},{}],
|
|
30321
|
+
},{}],194:[function(require,module,exports){
|
|
30345
30322
|
"use strict";
|
|
30346
30323
|
/*!
|
|
30347
30324
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30489,7 +30466,7 @@ __decorate([
|
|
|
30489
30466
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
30490
30467
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
30491
30468
|
|
|
30492
|
-
},{"./Decorators":
|
|
30469
|
+
},{"./Decorators":191,"./misc/BitSet":298,"./misc/Interval":303}],195:[function(require,module,exports){
|
|
30493
30470
|
"use strict";
|
|
30494
30471
|
/*!
|
|
30495
30472
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30554,7 +30531,7 @@ FailedPredicateException = __decorate([
|
|
|
30554
30531
|
], FailedPredicateException);
|
|
30555
30532
|
exports.FailedPredicateException = FailedPredicateException;
|
|
30556
30533
|
|
|
30557
|
-
},{"./Decorators":
|
|
30534
|
+
},{"./Decorators":191,"./RecognitionException":210,"./atn/PredicateTransition":270}],196:[function(require,module,exports){
|
|
30558
30535
|
"use strict";
|
|
30559
30536
|
/*!
|
|
30560
30537
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30594,7 +30571,7 @@ InputMismatchException = __decorate([
|
|
|
30594
30571
|
], InputMismatchException);
|
|
30595
30572
|
exports.InputMismatchException = InputMismatchException;
|
|
30596
30573
|
|
|
30597
|
-
},{"./Decorators":
|
|
30574
|
+
},{"./Decorators":191,"./RecognitionException":210}],197:[function(require,module,exports){
|
|
30598
30575
|
"use strict";
|
|
30599
30576
|
/*!
|
|
30600
30577
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30617,7 +30594,7 @@ var IntStream;
|
|
|
30617
30594
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
30618
30595
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
30619
30596
|
|
|
30620
|
-
},{}],
|
|
30597
|
+
},{}],198:[function(require,module,exports){
|
|
30621
30598
|
"use strict";
|
|
30622
30599
|
/*!
|
|
30623
30600
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30664,7 +30641,7 @@ __decorate([
|
|
|
30664
30641
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
30665
30642
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
30666
30643
|
|
|
30667
|
-
},{"./Decorators":
|
|
30644
|
+
},{"./Decorators":191,"./ParserRuleContext":207}],199:[function(require,module,exports){
|
|
30668
30645
|
"use strict";
|
|
30669
30646
|
/*!
|
|
30670
30647
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31000,7 +30977,7 @@ __decorate([
|
|
|
31000
30977
|
], Lexer.prototype, "charPositionInLine", null);
|
|
31001
30978
|
exports.Lexer = Lexer;
|
|
31002
30979
|
|
|
31003
|
-
},{"./CommonTokenFactory":
|
|
30980
|
+
},{"./CommonTokenFactory":188,"./Decorators":191,"./IntStream":197,"./LexerNoViableAltException":201,"./Recognizer":211,"./Token":216,"./atn/LexerATNSimulator":249,"./misc/IntegerStack":302,"./misc/Interval":303}],200:[function(require,module,exports){
|
|
31004
30981
|
"use strict";
|
|
31005
30982
|
/*!
|
|
31006
30983
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31080,7 +31057,7 @@ LexerInterpreter = __decorate([
|
|
|
31080
31057
|
], LexerInterpreter);
|
|
31081
31058
|
exports.LexerInterpreter = LexerInterpreter;
|
|
31082
31059
|
|
|
31083
|
-
},{"./Decorators":
|
|
31060
|
+
},{"./Decorators":191,"./Lexer":199,"./atn/LexerATNSimulator":249}],201:[function(require,module,exports){
|
|
31084
31061
|
"use strict";
|
|
31085
31062
|
/*!
|
|
31086
31063
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31137,7 +31114,7 @@ LexerNoViableAltException = __decorate([
|
|
|
31137
31114
|
], LexerNoViableAltException);
|
|
31138
31115
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
31139
31116
|
|
|
31140
|
-
},{"./Decorators":
|
|
31117
|
+
},{"./Decorators":191,"./RecognitionException":210,"./misc/Interval":303,"./misc/Utils":310}],202:[function(require,module,exports){
|
|
31141
31118
|
"use strict";
|
|
31142
31119
|
/*!
|
|
31143
31120
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31347,7 +31324,7 @@ ListTokenSource = __decorate([
|
|
|
31347
31324
|
], ListTokenSource);
|
|
31348
31325
|
exports.ListTokenSource = ListTokenSource;
|
|
31349
31326
|
|
|
31350
|
-
},{"./CommonTokenFactory":
|
|
31327
|
+
},{"./CommonTokenFactory":188,"./Decorators":191,"./Token":216}],203:[function(require,module,exports){
|
|
31351
31328
|
"use strict";
|
|
31352
31329
|
/*!
|
|
31353
31330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31402,7 +31379,7 @@ __decorate([
|
|
|
31402
31379
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
31403
31380
|
exports.NoViableAltException = NoViableAltException;
|
|
31404
31381
|
|
|
31405
|
-
},{"./Decorators":
|
|
31382
|
+
},{"./Decorators":191,"./Parser":204,"./RecognitionException":210}],204:[function(require,module,exports){
|
|
31406
31383
|
(function (process){(function (){
|
|
31407
31384
|
"use strict";
|
|
31408
31385
|
/*!
|
|
@@ -32248,7 +32225,7 @@ __decorate([
|
|
|
32248
32225
|
exports.Parser = Parser;
|
|
32249
32226
|
|
|
32250
32227
|
}).call(this)}).call(this,require('_process'))
|
|
32251
|
-
},{"./Decorators":
|
|
32228
|
+
},{"./Decorators":191,"./DefaultErrorStrategy":192,"./Lexer":199,"./ProxyParserErrorListener":209,"./Recognizer":211,"./Token":216,"./atn/ATNDeserializationOptions":227,"./atn/ATNDeserializer":228,"./atn/ParseInfo":264,"./atn/ParserATNSimulator":265,"./atn/ProfilingATNSimulator":274,"./misc/IntegerStack":302,"./misc/Utils":310,"./tree/ErrorNode":311,"./tree/TerminalNode":314,"./tree/pattern/ParseTreePatternMatcher":319,"_process":382}],205:[function(require,module,exports){
|
|
32252
32229
|
"use strict";
|
|
32253
32230
|
/*!
|
|
32254
32231
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32256,7 +32233,7 @@ exports.Parser = Parser;
|
|
|
32256
32233
|
*/
|
|
32257
32234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32258
32235
|
|
|
32259
|
-
},{}],
|
|
32236
|
+
},{}],206:[function(require,module,exports){
|
|
32260
32237
|
"use strict";
|
|
32261
32238
|
/*!
|
|
32262
32239
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32664,7 +32641,7 @@ ParserInterpreter = __decorate([
|
|
|
32664
32641
|
], ParserInterpreter);
|
|
32665
32642
|
exports.ParserInterpreter = ParserInterpreter;
|
|
32666
32643
|
|
|
32667
|
-
},{"./Decorators":
|
|
32644
|
+
},{"./Decorators":191,"./FailedPredicateException":195,"./InputMismatchException":196,"./InterpreterRuleContext":198,"./Parser":204,"./RecognitionException":210,"./Token":216,"./atn/ATNState":230,"./atn/ATNStateType":231,"./atn/LoopEndState":261,"./atn/ParserATNSimulator":265,"./atn/StarLoopEntryState":283,"./misc/BitSet":298}],207:[function(require,module,exports){
|
|
32668
32645
|
"use strict";
|
|
32669
32646
|
/*!
|
|
32670
32647
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32965,7 +32942,7 @@ __decorate([
|
|
|
32965
32942
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
32966
32943
|
exports.ParserRuleContext = ParserRuleContext;
|
|
32967
32944
|
|
|
32968
|
-
},{"./Decorators":
|
|
32945
|
+
},{"./Decorators":191,"./RuleContext":212,"./misc/Interval":303,"./tree/ErrorNode":311,"./tree/TerminalNode":314}],208:[function(require,module,exports){
|
|
32969
32946
|
"use strict";
|
|
32970
32947
|
/*!
|
|
32971
32948
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33015,7 +32992,7 @@ __decorate([
|
|
|
33015
32992
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
33016
32993
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
33017
32994
|
|
|
33018
|
-
},{"./Decorators":
|
|
32995
|
+
},{"./Decorators":191}],209:[function(require,module,exports){
|
|
33019
32996
|
"use strict";
|
|
33020
32997
|
/*!
|
|
33021
32998
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33074,7 +33051,7 @@ __decorate([
|
|
|
33074
33051
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
33075
33052
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
33076
33053
|
|
|
33077
|
-
},{"./Decorators":
|
|
33054
|
+
},{"./Decorators":191,"./ProxyErrorListener":208}],210:[function(require,module,exports){
|
|
33078
33055
|
"use strict";
|
|
33079
33056
|
/*!
|
|
33080
33057
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33179,7 +33156,7 @@ class RecognitionException extends Error {
|
|
|
33179
33156
|
}
|
|
33180
33157
|
exports.RecognitionException = RecognitionException;
|
|
33181
33158
|
|
|
33182
|
-
},{}],
|
|
33159
|
+
},{}],211:[function(require,module,exports){
|
|
33183
33160
|
"use strict";
|
|
33184
33161
|
/*!
|
|
33185
33162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33398,7 +33375,7 @@ __decorate([
|
|
|
33398
33375
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
33399
33376
|
exports.Recognizer = Recognizer;
|
|
33400
33377
|
|
|
33401
|
-
},{"./ConsoleErrorListener":
|
|
33378
|
+
},{"./ConsoleErrorListener":190,"./Decorators":191,"./ProxyErrorListener":208,"./Token":216,"./misc/Utils":310}],212:[function(require,module,exports){
|
|
33402
33379
|
"use strict";
|
|
33403
33380
|
/*!
|
|
33404
33381
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33615,7 +33592,7 @@ __decorate([
|
|
|
33615
33592
|
], RuleContext.prototype, "toStringTree", null);
|
|
33616
33593
|
exports.RuleContext = RuleContext;
|
|
33617
33594
|
|
|
33618
|
-
},{"./Decorators":
|
|
33595
|
+
},{"./Decorators":191,"./ParserRuleContext":207,"./Recognizer":211,"./atn/ATN":224,"./misc/Interval":303,"./tree/RuleNode":313,"./tree/Trees":315}],213:[function(require,module,exports){
|
|
33619
33596
|
"use strict";
|
|
33620
33597
|
/*!
|
|
33621
33598
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33666,7 +33643,7 @@ __decorate([
|
|
|
33666
33643
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
33667
33644
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
33668
33645
|
|
|
33669
|
-
},{"./Decorators":
|
|
33646
|
+
},{"./Decorators":191,"./ParserRuleContext":207,"./atn/ATN":224}],214:[function(require,module,exports){
|
|
33670
33647
|
"use strict";
|
|
33671
33648
|
/*!
|
|
33672
33649
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33689,7 +33666,7 @@ function RuleDependency(dependency) {
|
|
|
33689
33666
|
}
|
|
33690
33667
|
exports.RuleDependency = RuleDependency;
|
|
33691
33668
|
|
|
33692
|
-
},{}],
|
|
33669
|
+
},{}],215:[function(require,module,exports){
|
|
33693
33670
|
"use strict";
|
|
33694
33671
|
/*!
|
|
33695
33672
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33708,7 +33685,7 @@ function RuleVersion(version) {
|
|
|
33708
33685
|
}
|
|
33709
33686
|
exports.RuleVersion = RuleVersion;
|
|
33710
33687
|
|
|
33711
|
-
},{}],
|
|
33688
|
+
},{}],216:[function(require,module,exports){
|
|
33712
33689
|
"use strict";
|
|
33713
33690
|
/*!
|
|
33714
33691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33748,7 +33725,7 @@ var Token;
|
|
|
33748
33725
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
33749
33726
|
})(Token = exports.Token || (exports.Token = {}));
|
|
33750
33727
|
|
|
33751
|
-
},{"./IntStream":
|
|
33728
|
+
},{"./IntStream":197}],217:[function(require,module,exports){
|
|
33752
33729
|
"use strict";
|
|
33753
33730
|
/*!
|
|
33754
33731
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33756,7 +33733,7 @@ var Token;
|
|
|
33756
33733
|
*/
|
|
33757
33734
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33758
33735
|
|
|
33759
|
-
},{}],
|
|
33736
|
+
},{}],218:[function(require,module,exports){
|
|
33760
33737
|
"use strict";
|
|
33761
33738
|
/*!
|
|
33762
33739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33764,7 +33741,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33764
33741
|
*/
|
|
33765
33742
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33766
33743
|
|
|
33767
|
-
},{}],
|
|
33744
|
+
},{}],219:[function(require,module,exports){
|
|
33768
33745
|
"use strict";
|
|
33769
33746
|
/*!
|
|
33770
33747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33772,7 +33749,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33772
33749
|
*/
|
|
33773
33750
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33774
33751
|
|
|
33775
|
-
},{}],
|
|
33752
|
+
},{}],220:[function(require,module,exports){
|
|
33776
33753
|
"use strict";
|
|
33777
33754
|
/*!
|
|
33778
33755
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34280,7 +34257,7 @@ __decorate([
|
|
|
34280
34257
|
Decorators_1.Override
|
|
34281
34258
|
], ReplaceOp.prototype, "toString", null);
|
|
34282
34259
|
|
|
34283
|
-
},{"./Decorators":
|
|
34260
|
+
},{"./Decorators":191,"./Token":216,"./misc/Interval":303}],221:[function(require,module,exports){
|
|
34284
34261
|
"use strict";
|
|
34285
34262
|
/*!
|
|
34286
34263
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34288,7 +34265,7 @@ __decorate([
|
|
|
34288
34265
|
*/
|
|
34289
34266
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34290
34267
|
|
|
34291
|
-
},{}],
|
|
34268
|
+
},{}],222:[function(require,module,exports){
|
|
34292
34269
|
"use strict";
|
|
34293
34270
|
/*!
|
|
34294
34271
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34408,7 +34385,7 @@ __decorate([
|
|
|
34408
34385
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
34409
34386
|
exports.VocabularyImpl = VocabularyImpl;
|
|
34410
34387
|
|
|
34411
|
-
},{"./Decorators":
|
|
34388
|
+
},{"./Decorators":191,"./Token":216}],223:[function(require,module,exports){
|
|
34412
34389
|
"use strict";
|
|
34413
34390
|
/*!
|
|
34414
34391
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34416,7 +34393,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
34416
34393
|
*/
|
|
34417
34394
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34418
34395
|
|
|
34419
|
-
},{}],
|
|
34396
|
+
},{}],224:[function(require,module,exports){
|
|
34420
34397
|
"use strict";
|
|
34421
34398
|
/*!
|
|
34422
34399
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34638,7 +34615,7 @@ exports.ATN = ATN;
|
|
|
34638
34615
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
34639
34616
|
exports.ATN = ATN;
|
|
34640
34617
|
|
|
34641
|
-
},{"../Decorators":
|
|
34618
|
+
},{"../Decorators":191,"../Token":216,"../dfa/DFA":289,"../misc/Array2DHashMap":294,"../misc/IntervalSet":304,"../misc/ObjectEqualityComparator":307,"./InvalidState":247,"./LL1Analyzer":248,"./PredictionContext":271,"assert":334}],225:[function(require,module,exports){
|
|
34642
34619
|
"use strict";
|
|
34643
34620
|
/*!
|
|
34644
34621
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35163,7 +35140,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
35163
35140
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
35164
35141
|
], ActionSemanticContextATNConfig);
|
|
35165
35142
|
|
|
35166
|
-
},{"../Decorators":
|
|
35143
|
+
},{"../Decorators":191,"../misc/Array2DHashMap":294,"../misc/MurmurHash":306,"../misc/ObjectEqualityComparator":307,"./DecisionState":244,"./PredictionContext":271,"./SemanticContext":279,"assert":334}],226:[function(require,module,exports){
|
|
35167
35144
|
"use strict";
|
|
35168
35145
|
/*!
|
|
35169
35146
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35610,7 +35587,7 @@ __decorate([
|
|
|
35610
35587
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
35611
35588
|
exports.ATNConfigSet = ATNConfigSet;
|
|
35612
35589
|
|
|
35613
|
-
},{"../Decorators":
|
|
35590
|
+
},{"../Decorators":191,"../misc/Array2DHashMap":294,"../misc/Array2DHashSet":295,"../misc/ArrayEqualityComparator":296,"../misc/BitSet":298,"../misc/ObjectEqualityComparator":307,"../misc/Utils":310,"./ATN":224,"./ATNConfig":225,"./PredictionContext":271,"./PredictionContextCache":272,"./SemanticContext":279,"assert":334}],227:[function(require,module,exports){
|
|
35614
35591
|
"use strict";
|
|
35615
35592
|
/*!
|
|
35616
35593
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35689,7 +35666,7 @@ __decorate([
|
|
|
35689
35666
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
35690
35667
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
35691
35668
|
|
|
35692
|
-
},{"../Decorators":
|
|
35669
|
+
},{"../Decorators":191}],228:[function(require,module,exports){
|
|
35693
35670
|
"use strict";
|
|
35694
35671
|
/*!
|
|
35695
35672
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36776,7 +36753,7 @@ __decorate([
|
|
|
36776
36753
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
36777
36754
|
exports.ATNDeserializer = ATNDeserializer;
|
|
36778
36755
|
|
|
36779
|
-
},{"../Decorators":
|
|
36756
|
+
},{"../Decorators":191,"../Token":216,"../dfa/DFA":289,"../misc/Array2DHashSet":295,"../misc/BitSet":298,"../misc/IntervalSet":304,"../misc/UUID":309,"./ATN":224,"./ATNDeserializationOptions":227,"./ATNStateType":231,"./ActionTransition":233,"./AtomTransition":235,"./BasicBlockStartState":236,"./BasicState":237,"./BlockEndState":238,"./BlockStartState":239,"./DecisionState":244,"./EpsilonTransition":245,"./InvalidState":247,"./LexerChannelAction":251,"./LexerCustomAction":252,"./LexerModeAction":254,"./LexerMoreAction":255,"./LexerPopModeAction":256,"./LexerPushModeAction":257,"./LexerSkipAction":258,"./LexerTypeAction":259,"./LoopEndState":261,"./NotSetTransition":262,"./ParserATNSimulator":265,"./PlusBlockStartState":266,"./PlusLoopbackState":267,"./PrecedencePredicateTransition":268,"./PredicateTransition":270,"./RangeTransition":275,"./RuleStartState":276,"./RuleStopState":277,"./RuleTransition":278,"./SetTransition":280,"./StarBlockStartState":282,"./StarLoopEntryState":283,"./StarLoopbackState":284,"./TokensStartState":285,"./WildcardTransition":287}],229:[function(require,module,exports){
|
|
36780
36757
|
"use strict";
|
|
36781
36758
|
/*!
|
|
36782
36759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36840,7 +36817,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
36840
36817
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
36841
36818
|
exports.ATNSimulator = ATNSimulator;
|
|
36842
36819
|
|
|
36843
|
-
},{"../Decorators":
|
|
36820
|
+
},{"../Decorators":191,"../dfa/DFAState":291,"./ATNConfigSet":226,"./PredictionContext":271}],230:[function(require,module,exports){
|
|
36844
36821
|
"use strict";
|
|
36845
36822
|
/*!
|
|
36846
36823
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37027,7 +37004,7 @@ exports.ATNState = ATNState;
|
|
|
37027
37004
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
37028
37005
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
37029
37006
|
|
|
37030
|
-
},{"../Decorators":
|
|
37007
|
+
},{"../Decorators":191}],231:[function(require,module,exports){
|
|
37031
37008
|
"use strict";
|
|
37032
37009
|
/*!
|
|
37033
37010
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37053,7 +37030,7 @@ var ATNStateType;
|
|
|
37053
37030
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
37054
37031
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
37055
37032
|
|
|
37056
|
-
},{}],
|
|
37033
|
+
},{}],232:[function(require,module,exports){
|
|
37057
37034
|
"use strict";
|
|
37058
37035
|
/*!
|
|
37059
37036
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37073,7 +37050,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
37073
37050
|
}
|
|
37074
37051
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
37075
37052
|
|
|
37076
|
-
},{"./Transition":
|
|
37053
|
+
},{"./Transition":286}],233:[function(require,module,exports){
|
|
37077
37054
|
"use strict";
|
|
37078
37055
|
/*!
|
|
37079
37056
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37129,7 +37106,7 @@ ActionTransition = __decorate([
|
|
|
37129
37106
|
], ActionTransition);
|
|
37130
37107
|
exports.ActionTransition = ActionTransition;
|
|
37131
37108
|
|
|
37132
|
-
},{"../Decorators":
|
|
37109
|
+
},{"../Decorators":191,"./Transition":286}],234:[function(require,module,exports){
|
|
37133
37110
|
"use strict";
|
|
37134
37111
|
/*!
|
|
37135
37112
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37216,7 +37193,7 @@ AmbiguityInfo = __decorate([
|
|
|
37216
37193
|
], AmbiguityInfo);
|
|
37217
37194
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
37218
37195
|
|
|
37219
|
-
},{"../Decorators":
|
|
37196
|
+
},{"../Decorators":191,"./DecisionEventInfo":242}],235:[function(require,module,exports){
|
|
37220
37197
|
"use strict";
|
|
37221
37198
|
/*!
|
|
37222
37199
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37274,7 +37251,7 @@ AtomTransition = __decorate([
|
|
|
37274
37251
|
], AtomTransition);
|
|
37275
37252
|
exports.AtomTransition = AtomTransition;
|
|
37276
37253
|
|
|
37277
|
-
},{"../Decorators":
|
|
37254
|
+
},{"../Decorators":191,"../misc/IntervalSet":304,"./Transition":286}],236:[function(require,module,exports){
|
|
37278
37255
|
"use strict";
|
|
37279
37256
|
/*!
|
|
37280
37257
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37306,7 +37283,7 @@ __decorate([
|
|
|
37306
37283
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
37307
37284
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
37308
37285
|
|
|
37309
|
-
},{"../Decorators":
|
|
37286
|
+
},{"../Decorators":191,"./ATNStateType":231,"./BlockStartState":239}],237:[function(require,module,exports){
|
|
37310
37287
|
"use strict";
|
|
37311
37288
|
/*!
|
|
37312
37289
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37338,7 +37315,7 @@ __decorate([
|
|
|
37338
37315
|
], BasicState.prototype, "stateType", null);
|
|
37339
37316
|
exports.BasicState = BasicState;
|
|
37340
37317
|
|
|
37341
|
-
},{"../Decorators":
|
|
37318
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],238:[function(require,module,exports){
|
|
37342
37319
|
"use strict";
|
|
37343
37320
|
/*!
|
|
37344
37321
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37367,7 +37344,7 @@ __decorate([
|
|
|
37367
37344
|
], BlockEndState.prototype, "stateType", null);
|
|
37368
37345
|
exports.BlockEndState = BlockEndState;
|
|
37369
37346
|
|
|
37370
|
-
},{"../Decorators":
|
|
37347
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],239:[function(require,module,exports){
|
|
37371
37348
|
"use strict";
|
|
37372
37349
|
/*!
|
|
37373
37350
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37381,7 +37358,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
37381
37358
|
}
|
|
37382
37359
|
exports.BlockStartState = BlockStartState;
|
|
37383
37360
|
|
|
37384
|
-
},{"./DecisionState":
|
|
37361
|
+
},{"./DecisionState":244}],240:[function(require,module,exports){
|
|
37385
37362
|
"use strict";
|
|
37386
37363
|
/*!
|
|
37387
37364
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37451,7 +37428,7 @@ __decorate([
|
|
|
37451
37428
|
], ConflictInfo.prototype, "hashCode", null);
|
|
37452
37429
|
exports.ConflictInfo = ConflictInfo;
|
|
37453
37430
|
|
|
37454
|
-
},{"../Decorators":
|
|
37431
|
+
},{"../Decorators":191,"../misc/Utils":310}],241:[function(require,module,exports){
|
|
37455
37432
|
"use strict";
|
|
37456
37433
|
/*!
|
|
37457
37434
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37511,7 +37488,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
37511
37488
|
], ContextSensitivityInfo);
|
|
37512
37489
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
37513
37490
|
|
|
37514
|
-
},{"../Decorators":
|
|
37491
|
+
},{"../Decorators":191,"./DecisionEventInfo":242}],242:[function(require,module,exports){
|
|
37515
37492
|
"use strict";
|
|
37516
37493
|
/*!
|
|
37517
37494
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37563,7 +37540,7 @@ DecisionEventInfo = __decorate([
|
|
|
37563
37540
|
], DecisionEventInfo);
|
|
37564
37541
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
37565
37542
|
|
|
37566
|
-
},{"../Decorators":
|
|
37543
|
+
},{"../Decorators":191}],243:[function(require,module,exports){
|
|
37567
37544
|
"use strict";
|
|
37568
37545
|
/*!
|
|
37569
37546
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37776,7 +37753,7 @@ __decorate([
|
|
|
37776
37753
|
], DecisionInfo.prototype, "toString", null);
|
|
37777
37754
|
exports.DecisionInfo = DecisionInfo;
|
|
37778
37755
|
|
|
37779
|
-
},{"../Decorators":
|
|
37756
|
+
},{"../Decorators":191}],244:[function(require,module,exports){
|
|
37780
37757
|
"use strict";
|
|
37781
37758
|
/*!
|
|
37782
37759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37796,7 +37773,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
37796
37773
|
}
|
|
37797
37774
|
exports.DecisionState = DecisionState;
|
|
37798
37775
|
|
|
37799
|
-
},{"./ATNState":
|
|
37776
|
+
},{"./ATNState":230}],245:[function(require,module,exports){
|
|
37800
37777
|
"use strict";
|
|
37801
37778
|
/*!
|
|
37802
37779
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37862,7 +37839,7 @@ EpsilonTransition = __decorate([
|
|
|
37862
37839
|
], EpsilonTransition);
|
|
37863
37840
|
exports.EpsilonTransition = EpsilonTransition;
|
|
37864
37841
|
|
|
37865
|
-
},{"../Decorators":
|
|
37842
|
+
},{"../Decorators":191,"./Transition":286}],246:[function(require,module,exports){
|
|
37866
37843
|
"use strict";
|
|
37867
37844
|
/*!
|
|
37868
37845
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37915,7 +37892,7 @@ ErrorInfo = __decorate([
|
|
|
37915
37892
|
], ErrorInfo);
|
|
37916
37893
|
exports.ErrorInfo = ErrorInfo;
|
|
37917
37894
|
|
|
37918
|
-
},{"../Decorators":
|
|
37895
|
+
},{"../Decorators":191,"./DecisionEventInfo":242}],247:[function(require,module,exports){
|
|
37919
37896
|
"use strict";
|
|
37920
37897
|
/*!
|
|
37921
37898
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37946,7 +37923,7 @@ __decorate([
|
|
|
37946
37923
|
], InvalidState.prototype, "stateType", null);
|
|
37947
37924
|
exports.InvalidState = InvalidState;
|
|
37948
37925
|
|
|
37949
|
-
},{"../Decorators":
|
|
37926
|
+
},{"../Decorators":191,"./ATNStateType":231,"./BasicState":237}],248:[function(require,module,exports){
|
|
37950
37927
|
"use strict";
|
|
37951
37928
|
/*!
|
|
37952
37929
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38168,7 +38145,7 @@ LL1Analyzer = __decorate([
|
|
|
38168
38145
|
], LL1Analyzer);
|
|
38169
38146
|
exports.LL1Analyzer = LL1Analyzer;
|
|
38170
38147
|
|
|
38171
|
-
},{"../Decorators":
|
|
38148
|
+
},{"../Decorators":191,"../Token":216,"../misc/Array2DHashSet":295,"../misc/BitSet":298,"../misc/IntervalSet":304,"../misc/ObjectEqualityComparator":307,"./ATNConfig":225,"./AbstractPredicateTransition":232,"./NotSetTransition":262,"./PredictionContext":271,"./RuleStopState":277,"./RuleTransition":278,"./WildcardTransition":287}],249:[function(require,module,exports){
|
|
38172
38149
|
"use strict";
|
|
38173
38150
|
/*!
|
|
38174
38151
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38885,7 +38862,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
38885
38862
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
38886
38863
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
38887
38864
|
|
|
38888
|
-
},{"../Decorators":
|
|
38865
|
+
},{"../Decorators":191,"../IntStream":197,"../Lexer":199,"../LexerNoViableAltException":201,"../Token":216,"../dfa/AcceptStateInfo":288,"../dfa/DFAState":291,"../misc/Interval":303,"./ATN":224,"./ATNConfig":225,"./ATNConfigSet":226,"./ATNSimulator":229,"./LexerActionExecutor":250,"./OrderedATNConfigSet":263,"./PredictionContext":271,"./RuleStopState":277,"assert":334}],250:[function(require,module,exports){
|
|
38889
38866
|
"use strict";
|
|
38890
38867
|
/*!
|
|
38891
38868
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39086,7 +39063,7 @@ LexerActionExecutor = __decorate([
|
|
|
39086
39063
|
], LexerActionExecutor);
|
|
39087
39064
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
39088
39065
|
|
|
39089
|
-
},{"../Decorators":
|
|
39066
|
+
},{"../Decorators":191,"../misc/ArrayEqualityComparator":296,"../misc/MurmurHash":306,"./LexerIndexedCustomAction":253}],251:[function(require,module,exports){
|
|
39090
39067
|
"use strict";
|
|
39091
39068
|
/*!
|
|
39092
39069
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39191,7 +39168,7 @@ __decorate([
|
|
|
39191
39168
|
], LexerChannelAction.prototype, "toString", null);
|
|
39192
39169
|
exports.LexerChannelAction = LexerChannelAction;
|
|
39193
39170
|
|
|
39194
|
-
},{"../Decorators":
|
|
39171
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],252:[function(require,module,exports){
|
|
39195
39172
|
"use strict";
|
|
39196
39173
|
/*!
|
|
39197
39174
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39320,7 +39297,7 @@ __decorate([
|
|
|
39320
39297
|
], LexerCustomAction.prototype, "equals", null);
|
|
39321
39298
|
exports.LexerCustomAction = LexerCustomAction;
|
|
39322
39299
|
|
|
39323
|
-
},{"../Decorators":
|
|
39300
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],253:[function(require,module,exports){
|
|
39324
39301
|
"use strict";
|
|
39325
39302
|
/*!
|
|
39326
39303
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39455,7 +39432,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
39455
39432
|
], LexerIndexedCustomAction);
|
|
39456
39433
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
39457
39434
|
|
|
39458
|
-
},{"../Decorators":
|
|
39435
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],254:[function(require,module,exports){
|
|
39459
39436
|
"use strict";
|
|
39460
39437
|
/*!
|
|
39461
39438
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39560,7 +39537,7 @@ __decorate([
|
|
|
39560
39537
|
], LexerModeAction.prototype, "toString", null);
|
|
39561
39538
|
exports.LexerModeAction = LexerModeAction;
|
|
39562
39539
|
|
|
39563
|
-
},{"../Decorators":
|
|
39540
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],255:[function(require,module,exports){
|
|
39564
39541
|
"use strict";
|
|
39565
39542
|
/*!
|
|
39566
39543
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39656,7 +39633,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
39656
39633
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
39657
39634
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
39658
39635
|
|
|
39659
|
-
},{"../Decorators":
|
|
39636
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],256:[function(require,module,exports){
|
|
39660
39637
|
"use strict";
|
|
39661
39638
|
/*!
|
|
39662
39639
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39752,7 +39729,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
39752
39729
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
39753
39730
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
39754
39731
|
|
|
39755
|
-
},{"../Decorators":
|
|
39732
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],257:[function(require,module,exports){
|
|
39756
39733
|
"use strict";
|
|
39757
39734
|
/*!
|
|
39758
39735
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39857,7 +39834,7 @@ __decorate([
|
|
|
39857
39834
|
], LexerPushModeAction.prototype, "toString", null);
|
|
39858
39835
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
39859
39836
|
|
|
39860
|
-
},{"../Decorators":
|
|
39837
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],258:[function(require,module,exports){
|
|
39861
39838
|
"use strict";
|
|
39862
39839
|
/*!
|
|
39863
39840
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39953,7 +39930,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
39953
39930
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
39954
39931
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
39955
39932
|
|
|
39956
|
-
},{"../Decorators":
|
|
39933
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],259:[function(require,module,exports){
|
|
39957
39934
|
"use strict";
|
|
39958
39935
|
/*!
|
|
39959
39936
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40057,7 +40034,7 @@ __decorate([
|
|
|
40057
40034
|
], LexerTypeAction.prototype, "toString", null);
|
|
40058
40035
|
exports.LexerTypeAction = LexerTypeAction;
|
|
40059
40036
|
|
|
40060
|
-
},{"../Decorators":
|
|
40037
|
+
},{"../Decorators":191,"../misc/MurmurHash":306}],260:[function(require,module,exports){
|
|
40061
40038
|
"use strict";
|
|
40062
40039
|
/*!
|
|
40063
40040
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40109,7 +40086,7 @@ LookaheadEventInfo = __decorate([
|
|
|
40109
40086
|
], LookaheadEventInfo);
|
|
40110
40087
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
40111
40088
|
|
|
40112
|
-
},{"../Decorators":
|
|
40089
|
+
},{"../Decorators":191,"./DecisionEventInfo":242}],261:[function(require,module,exports){
|
|
40113
40090
|
"use strict";
|
|
40114
40091
|
/*!
|
|
40115
40092
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40138,7 +40115,7 @@ __decorate([
|
|
|
40138
40115
|
], LoopEndState.prototype, "stateType", null);
|
|
40139
40116
|
exports.LoopEndState = LoopEndState;
|
|
40140
40117
|
|
|
40141
|
-
},{"../Decorators":
|
|
40118
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],262:[function(require,module,exports){
|
|
40142
40119
|
"use strict";
|
|
40143
40120
|
/*!
|
|
40144
40121
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40187,7 +40164,7 @@ NotSetTransition = __decorate([
|
|
|
40187
40164
|
], NotSetTransition);
|
|
40188
40165
|
exports.NotSetTransition = NotSetTransition;
|
|
40189
40166
|
|
|
40190
|
-
},{"../Decorators":
|
|
40167
|
+
},{"../Decorators":191,"./SetTransition":280}],263:[function(require,module,exports){
|
|
40191
40168
|
"use strict";
|
|
40192
40169
|
/*!
|
|
40193
40170
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40242,7 +40219,7 @@ __decorate([
|
|
|
40242
40219
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
40243
40220
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
40244
40221
|
|
|
40245
|
-
},{"../Decorators":
|
|
40222
|
+
},{"../Decorators":191,"./ATNConfigSet":226}],264:[function(require,module,exports){
|
|
40246
40223
|
"use strict";
|
|
40247
40224
|
/*!
|
|
40248
40225
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40404,7 +40381,7 @@ ParseInfo = __decorate([
|
|
|
40404
40381
|
], ParseInfo);
|
|
40405
40382
|
exports.ParseInfo = ParseInfo;
|
|
40406
40383
|
|
|
40407
|
-
},{"../Decorators":
|
|
40384
|
+
},{"../Decorators":191}],265:[function(require,module,exports){
|
|
40408
40385
|
"use strict";
|
|
40409
40386
|
/*!
|
|
40410
40387
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42677,7 +42654,7 @@ ParserATNSimulator = __decorate([
|
|
|
42677
42654
|
], ParserATNSimulator);
|
|
42678
42655
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
42679
42656
|
|
|
42680
|
-
},{"../Decorators":
|
|
42657
|
+
},{"../Decorators":191,"../IntStream":197,"../NoViableAltException":203,"../ParserRuleContext":207,"../Token":216,"../VocabularyImpl":222,"../dfa/AcceptStateInfo":288,"../dfa/DFAState":291,"../misc/Array2DHashSet":295,"../misc/Arrays":297,"../misc/BitSet":298,"../misc/IntegerList":301,"../misc/Interval":303,"../misc/ObjectEqualityComparator":307,"./ATN":224,"./ATNConfig":225,"./ATNConfigSet":226,"./ATNSimulator":229,"./ATNStateType":231,"./ActionTransition":233,"./AtomTransition":235,"./ConflictInfo":240,"./DecisionState":244,"./NotSetTransition":262,"./PredictionContext":271,"./PredictionContextCache":272,"./PredictionMode":273,"./RuleStopState":277,"./RuleTransition":278,"./SemanticContext":279,"./SetTransition":280,"./SimulatorState":281,"assert":334}],266:[function(require,module,exports){
|
|
42681
42658
|
"use strict";
|
|
42682
42659
|
/*!
|
|
42683
42660
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42710,7 +42687,7 @@ __decorate([
|
|
|
42710
42687
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
42711
42688
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
42712
42689
|
|
|
42713
|
-
},{"../Decorators":
|
|
42690
|
+
},{"../Decorators":191,"./ATNStateType":231,"./BlockStartState":239}],267:[function(require,module,exports){
|
|
42714
42691
|
"use strict";
|
|
42715
42692
|
/*!
|
|
42716
42693
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42741,7 +42718,7 @@ __decorate([
|
|
|
42741
42718
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
42742
42719
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
42743
42720
|
|
|
42744
|
-
},{"../Decorators":
|
|
42721
|
+
},{"../Decorators":191,"./ATNStateType":231,"./DecisionState":244}],268:[function(require,module,exports){
|
|
42745
42722
|
"use strict";
|
|
42746
42723
|
/*!
|
|
42747
42724
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42804,7 +42781,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
42804
42781
|
], PrecedencePredicateTransition);
|
|
42805
42782
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
42806
42783
|
|
|
42807
|
-
},{"../Decorators":
|
|
42784
|
+
},{"../Decorators":191,"./AbstractPredicateTransition":232,"./SemanticContext":279}],269:[function(require,module,exports){
|
|
42808
42785
|
"use strict";
|
|
42809
42786
|
/*!
|
|
42810
42787
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42867,7 +42844,7 @@ PredicateEvalInfo = __decorate([
|
|
|
42867
42844
|
], PredicateEvalInfo);
|
|
42868
42845
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
42869
42846
|
|
|
42870
|
-
},{"../Decorators":
|
|
42847
|
+
},{"../Decorators":191,"./DecisionEventInfo":242}],270:[function(require,module,exports){
|
|
42871
42848
|
"use strict";
|
|
42872
42849
|
/*!
|
|
42873
42850
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42933,7 +42910,7 @@ PredicateTransition = __decorate([
|
|
|
42933
42910
|
], PredicateTransition);
|
|
42934
42911
|
exports.PredicateTransition = PredicateTransition;
|
|
42935
42912
|
|
|
42936
|
-
},{"../Decorators":
|
|
42913
|
+
},{"../Decorators":191,"./AbstractPredicateTransition":232,"./SemanticContext":279}],271:[function(require,module,exports){
|
|
42937
42914
|
"use strict";
|
|
42938
42915
|
/*!
|
|
42939
42916
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43624,7 +43601,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
43624
43601
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
43625
43602
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
43626
43603
|
|
|
43627
|
-
},{"../Decorators":
|
|
43604
|
+
},{"../Decorators":191,"../misc/Array2DHashMap":294,"../misc/Array2DHashSet":295,"../misc/Arrays":297,"../misc/MurmurHash":306,"./PredictionContextCache":272,"assert":334}],272:[function(require,module,exports){
|
|
43628
43605
|
"use strict";
|
|
43629
43606
|
/*!
|
|
43630
43607
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43765,7 +43742,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
43765
43742
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
43766
43743
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
43767
43744
|
|
|
43768
|
-
},{"../Decorators":
|
|
43745
|
+
},{"../Decorators":191,"../misc/Array2DHashMap":294,"../misc/ObjectEqualityComparator":307,"./PredictionContext":271,"assert":334}],273:[function(require,module,exports){
|
|
43769
43746
|
"use strict";
|
|
43770
43747
|
/*!
|
|
43771
43748
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43926,7 +43903,7 @@ var PredictionMode;
|
|
|
43926
43903
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
43927
43904
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
43928
43905
|
|
|
43929
|
-
},{"../Decorators":
|
|
43906
|
+
},{"../Decorators":191,"../misc/Array2DHashMap":294,"../misc/MurmurHash":306,"./RuleStopState":277}],274:[function(require,module,exports){
|
|
43930
43907
|
(function (process){(function (){
|
|
43931
43908
|
"use strict";
|
|
43932
43909
|
/*!
|
|
@@ -44195,7 +44172,7 @@ __decorate([
|
|
|
44195
44172
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
44196
44173
|
|
|
44197
44174
|
}).call(this)}).call(this,require('_process'))
|
|
44198
|
-
},{"../Decorators":
|
|
44175
|
+
},{"../Decorators":191,"./ATN":224,"./ATNSimulator":229,"./AmbiguityInfo":234,"./ContextSensitivityInfo":241,"./DecisionInfo":243,"./ErrorInfo":246,"./LookaheadEventInfo":260,"./ParserATNSimulator":265,"./PredicateEvalInfo":269,"./SemanticContext":279,"./SimulatorState":281,"_process":382}],275:[function(require,module,exports){
|
|
44199
44176
|
"use strict";
|
|
44200
44177
|
/*!
|
|
44201
44178
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44253,7 +44230,7 @@ RangeTransition = __decorate([
|
|
|
44253
44230
|
], RangeTransition);
|
|
44254
44231
|
exports.RangeTransition = RangeTransition;
|
|
44255
44232
|
|
|
44256
|
-
},{"../Decorators":
|
|
44233
|
+
},{"../Decorators":191,"../misc/IntervalSet":304,"./Transition":286}],276:[function(require,module,exports){
|
|
44257
44234
|
"use strict";
|
|
44258
44235
|
/*!
|
|
44259
44236
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44286,7 +44263,7 @@ __decorate([
|
|
|
44286
44263
|
], RuleStartState.prototype, "stateType", null);
|
|
44287
44264
|
exports.RuleStartState = RuleStartState;
|
|
44288
44265
|
|
|
44289
|
-
},{"../Decorators":
|
|
44266
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],277:[function(require,module,exports){
|
|
44290
44267
|
"use strict";
|
|
44291
44268
|
/*!
|
|
44292
44269
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44325,7 +44302,7 @@ __decorate([
|
|
|
44325
44302
|
], RuleStopState.prototype, "stateType", null);
|
|
44326
44303
|
exports.RuleStopState = RuleStopState;
|
|
44327
44304
|
|
|
44328
|
-
},{"../Decorators":
|
|
44305
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],278:[function(require,module,exports){
|
|
44329
44306
|
"use strict";
|
|
44330
44307
|
/*!
|
|
44331
44308
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44381,7 +44358,7 @@ RuleTransition = __decorate([
|
|
|
44381
44358
|
], RuleTransition);
|
|
44382
44359
|
exports.RuleTransition = RuleTransition;
|
|
44383
44360
|
|
|
44384
|
-
},{"../Decorators":
|
|
44361
|
+
},{"../Decorators":191,"./Transition":286}],279:[function(require,module,exports){
|
|
44385
44362
|
"use strict";
|
|
44386
44363
|
/*!
|
|
44387
44364
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44861,7 +44838,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
44861
44838
|
SemanticContext.OR = OR;
|
|
44862
44839
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
44863
44840
|
|
|
44864
|
-
},{"../Decorators":
|
|
44841
|
+
},{"../Decorators":191,"../misc/Array2DHashSet":295,"../misc/ArrayEqualityComparator":296,"../misc/MurmurHash":306,"../misc/ObjectEqualityComparator":307,"../misc/Utils":310}],280:[function(require,module,exports){
|
|
44865
44842
|
"use strict";
|
|
44866
44843
|
/*!
|
|
44867
44844
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44927,7 +44904,7 @@ SetTransition = __decorate([
|
|
|
44927
44904
|
], SetTransition);
|
|
44928
44905
|
exports.SetTransition = SetTransition;
|
|
44929
44906
|
|
|
44930
|
-
},{"../Decorators":
|
|
44907
|
+
},{"../Decorators":191,"../Token":216,"../misc/IntervalSet":304,"./Transition":286}],281:[function(require,module,exports){
|
|
44931
44908
|
"use strict";
|
|
44932
44909
|
/*!
|
|
44933
44910
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44963,7 +44940,7 @@ SimulatorState = __decorate([
|
|
|
44963
44940
|
], SimulatorState);
|
|
44964
44941
|
exports.SimulatorState = SimulatorState;
|
|
44965
44942
|
|
|
44966
|
-
},{"../Decorators":
|
|
44943
|
+
},{"../Decorators":191,"../ParserRuleContext":207}],282:[function(require,module,exports){
|
|
44967
44944
|
"use strict";
|
|
44968
44945
|
/*!
|
|
44969
44946
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44991,7 +44968,7 @@ __decorate([
|
|
|
44991
44968
|
], StarBlockStartState.prototype, "stateType", null);
|
|
44992
44969
|
exports.StarBlockStartState = StarBlockStartState;
|
|
44993
44970
|
|
|
44994
|
-
},{"../Decorators":
|
|
44971
|
+
},{"../Decorators":191,"./ATNStateType":231,"./BlockStartState":239}],283:[function(require,module,exports){
|
|
44995
44972
|
"use strict";
|
|
44996
44973
|
/*!
|
|
44997
44974
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45048,7 +45025,7 @@ __decorate([
|
|
|
45048
45025
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
45049
45026
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
45050
45027
|
|
|
45051
|
-
},{"../Decorators":
|
|
45028
|
+
},{"../Decorators":191,"../misc/BitSet":298,"./ATNStateType":231,"./DecisionState":244}],284:[function(require,module,exports){
|
|
45052
45029
|
"use strict";
|
|
45053
45030
|
/*!
|
|
45054
45031
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45079,7 +45056,7 @@ __decorate([
|
|
|
45079
45056
|
], StarLoopbackState.prototype, "stateType", null);
|
|
45080
45057
|
exports.StarLoopbackState = StarLoopbackState;
|
|
45081
45058
|
|
|
45082
|
-
},{"../Decorators":
|
|
45059
|
+
},{"../Decorators":191,"./ATNState":230,"./ATNStateType":231}],285:[function(require,module,exports){
|
|
45083
45060
|
"use strict";
|
|
45084
45061
|
/*!
|
|
45085
45062
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45108,7 +45085,7 @@ __decorate([
|
|
|
45108
45085
|
], TokensStartState.prototype, "stateType", null);
|
|
45109
45086
|
exports.TokensStartState = TokensStartState;
|
|
45110
45087
|
|
|
45111
|
-
},{"../Decorators":
|
|
45088
|
+
},{"../Decorators":191,"./ATNStateType":231,"./DecisionState":244}],286:[function(require,module,exports){
|
|
45112
45089
|
"use strict";
|
|
45113
45090
|
/*!
|
|
45114
45091
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45182,7 +45159,7 @@ Transition = __decorate([
|
|
|
45182
45159
|
], Transition);
|
|
45183
45160
|
exports.Transition = Transition;
|
|
45184
45161
|
|
|
45185
|
-
},{"../Decorators":
|
|
45162
|
+
},{"../Decorators":191}],287:[function(require,module,exports){
|
|
45186
45163
|
"use strict";
|
|
45187
45164
|
/*!
|
|
45188
45165
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45230,7 +45207,7 @@ WildcardTransition = __decorate([
|
|
|
45230
45207
|
], WildcardTransition);
|
|
45231
45208
|
exports.WildcardTransition = WildcardTransition;
|
|
45232
45209
|
|
|
45233
|
-
},{"../Decorators":
|
|
45210
|
+
},{"../Decorators":191,"./Transition":286}],288:[function(require,module,exports){
|
|
45234
45211
|
"use strict";
|
|
45235
45212
|
/*!
|
|
45236
45213
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45272,7 +45249,7 @@ class AcceptStateInfo {
|
|
|
45272
45249
|
}
|
|
45273
45250
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
45274
45251
|
|
|
45275
|
-
},{}],
|
|
45252
|
+
},{}],289:[function(require,module,exports){
|
|
45276
45253
|
"use strict";
|
|
45277
45254
|
/*!
|
|
45278
45255
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45447,7 +45424,7 @@ DFA = __decorate([
|
|
|
45447
45424
|
], DFA);
|
|
45448
45425
|
exports.DFA = DFA;
|
|
45449
45426
|
|
|
45450
|
-
},{"../Decorators":
|
|
45427
|
+
},{"../Decorators":191,"../VocabularyImpl":222,"../atn/ATNConfigSet":226,"../atn/StarLoopEntryState":283,"../misc/Array2DHashSet":295,"../misc/ObjectEqualityComparator":307,"./DFASerializer":290,"./DFAState":291,"./LexerDFASerializer":292}],290:[function(require,module,exports){
|
|
45451
45428
|
"use strict";
|
|
45452
45429
|
/*!
|
|
45453
45430
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45589,7 +45566,7 @@ __decorate([
|
|
|
45589
45566
|
], DFASerializer.prototype, "toString", null);
|
|
45590
45567
|
exports.DFASerializer = DFASerializer;
|
|
45591
45568
|
|
|
45592
|
-
},{"../Decorators":
|
|
45569
|
+
},{"../Decorators":191,"../Recognizer":211,"../VocabularyImpl":222,"../atn/ATNSimulator":229,"../atn/PredictionContext":271}],291:[function(require,module,exports){
|
|
45593
45570
|
"use strict";
|
|
45594
45571
|
/*!
|
|
45595
45572
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45820,7 +45797,7 @@ exports.DFAState = DFAState;
|
|
|
45820
45797
|
DFAState.PredPrediction = PredPrediction;
|
|
45821
45798
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
45822
45799
|
|
|
45823
|
-
},{"../Decorators":
|
|
45800
|
+
},{"../Decorators":191,"../atn/ATN":224,"../atn/PredictionContext":271,"../misc/BitSet":298,"../misc/MurmurHash":306,"assert":334}],292:[function(require,module,exports){
|
|
45824
45801
|
"use strict";
|
|
45825
45802
|
/*!
|
|
45826
45803
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45857,7 +45834,7 @@ LexerDFASerializer = __decorate([
|
|
|
45857
45834
|
], LexerDFASerializer);
|
|
45858
45835
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
45859
45836
|
|
|
45860
|
-
},{"../Decorators":
|
|
45837
|
+
},{"../Decorators":191,"../VocabularyImpl":222,"./DFASerializer":290}],293:[function(require,module,exports){
|
|
45861
45838
|
"use strict";
|
|
45862
45839
|
/*!
|
|
45863
45840
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45923,7 +45900,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
45923
45900
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
45924
45901
|
__exportStar(require("./WritableToken"), exports);
|
|
45925
45902
|
|
|
45926
|
-
},{"./ANTLRErrorListener":
|
|
45903
|
+
},{"./ANTLRErrorListener":178,"./ANTLRErrorStrategy":179,"./ANTLRInputStream":180,"./BailErrorStrategy":181,"./BufferedTokenStream":182,"./CharStream":183,"./CharStreams":184,"./CodePointBuffer":185,"./CodePointCharStream":186,"./CommonToken":187,"./CommonTokenFactory":188,"./CommonTokenStream":189,"./ConsoleErrorListener":190,"./DefaultErrorStrategy":192,"./Dependents":193,"./DiagnosticErrorListener":194,"./FailedPredicateException":195,"./InputMismatchException":196,"./IntStream":197,"./InterpreterRuleContext":198,"./Lexer":199,"./LexerInterpreter":200,"./LexerNoViableAltException":201,"./ListTokenSource":202,"./NoViableAltException":203,"./Parser":204,"./ParserErrorListener":205,"./ParserInterpreter":206,"./ParserRuleContext":207,"./ProxyErrorListener":208,"./ProxyParserErrorListener":209,"./RecognitionException":210,"./Recognizer":211,"./RuleContext":212,"./RuleContextWithAltNum":213,"./RuleDependency":214,"./RuleVersion":215,"./Token":216,"./TokenFactory":217,"./TokenSource":218,"./TokenStream":219,"./TokenStreamRewriter":220,"./Vocabulary":221,"./VocabularyImpl":222,"./WritableToken":223}],294:[function(require,module,exports){
|
|
45927
45904
|
"use strict";
|
|
45928
45905
|
/*!
|
|
45929
45906
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46006,7 +45983,7 @@ class Array2DHashMap {
|
|
|
46006
45983
|
}
|
|
46007
45984
|
exports.Array2DHashMap = Array2DHashMap;
|
|
46008
45985
|
|
|
46009
|
-
},{"./Array2DHashSet":
|
|
45986
|
+
},{"./Array2DHashSet":295}],295:[function(require,module,exports){
|
|
46010
45987
|
"use strict";
|
|
46011
45988
|
/*!
|
|
46012
45989
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46373,7 +46350,7 @@ __decorate([
|
|
|
46373
46350
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
46374
46351
|
exports.Array2DHashSet = Array2DHashSet;
|
|
46375
46352
|
|
|
46376
|
-
},{"../Decorators":
|
|
46353
|
+
},{"../Decorators":191,"./DefaultEqualityComparator":300,"./MurmurHash":306,"assert":334}],296:[function(require,module,exports){
|
|
46377
46354
|
"use strict";
|
|
46378
46355
|
/*!
|
|
46379
46356
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46445,7 +46422,7 @@ __decorate([
|
|
|
46445
46422
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
46446
46423
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
46447
46424
|
|
|
46448
|
-
},{"../Decorators":
|
|
46425
|
+
},{"../Decorators":191,"./MurmurHash":306,"./ObjectEqualityComparator":307}],297:[function(require,module,exports){
|
|
46449
46426
|
"use strict";
|
|
46450
46427
|
/*!
|
|
46451
46428
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46515,7 +46492,7 @@ var Arrays;
|
|
|
46515
46492
|
Arrays.toString = toString;
|
|
46516
46493
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
46517
46494
|
|
|
46518
|
-
},{}],
|
|
46495
|
+
},{}],298:[function(require,module,exports){
|
|
46519
46496
|
"use strict";
|
|
46520
46497
|
/*!
|
|
46521
46498
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47187,7 +47164,7 @@ class BitSetIterator {
|
|
|
47187
47164
|
[Symbol.iterator]() { return this; }
|
|
47188
47165
|
}
|
|
47189
47166
|
|
|
47190
|
-
},{"./MurmurHash":
|
|
47167
|
+
},{"./MurmurHash":306,"util":387}],299:[function(require,module,exports){
|
|
47191
47168
|
"use strict";
|
|
47192
47169
|
/*!
|
|
47193
47170
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47208,7 +47185,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
47208
47185
|
}
|
|
47209
47186
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
47210
47187
|
|
|
47211
|
-
},{}],
|
|
47188
|
+
},{}],300:[function(require,module,exports){
|
|
47212
47189
|
"use strict";
|
|
47213
47190
|
/*!
|
|
47214
47191
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47279,7 +47256,7 @@ __decorate([
|
|
|
47279
47256
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
47280
47257
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
47281
47258
|
|
|
47282
|
-
},{"../Decorators":
|
|
47259
|
+
},{"../Decorators":191,"./MurmurHash":306,"./ObjectEqualityComparator":307}],301:[function(require,module,exports){
|
|
47283
47260
|
"use strict";
|
|
47284
47261
|
/*!
|
|
47285
47262
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47573,7 +47550,7 @@ __decorate([
|
|
|
47573
47550
|
], IntegerList.prototype, "toString", null);
|
|
47574
47551
|
exports.IntegerList = IntegerList;
|
|
47575
47552
|
|
|
47576
|
-
},{"../Decorators":
|
|
47553
|
+
},{"../Decorators":191,"./Arrays":297}],302:[function(require,module,exports){
|
|
47577
47554
|
"use strict";
|
|
47578
47555
|
/*!
|
|
47579
47556
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47603,7 +47580,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
47603
47580
|
}
|
|
47604
47581
|
exports.IntegerStack = IntegerStack;
|
|
47605
47582
|
|
|
47606
|
-
},{"./IntegerList":
|
|
47583
|
+
},{"./IntegerList":301}],303:[function(require,module,exports){
|
|
47607
47584
|
"use strict";
|
|
47608
47585
|
/*!
|
|
47609
47586
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47746,7 +47723,7 @@ __decorate([
|
|
|
47746
47723
|
], Interval.prototype, "toString", null);
|
|
47747
47724
|
exports.Interval = Interval;
|
|
47748
47725
|
|
|
47749
|
-
},{"../Decorators":
|
|
47726
|
+
},{"../Decorators":191}],304:[function(require,module,exports){
|
|
47750
47727
|
"use strict";
|
|
47751
47728
|
/*!
|
|
47752
47729
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48392,7 +48369,7 @@ __decorate([
|
|
|
48392
48369
|
], IntervalSet, "subtract", null);
|
|
48393
48370
|
exports.IntervalSet = IntervalSet;
|
|
48394
48371
|
|
|
48395
|
-
},{"../Decorators":
|
|
48372
|
+
},{"../Decorators":191,"../Lexer":199,"../Token":216,"./ArrayEqualityComparator":296,"./IntegerList":301,"./Interval":303,"./MurmurHash":306}],305:[function(require,module,exports){
|
|
48396
48373
|
"use strict";
|
|
48397
48374
|
/*!
|
|
48398
48375
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48425,7 +48402,7 @@ class MultiMap extends Map {
|
|
|
48425
48402
|
}
|
|
48426
48403
|
exports.MultiMap = MultiMap;
|
|
48427
48404
|
|
|
48428
|
-
},{}],
|
|
48405
|
+
},{}],306:[function(require,module,exports){
|
|
48429
48406
|
"use strict";
|
|
48430
48407
|
/*!
|
|
48431
48408
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48540,7 +48517,7 @@ var MurmurHash;
|
|
|
48540
48517
|
}
|
|
48541
48518
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
48542
48519
|
|
|
48543
|
-
},{}],
|
|
48520
|
+
},{}],307:[function(require,module,exports){
|
|
48544
48521
|
"use strict";
|
|
48545
48522
|
/*!
|
|
48546
48523
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48599,7 +48576,7 @@ __decorate([
|
|
|
48599
48576
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
48600
48577
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
48601
48578
|
|
|
48602
|
-
},{"../Decorators":
|
|
48579
|
+
},{"../Decorators":191}],308:[function(require,module,exports){
|
|
48603
48580
|
"use strict";
|
|
48604
48581
|
/*!
|
|
48605
48582
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48628,7 +48605,7 @@ class ParseCancellationException extends Error {
|
|
|
48628
48605
|
}
|
|
48629
48606
|
exports.ParseCancellationException = ParseCancellationException;
|
|
48630
48607
|
|
|
48631
|
-
},{}],
|
|
48608
|
+
},{}],309:[function(require,module,exports){
|
|
48632
48609
|
"use strict";
|
|
48633
48610
|
/*!
|
|
48634
48611
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48682,7 +48659,7 @@ class UUID {
|
|
|
48682
48659
|
}
|
|
48683
48660
|
exports.UUID = UUID;
|
|
48684
48661
|
|
|
48685
|
-
},{"./MurmurHash":
|
|
48662
|
+
},{"./MurmurHash":306}],310:[function(require,module,exports){
|
|
48686
48663
|
"use strict";
|
|
48687
48664
|
/*!
|
|
48688
48665
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48857,7 +48834,7 @@ exports.toCharArray = toCharArray;
|
|
|
48857
48834
|
// return s;
|
|
48858
48835
|
// }
|
|
48859
48836
|
|
|
48860
|
-
},{}],
|
|
48837
|
+
},{}],311:[function(require,module,exports){
|
|
48861
48838
|
"use strict";
|
|
48862
48839
|
/*!
|
|
48863
48840
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48893,7 +48870,7 @@ __decorate([
|
|
|
48893
48870
|
], ErrorNode.prototype, "accept", null);
|
|
48894
48871
|
exports.ErrorNode = ErrorNode;
|
|
48895
48872
|
|
|
48896
|
-
},{"../Decorators":
|
|
48873
|
+
},{"../Decorators":191,"./TerminalNode":314}],312:[function(require,module,exports){
|
|
48897
48874
|
"use strict";
|
|
48898
48875
|
/*!
|
|
48899
48876
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48998,7 +48975,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
|
|
|
48998
48975
|
ParseTreeWalker.DEFAULT = new ParseTreeWalker();
|
|
48999
48976
|
})(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
|
|
49000
48977
|
|
|
49001
|
-
},{"./ErrorNode":
|
|
48978
|
+
},{"./ErrorNode":311,"./RuleNode":313,"./TerminalNode":314}],313:[function(require,module,exports){
|
|
49002
48979
|
"use strict";
|
|
49003
48980
|
/*!
|
|
49004
48981
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49010,7 +48987,7 @@ class RuleNode {
|
|
|
49010
48987
|
}
|
|
49011
48988
|
exports.RuleNode = RuleNode;
|
|
49012
48989
|
|
|
49013
|
-
},{}],
|
|
48990
|
+
},{}],314:[function(require,module,exports){
|
|
49014
48991
|
"use strict";
|
|
49015
48992
|
/*!
|
|
49016
48993
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49102,7 +49079,7 @@ __decorate([
|
|
|
49102
49079
|
], TerminalNode.prototype, "toString", null);
|
|
49103
49080
|
exports.TerminalNode = TerminalNode;
|
|
49104
49081
|
|
|
49105
|
-
},{"../Decorators":
|
|
49082
|
+
},{"../Decorators":191,"../Token":216,"../misc/Interval":303}],315:[function(require,module,exports){
|
|
49106
49083
|
"use strict";
|
|
49107
49084
|
/*!
|
|
49108
49085
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49346,7 +49323,7 @@ __decorate([
|
|
|
49346
49323
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
49347
49324
|
exports.Trees = Trees;
|
|
49348
49325
|
|
|
49349
|
-
},{"../CommonToken":
|
|
49326
|
+
},{"../CommonToken":187,"../Decorators":191,"../Parser":204,"../ParserRuleContext":207,"../Token":216,"../atn/ATN":224,"../misc/Utils":310,"./ErrorNode":311,"./RuleNode":313,"./TerminalNode":314}],316:[function(require,module,exports){
|
|
49350
49327
|
"use strict";
|
|
49351
49328
|
/*!
|
|
49352
49329
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49370,7 +49347,7 @@ class Chunk {
|
|
|
49370
49347
|
}
|
|
49371
49348
|
exports.Chunk = Chunk;
|
|
49372
49349
|
|
|
49373
|
-
},{}],
|
|
49350
|
+
},{}],317:[function(require,module,exports){
|
|
49374
49351
|
"use strict";
|
|
49375
49352
|
/*!
|
|
49376
49353
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49550,7 +49527,7 @@ ParseTreeMatch = __decorate([
|
|
|
49550
49527
|
], ParseTreeMatch);
|
|
49551
49528
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
49552
49529
|
|
|
49553
|
-
},{"../../Decorators":
|
|
49530
|
+
},{"../../Decorators":191}],318:[function(require,module,exports){
|
|
49554
49531
|
"use strict";
|
|
49555
49532
|
/*!
|
|
49556
49533
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49708,7 +49685,7 @@ ParseTreePattern = __decorate([
|
|
|
49708
49685
|
], ParseTreePattern);
|
|
49709
49686
|
exports.ParseTreePattern = ParseTreePattern;
|
|
49710
49687
|
|
|
49711
|
-
},{"../../Decorators":
|
|
49688
|
+
},{"../../Decorators":191,"../xpath/XPath":324}],319:[function(require,module,exports){
|
|
49712
49689
|
"use strict";
|
|
49713
49690
|
/*!
|
|
49714
49691
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50186,7 +50163,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
50186
50163
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
50187
50164
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
50188
50165
|
|
|
50189
|
-
},{"../../BailErrorStrategy":
|
|
50166
|
+
},{"../../BailErrorStrategy":181,"../../CharStreams":184,"../../CommonTokenStream":189,"../../Decorators":191,"../../ListTokenSource":202,"../../ParserInterpreter":206,"../../ParserRuleContext":207,"../../RecognitionException":210,"../../Token":216,"../../misc/MultiMap":305,"../../misc/ParseCancellationException":308,"../RuleNode":313,"../TerminalNode":314,"./ParseTreeMatch":317,"./ParseTreePattern":318,"./RuleTagToken":320,"./TagChunk":321,"./TextChunk":322,"./TokenTagToken":323}],320:[function(require,module,exports){
|
|
50190
50167
|
"use strict";
|
|
50191
50168
|
/*!
|
|
50192
50169
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50384,7 +50361,7 @@ RuleTagToken = __decorate([
|
|
|
50384
50361
|
], RuleTagToken);
|
|
50385
50362
|
exports.RuleTagToken = RuleTagToken;
|
|
50386
50363
|
|
|
50387
|
-
},{"../../Decorators":
|
|
50364
|
+
},{"../../Decorators":191,"../../Token":216}],321:[function(require,module,exports){
|
|
50388
50365
|
"use strict";
|
|
50389
50366
|
/*!
|
|
50390
50367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50471,7 +50448,7 @@ __decorate([
|
|
|
50471
50448
|
], TagChunk.prototype, "toString", null);
|
|
50472
50449
|
exports.TagChunk = TagChunk;
|
|
50473
50450
|
|
|
50474
|
-
},{"../../Decorators":
|
|
50451
|
+
},{"../../Decorators":191,"./Chunk":316}],322:[function(require,module,exports){
|
|
50475
50452
|
"use strict";
|
|
50476
50453
|
/*!
|
|
50477
50454
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50541,7 +50518,7 @@ TextChunk = __decorate([
|
|
|
50541
50518
|
], TextChunk);
|
|
50542
50519
|
exports.TextChunk = TextChunk;
|
|
50543
50520
|
|
|
50544
|
-
},{"../../Decorators":
|
|
50521
|
+
},{"../../Decorators":191,"./Chunk":316}],323:[function(require,module,exports){
|
|
50545
50522
|
"use strict";
|
|
50546
50523
|
/*!
|
|
50547
50524
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50636,7 +50613,7 @@ TokenTagToken = __decorate([
|
|
|
50636
50613
|
], TokenTagToken);
|
|
50637
50614
|
exports.TokenTagToken = TokenTagToken;
|
|
50638
50615
|
|
|
50639
|
-
},{"../../CommonToken":
|
|
50616
|
+
},{"../../CommonToken":187,"../../Decorators":191}],324:[function(require,module,exports){
|
|
50640
50617
|
"use strict";
|
|
50641
50618
|
/*!
|
|
50642
50619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50833,7 +50810,7 @@ exports.XPath = XPath;
|
|
|
50833
50810
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
50834
50811
|
XPath.NOT = "!"; // word for invert operator
|
|
50835
50812
|
|
|
50836
|
-
},{"../../CharStreams":
|
|
50813
|
+
},{"../../CharStreams":184,"../../CommonTokenStream":189,"../../LexerNoViableAltException":201,"../../ParserRuleContext":207,"../../Token":216,"./XPathLexer":326,"./XPathLexerErrorListener":327,"./XPathRuleAnywhereElement":328,"./XPathRuleElement":329,"./XPathTokenAnywhereElement":330,"./XPathTokenElement":331,"./XPathWildcardAnywhereElement":332,"./XPathWildcardElement":333}],325:[function(require,module,exports){
|
|
50837
50814
|
"use strict";
|
|
50838
50815
|
/*!
|
|
50839
50816
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50868,7 +50845,7 @@ __decorate([
|
|
|
50868
50845
|
], XPathElement.prototype, "toString", null);
|
|
50869
50846
|
exports.XPathElement = XPathElement;
|
|
50870
50847
|
|
|
50871
|
-
},{"../../Decorators":
|
|
50848
|
+
},{"../../Decorators":191}],326:[function(require,module,exports){
|
|
50872
50849
|
"use strict";
|
|
50873
50850
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
50874
50851
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -51343,7 +51320,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
51343
51320
|
XPathLexer._serializedATNSegment1,
|
|
51344
51321
|
], "");
|
|
51345
51322
|
|
|
51346
|
-
},{"../../Lexer":
|
|
51323
|
+
},{"../../Lexer":199,"../../VocabularyImpl":222,"../../atn/ATNDeserializer":228,"../../atn/LexerATNSimulator":249,"../../misc/Utils":310}],327:[function(require,module,exports){
|
|
51347
51324
|
"use strict";
|
|
51348
51325
|
/*!
|
|
51349
51326
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51368,7 +51345,7 @@ __decorate([
|
|
|
51368
51345
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
51369
51346
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
51370
51347
|
|
|
51371
|
-
},{"../../Decorators":
|
|
51348
|
+
},{"../../Decorators":191}],328:[function(require,module,exports){
|
|
51372
51349
|
"use strict";
|
|
51373
51350
|
/*!
|
|
51374
51351
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51402,7 +51379,7 @@ __decorate([
|
|
|
51402
51379
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
51403
51380
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
51404
51381
|
|
|
51405
|
-
},{"../../Decorators":
|
|
51382
|
+
},{"../../Decorators":191,"../Trees":315,"./XPathElement":325}],329:[function(require,module,exports){
|
|
51406
51383
|
"use strict";
|
|
51407
51384
|
/*!
|
|
51408
51385
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51445,7 +51422,7 @@ __decorate([
|
|
|
51445
51422
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
51446
51423
|
exports.XPathRuleElement = XPathRuleElement;
|
|
51447
51424
|
|
|
51448
|
-
},{"../../Decorators":
|
|
51425
|
+
},{"../../Decorators":191,"../../ParserRuleContext":207,"../Trees":315,"./XPathElement":325}],330:[function(require,module,exports){
|
|
51449
51426
|
"use strict";
|
|
51450
51427
|
/*!
|
|
51451
51428
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51477,7 +51454,7 @@ __decorate([
|
|
|
51477
51454
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
51478
51455
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
51479
51456
|
|
|
51480
|
-
},{"../../Decorators":
|
|
51457
|
+
},{"../../Decorators":191,"../Trees":315,"./XPathElement":325}],331:[function(require,module,exports){
|
|
51481
51458
|
"use strict";
|
|
51482
51459
|
/*!
|
|
51483
51460
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51520,7 +51497,7 @@ __decorate([
|
|
|
51520
51497
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
51521
51498
|
exports.XPathTokenElement = XPathTokenElement;
|
|
51522
51499
|
|
|
51523
|
-
},{"../../Decorators":
|
|
51500
|
+
},{"../../Decorators":191,"../TerminalNode":314,"../Trees":315,"./XPathElement":325}],332:[function(require,module,exports){
|
|
51524
51501
|
"use strict";
|
|
51525
51502
|
/*!
|
|
51526
51503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51556,7 +51533,7 @@ __decorate([
|
|
|
51556
51533
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
51557
51534
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
51558
51535
|
|
|
51559
|
-
},{"../../Decorators":
|
|
51536
|
+
},{"../../Decorators":191,"../Trees":315,"./XPath":324,"./XPathElement":325}],333:[function(require,module,exports){
|
|
51560
51537
|
"use strict";
|
|
51561
51538
|
/*!
|
|
51562
51539
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51596,7 +51573,7 @@ __decorate([
|
|
|
51596
51573
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
51597
51574
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
51598
51575
|
|
|
51599
|
-
},{"../../Decorators":
|
|
51576
|
+
},{"../../Decorators":191,"../Trees":315,"./XPath":324,"./XPathElement":325}],334:[function(require,module,exports){
|
|
51600
51577
|
(function (global){(function (){
|
|
51601
51578
|
'use strict';
|
|
51602
51579
|
|
|
@@ -52106,7 +52083,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
52106
52083
|
};
|
|
52107
52084
|
|
|
52108
52085
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52109
|
-
},{"object.assign/polyfill":
|
|
52086
|
+
},{"object.assign/polyfill":380,"util/":337}],335:[function(require,module,exports){
|
|
52110
52087
|
if (typeof Object.create === 'function') {
|
|
52111
52088
|
// implementation from standard node.js 'util' module
|
|
52112
52089
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -52131,14 +52108,14 @@ if (typeof Object.create === 'function') {
|
|
|
52131
52108
|
}
|
|
52132
52109
|
}
|
|
52133
52110
|
|
|
52134
|
-
},{}],
|
|
52111
|
+
},{}],336:[function(require,module,exports){
|
|
52135
52112
|
module.exports = function isBuffer(arg) {
|
|
52136
52113
|
return arg && typeof arg === 'object'
|
|
52137
52114
|
&& typeof arg.copy === 'function'
|
|
52138
52115
|
&& typeof arg.fill === 'function'
|
|
52139
52116
|
&& typeof arg.readUInt8 === 'function';
|
|
52140
52117
|
}
|
|
52141
|
-
},{}],
|
|
52118
|
+
},{}],337:[function(require,module,exports){
|
|
52142
52119
|
(function (process,global){(function (){
|
|
52143
52120
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
52144
52121
|
//
|
|
@@ -52728,7 +52705,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
52728
52705
|
}
|
|
52729
52706
|
|
|
52730
52707
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52731
|
-
},{"./support/isBuffer":
|
|
52708
|
+
},{"./support/isBuffer":336,"_process":382,"inherits":335}],338:[function(require,module,exports){
|
|
52732
52709
|
(function (global){(function (){
|
|
52733
52710
|
'use strict';
|
|
52734
52711
|
|
|
@@ -52749,7 +52726,7 @@ module.exports = function availableTypedArrays() {
|
|
|
52749
52726
|
};
|
|
52750
52727
|
|
|
52751
52728
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52752
|
-
},{"possible-typed-array-names":
|
|
52729
|
+
},{"possible-typed-array-names":381}],339:[function(require,module,exports){
|
|
52753
52730
|
(function (process,global){(function (){
|
|
52754
52731
|
module.exports = process.hrtime || hrtime
|
|
52755
52732
|
|
|
@@ -52780,7 +52757,7 @@ function hrtime(previousTimestamp){
|
|
|
52780
52757
|
return [seconds,nanoseconds]
|
|
52781
52758
|
}
|
|
52782
52759
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52783
|
-
},{"_process":
|
|
52760
|
+
},{"_process":382}],340:[function(require,module,exports){
|
|
52784
52761
|
'use strict';
|
|
52785
52762
|
|
|
52786
52763
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -52797,7 +52774,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
52797
52774
|
return intrinsic;
|
|
52798
52775
|
};
|
|
52799
52776
|
|
|
52800
|
-
},{"./":
|
|
52777
|
+
},{"./":341,"get-intrinsic":344}],341:[function(require,module,exports){
|
|
52801
52778
|
'use strict';
|
|
52802
52779
|
|
|
52803
52780
|
var bind = require('function-bind');
|
|
@@ -52846,7 +52823,7 @@ if ($defineProperty) {
|
|
|
52846
52823
|
module.exports.apply = applyBind;
|
|
52847
52824
|
}
|
|
52848
52825
|
|
|
52849
|
-
},{"function-bind":
|
|
52826
|
+
},{"function-bind":343,"get-intrinsic":344}],342:[function(require,module,exports){
|
|
52850
52827
|
'use strict';
|
|
52851
52828
|
|
|
52852
52829
|
/* eslint no-invalid-this: 1 */
|
|
@@ -52900,14 +52877,14 @@ module.exports = function bind(that) {
|
|
|
52900
52877
|
return bound;
|
|
52901
52878
|
};
|
|
52902
52879
|
|
|
52903
|
-
},{}],
|
|
52880
|
+
},{}],343:[function(require,module,exports){
|
|
52904
52881
|
'use strict';
|
|
52905
52882
|
|
|
52906
52883
|
var implementation = require('./implementation');
|
|
52907
52884
|
|
|
52908
52885
|
module.exports = Function.prototype.bind || implementation;
|
|
52909
52886
|
|
|
52910
|
-
},{"./implementation":
|
|
52887
|
+
},{"./implementation":342}],344:[function(require,module,exports){
|
|
52911
52888
|
'use strict';
|
|
52912
52889
|
|
|
52913
52890
|
var undefined;
|
|
@@ -53253,7 +53230,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53253
53230
|
return value;
|
|
53254
53231
|
};
|
|
53255
53232
|
|
|
53256
|
-
},{"function-bind":
|
|
53233
|
+
},{"function-bind":343,"has":368,"has-symbols":363}],345:[function(require,module,exports){
|
|
53257
53234
|
'use strict';
|
|
53258
53235
|
|
|
53259
53236
|
var $defineProperty = require('es-define-property');
|
|
@@ -53311,7 +53288,7 @@ module.exports = function defineDataProperty(
|
|
|
53311
53288
|
}
|
|
53312
53289
|
};
|
|
53313
53290
|
|
|
53314
|
-
},{"es-define-property":
|
|
53291
|
+
},{"es-define-property":346,"es-errors/syntax":351,"es-errors/type":352,"gopd":358}],346:[function(require,module,exports){
|
|
53315
53292
|
'use strict';
|
|
53316
53293
|
|
|
53317
53294
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53329,49 +53306,49 @@ if ($defineProperty) {
|
|
|
53329
53306
|
|
|
53330
53307
|
module.exports = $defineProperty;
|
|
53331
53308
|
|
|
53332
|
-
},{"get-intrinsic":
|
|
53309
|
+
},{"get-intrinsic":357}],347:[function(require,module,exports){
|
|
53333
53310
|
'use strict';
|
|
53334
53311
|
|
|
53335
53312
|
/** @type {import('./eval')} */
|
|
53336
53313
|
module.exports = EvalError;
|
|
53337
53314
|
|
|
53338
|
-
},{}],
|
|
53315
|
+
},{}],348:[function(require,module,exports){
|
|
53339
53316
|
'use strict';
|
|
53340
53317
|
|
|
53341
53318
|
/** @type {import('.')} */
|
|
53342
53319
|
module.exports = Error;
|
|
53343
53320
|
|
|
53344
|
-
},{}],
|
|
53321
|
+
},{}],349:[function(require,module,exports){
|
|
53345
53322
|
'use strict';
|
|
53346
53323
|
|
|
53347
53324
|
/** @type {import('./range')} */
|
|
53348
53325
|
module.exports = RangeError;
|
|
53349
53326
|
|
|
53350
|
-
},{}],
|
|
53327
|
+
},{}],350:[function(require,module,exports){
|
|
53351
53328
|
'use strict';
|
|
53352
53329
|
|
|
53353
53330
|
/** @type {import('./ref')} */
|
|
53354
53331
|
module.exports = ReferenceError;
|
|
53355
53332
|
|
|
53356
|
-
},{}],
|
|
53333
|
+
},{}],351:[function(require,module,exports){
|
|
53357
53334
|
'use strict';
|
|
53358
53335
|
|
|
53359
53336
|
/** @type {import('./syntax')} */
|
|
53360
53337
|
module.exports = SyntaxError;
|
|
53361
53338
|
|
|
53362
|
-
},{}],
|
|
53339
|
+
},{}],352:[function(require,module,exports){
|
|
53363
53340
|
'use strict';
|
|
53364
53341
|
|
|
53365
53342
|
/** @type {import('./type')} */
|
|
53366
53343
|
module.exports = TypeError;
|
|
53367
53344
|
|
|
53368
|
-
},{}],
|
|
53345
|
+
},{}],353:[function(require,module,exports){
|
|
53369
53346
|
'use strict';
|
|
53370
53347
|
|
|
53371
53348
|
/** @type {import('./uri')} */
|
|
53372
53349
|
module.exports = URIError;
|
|
53373
53350
|
|
|
53374
|
-
},{}],
|
|
53351
|
+
},{}],354:[function(require,module,exports){
|
|
53375
53352
|
'use strict';
|
|
53376
53353
|
|
|
53377
53354
|
var isCallable = require('is-callable');
|
|
@@ -53435,7 +53412,7 @@ var forEach = function forEach(list, iterator, thisArg) {
|
|
|
53435
53412
|
|
|
53436
53413
|
module.exports = forEach;
|
|
53437
53414
|
|
|
53438
|
-
},{"is-callable":
|
|
53415
|
+
},{"is-callable":372}],355:[function(require,module,exports){
|
|
53439
53416
|
'use strict';
|
|
53440
53417
|
|
|
53441
53418
|
/* eslint no-invalid-this: 1 */
|
|
@@ -53521,9 +53498,9 @@ module.exports = function bind(that) {
|
|
|
53521
53498
|
return bound;
|
|
53522
53499
|
};
|
|
53523
53500
|
|
|
53524
|
-
},{}],
|
|
53525
|
-
arguments[4][
|
|
53526
|
-
},{"./implementation":
|
|
53501
|
+
},{}],356:[function(require,module,exports){
|
|
53502
|
+
arguments[4][343][0].apply(exports,arguments)
|
|
53503
|
+
},{"./implementation":355,"dup":343}],357:[function(require,module,exports){
|
|
53527
53504
|
'use strict';
|
|
53528
53505
|
|
|
53529
53506
|
var undefined;
|
|
@@ -53884,7 +53861,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53884
53861
|
return value;
|
|
53885
53862
|
};
|
|
53886
53863
|
|
|
53887
|
-
},{"es-errors":
|
|
53864
|
+
},{"es-errors":348,"es-errors/eval":347,"es-errors/range":349,"es-errors/ref":350,"es-errors/syntax":351,"es-errors/type":352,"es-errors/uri":353,"function-bind":356,"has-proto":362,"has-symbols":363,"hasown":369}],358:[function(require,module,exports){
|
|
53888
53865
|
'use strict';
|
|
53889
53866
|
|
|
53890
53867
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53902,13 +53879,13 @@ if ($gOPD) {
|
|
|
53902
53879
|
|
|
53903
53880
|
module.exports = $gOPD;
|
|
53904
53881
|
|
|
53905
|
-
},{"get-intrinsic":
|
|
53882
|
+
},{"get-intrinsic":361}],359:[function(require,module,exports){
|
|
53883
|
+
arguments[4][342][0].apply(exports,arguments)
|
|
53884
|
+
},{"dup":342}],360:[function(require,module,exports){
|
|
53906
53885
|
arguments[4][343][0].apply(exports,arguments)
|
|
53907
|
-
},{"dup":343}],361:[function(require,module,exports){
|
|
53886
|
+
},{"./implementation":359,"dup":343}],361:[function(require,module,exports){
|
|
53908
53887
|
arguments[4][344][0].apply(exports,arguments)
|
|
53909
|
-
},{"
|
|
53910
|
-
arguments[4][345][0].apply(exports,arguments)
|
|
53911
|
-
},{"dup":345,"function-bind":361,"has":369,"has-symbols":364}],363:[function(require,module,exports){
|
|
53888
|
+
},{"dup":344,"function-bind":360,"has":368,"has-symbols":363}],362:[function(require,module,exports){
|
|
53912
53889
|
'use strict';
|
|
53913
53890
|
|
|
53914
53891
|
var test = {
|
|
@@ -53921,7 +53898,7 @@ module.exports = function hasProto() {
|
|
|
53921
53898
|
return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
|
|
53922
53899
|
};
|
|
53923
53900
|
|
|
53924
|
-
},{}],
|
|
53901
|
+
},{}],363:[function(require,module,exports){
|
|
53925
53902
|
'use strict';
|
|
53926
53903
|
|
|
53927
53904
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -53936,7 +53913,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
53936
53913
|
return hasSymbolSham();
|
|
53937
53914
|
};
|
|
53938
53915
|
|
|
53939
|
-
},{"./shams":
|
|
53916
|
+
},{"./shams":364}],364:[function(require,module,exports){
|
|
53940
53917
|
'use strict';
|
|
53941
53918
|
|
|
53942
53919
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -53980,7 +53957,7 @@ module.exports = function hasSymbols() {
|
|
|
53980
53957
|
return true;
|
|
53981
53958
|
};
|
|
53982
53959
|
|
|
53983
|
-
},{}],
|
|
53960
|
+
},{}],365:[function(require,module,exports){
|
|
53984
53961
|
'use strict';
|
|
53985
53962
|
|
|
53986
53963
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -53989,18 +53966,18 @@ module.exports = function hasToStringTagShams() {
|
|
|
53989
53966
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
53990
53967
|
};
|
|
53991
53968
|
|
|
53992
|
-
},{"has-symbols/shams":
|
|
53969
|
+
},{"has-symbols/shams":364}],366:[function(require,module,exports){
|
|
53970
|
+
arguments[4][342][0].apply(exports,arguments)
|
|
53971
|
+
},{"dup":342}],367:[function(require,module,exports){
|
|
53993
53972
|
arguments[4][343][0].apply(exports,arguments)
|
|
53994
|
-
},{"dup":343}],368:[function(require,module,exports){
|
|
53995
|
-
arguments[4][344][0].apply(exports,arguments)
|
|
53996
|
-
},{"./implementation":367,"dup":344}],369:[function(require,module,exports){
|
|
53973
|
+
},{"./implementation":366,"dup":343}],368:[function(require,module,exports){
|
|
53997
53974
|
'use strict';
|
|
53998
53975
|
|
|
53999
53976
|
var bind = require('function-bind');
|
|
54000
53977
|
|
|
54001
53978
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
54002
53979
|
|
|
54003
|
-
},{"function-bind":
|
|
53980
|
+
},{"function-bind":367}],369:[function(require,module,exports){
|
|
54004
53981
|
'use strict';
|
|
54005
53982
|
|
|
54006
53983
|
var call = Function.prototype.call;
|
|
@@ -54010,7 +53987,7 @@ var bind = require('function-bind');
|
|
|
54010
53987
|
/** @type {import('.')} */
|
|
54011
53988
|
module.exports = bind.call(call, $hasOwn);
|
|
54012
53989
|
|
|
54013
|
-
},{"function-bind":
|
|
53990
|
+
},{"function-bind":356}],370:[function(require,module,exports){
|
|
54014
53991
|
if (typeof Object.create === 'function') {
|
|
54015
53992
|
// implementation from standard node.js 'util' module
|
|
54016
53993
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -54039,7 +54016,7 @@ if (typeof Object.create === 'function') {
|
|
|
54039
54016
|
}
|
|
54040
54017
|
}
|
|
54041
54018
|
|
|
54042
|
-
},{}],
|
|
54019
|
+
},{}],371:[function(require,module,exports){
|
|
54043
54020
|
'use strict';
|
|
54044
54021
|
|
|
54045
54022
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -54074,7 +54051,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
54074
54051
|
|
|
54075
54052
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
54076
54053
|
|
|
54077
|
-
},{"call-bind/callBound":
|
|
54054
|
+
},{"call-bind/callBound":340,"has-tostringtag/shams":365}],372:[function(require,module,exports){
|
|
54078
54055
|
'use strict';
|
|
54079
54056
|
|
|
54080
54057
|
var fnToStr = Function.prototype.toString;
|
|
@@ -54177,7 +54154,7 @@ module.exports = reflectApply
|
|
|
54177
54154
|
return tryFunctionObject(value);
|
|
54178
54155
|
};
|
|
54179
54156
|
|
|
54180
|
-
},{}],
|
|
54157
|
+
},{}],373:[function(require,module,exports){
|
|
54181
54158
|
'use strict';
|
|
54182
54159
|
|
|
54183
54160
|
var toStr = Object.prototype.toString;
|
|
@@ -54217,7 +54194,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
54217
54194
|
return getProto(fn) === GeneratorFunction;
|
|
54218
54195
|
};
|
|
54219
54196
|
|
|
54220
|
-
},{"has-tostringtag/shams":
|
|
54197
|
+
},{"has-tostringtag/shams":365}],374:[function(require,module,exports){
|
|
54221
54198
|
'use strict';
|
|
54222
54199
|
|
|
54223
54200
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -54227,7 +54204,7 @@ module.exports = function isTypedArray(value) {
|
|
|
54227
54204
|
return !!whichTypedArray(value);
|
|
54228
54205
|
};
|
|
54229
54206
|
|
|
54230
|
-
},{"which-typed-array":
|
|
54207
|
+
},{"which-typed-array":388}],375:[function(require,module,exports){
|
|
54231
54208
|
(function (global){(function (){
|
|
54232
54209
|
/**
|
|
54233
54210
|
* @license
|
|
@@ -71440,7 +71417,7 @@ module.exports = function isTypedArray(value) {
|
|
|
71440
71417
|
}.call(this));
|
|
71441
71418
|
|
|
71442
71419
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
71443
|
-
},{}],
|
|
71420
|
+
},{}],376:[function(require,module,exports){
|
|
71444
71421
|
'use strict';
|
|
71445
71422
|
|
|
71446
71423
|
var keysShim;
|
|
@@ -71564,7 +71541,7 @@ if (!Object.keys) {
|
|
|
71564
71541
|
}
|
|
71565
71542
|
module.exports = keysShim;
|
|
71566
71543
|
|
|
71567
|
-
},{"./isArguments":
|
|
71544
|
+
},{"./isArguments":378}],377:[function(require,module,exports){
|
|
71568
71545
|
'use strict';
|
|
71569
71546
|
|
|
71570
71547
|
var slice = Array.prototype.slice;
|
|
@@ -71598,7 +71575,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
71598
71575
|
|
|
71599
71576
|
module.exports = keysShim;
|
|
71600
71577
|
|
|
71601
|
-
},{"./implementation":
|
|
71578
|
+
},{"./implementation":376,"./isArguments":378}],378:[function(require,module,exports){
|
|
71602
71579
|
'use strict';
|
|
71603
71580
|
|
|
71604
71581
|
var toStr = Object.prototype.toString;
|
|
@@ -71617,7 +71594,7 @@ module.exports = function isArguments(value) {
|
|
|
71617
71594
|
return isArgs;
|
|
71618
71595
|
};
|
|
71619
71596
|
|
|
71620
|
-
},{}],
|
|
71597
|
+
},{}],379:[function(require,module,exports){
|
|
71621
71598
|
'use strict';
|
|
71622
71599
|
|
|
71623
71600
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -71665,7 +71642,7 @@ module.exports = function assign(target, source1) {
|
|
|
71665
71642
|
return to; // step 4
|
|
71666
71643
|
};
|
|
71667
71644
|
|
|
71668
|
-
},{"call-bind/callBound":
|
|
71645
|
+
},{"call-bind/callBound":340,"has-symbols/shams":364,"object-keys":377}],380:[function(require,module,exports){
|
|
71669
71646
|
'use strict';
|
|
71670
71647
|
|
|
71671
71648
|
var implementation = require('./implementation');
|
|
@@ -71722,7 +71699,7 @@ module.exports = function getPolyfill() {
|
|
|
71722
71699
|
return Object.assign;
|
|
71723
71700
|
};
|
|
71724
71701
|
|
|
71725
|
-
},{"./implementation":
|
|
71702
|
+
},{"./implementation":379}],381:[function(require,module,exports){
|
|
71726
71703
|
'use strict';
|
|
71727
71704
|
|
|
71728
71705
|
/** @type {import('.')} */
|
|
@@ -71740,7 +71717,7 @@ module.exports = [
|
|
|
71740
71717
|
'BigUint64Array'
|
|
71741
71718
|
];
|
|
71742
71719
|
|
|
71743
|
-
},{}],
|
|
71720
|
+
},{}],382:[function(require,module,exports){
|
|
71744
71721
|
// shim for using process in browser
|
|
71745
71722
|
var process = module.exports = {};
|
|
71746
71723
|
|
|
@@ -71926,7 +71903,7 @@ process.chdir = function (dir) {
|
|
|
71926
71903
|
};
|
|
71927
71904
|
process.umask = function() { return 0; };
|
|
71928
71905
|
|
|
71929
|
-
},{}],
|
|
71906
|
+
},{}],383:[function(require,module,exports){
|
|
71930
71907
|
'use strict';
|
|
71931
71908
|
|
|
71932
71909
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -71970,7 +71947,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
71970
71947
|
return fn;
|
|
71971
71948
|
};
|
|
71972
71949
|
|
|
71973
|
-
},{"define-data-property":
|
|
71950
|
+
},{"define-data-property":345,"es-errors/type":352,"get-intrinsic":357,"gopd":358,"has-property-descriptors":384}],384:[function(require,module,exports){
|
|
71974
71951
|
'use strict';
|
|
71975
71952
|
|
|
71976
71953
|
var $defineProperty = require('es-define-property');
|
|
@@ -71994,9 +71971,9 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
71994
71971
|
|
|
71995
71972
|
module.exports = hasPropertyDescriptors;
|
|
71996
71973
|
|
|
71997
|
-
},{"es-define-property":
|
|
71998
|
-
arguments[4][
|
|
71999
|
-
},{"dup":
|
|
71974
|
+
},{"es-define-property":346}],385:[function(require,module,exports){
|
|
71975
|
+
arguments[4][336][0].apply(exports,arguments)
|
|
71976
|
+
},{"dup":336}],386:[function(require,module,exports){
|
|
72000
71977
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
72001
71978
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
72002
71979
|
|
|
@@ -72332,7 +72309,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
72332
72309
|
});
|
|
72333
72310
|
});
|
|
72334
72311
|
|
|
72335
|
-
},{"is-arguments":
|
|
72312
|
+
},{"is-arguments":371,"is-generator-function":373,"is-typed-array":374,"which-typed-array":388}],387:[function(require,module,exports){
|
|
72336
72313
|
(function (process){(function (){
|
|
72337
72314
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
72338
72315
|
//
|
|
@@ -73051,7 +73028,7 @@ function callbackify(original) {
|
|
|
73051
73028
|
exports.callbackify = callbackify;
|
|
73052
73029
|
|
|
73053
73030
|
}).call(this)}).call(this,require('_process'))
|
|
73054
|
-
},{"./support/isBuffer":
|
|
73031
|
+
},{"./support/isBuffer":385,"./support/types":386,"_process":382,"inherits":370}],388:[function(require,module,exports){
|
|
73055
73032
|
(function (global){(function (){
|
|
73056
73033
|
'use strict';
|
|
73057
73034
|
|
|
@@ -73171,9 +73148,9 @@ module.exports = function whichTypedArray(value) {
|
|
|
73171
73148
|
};
|
|
73172
73149
|
|
|
73173
73150
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
73174
|
-
},{"available-typed-arrays":
|
|
73175
|
-
arguments[4][
|
|
73176
|
-
},{"./":
|
|
73151
|
+
},{"available-typed-arrays":338,"call-bind":390,"call-bind/callBound":389,"for-each":354,"gopd":358,"has-tostringtag/shams":391}],389:[function(require,module,exports){
|
|
73152
|
+
arguments[4][340][0].apply(exports,arguments)
|
|
73153
|
+
},{"./":390,"dup":340,"get-intrinsic":357}],390:[function(require,module,exports){
|
|
73177
73154
|
'use strict';
|
|
73178
73155
|
|
|
73179
73156
|
var bind = require('function-bind');
|
|
@@ -73210,7 +73187,7 @@ if ($defineProperty) {
|
|
|
73210
73187
|
module.exports.apply = applyBind;
|
|
73211
73188
|
}
|
|
73212
73189
|
|
|
73213
|
-
},{"es-define-property":
|
|
73190
|
+
},{"es-define-property":346,"es-errors/type":352,"function-bind":356,"get-intrinsic":357,"set-function-length":383}],391:[function(require,module,exports){
|
|
73214
73191
|
'use strict';
|
|
73215
73192
|
|
|
73216
73193
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -73220,5 +73197,5 @@ module.exports = function hasToStringTagShams() {
|
|
|
73220
73197
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
73221
73198
|
};
|
|
73222
73199
|
|
|
73223
|
-
},{"has-symbols/shams":
|
|
73200
|
+
},{"has-symbols/shams":364}]},{},[114])(114)
|
|
73224
73201
|
});
|