@designliquido/delegua 1.24.3 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico-base.js +4 -0
- package/analisador-semantico/analisador-semantico-base.js.map +1 -1
- package/analisador-semantico/analisador-semantico.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico.js +1 -0
- package/analisador-semantico/analisador-semantico.js.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +1 -0
- package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.d.ts.map +1 -1
- package/avaliador-sintatico/avaliador-sintatico.js +34 -18
- package/avaliador-sintatico/avaliador-sintatico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js +3 -3
- package/avaliador-sintatico/dialetos/avaliador-sintatico-egua-classico.js.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +18 -26
- package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
- package/bin/package.json +1 -1
- package/declaracoes/bloco-pegue.d.ts +9 -0
- package/declaracoes/bloco-pegue.d.ts.map +1 -0
- package/declaracoes/bloco-pegue.js +12 -0
- package/declaracoes/bloco-pegue.js.map +1 -0
- package/declaracoes/index.d.ts +1 -0
- package/declaracoes/index.d.ts.map +1 -1
- package/declaracoes/index.js +1 -0
- package/declaracoes/index.js.map +1 -1
- package/declaracoes/tente.d.ts +3 -3
- package/declaracoes/tente.d.ts.map +1 -1
- package/declaracoes/tente.js +3 -3
- package/declaracoes/tente.js.map +1 -1
- package/excecoes/erro-em-tempo-de-execucao.d.ts +1 -0
- package/excecoes/erro-em-tempo-de-execucao.d.ts.map +1 -1
- package/excecoes/erro-em-tempo-de-execucao.js.map +1 -1
- package/formatadores/formatador-delegua.d.ts.map +1 -1
- package/formatadores/formatador-delegua.js +12 -12
- package/formatadores/formatador-delegua.js.map +1 -1
- package/formatadores/formatador-pitugues.d.ts.map +1 -1
- package/formatadores/formatador-pitugues.js +8 -7
- package/formatadores/formatador-pitugues.js.map +1 -1
- package/interfaces/interpretador-com-depuracao-interface.d.ts +1 -0
- package/interfaces/interpretador-com-depuracao-interface.d.ts.map +1 -1
- package/interpretador/depuracao/comum.d.ts.map +1 -1
- package/interpretador/depuracao/comum.js +15 -10
- package/interpretador/depuracao/comum.js.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/depuracao/interpretador-com-depuracao.js +8 -0
- package/interpretador/depuracao/interpretador-com-depuracao.js.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +2 -2
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +2 -2
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +1 -0
- package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js +24 -0
- package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
- package/interpretador/estruturas/excecao-base.d.ts +3 -0
- package/interpretador/estruturas/excecao-base.d.ts.map +1 -0
- package/interpretador/estruturas/excecao-base.js +28 -0
- package/interpretador/estruturas/excecao-base.js.map +1 -0
- package/interpretador/estruturas/index.d.ts +1 -0
- package/interpretador/estruturas/index.d.ts.map +1 -1
- package/interpretador/estruturas/index.js +1 -0
- package/interpretador/estruturas/index.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +1 -4
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +66 -31
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador.d.ts +3 -1
- package/interpretador/interpretador.d.ts.map +1 -1
- package/interpretador/interpretador.js +23 -3
- package/interpretador/interpretador.js.map +1 -1
- package/package.json +1 -1
- package/tradutores/tradutor-assemblyscript.d.ts.map +1 -1
- package/tradutores/tradutor-assemblyscript.js +7 -10
- package/tradutores/tradutor-assemblyscript.js.map +1 -1
- package/tradutores/tradutor-javascript.d.ts.map +1 -1
- package/tradutores/tradutor-javascript.js +3 -8
- package/tradutores/tradutor-javascript.js.map +1 -1
- package/tradutores/tradutor-mermaidjs.js +4 -4
- package/tradutores/tradutor-mermaidjs.js.map +1 -1
- package/tradutores/tradutor-python.d.ts.map +1 -1
- package/tradutores/tradutor-python.js +3 -8
- package/tradutores/tradutor-python.js.map +1 -1
- package/tradutores/tradutor-reverso-tenda.d.ts.map +1 -1
- package/tradutores/tradutor-reverso-tenda.js +3 -8
- package/tradutores/tradutor-reverso-tenda.js.map +1 -1
- package/tradutores/tradutor-ruby.d.ts.map +1 -1
- package/tradutores/tradutor-ruby.js +3 -8
- package/tradutores/tradutor-ruby.js.map +1 -1
- package/umd/delegua.js +669 -579
package/umd/delegua.js
CHANGED
|
@@ -221,6 +221,10 @@ class AnalisadorSemanticoBase {
|
|
|
221
221
|
}
|
|
222
222
|
return;
|
|
223
223
|
}
|
|
224
|
+
if (expressao instanceof construtos_1.TipoDe) {
|
|
225
|
+
this.marcarVariaveisUsadasEmExpressao(expressao.valor);
|
|
226
|
+
return;
|
|
227
|
+
}
|
|
224
228
|
if (expressao instanceof construtos_1.Literal && typeof expressao.valor === 'string') {
|
|
225
229
|
this.verificarInterpolacaoTexto(expressao.valor, expressao);
|
|
226
230
|
return;
|
|
@@ -494,7 +498,7 @@ class AnalisadorSemanticoBase {
|
|
|
494
498
|
}
|
|
495
499
|
exports.AnalisadorSemanticoBase = AnalisadorSemanticoBase;
|
|
496
500
|
|
|
497
|
-
},{"../construtos":67,"../declaracoes":
|
|
501
|
+
},{"../construtos":67,"../declaracoes":117,"../interfaces":180,"../quebras":252,"./gerenciador-escopos":5,"./tabela-diagnosticos-semanticos":8}],2:[function(require,module,exports){
|
|
498
502
|
"use strict";
|
|
499
503
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
500
504
|
exports.AnalisadorSemantico = void 0;
|
|
@@ -579,6 +583,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
579
583
|
}
|
|
580
584
|
}
|
|
581
585
|
visitarExpressaoTipoDe(expressao) {
|
|
586
|
+
this.marcarVariaveisUsadasEmExpressao(expressao.valor);
|
|
582
587
|
return this.verificarTipoDe(expressao.valor);
|
|
583
588
|
}
|
|
584
589
|
/**
|
|
@@ -1891,7 +1896,7 @@ class AnalisadorSemantico extends analisador_semantico_base_1.AnalisadorSemantic
|
|
|
1891
1896
|
}
|
|
1892
1897
|
exports.AnalisadorSemantico = AnalisadorSemantico;
|
|
1893
1898
|
|
|
1894
|
-
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":
|
|
1899
|
+
},{"../avaliador-sintatico/comum":12,"../avaliador-sintatico/micro-avaliador-sintatico":25,"../construtos":67,"../declaracoes":117,"../interfaces/erros":177,"../lexador/micro-lexador":249,"./analisador-semantico-base":1,"./gerenciador-escopos":5,"./pilha-variaveis":7}],3:[function(require,module,exports){
|
|
1895
1900
|
"use strict";
|
|
1896
1901
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1897
1902
|
|
|
@@ -2103,7 +2108,7 @@ function inferirCodigoDiagnosticoSemantico(mensagem, severidade) {
|
|
|
2103
2108
|
return 'SEMANTICO_DIAGNOSTICO_GENERICO';
|
|
2104
2109
|
}
|
|
2105
2110
|
|
|
2106
|
-
},{"../interfaces":
|
|
2111
|
+
},{"../interfaces":180}],9:[function(require,module,exports){
|
|
2107
2112
|
"use strict";
|
|
2108
2113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2109
2114
|
|
|
@@ -2394,7 +2399,7 @@ class AvaliadorSintaticoBase {
|
|
|
2394
2399
|
}
|
|
2395
2400
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
2396
2401
|
|
|
2397
|
-
},{"../construtos":67,"../declaracoes":
|
|
2402
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],11:[function(require,module,exports){
|
|
2398
2403
|
"use strict";
|
|
2399
2404
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2400
2405
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -4094,19 +4099,28 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4094
4099
|
const simboloTente = this.simbolos[this.atual - 1];
|
|
4095
4100
|
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
|
|
4096
4101
|
const blocoTente = await this.blocoEscopo();
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4102
|
+
const blocosPegue = [];
|
|
4103
|
+
while (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PEGUE)) {
|
|
4104
|
+
let parametro;
|
|
4105
|
+
let tipoExcecao;
|
|
4106
|
+
let temParenteses = false;
|
|
4107
|
+
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.PARENTESE_ESQUERDO)) {
|
|
4108
|
+
temParenteses = true;
|
|
4103
4109
|
}
|
|
4104
|
-
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
this.
|
|
4108
|
-
|
|
4110
|
+
if (this.simbolos[this.atual].tipo !== delegua_2.default.CHAVE_ESQUERDA) {
|
|
4111
|
+
parametro = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do parâmetro em bloco 'pegue'.");
|
|
4112
|
+
this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
|
|
4113
|
+
if (this.verificarTipoSimboloAtual(delegua_2.default.DOIS_PONTOS)) {
|
|
4114
|
+
this.avancarEDevolverAnterior(); // consome ':'
|
|
4115
|
+
tipoExcecao = this.consumir(delegua_2.default.IDENTIFICADOR, "Esperado nome do tipo de exceção após ':' em bloco 'pegue'.");
|
|
4116
|
+
}
|
|
4117
|
+
if (temParenteses) {
|
|
4118
|
+
this.consumir(delegua_2.default.PARENTESE_DIREITO, "Esperado ')' após parâmetro do bloco 'pegue'.");
|
|
4119
|
+
}
|
|
4109
4120
|
}
|
|
4121
|
+
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
4122
|
+
const corpo = await this.blocoEscopo();
|
|
4123
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
|
|
4110
4124
|
}
|
|
4111
4125
|
let blocoSenao = null;
|
|
4112
4126
|
if (this.verificarSeSimboloAtualEIgualA(delegua_2.default.SENAO, delegua_2.default.SENÃO)) {
|
|
@@ -4118,7 +4132,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4118
4132
|
this.consumir(delegua_2.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'finalmente'.");
|
|
4119
4133
|
blocoFinalmente = await this.blocoEscopo();
|
|
4120
4134
|
}
|
|
4121
|
-
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente,
|
|
4135
|
+
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
|
|
4122
4136
|
}
|
|
4123
4137
|
async resolverDecoradores() {
|
|
4124
4138
|
while (this.verificarTipoSimboloAtual(delegua_2.default.ARROBA)) {
|
|
@@ -4313,8 +4327,14 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4313
4327
|
const entidadeChamadaAcessoMetodo = entidadeChamadaChamada;
|
|
4314
4328
|
const tipoRetornoAcessoMetodoResolvido = entidadeChamadaAcessoMetodo.tipoRetornoMetodo.replace('<T>', entidadeChamadaAcessoMetodo.objeto.tipo);
|
|
4315
4329
|
return tipoRetornoAcessoMetodoResolvido;
|
|
4316
|
-
case construtos_1.AcessoMetodoOuPropriedade:
|
|
4317
|
-
|
|
4330
|
+
case construtos_1.AcessoMetodoOuPropriedade: {
|
|
4331
|
+
const tipoMetodo = this.logicaComumInferenciaTiposAcessoMetodoOuPropriedade(entidadeChamadaChamada);
|
|
4332
|
+
// logicaComumInferenciaTiposAcessoMetodoOuPropriedade retorna o tipo da
|
|
4333
|
+
// função ('função<X>') para métodos definidos em código. Em contexto de
|
|
4334
|
+
// Chamada, queremos o tipo de retorno X, não o tipo da função em si.
|
|
4335
|
+
const correspondencia = tipoMetodo.match(/^função<(.+)>$/);
|
|
4336
|
+
return correspondencia ? correspondencia[1] : tipoMetodo;
|
|
4337
|
+
}
|
|
4318
4338
|
case construtos_1.AcessoPropriedade:
|
|
4319
4339
|
const entidadeChamadaAcessoPropriedade = entidadeChamadaChamada;
|
|
4320
4340
|
return entidadeChamadaAcessoPropriedade.tipoRetornoPropriedade;
|
|
@@ -4599,10 +4619,11 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4599
4619
|
}
|
|
4600
4620
|
tiposRetornos.delete('qualquer');
|
|
4601
4621
|
if (tipoRetorno === 'qualquer') {
|
|
4602
|
-
if (tiposRetornos.size > 0) {
|
|
4603
|
-
// Se o tipo de retorno é 'qualquer'
|
|
4622
|
+
if (tiposRetornos.size > 0 && !definicaoExplicitaDeTipo) {
|
|
4623
|
+
// Se o tipo de retorno é 'qualquer' implícito (não anotado),
|
|
4604
4624
|
// este avaliador sintático pode restringir o tipo baseado nos construtos
|
|
4605
4625
|
// de retornos encontrados nos blocos internos da função.
|
|
4626
|
+
// Se o tipo foi explicitamente anotado como 'qualquer', respeitamos a anotação.
|
|
4606
4627
|
const tipoRetornoDeduzido = tiposRetornos.values().next().value;
|
|
4607
4628
|
tipoRetorno = tipoRetornoDeduzido;
|
|
4608
4629
|
}
|
|
@@ -4761,7 +4782,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
4761
4782
|
const retornaChamadoExplicitamente = tiposRetornos.size > 0;
|
|
4762
4783
|
tiposRetornos.delete('qualquer');
|
|
4763
4784
|
if (tipoRetorno === 'qualquer') {
|
|
4764
|
-
if (tiposRetornos.size > 0) {
|
|
4785
|
+
if (tiposRetornos.size > 0 && !definicaoExplicitaDeTipo) {
|
|
4765
4786
|
tipoRetorno = tiposRetornos.values().next().value;
|
|
4766
4787
|
}
|
|
4767
4788
|
else if (!retornaChamadoExplicitamente && !definicaoExplicitaDeTipo) {
|
|
@@ -5112,7 +5133,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5112
5133
|
const retornaChamadoExplicitamente = tiposRetornos.size > 0;
|
|
5113
5134
|
tiposRetornos.delete('qualquer');
|
|
5114
5135
|
if (tipoRetorno === 'qualquer') {
|
|
5115
|
-
if (tiposRetornos.size > 0) {
|
|
5136
|
+
if (tiposRetornos.size > 0 && !definicaoExplicitaDeTipo) {
|
|
5116
5137
|
tipoRetorno = tiposRetornos.values().next().value;
|
|
5117
5138
|
}
|
|
5118
5139
|
else if (!retornaChamadoExplicitamente && !definicaoExplicitaDeTipo) {
|
|
@@ -5561,7 +5582,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
5561
5582
|
}
|
|
5562
5583
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
5563
5584
|
|
|
5564
|
-
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":
|
|
5585
|
+
},{"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../construtos/tuplas":86,"../declaracoes":117,"../inferenciador":150,"../informacao-elemento-sintatico":151,"../lexador/simbolo":251,"../tipos-de-dados/delegua":253,"../tipos-de-simbolos/delegua":258,"./avaliador-sintatico-base":10,"./comum":12,"./elemento-montao-tipos":20,"./erro-avaliador-sintatico":21,"./informacao-escopo":23,"./montao-tipos":26,"./pilha-escopos":27,"browser-process-hrtime":451}],12:[function(require,module,exports){
|
|
5565
5586
|
"use strict";
|
|
5566
5587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5567
5588
|
exports.buscarRetornos = buscarRetornos;
|
|
@@ -5676,7 +5697,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
|
|
|
5676
5697
|
}
|
|
5677
5698
|
}
|
|
5678
5699
|
|
|
5679
|
-
},{"../declaracoes":
|
|
5700
|
+
},{"../declaracoes":117,"../informacao-elemento-sintatico":151}],13:[function(require,module,exports){
|
|
5680
5701
|
"use strict";
|
|
5681
5702
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5682
5703
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -6183,10 +6204,10 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6183
6204
|
declaracaoTente() {
|
|
6184
6205
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'tente'.");
|
|
6185
6206
|
const tryBlock = this.blocoEscopo();
|
|
6186
|
-
|
|
6207
|
+
const blocosPegue = [];
|
|
6187
6208
|
if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.PEGUE)) {
|
|
6188
6209
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
6189
|
-
|
|
6210
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(undefined, undefined, this.blocoEscopo()));
|
|
6190
6211
|
}
|
|
6191
6212
|
let elseBlock = null;
|
|
6192
6213
|
if (this.verificarSeSimboloAtualEIgualA(egua_classico_1.default.SENÃO)) {
|
|
@@ -6198,7 +6219,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6198
6219
|
this.consumir(egua_classico_1.default.CHAVE_ESQUERDA, "Esperado '{' após a declaração 'pegue'.");
|
|
6199
6220
|
finallyBlock = this.blocoEscopo();
|
|
6200
6221
|
}
|
|
6201
|
-
return new declaracoes_1.Tente(0, 0, tryBlock,
|
|
6222
|
+
return new declaracoes_1.Tente(0, 0, tryBlock, blocosPegue, elseBlock, finallyBlock);
|
|
6202
6223
|
}
|
|
6203
6224
|
declaracaoFazer() {
|
|
6204
6225
|
try {
|
|
@@ -6336,7 +6357,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
6336
6357
|
}
|
|
6337
6358
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
6338
6359
|
|
|
6339
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
6360
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../tipos-de-simbolos/egua-classico":259,"../erro-avaliador-sintatico":21}],14:[function(require,module,exports){
|
|
6340
6361
|
"use strict";
|
|
6341
6362
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6342
6363
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7077,7 +7098,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7077
7098
|
this.erro(operador, "O símbolo '?' não é um operador válido em Pituguês.");
|
|
7078
7099
|
return direito;
|
|
7079
7100
|
}
|
|
7080
|
-
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.NEGACAO, pitugues_2.default.SUBTRACAO, pitugues_2.default.BIT_NOT)) {
|
|
7101
|
+
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.NAO, pitugues_2.default.NEGACAO, pitugues_2.default.SUBTRACAO, pitugues_2.default.BIT_NOT)) {
|
|
7081
7102
|
const operador = this.simboloAnterior();
|
|
7082
7103
|
const direito = await this.exponenciacao();
|
|
7083
7104
|
return new construtos_1.Unario(this.hashArquivo, operador, direito);
|
|
@@ -7618,30 +7639,22 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7618
7639
|
const simboloTente = this.simboloAnterior();
|
|
7619
7640
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'tente'.");
|
|
7620
7641
|
const blocoTente = await this.blocoEscopo();
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
|
|
7637
|
-
], corpo, 'vazio', false);
|
|
7638
|
-
}
|
|
7639
|
-
else {
|
|
7640
|
-
// Caso 2: sem parâmetro de erro.
|
|
7641
|
-
// `pegue` recebe um bloco.
|
|
7642
|
-
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
|
|
7643
|
-
blocoPegue = await this.blocoEscopo();
|
|
7644
|
-
}
|
|
7642
|
+
const blocosPegue = [];
|
|
7643
|
+
while (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.PEGUE)) {
|
|
7644
|
+
let tipoExcecao;
|
|
7645
|
+
let parametro;
|
|
7646
|
+
// Opcional: tipo de exceção (identificador que não é 'como')
|
|
7647
|
+
if (this.verificarTipoSimboloAtual(pitugues_2.default.IDENTIFICADOR)) {
|
|
7648
|
+
tipoExcecao = this.avancarEDevolverAnterior();
|
|
7649
|
+
}
|
|
7650
|
+
// Opcional: 'como nome'
|
|
7651
|
+
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.COMO)) {
|
|
7652
|
+
parametro = this.consumir(pitugues_2.default.IDENTIFICADOR, `Esperado identificador após palavra reservada 'como' em bloco 'pegue'.`);
|
|
7653
|
+
this.pilhaEscopos.definirInformacoesVariavel(parametro.lexema, new informacao_elemento_sintatico_1.InformacaoElementoSintatico(parametro.lexema, 'qualquer'));
|
|
7654
|
+
}
|
|
7655
|
+
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' antes do escopo do bloco 'pegue'.");
|
|
7656
|
+
const corpo = await this.blocoEscopo();
|
|
7657
|
+
blocosPegue.push(new declaracoes_1.BlocoPegue(parametro, tipoExcecao, corpo));
|
|
7645
7658
|
}
|
|
7646
7659
|
let blocoSenao = null;
|
|
7647
7660
|
if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.SENAO, pitugues_2.default.SENÃO)) {
|
|
@@ -7653,7 +7666,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
7653
7666
|
this.consumir(pitugues_2.default.DOIS_PONTOS, "Esperado ':' após a declaração 'pegue'.");
|
|
7654
7667
|
blocoFinalmente = await this.blocoEscopo();
|
|
7655
7668
|
}
|
|
7656
|
-
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente,
|
|
7669
|
+
return new declaracoes_1.Tente(simboloTente.hashArquivo, Number(simboloTente.linha), blocoTente, blocosPegue, blocoSenao, blocoFinalmente);
|
|
7657
7670
|
}
|
|
7658
7671
|
async declaracaoFazer() {
|
|
7659
7672
|
const simboloFazer = this.simboloAnterior();
|
|
@@ -8244,7 +8257,7 @@ class AvaliadorSintaticoPitugues extends avaliador_sintatico_base_1.AvaliadorSin
|
|
|
8244
8257
|
}
|
|
8245
8258
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
8246
8259
|
|
|
8247
|
-
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":
|
|
8260
|
+
},{"../../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../lexador/micro-lexador-pitugues":248,"../../tipos-de-dados/dialetos/pitugues":254,"../../tipos-de-simbolos/pitugues":262,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"./micro-avaliador-sintatico-pitugues":19,"browser-process-hrtime":451}],15:[function(require,module,exports){
|
|
8248
8261
|
"use strict";
|
|
8249
8262
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8250
8263
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -8792,7 +8805,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
8792
8805
|
}
|
|
8793
8806
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
8794
8807
|
|
|
8795
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
8808
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../lexador/simbolo":251,"../../tipos-de-simbolos/portugol-ipt":263,"../avaliador-sintatico-base":10}],16:[function(require,module,exports){
|
|
8796
8809
|
"use strict";
|
|
8797
8810
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
8798
8811
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9759,7 +9772,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
|
|
|
9759
9772
|
}
|
|
9760
9773
|
exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
|
|
9761
9774
|
|
|
9762
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":
|
|
9775
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador":243,"../../tipos-de-simbolos/prisma":264,"../avaliador-sintatico-base":10,"../comum":12,"../erro-avaliador-sintatico":21,"../informacao-escopo":23,"../pilha-escopos":27,"browser-process-hrtime":451}],17:[function(require,module,exports){
|
|
9763
9776
|
"use strict";
|
|
9764
9777
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9765
9778
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10767,7 +10780,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
|
|
|
10767
10780
|
}
|
|
10768
10781
|
exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
|
|
10769
10782
|
|
|
10770
|
-
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":
|
|
10783
|
+
},{"../../bibliotecas/primitivas-dicionario":31,"../../bibliotecas/primitivas-numero":32,"../../bibliotecas/primitivas-texto":33,"../../bibliotecas/primitivas-vetor":34,"../../construtos":67,"../../construtos/tuplas":86,"../../declaracoes":117,"../../inferenciador":150,"../../informacao-elemento-sintatico":151,"../../lexador/simbolo":251,"../../tipos-de-dados/delegua":253,"../../tipos-de-simbolos/tenda":265,"../avaliador-sintatico-base":10,"./../erro-avaliador-sintatico":21,"./../informacao-escopo":23,"./../pilha-escopos":27,"browser-process-hrtime":451}],18:[function(require,module,exports){
|
|
10771
10784
|
"use strict";
|
|
10772
10785
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10773
10786
|
if (k2 === undefined) k2 = k;
|
|
@@ -11036,7 +11049,7 @@ class MicroAvaliadorSintaticoPitugues extends micro_avaliador_sintatico_base_1.M
|
|
|
11036
11049
|
}
|
|
11037
11050
|
exports.MicroAvaliadorSintaticoPitugues = MicroAvaliadorSintaticoPitugues;
|
|
11038
11051
|
|
|
11039
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
11052
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150,"../../tipos-de-simbolos/pitugues":262,"../micro-avaliador-sintatico-base":24}],20:[function(require,module,exports){
|
|
11040
11053
|
"use strict";
|
|
11041
11054
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11042
11055
|
exports.ElementoMontaoTipos = void 0;
|
|
@@ -11222,7 +11235,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
11222
11235
|
}
|
|
11223
11236
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
11224
11237
|
|
|
11225
|
-
},{"../construtos":67,"../tipos-de-simbolos/comum":
|
|
11238
|
+
},{"../construtos":67,"../tipos-de-simbolos/comum":257,"./erro-avaliador-sintatico":21}],25:[function(require,module,exports){
|
|
11226
11239
|
"use strict";
|
|
11227
11240
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11228
11241
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11455,7 +11468,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
11455
11468
|
}
|
|
11456
11469
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
11457
11470
|
|
|
11458
|
-
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
11471
|
+
},{"../construtos":67,"../tipos-de-simbolos/microgramaticas/delegua":261,"./micro-avaliador-sintatico-base":24}],26:[function(require,module,exports){
|
|
11459
11472
|
"use strict";
|
|
11460
11473
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11461
11474
|
exports.MontaoTipos = void 0;
|
|
@@ -11506,7 +11519,7 @@ class MontaoTipos {
|
|
|
11506
11519
|
}
|
|
11507
11520
|
exports.MontaoTipos = MontaoTipos;
|
|
11508
11521
|
|
|
11509
|
-
},{"../geracao-identificadores":
|
|
11522
|
+
},{"../geracao-identificadores":148,"./erro-avaliador-sintatico":21}],27:[function(require,module,exports){
|
|
11510
11523
|
"use strict";
|
|
11511
11524
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11512
11525
|
exports.PilhaEscopos = void 0;
|
|
@@ -12797,7 +12810,7 @@ async function vetor(interpretador, tupla) {
|
|
|
12797
12810
|
return resultadoFinal;
|
|
12798
12811
|
}
|
|
12799
12812
|
|
|
12800
|
-
},{"../construtos":67,"../excecoes":
|
|
12813
|
+
},{"../construtos":67,"../excecoes":141,"../interpretador/estruturas":214,"../interpretador/estruturas/descritor-tipo-classe":211,"../interpretador/estruturas/funcao-padrao":213,"../interpretador/estruturas/objeto-delegua-classe":219,"../quebras":252}],30:[function(require,module,exports){
|
|
12801
12814
|
"use strict";
|
|
12802
12815
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12803
12816
|
const excecoes_1 = require("../../../excecoes");
|
|
@@ -12834,7 +12847,7 @@ exports.default = {
|
|
|
12834
12847
|
},
|
|
12835
12848
|
};
|
|
12836
12849
|
|
|
12837
|
-
},{"../../../construtos":67,"../../../excecoes":
|
|
12850
|
+
},{"../../../construtos":67,"../../../excecoes":141,"../../../informacao-elemento-sintatico":151}],31:[function(require,module,exports){
|
|
12838
12851
|
"use strict";
|
|
12839
12852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12840
12853
|
const construtos_1 = require("../construtos");
|
|
@@ -12947,7 +12960,7 @@ exports.default = {
|
|
|
12947
12960
|
},
|
|
12948
12961
|
};
|
|
12949
12962
|
|
|
12950
|
-
},{"../construtos":67,"../informacao-elemento-sintatico":
|
|
12963
|
+
},{"../construtos":67,"../informacao-elemento-sintatico":151}],32:[function(require,module,exports){
|
|
12951
12964
|
"use strict";
|
|
12952
12965
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12953
12966
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13032,7 +13045,7 @@ exports.default = {
|
|
|
13032
13045
|
},
|
|
13033
13046
|
};
|
|
13034
13047
|
|
|
13035
|
-
},{"../informacao-elemento-sintatico":
|
|
13048
|
+
},{"../informacao-elemento-sintatico":151}],33:[function(require,module,exports){
|
|
13036
13049
|
"use strict";
|
|
13037
13050
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13038
13051
|
exports.implementacaoParticao = void 0;
|
|
@@ -13431,7 +13444,7 @@ exports.default = {
|
|
|
13431
13444
|
},
|
|
13432
13445
|
};
|
|
13433
13446
|
|
|
13434
|
-
},{"../construtos":67,"../excecoes":
|
|
13447
|
+
},{"../construtos":67,"../excecoes":141,"../informacao-elemento-sintatico":151}],34:[function(require,module,exports){
|
|
13435
13448
|
"use strict";
|
|
13436
13449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13437
13450
|
const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
|
|
@@ -13842,7 +13855,7 @@ exports.default = {
|
|
|
13842
13855
|
},
|
|
13843
13856
|
};
|
|
13844
13857
|
|
|
13845
|
-
},{"../construtos":67,"../excecoes":
|
|
13858
|
+
},{"../construtos":67,"../excecoes":141,"../inferenciador":150,"../informacao-elemento-sintatico":151}],35:[function(require,module,exports){
|
|
13846
13859
|
"use strict";
|
|
13847
13860
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13848
13861
|
exports.construirModuloAfirmar = construirModuloAfirmar;
|
|
@@ -13910,7 +13923,7 @@ function construirModuloAfirmar() {
|
|
|
13910
13923
|
return modulo;
|
|
13911
13924
|
}
|
|
13912
13925
|
|
|
13913
|
-
},{"../../excecoes/erro-de-assertiva":
|
|
13926
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217}],36:[function(require,module,exports){
|
|
13914
13927
|
"use strict";
|
|
13915
13928
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13916
13929
|
exports.construirModuloDeTestes = construirModuloDeTestes;
|
|
@@ -14090,7 +14103,7 @@ function construirModuloDeTestes(interpretador, registro) {
|
|
|
14090
14103
|
return modulo;
|
|
14091
14104
|
}
|
|
14092
14105
|
|
|
14093
|
-
},{"../../excecoes/erro-de-assertiva":
|
|
14106
|
+
},{"../../excecoes/erro-de-assertiva":139,"../../interpretador/estruturas/funcao-padrao":213,"../../interpretador/estruturas/modulo":217,"./modulo-afirmar":35}],37:[function(require,module,exports){
|
|
14094
14107
|
"use strict";
|
|
14095
14108
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14096
14109
|
exports.RegistroTestes = void 0;
|
|
@@ -14562,7 +14575,7 @@ class Binario {
|
|
|
14562
14575
|
}
|
|
14563
14576
|
exports.Binario = Binario;
|
|
14564
14577
|
|
|
14565
|
-
},{"../tipos-de-simbolos/delegua":
|
|
14578
|
+
},{"../tipos-de-simbolos/delegua":258}],51:[function(require,module,exports){
|
|
14566
14579
|
"use strict";
|
|
14567
14580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14568
14581
|
exports.Bote = void 0;
|
|
@@ -14617,7 +14630,7 @@ class Chamada {
|
|
|
14617
14630
|
}
|
|
14618
14631
|
exports.Chamada = Chamada;
|
|
14619
14632
|
|
|
14620
|
-
},{"../geracao-identificadores":
|
|
14633
|
+
},{"../geracao-identificadores":148}],53:[function(require,module,exports){
|
|
14621
14634
|
"use strict";
|
|
14622
14635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14623
14636
|
exports.ComentarioComoConstruto = void 0;
|
|
@@ -15125,7 +15138,7 @@ class Leia {
|
|
|
15125
15138
|
}
|
|
15126
15139
|
exports.Leia = Leia;
|
|
15127
15140
|
|
|
15128
|
-
},{"../geracao-identificadores":
|
|
15141
|
+
},{"../geracao-identificadores":148}],70:[function(require,module,exports){
|
|
15129
15142
|
"use strict";
|
|
15130
15143
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15131
15144
|
exports.ListaCompreensao = void 0;
|
|
@@ -15953,7 +15966,20 @@ class Ajuda extends declaracao_1.Declaracao {
|
|
|
15953
15966
|
}
|
|
15954
15967
|
exports.Ajuda = Ajuda;
|
|
15955
15968
|
|
|
15956
|
-
},{"./declaracao":
|
|
15969
|
+
},{"./declaracao":106}],98:[function(require,module,exports){
|
|
15970
|
+
"use strict";
|
|
15971
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15972
|
+
exports.BlocoPegue = void 0;
|
|
15973
|
+
class BlocoPegue {
|
|
15974
|
+
constructor(parametro, tipoExcecao, corpo = []) {
|
|
15975
|
+
this.parametro = parametro;
|
|
15976
|
+
this.tipoExcecao = tipoExcecao;
|
|
15977
|
+
this.corpo = corpo;
|
|
15978
|
+
}
|
|
15979
|
+
}
|
|
15980
|
+
exports.BlocoPegue = BlocoPegue;
|
|
15981
|
+
|
|
15982
|
+
},{}],99:[function(require,module,exports){
|
|
15957
15983
|
"use strict";
|
|
15958
15984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15959
15985
|
exports.Bloco = void 0;
|
|
@@ -15977,7 +16003,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
15977
16003
|
}
|
|
15978
16004
|
exports.Bloco = Bloco;
|
|
15979
16005
|
|
|
15980
|
-
},{"./declaracao":
|
|
16006
|
+
},{"./declaracao":106}],100:[function(require,module,exports){
|
|
15981
16007
|
"use strict";
|
|
15982
16008
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15983
16009
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -15999,7 +16025,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
15999
16025
|
}
|
|
16000
16026
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
16001
16027
|
|
|
16002
|
-
},{"./declaracao":
|
|
16028
|
+
},{"./declaracao":106}],101:[function(require,module,exports){
|
|
16003
16029
|
"use strict";
|
|
16004
16030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16005
16031
|
exports.Classe = void 0;
|
|
@@ -16046,7 +16072,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
16046
16072
|
}
|
|
16047
16073
|
exports.Classe = Classe;
|
|
16048
16074
|
|
|
16049
|
-
},{"./declaracao":
|
|
16075
|
+
},{"./declaracao":106}],102:[function(require,module,exports){
|
|
16050
16076
|
"use strict";
|
|
16051
16077
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16052
16078
|
exports.Comentario = void 0;
|
|
@@ -16071,7 +16097,7 @@ class Comentario extends declaracao_1.Declaracao {
|
|
|
16071
16097
|
}
|
|
16072
16098
|
exports.Comentario = Comentario;
|
|
16073
16099
|
|
|
16074
|
-
},{"./declaracao":
|
|
16100
|
+
},{"./declaracao":106}],103:[function(require,module,exports){
|
|
16075
16101
|
"use strict";
|
|
16076
16102
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16077
16103
|
exports.ConstMultiplo = void 0;
|
|
@@ -16096,7 +16122,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
16096
16122
|
}
|
|
16097
16123
|
exports.ConstMultiplo = ConstMultiplo;
|
|
16098
16124
|
|
|
16099
|
-
},{"./declaracao":
|
|
16125
|
+
},{"./declaracao":106}],104:[function(require,module,exports){
|
|
16100
16126
|
"use strict";
|
|
16101
16127
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16102
16128
|
exports.Const = void 0;
|
|
@@ -16126,7 +16152,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
16126
16152
|
}
|
|
16127
16153
|
exports.Const = Const;
|
|
16128
16154
|
|
|
16129
|
-
},{"./declaracao":
|
|
16155
|
+
},{"./declaracao":106}],105:[function(require,module,exports){
|
|
16130
16156
|
"use strict";
|
|
16131
16157
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16132
16158
|
exports.Continua = void 0;
|
|
@@ -16144,7 +16170,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
16144
16170
|
}
|
|
16145
16171
|
exports.Continua = Continua;
|
|
16146
16172
|
|
|
16147
|
-
},{"./declaracao":
|
|
16173
|
+
},{"./declaracao":106}],106:[function(require,module,exports){
|
|
16148
16174
|
"use strict";
|
|
16149
16175
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16150
16176
|
exports.Declaracao = void 0;
|
|
@@ -16167,7 +16193,7 @@ class Declaracao {
|
|
|
16167
16193
|
}
|
|
16168
16194
|
exports.Declaracao = Declaracao;
|
|
16169
16195
|
|
|
16170
|
-
},{}],
|
|
16196
|
+
},{}],107:[function(require,module,exports){
|
|
16171
16197
|
"use strict";
|
|
16172
16198
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16173
16199
|
exports.Enquanto = void 0;
|
|
@@ -16187,7 +16213,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
16187
16213
|
}
|
|
16188
16214
|
exports.Enquanto = Enquanto;
|
|
16189
16215
|
|
|
16190
|
-
},{"./declaracao":
|
|
16216
|
+
},{"./declaracao":106}],108:[function(require,module,exports){
|
|
16191
16217
|
"use strict";
|
|
16192
16218
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16193
16219
|
exports.Escolha = void 0;
|
|
@@ -16219,7 +16245,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
16219
16245
|
}
|
|
16220
16246
|
exports.Escolha = Escolha;
|
|
16221
16247
|
|
|
16222
|
-
},{"./declaracao":
|
|
16248
|
+
},{"./declaracao":106}],109:[function(require,module,exports){
|
|
16223
16249
|
"use strict";
|
|
16224
16250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16225
16251
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -16238,7 +16264,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
16238
16264
|
}
|
|
16239
16265
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
16240
16266
|
|
|
16241
|
-
},{"./declaracao":
|
|
16267
|
+
},{"./declaracao":106}],110:[function(require,module,exports){
|
|
16242
16268
|
"use strict";
|
|
16243
16269
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16244
16270
|
exports.Escreva = void 0;
|
|
@@ -16257,7 +16283,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
16257
16283
|
}
|
|
16258
16284
|
exports.Escreva = Escreva;
|
|
16259
16285
|
|
|
16260
|
-
},{"./declaracao":
|
|
16286
|
+
},{"./declaracao":106}],111:[function(require,module,exports){
|
|
16261
16287
|
"use strict";
|
|
16262
16288
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16263
16289
|
exports.Expressao = void 0;
|
|
@@ -16276,7 +16302,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
16276
16302
|
}
|
|
16277
16303
|
exports.Expressao = Expressao;
|
|
16278
16304
|
|
|
16279
|
-
},{"./declaracao":
|
|
16305
|
+
},{"./declaracao":106}],112:[function(require,module,exports){
|
|
16280
16306
|
"use strict";
|
|
16281
16307
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16282
16308
|
exports.Extensao = void 0;
|
|
@@ -16306,7 +16332,7 @@ class Extensao extends declaracao_1.Declaracao {
|
|
|
16306
16332
|
}
|
|
16307
16333
|
exports.Extensao = Extensao;
|
|
16308
16334
|
|
|
16309
|
-
},{"./declaracao":
|
|
16335
|
+
},{"./declaracao":106}],113:[function(require,module,exports){
|
|
16310
16336
|
"use strict";
|
|
16311
16337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16312
16338
|
exports.Falhar = void 0;
|
|
@@ -16326,7 +16352,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
16326
16352
|
}
|
|
16327
16353
|
exports.Falhar = Falhar;
|
|
16328
16354
|
|
|
16329
|
-
},{"./declaracao":
|
|
16355
|
+
},{"./declaracao":106}],114:[function(require,module,exports){
|
|
16330
16356
|
"use strict";
|
|
16331
16357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16332
16358
|
exports.Fazer = void 0;
|
|
@@ -16346,7 +16372,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
16346
16372
|
}
|
|
16347
16373
|
exports.Fazer = Fazer;
|
|
16348
16374
|
|
|
16349
|
-
},{"./declaracao":
|
|
16375
|
+
},{"./declaracao":106}],115:[function(require,module,exports){
|
|
16350
16376
|
"use strict";
|
|
16351
16377
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16352
16378
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -16379,7 +16405,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
16379
16405
|
}
|
|
16380
16406
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
16381
16407
|
|
|
16382
|
-
},{"../geracao-identificadores":
|
|
16408
|
+
},{"../geracao-identificadores":148,"./declaracao":106}],116:[function(require,module,exports){
|
|
16383
16409
|
"use strict";
|
|
16384
16410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16385
16411
|
exports.Importar = void 0;
|
|
@@ -16405,7 +16431,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
16405
16431
|
}
|
|
16406
16432
|
exports.Importar = Importar;
|
|
16407
16433
|
|
|
16408
|
-
},{"./declaracao":
|
|
16434
|
+
},{"./declaracao":106}],117:[function(require,module,exports){
|
|
16409
16435
|
"use strict";
|
|
16410
16436
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16411
16437
|
if (k2 === undefined) k2 = k;
|
|
@@ -16423,6 +16449,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16423
16449
|
};
|
|
16424
16450
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16425
16451
|
__exportStar(require("./ajuda"), exports);
|
|
16452
|
+
__exportStar(require("./bloco-pegue"), exports);
|
|
16426
16453
|
__exportStar(require("./bloco"), exports);
|
|
16427
16454
|
__exportStar(require("./cabecalho-programa"), exports);
|
|
16428
16455
|
__exportStar(require("./classe"), exports);
|
|
@@ -16456,7 +16483,7 @@ __exportStar(require("./texto-documentacao"), exports);
|
|
|
16456
16483
|
__exportStar(require("./var"), exports);
|
|
16457
16484
|
__exportStar(require("./var-multiplo"), exports);
|
|
16458
16485
|
|
|
16459
|
-
},{"./ajuda":97,"./bloco":98,"./cabecalho-programa":
|
|
16486
|
+
},{"./ajuda":97,"./bloco":99,"./bloco-pegue":98,"./cabecalho-programa":100,"./classe":101,"./comentario":102,"./const":104,"./const-multiplo":103,"./continua":105,"./declaracao":106,"./enquanto":107,"./escolha":108,"./escreva":110,"./escreva-mesma-linha":109,"./expressao":111,"./extensao":112,"./falhar":113,"./fazer":114,"./funcao":115,"./importar":116,"./inicio-algoritmo":118,"./interface":119,"./para":121,"./para-cada":120,"./propriedade-classe":122,"./retorna":123,"./se":124,"./sustar":125,"./tendo-como":126,"./tente":127,"./texto-documentacao":128,"./var":130,"./var-multiplo":129}],118:[function(require,module,exports){
|
|
16460
16487
|
"use strict";
|
|
16461
16488
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16462
16489
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -16478,7 +16505,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
16478
16505
|
}
|
|
16479
16506
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
16480
16507
|
|
|
16481
|
-
},{"./declaracao":
|
|
16508
|
+
},{"./declaracao":106}],119:[function(require,module,exports){
|
|
16482
16509
|
"use strict";
|
|
16483
16510
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16484
16511
|
exports.InterfaceDeclaracao = exports.AssinaturaMetodo = void 0;
|
|
@@ -16524,7 +16551,7 @@ class InterfaceDeclaracao extends declaracao_1.Declaracao {
|
|
|
16524
16551
|
}
|
|
16525
16552
|
exports.InterfaceDeclaracao = InterfaceDeclaracao;
|
|
16526
16553
|
|
|
16527
|
-
},{"./declaracao":
|
|
16554
|
+
},{"./declaracao":106}],120:[function(require,module,exports){
|
|
16528
16555
|
"use strict";
|
|
16529
16556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16530
16557
|
exports.ParaCada = void 0;
|
|
@@ -16546,7 +16573,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
16546
16573
|
}
|
|
16547
16574
|
exports.ParaCada = ParaCada;
|
|
16548
16575
|
|
|
16549
|
-
},{"./declaracao":
|
|
16576
|
+
},{"./declaracao":106}],121:[function(require,module,exports){
|
|
16550
16577
|
"use strict";
|
|
16551
16578
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16552
16579
|
exports.Para = void 0;
|
|
@@ -16582,7 +16609,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
16582
16609
|
}
|
|
16583
16610
|
exports.Para = Para;
|
|
16584
16611
|
|
|
16585
|
-
},{"./declaracao":
|
|
16612
|
+
},{"./declaracao":106}],122:[function(require,module,exports){
|
|
16586
16613
|
"use strict";
|
|
16587
16614
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16588
16615
|
exports.PropriedadeClasse = void 0;
|
|
@@ -16608,7 +16635,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
16608
16635
|
}
|
|
16609
16636
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
16610
16637
|
|
|
16611
|
-
},{"./declaracao":
|
|
16638
|
+
},{"./declaracao":106}],123:[function(require,module,exports){
|
|
16612
16639
|
"use strict";
|
|
16613
16640
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16614
16641
|
exports.Retorna = void 0;
|
|
@@ -16634,7 +16661,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
16634
16661
|
}
|
|
16635
16662
|
exports.Retorna = Retorna;
|
|
16636
16663
|
|
|
16637
|
-
},{"./declaracao":
|
|
16664
|
+
},{"./declaracao":106}],124:[function(require,module,exports){
|
|
16638
16665
|
"use strict";
|
|
16639
16666
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16640
16667
|
exports.Se = void 0;
|
|
@@ -16665,7 +16692,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
16665
16692
|
}
|
|
16666
16693
|
exports.Se = Se;
|
|
16667
16694
|
|
|
16668
|
-
},{"./declaracao":
|
|
16695
|
+
},{"./declaracao":106}],125:[function(require,module,exports){
|
|
16669
16696
|
"use strict";
|
|
16670
16697
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16671
16698
|
exports.Sustar = void 0;
|
|
@@ -16683,7 +16710,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
16683
16710
|
}
|
|
16684
16711
|
exports.Sustar = Sustar;
|
|
16685
16712
|
|
|
16686
|
-
},{"./declaracao":
|
|
16713
|
+
},{"./declaracao":106}],126:[function(require,module,exports){
|
|
16687
16714
|
"use strict";
|
|
16688
16715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16689
16716
|
exports.TendoComo = void 0;
|
|
@@ -16709,7 +16736,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
16709
16736
|
}
|
|
16710
16737
|
exports.TendoComo = TendoComo;
|
|
16711
16738
|
|
|
16712
|
-
},{"./declaracao":
|
|
16739
|
+
},{"./declaracao":106}],127:[function(require,module,exports){
|
|
16713
16740
|
"use strict";
|
|
16714
16741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16715
16742
|
exports.Tente = void 0;
|
|
@@ -16730,9 +16757,9 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16730
16757
|
}
|
|
16731
16758
|
paraTexto() {
|
|
16732
16759
|
const tente = this.caminhoTente.map((d) => d.paraTexto()).join('');
|
|
16733
|
-
const pegue =
|
|
16734
|
-
|
|
16735
|
-
|
|
16760
|
+
const pegue = this.caminhoPegue
|
|
16761
|
+
.map((b) => b.corpo.map((d) => d.paraTexto()).join(''))
|
|
16762
|
+
.join('');
|
|
16736
16763
|
const senao = this.caminhoSenao.map((d) => d.paraTexto()).join('');
|
|
16737
16764
|
const finalmente = this.caminhoFinalmente.map((d) => d.paraTexto()).join('');
|
|
16738
16765
|
return `<tente><tente-corpo>${tente}</tente-corpo><pegue>${pegue}</pegue><senão>${senao}</senão><finalmente>${finalmente}</finalmente></tente>`;
|
|
@@ -16740,7 +16767,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
16740
16767
|
}
|
|
16741
16768
|
exports.Tente = Tente;
|
|
16742
16769
|
|
|
16743
|
-
},{"./declaracao":
|
|
16770
|
+
},{"./declaracao":106}],128:[function(require,module,exports){
|
|
16744
16771
|
"use strict";
|
|
16745
16772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16746
16773
|
exports.TextoDocumentacao = void 0;
|
|
@@ -16762,7 +16789,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
|
|
|
16762
16789
|
}
|
|
16763
16790
|
exports.TextoDocumentacao = TextoDocumentacao;
|
|
16764
16791
|
|
|
16765
|
-
},{"./declaracao":
|
|
16792
|
+
},{"./declaracao":106}],129:[function(require,module,exports){
|
|
16766
16793
|
"use strict";
|
|
16767
16794
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16768
16795
|
exports.VarMultiplo = void 0;
|
|
@@ -16788,7 +16815,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
16788
16815
|
}
|
|
16789
16816
|
exports.VarMultiplo = VarMultiplo;
|
|
16790
16817
|
|
|
16791
|
-
},{"./declaracao":
|
|
16818
|
+
},{"./declaracao":106}],130:[function(require,module,exports){
|
|
16792
16819
|
"use strict";
|
|
16793
16820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16794
16821
|
exports.Var = void 0;
|
|
@@ -16823,7 +16850,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
16823
16850
|
}
|
|
16824
16851
|
exports.Var = Var;
|
|
16825
16852
|
|
|
16826
|
-
},{"./declaracao":
|
|
16853
|
+
},{"./declaracao":106}],131:[function(require,module,exports){
|
|
16827
16854
|
"use strict";
|
|
16828
16855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16829
16856
|
exports.EstilizadorDelegua = void 0;
|
|
@@ -17072,7 +17099,7 @@ class EstilizadorDelegua {
|
|
|
17072
17099
|
}
|
|
17073
17100
|
exports.EstilizadorDelegua = EstilizadorDelegua;
|
|
17074
17101
|
|
|
17075
|
-
},{"../formatadores":
|
|
17102
|
+
},{"../formatadores":147,"./quebrador-linha":133}],132:[function(require,module,exports){
|
|
17076
17103
|
"use strict";
|
|
17077
17104
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17078
17105
|
if (k2 === undefined) k2 = k;
|
|
@@ -17093,7 +17120,7 @@ __exportStar(require("./estilizador-delegua"), exports);
|
|
|
17093
17120
|
__exportStar(require("./quebrador-linha"), exports);
|
|
17094
17121
|
__exportStar(require("./regras"), exports);
|
|
17095
17122
|
|
|
17096
|
-
},{"./estilizador-delegua":
|
|
17123
|
+
},{"./estilizador-delegua":131,"./quebrador-linha":133,"./regras":134}],133:[function(require,module,exports){
|
|
17097
17124
|
"use strict";
|
|
17098
17125
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17099
17126
|
exports.QuebradorDeLinha = void 0;
|
|
@@ -17291,7 +17318,7 @@ class QuebradorDeLinha {
|
|
|
17291
17318
|
}
|
|
17292
17319
|
exports.QuebradorDeLinha = QuebradorDeLinha;
|
|
17293
17320
|
|
|
17294
|
-
},{}],
|
|
17321
|
+
},{}],134:[function(require,module,exports){
|
|
17295
17322
|
"use strict";
|
|
17296
17323
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17297
17324
|
if (k2 === undefined) k2 = k;
|
|
@@ -17313,7 +17340,7 @@ __exportStar(require("./regra-convencao-nomenclatura"), exports);
|
|
|
17313
17340
|
__exportStar(require("./regra-explicitar-tipos-parametros"), exports);
|
|
17314
17341
|
__exportStar(require("./regra-paradigma-consistente"), exports);
|
|
17315
17342
|
|
|
17316
|
-
},{"./regra-convencao-nomenclatura":
|
|
17343
|
+
},{"./regra-convencao-nomenclatura":135,"./regra-explicitar-tipos-parametros":136,"./regra-fortalecer-tipos":137,"./regra-paradigma-consistente":138}],135:[function(require,module,exports){
|
|
17317
17344
|
"use strict";
|
|
17318
17345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17319
17346
|
exports.RegraConvencaoNomenclatura = void 0;
|
|
@@ -17482,7 +17509,7 @@ class RegraConvencaoNomenclatura {
|
|
|
17482
17509
|
}
|
|
17483
17510
|
exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
|
|
17484
17511
|
|
|
17485
|
-
},{"../../declaracoes":
|
|
17512
|
+
},{"../../declaracoes":117}],136:[function(require,module,exports){
|
|
17486
17513
|
"use strict";
|
|
17487
17514
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17488
17515
|
exports.RegraExplicitarTiposParametros = void 0;
|
|
@@ -17533,7 +17560,7 @@ class RegraExplicitarTiposParametros {
|
|
|
17533
17560
|
}
|
|
17534
17561
|
exports.RegraExplicitarTiposParametros = RegraExplicitarTiposParametros;
|
|
17535
17562
|
|
|
17536
|
-
},{}],
|
|
17563
|
+
},{}],137:[function(require,module,exports){
|
|
17537
17564
|
"use strict";
|
|
17538
17565
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17539
17566
|
exports.RegraFortalecerTipos = void 0;
|
|
@@ -17618,7 +17645,7 @@ class RegraFortalecerTipos {
|
|
|
17618
17645
|
}
|
|
17619
17646
|
exports.RegraFortalecerTipos = RegraFortalecerTipos;
|
|
17620
17647
|
|
|
17621
|
-
},{"../../construtos":67,"../../declaracoes":
|
|
17648
|
+
},{"../../construtos":67,"../../declaracoes":117,"../../inferenciador":150}],138:[function(require,module,exports){
|
|
17622
17649
|
"use strict";
|
|
17623
17650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17624
17651
|
exports.RegraParadigmaConsistente = void 0;
|
|
@@ -17708,7 +17735,7 @@ class RegraParadigmaConsistente {
|
|
|
17708
17735
|
}
|
|
17709
17736
|
exports.RegraParadigmaConsistente = RegraParadigmaConsistente;
|
|
17710
17737
|
|
|
17711
|
-
},{"../../construtos/leia":69,"../../declaracoes":
|
|
17738
|
+
},{"../../construtos/leia":69,"../../declaracoes":117,"../../lexador/mapeamento-paradigmas":247}],139:[function(require,module,exports){
|
|
17712
17739
|
"use strict";
|
|
17713
17740
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17714
17741
|
exports.ErroDeAssertiva = void 0;
|
|
@@ -17723,7 +17750,7 @@ class ErroDeAssertiva extends erro_em_tempo_de_execucao_1.ErroEmTempoDeExecucao
|
|
|
17723
17750
|
}
|
|
17724
17751
|
exports.ErroDeAssertiva = ErroDeAssertiva;
|
|
17725
17752
|
|
|
17726
|
-
},{"./erro-em-tempo-de-execucao":
|
|
17753
|
+
},{"./erro-em-tempo-de-execucao":140}],140:[function(require,module,exports){
|
|
17727
17754
|
"use strict";
|
|
17728
17755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17729
17756
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -17738,7 +17765,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
17738
17765
|
}
|
|
17739
17766
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
17740
17767
|
|
|
17741
|
-
},{}],
|
|
17768
|
+
},{}],141:[function(require,module,exports){
|
|
17742
17769
|
"use strict";
|
|
17743
17770
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17744
17771
|
if (k2 === undefined) k2 = k;
|
|
@@ -17758,11 +17785,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17758
17785
|
__exportStar(require("./erro-de-assertiva"), exports);
|
|
17759
17786
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
17760
17787
|
|
|
17761
|
-
},{"./erro-de-assertiva":
|
|
17788
|
+
},{"./erro-de-assertiva":139,"./erro-em-tempo-de-execucao":140}],142:[function(require,module,exports){
|
|
17762
17789
|
"use strict";
|
|
17763
17790
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17764
17791
|
|
|
17765
|
-
},{}],
|
|
17792
|
+
},{}],143:[function(require,module,exports){
|
|
17766
17793
|
"use strict";
|
|
17767
17794
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
17768
17795
|
if (k2 === undefined) k2 = k;
|
|
@@ -17782,7 +17809,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17782
17809
|
__exportStar(require("./despachador-ffi-interface"), exports);
|
|
17783
17810
|
__exportStar(require("./leitor-definicao"), exports);
|
|
17784
17811
|
|
|
17785
|
-
},{"./despachador-ffi-interface":
|
|
17812
|
+
},{"./despachador-ffi-interface":142,"./leitor-definicao":144}],144:[function(require,module,exports){
|
|
17786
17813
|
"use strict";
|
|
17787
17814
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17788
17815
|
exports.lerMetadadosClasse = lerMetadadosClasse;
|
|
@@ -17839,7 +17866,7 @@ function lerMetadadosMetodo(decoradores, nomeMetodo, prefixo) {
|
|
|
17839
17866
|
return { simbolo: prefixo + nomeMetodo };
|
|
17840
17867
|
}
|
|
17841
17868
|
|
|
17842
|
-
},{"../construtos":67}],
|
|
17869
|
+
},{"../construtos":67}],145:[function(require,module,exports){
|
|
17843
17870
|
"use strict";
|
|
17844
17871
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17845
17872
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -18276,28 +18303,28 @@ class FormatadorDelegua {
|
|
|
18276
18303
|
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18277
18304
|
}
|
|
18278
18305
|
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18279
|
-
|
|
18280
|
-
|
|
18281
|
-
if (
|
|
18282
|
-
|
|
18283
|
-
|
|
18284
|
-
|
|
18285
|
-
|
|
18286
|
-
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18306
|
+
for (const bloco of declaracao.caminhoPegue) {
|
|
18307
|
+
let cabecalho = '} pegue';
|
|
18308
|
+
if (bloco.parametro) {
|
|
18309
|
+
cabecalho += bloco.tipoExcecao
|
|
18310
|
+
? ` (${bloco.parametro.lexema}: ${bloco.tipoExcecao.lexema})`
|
|
18311
|
+
: ` (${bloco.parametro.lexema})`;
|
|
18312
|
+
}
|
|
18313
|
+
this.codigoFormatado += `${cabecalho} {${this.quebraLinha}`;
|
|
18314
|
+
this.indentacaoAtual += this.tamanhoIndentacao;
|
|
18315
|
+
for (let declaracaoBloco of bloco.corpo) {
|
|
18316
|
+
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18290
18317
|
}
|
|
18318
|
+
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18291
18319
|
}
|
|
18292
|
-
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18293
18320
|
if (declaracao.caminhoFinalmente) {
|
|
18294
18321
|
this.codigoFormatado += `} finalmente {${this.quebraLinha}`;
|
|
18295
18322
|
this.indentacaoAtual += this.tamanhoIndentacao;
|
|
18296
18323
|
for (let declaracaoBloco of declaracao.caminhoFinalmente) {
|
|
18297
18324
|
this.formatarDeclaracaoOuConstruto(declaracaoBloco);
|
|
18298
18325
|
}
|
|
18326
|
+
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18299
18327
|
}
|
|
18300
|
-
this.indentacaoAtual -= this.tamanhoIndentacao;
|
|
18301
18328
|
this.codigoFormatado += `${' '.repeat(this.indentacaoAtual)}}${this.quebraLinha}`;
|
|
18302
18329
|
}
|
|
18303
18330
|
visitarDeclaracaoVar(declaracao) {
|
|
@@ -18800,14 +18827,13 @@ class FormatadorDelegua {
|
|
|
18800
18827
|
}
|
|
18801
18828
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
18802
18829
|
|
|
18803
|
-
},{"../construtos":67,"../declaracoes":
|
|
18830
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],146:[function(require,module,exports){
|
|
18804
18831
|
"use strict";
|
|
18805
18832
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18806
18833
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18807
18834
|
};
|
|
18808
18835
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18809
18836
|
exports.FormatadorPitugues = void 0;
|
|
18810
|
-
const construtos_1 = require("../construtos");
|
|
18811
18837
|
const declaracoes_1 = require("../declaracoes");
|
|
18812
18838
|
const pitugues_1 = __importDefault(require("../tipos-de-simbolos/pitugues"));
|
|
18813
18839
|
class FormatadorPitugues {
|
|
@@ -19050,13 +19076,15 @@ class FormatadorPitugues {
|
|
|
19050
19076
|
for (const instrução of declaração.caminhoTente)
|
|
19051
19077
|
await instrução.aceitar(this);
|
|
19052
19078
|
this.diminuirIndentação();
|
|
19053
|
-
|
|
19054
|
-
|
|
19079
|
+
for (const bloco of declaração.caminhoPegue) {
|
|
19080
|
+
let cabecalho = 'pegue';
|
|
19081
|
+
if (bloco.tipoExcecao)
|
|
19082
|
+
cabecalho += ` ${bloco.tipoExcecao.lexema}`;
|
|
19083
|
+
if (bloco.parametro)
|
|
19084
|
+
cabecalho += ` como ${bloco.parametro.lexema}`;
|
|
19085
|
+
this.adicionarLinha(`${cabecalho}:`);
|
|
19055
19086
|
this.aumentarIndentação();
|
|
19056
|
-
const
|
|
19057
|
-
? declaração.caminhoPegue.corpo
|
|
19058
|
-
: declaração.caminhoPegue;
|
|
19059
|
-
for (const instrução of declaracoes) {
|
|
19087
|
+
for (const instrução of bloco.corpo) {
|
|
19060
19088
|
await instrução.aceitar(this);
|
|
19061
19089
|
}
|
|
19062
19090
|
this.diminuirIndentação();
|
|
@@ -19272,7 +19300,7 @@ class FormatadorPitugues {
|
|
|
19272
19300
|
}
|
|
19273
19301
|
exports.FormatadorPitugues = FormatadorPitugues;
|
|
19274
19302
|
|
|
19275
|
-
},{"../
|
|
19303
|
+
},{"../declaracoes":117,"../tipos-de-simbolos/pitugues":262}],147:[function(require,module,exports){
|
|
19276
19304
|
"use strict";
|
|
19277
19305
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19278
19306
|
if (k2 === undefined) k2 = k;
|
|
@@ -19292,7 +19320,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19292
19320
|
__exportStar(require("./formatador-delegua"), exports);
|
|
19293
19321
|
__exportStar(require("./formatador-pitugues"), exports);
|
|
19294
19322
|
|
|
19295
|
-
},{"./formatador-delegua":
|
|
19323
|
+
},{"./formatador-delegua":145,"./formatador-pitugues":146}],148:[function(require,module,exports){
|
|
19296
19324
|
"use strict";
|
|
19297
19325
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19298
19326
|
exports.cyrb53 = cyrb53;
|
|
@@ -19336,7 +19364,7 @@ function uuidv4() {
|
|
|
19336
19364
|
});
|
|
19337
19365
|
}
|
|
19338
19366
|
|
|
19339
|
-
},{}],
|
|
19367
|
+
},{}],149:[function(require,module,exports){
|
|
19340
19368
|
"use strict";
|
|
19341
19369
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19342
19370
|
if (k2 === undefined) k2 = k;
|
|
@@ -19366,7 +19394,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
19366
19394
|
__exportStar(require("./lexador"), exports);
|
|
19367
19395
|
__exportStar(require("./tradutores"), exports);
|
|
19368
19396
|
|
|
19369
|
-
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":
|
|
19397
|
+
},{"./analisador-semantico":6,"./avaliador-sintatico":22,"./construtos":67,"./declaracoes":117,"./estilizador":132,"./ffi":143,"./formatadores":147,"./geracao-identificadores":148,"./interfaces":180,"./interpretador":223,"./lexador":243,"./tradutores":266}],150:[function(require,module,exports){
|
|
19370
19398
|
"use strict";
|
|
19371
19399
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
19372
19400
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -19494,7 +19522,7 @@ function inferirTipoVariavel(variavel) {
|
|
|
19494
19522
|
}
|
|
19495
19523
|
}
|
|
19496
19524
|
|
|
19497
|
-
},{"./tipos-de-dados/delegua":
|
|
19525
|
+
},{"./tipos-de-dados/delegua":253,"./tipos-de-dados/primitivos":255,"./tipos-de-simbolos/delegua":258}],151:[function(require,module,exports){
|
|
19498
19526
|
"use strict";
|
|
19499
19527
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19500
19528
|
exports.InformacaoElementoSintatico = void 0;
|
|
@@ -19513,15 +19541,15 @@ class InformacaoElementoSintatico {
|
|
|
19513
19541
|
}
|
|
19514
19542
|
exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
|
|
19515
19543
|
|
|
19516
|
-
},{}],
|
|
19544
|
+
},{}],152:[function(require,module,exports){
|
|
19517
19545
|
"use strict";
|
|
19518
19546
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19519
19547
|
|
|
19520
|
-
},{}],
|
|
19548
|
+
},{}],153:[function(require,module,exports){
|
|
19521
19549
|
"use strict";
|
|
19522
19550
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19523
19551
|
|
|
19524
|
-
},{}],
|
|
19552
|
+
},{}],154:[function(require,module,exports){
|
|
19525
19553
|
"use strict";
|
|
19526
19554
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19527
19555
|
if (k2 === undefined) k2 = k;
|
|
@@ -19542,11 +19570,7 @@ __exportStar(require("./avaliador-sintatico-interface"), exports);
|
|
|
19542
19570
|
__exportStar(require("./correcao-implementacao-interface"), exports);
|
|
19543
19571
|
__exportStar(require("./membro-interface-faltando-interface"), exports);
|
|
19544
19572
|
|
|
19545
|
-
},{"./avaliador-sintatico-interface":
|
|
19546
|
-
"use strict";
|
|
19547
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19548
|
-
|
|
19549
|
-
},{}],155:[function(require,module,exports){
|
|
19573
|
+
},{"./avaliador-sintatico-interface":152,"./correcao-implementacao-interface":153,"./membro-interface-faltando-interface":155}],155:[function(require,module,exports){
|
|
19550
19574
|
"use strict";
|
|
19551
19575
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19552
19576
|
|
|
@@ -19564,6 +19588,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19564
19588
|
|
|
19565
19589
|
},{}],159:[function(require,module,exports){
|
|
19566
19590
|
"use strict";
|
|
19591
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19592
|
+
|
|
19593
|
+
},{}],160:[function(require,module,exports){
|
|
19594
|
+
"use strict";
|
|
19567
19595
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19568
19596
|
if (k2 === undefined) k2 = k;
|
|
19569
19597
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19582,11 +19610,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19582
19610
|
__exportStar(require("./caminho-escolha-interface"), exports);
|
|
19583
19611
|
__exportStar(require("./construto-interface"), exports);
|
|
19584
19612
|
|
|
19585
|
-
},{"./caminho-escolha-interface":
|
|
19613
|
+
},{"./caminho-escolha-interface":158,"./construto-interface":159}],161:[function(require,module,exports){
|
|
19586
19614
|
"use strict";
|
|
19587
19615
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19588
19616
|
|
|
19589
|
-
},{}],
|
|
19617
|
+
},{}],162:[function(require,module,exports){
|
|
19590
19618
|
"use strict";
|
|
19591
19619
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19592
19620
|
if (k2 === undefined) k2 = k;
|
|
@@ -19605,15 +19633,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19605
19633
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19606
19634
|
__exportStar(require("./caminho-se-senao-interface"), exports);
|
|
19607
19635
|
|
|
19608
|
-
},{"./caminho-se-senao-interface":
|
|
19636
|
+
},{"./caminho-se-senao-interface":161}],163:[function(require,module,exports){
|
|
19609
19637
|
"use strict";
|
|
19610
19638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19611
19639
|
|
|
19612
|
-
},{}],
|
|
19640
|
+
},{}],164:[function(require,module,exports){
|
|
19613
19641
|
"use strict";
|
|
19614
19642
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19615
19643
|
|
|
19616
|
-
},{}],
|
|
19644
|
+
},{}],165:[function(require,module,exports){
|
|
19617
19645
|
"use strict";
|
|
19618
19646
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19619
19647
|
if (k2 === undefined) k2 = k;
|
|
@@ -19635,19 +19663,19 @@ __exportStar(require("./fazer-interface"), exports);
|
|
|
19635
19663
|
__exportStar(require("./para-cada-interface"), exports);
|
|
19636
19664
|
__exportStar(require("./para-interface"), exports);
|
|
19637
19665
|
|
|
19638
|
-
},{"./enquanto-interface":
|
|
19666
|
+
},{"./enquanto-interface":163,"./fazer-interface":164,"./para-cada-interface":166,"./para-interface":167}],166:[function(require,module,exports){
|
|
19639
19667
|
"use strict";
|
|
19640
19668
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19641
19669
|
|
|
19642
|
-
},{}],
|
|
19670
|
+
},{}],167:[function(require,module,exports){
|
|
19643
19671
|
"use strict";
|
|
19644
19672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19645
19673
|
|
|
19646
|
-
},{}],
|
|
19674
|
+
},{}],168:[function(require,module,exports){
|
|
19647
19675
|
"use strict";
|
|
19648
19676
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19649
19677
|
|
|
19650
|
-
},{}],
|
|
19678
|
+
},{}],169:[function(require,module,exports){
|
|
19651
19679
|
"use strict";
|
|
19652
19680
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19653
19681
|
if (k2 === undefined) k2 = k;
|
|
@@ -19666,11 +19694,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19666
19694
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19667
19695
|
__exportStar(require("./retorno-resolvedor-interface"), exports);
|
|
19668
19696
|
|
|
19669
|
-
},{"./retorno-resolvedor-interface":
|
|
19670
|
-
"use strict";
|
|
19671
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19672
|
-
|
|
19673
|
-
},{}],170:[function(require,module,exports){
|
|
19697
|
+
},{"./retorno-resolvedor-interface":170}],170:[function(require,module,exports){
|
|
19674
19698
|
"use strict";
|
|
19675
19699
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19676
19700
|
|
|
@@ -19689,6 +19713,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19689
19713
|
},{}],174:[function(require,module,exports){
|
|
19690
19714
|
"use strict";
|
|
19691
19715
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19716
|
+
|
|
19717
|
+
},{}],175:[function(require,module,exports){
|
|
19718
|
+
"use strict";
|
|
19719
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19692
19720
|
exports.DiagnosticoSeveridade = void 0;
|
|
19693
19721
|
var DiagnosticoSeveridade;
|
|
19694
19722
|
(function (DiagnosticoSeveridade) {
|
|
@@ -19698,11 +19726,11 @@ var DiagnosticoSeveridade;
|
|
|
19698
19726
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
19699
19727
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
19700
19728
|
|
|
19701
|
-
},{}],
|
|
19729
|
+
},{}],176:[function(require,module,exports){
|
|
19702
19730
|
"use strict";
|
|
19703
19731
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19704
19732
|
|
|
19705
|
-
},{}],
|
|
19733
|
+
},{}],177:[function(require,module,exports){
|
|
19706
19734
|
"use strict";
|
|
19707
19735
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19708
19736
|
if (k2 === undefined) k2 = k;
|
|
@@ -19724,15 +19752,15 @@ __exportStar(require("./correcao-sugerida-interface"), exports);
|
|
|
19724
19752
|
__exportStar(require("./diagnostico-analisador-semantico-interface"), exports);
|
|
19725
19753
|
__exportStar(require("./erro-interpretador-interface"), exports);
|
|
19726
19754
|
|
|
19727
|
-
},{"./correcao-implementacao-metodo-interface":
|
|
19755
|
+
},{"./correcao-implementacao-metodo-interface":173,"./correcao-sugerida-interface":174,"./diagnostico-analisador-semantico-interface":175,"./erro-interpretador-interface":176}],178:[function(require,module,exports){
|
|
19728
19756
|
"use strict";
|
|
19729
19757
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19730
19758
|
|
|
19731
|
-
},{}],
|
|
19759
|
+
},{}],179:[function(require,module,exports){
|
|
19732
19760
|
"use strict";
|
|
19733
19761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19734
19762
|
|
|
19735
|
-
},{}],
|
|
19763
|
+
},{}],180:[function(require,module,exports){
|
|
19736
19764
|
"use strict";
|
|
19737
19765
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19738
19766
|
if (k2 === undefined) k2 = k;
|
|
@@ -19781,11 +19809,7 @@ __exportStar(require("./erros"), exports);
|
|
|
19781
19809
|
__exportStar(require("./retornos"), exports);
|
|
19782
19810
|
__exportStar(require("./tradutores"), exports);
|
|
19783
19811
|
|
|
19784
|
-
},{"./avaliador-sintatico":
|
|
19785
|
-
"use strict";
|
|
19786
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19787
|
-
|
|
19788
|
-
},{}],181:[function(require,module,exports){
|
|
19812
|
+
},{"./avaliador-sintatico":154,"./componente-modulo-classe-interface":156,"./componente-modulo-funcao-interface":157,"./construtos":160,"./declaracoes":162,"./delegua":165,"./depuracao":168,"./egua-classico":169,"./entrada-tabela-diagnostico-semantico-interface":171,"./entrada-tabela-diagnosticos-sintatico-interface":172,"./erros":177,"./estilizador/estilizador-interface":178,"./formatador-comum-interface":179,"./interpretador-com-depuracao-interface":181,"./interpretador-interface":182,"./iteravel-interface":183,"./lexador-interface":184,"./modulo-interface":185,"./parametro-interface":186,"./pilha-interface":187,"./primitiva-interface":188,"./resolvedor-interface":189,"./resultado-parcial-interpretador-interface":190,"./retornos":191,"./retornos/retorno-execucao-interface":194,"./simbolo-interface":197,"./tradutores":199,"./tradutores/tradutor-interface":200,"./variavel-interface":201,"./visitante-comum-interface":202,"./visitante-delegua-interface":203}],181:[function(require,module,exports){
|
|
19789
19813
|
"use strict";
|
|
19790
19814
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19791
19815
|
|
|
@@ -19823,6 +19847,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19823
19847
|
|
|
19824
19848
|
},{}],190:[function(require,module,exports){
|
|
19825
19849
|
"use strict";
|
|
19850
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19851
|
+
|
|
19852
|
+
},{}],191:[function(require,module,exports){
|
|
19853
|
+
"use strict";
|
|
19826
19854
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19827
19855
|
if (k2 === undefined) k2 = k;
|
|
19828
19856
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19844,11 +19872,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
19844
19872
|
__exportStar(require("./retorno-interpretador-interface"), exports);
|
|
19845
19873
|
__exportStar(require("./retorno-lexador-interface"), exports);
|
|
19846
19874
|
|
|
19847
|
-
},{"./retorno-analisador-semantico-interface":
|
|
19848
|
-
"use strict";
|
|
19849
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19850
|
-
|
|
19851
|
-
},{}],192:[function(require,module,exports){
|
|
19875
|
+
},{"./retorno-analisador-semantico-interface":192,"./retorno-avaliador-sintatico-interface":193,"./retorno-execucao-interface":194,"./retorno-interpretador-interface":195,"./retorno-lexador-interface":196}],192:[function(require,module,exports){
|
|
19852
19876
|
"use strict";
|
|
19853
19877
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19854
19878
|
|
|
@@ -19874,6 +19898,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19874
19898
|
|
|
19875
19899
|
},{}],198:[function(require,module,exports){
|
|
19876
19900
|
"use strict";
|
|
19901
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19902
|
+
|
|
19903
|
+
},{}],199:[function(require,module,exports){
|
|
19904
|
+
"use strict";
|
|
19877
19905
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19878
19906
|
if (k2 === undefined) k2 = k;
|
|
19879
19907
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -19892,11 +19920,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19892
19920
|
__exportStar(require("./contexto-funcao-interface"), exports);
|
|
19893
19921
|
__exportStar(require("./tradutor-interface"), exports);
|
|
19894
19922
|
|
|
19895
|
-
},{"./contexto-funcao-interface":
|
|
19896
|
-
"use strict";
|
|
19897
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19898
|
-
|
|
19899
|
-
},{}],200:[function(require,module,exports){
|
|
19923
|
+
},{"./contexto-funcao-interface":198,"./tradutor-interface":200}],200:[function(require,module,exports){
|
|
19900
19924
|
"use strict";
|
|
19901
19925
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19902
19926
|
|
|
@@ -19910,6 +19934,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19910
19934
|
|
|
19911
19935
|
},{}],203:[function(require,module,exports){
|
|
19912
19936
|
"use strict";
|
|
19937
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19938
|
+
|
|
19939
|
+
},{}],204:[function(require,module,exports){
|
|
19940
|
+
"use strict";
|
|
19913
19941
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19914
19942
|
if (k2 === undefined) k2 = k;
|
|
19915
19943
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -20523,7 +20551,7 @@ function obterAjudaFuncaoPadrao(funcaoPadrao) {
|
|
|
20523
20551
|
}
|
|
20524
20552
|
}
|
|
20525
20553
|
|
|
20526
|
-
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":
|
|
20554
|
+
},{"../bibliotecas/biblioteca-global":29,"../construtos":67,"./estruturas/delegua-funcao":210,"./estruturas/descritor-tipo-classe":211,"./estruturas/funcao-padrao":213,"./estruturas/objeto-delegua-classe":219}],205:[function(require,module,exports){
|
|
20527
20555
|
"use strict";
|
|
20528
20556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20529
20557
|
exports.EspacoMemoria = void 0;
|
|
@@ -20548,7 +20576,7 @@ class EspacoMemoria {
|
|
|
20548
20576
|
}
|
|
20549
20577
|
exports.EspacoMemoria = EspacoMemoria;
|
|
20550
20578
|
|
|
20551
|
-
},{}],
|
|
20579
|
+
},{}],206:[function(require,module,exports){
|
|
20552
20580
|
"use strict";
|
|
20553
20581
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20554
20582
|
exports.Chamavel = void 0;
|
|
@@ -20565,7 +20593,7 @@ class Chamavel {
|
|
|
20565
20593
|
}
|
|
20566
20594
|
exports.Chamavel = Chamavel;
|
|
20567
20595
|
|
|
20568
|
-
},{}],
|
|
20596
|
+
},{}],207:[function(require,module,exports){
|
|
20569
20597
|
"use strict";
|
|
20570
20598
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20571
20599
|
exports.ClasseDeModulo = void 0;
|
|
@@ -20586,7 +20614,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
|
|
|
20586
20614
|
}
|
|
20587
20615
|
exports.ClasseDeModulo = ClasseDeModulo;
|
|
20588
20616
|
|
|
20589
|
-
},{"./chamavel":
|
|
20617
|
+
},{"./chamavel":206}],208:[function(require,module,exports){
|
|
20590
20618
|
"use strict";
|
|
20591
20619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20592
20620
|
exports.ClassePadrao = void 0;
|
|
@@ -20627,7 +20655,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
20627
20655
|
}
|
|
20628
20656
|
exports.ClassePadrao = ClassePadrao;
|
|
20629
20657
|
|
|
20630
|
-
},{"./chamavel":
|
|
20658
|
+
},{"./chamavel":206}],209:[function(require,module,exports){
|
|
20631
20659
|
"use strict";
|
|
20632
20660
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20633
20661
|
exports.DeleguaFuncaoNativa = void 0;
|
|
@@ -20670,7 +20698,7 @@ class DeleguaFuncaoNativa extends delegua_funcao_1.DeleguaFuncao {
|
|
|
20670
20698
|
}
|
|
20671
20699
|
exports.DeleguaFuncaoNativa = DeleguaFuncaoNativa;
|
|
20672
20700
|
|
|
20673
|
-
},{"./delegua-funcao":
|
|
20701
|
+
},{"./delegua-funcao":210}],210:[function(require,module,exports){
|
|
20674
20702
|
"use strict";
|
|
20675
20703
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20676
20704
|
exports.DeleguaFuncao = void 0;
|
|
@@ -20873,7 +20901,7 @@ function tipoDeDados(valor) {
|
|
|
20873
20901
|
}
|
|
20874
20902
|
}
|
|
20875
20903
|
|
|
20876
|
-
},{"../../declaracoes":
|
|
20904
|
+
},{"../../declaracoes":117,"../../quebras":252,"../espaco-memoria":205,"./chamavel":206,"./objeto-delegua-classe":219}],211:[function(require,module,exports){
|
|
20877
20905
|
"use strict";
|
|
20878
20906
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20879
20907
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -21188,7 +21216,36 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
21188
21216
|
}
|
|
21189
21217
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
21190
21218
|
|
|
21191
|
-
},{"../../excecoes":
|
|
21219
|
+
},{"../../excecoes":141,"./chamavel":206,"./metodo-polimorfico":215,"./objeto-delegua-classe":219}],212:[function(require,module,exports){
|
|
21220
|
+
"use strict";
|
|
21221
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21222
|
+
exports.EXCECAO_BASE = void 0;
|
|
21223
|
+
const descritor_tipo_classe_1 = require("./descritor-tipo-classe");
|
|
21224
|
+
const delegua_funcao_nativa_1 = require("./delegua-funcao-nativa");
|
|
21225
|
+
const objeto_base_1 = require("./objeto-base");
|
|
21226
|
+
const simboloExcecao = {
|
|
21227
|
+
tipo: 'IDENTIFICADOR',
|
|
21228
|
+
lexema: 'Excecao',
|
|
21229
|
+
literal: null,
|
|
21230
|
+
linha: 0,
|
|
21231
|
+
hashArquivo: -1,
|
|
21232
|
+
};
|
|
21233
|
+
function criarDescritorExcecao() {
|
|
21234
|
+
const descritor = new descritor_tipo_classe_1.DescritorTipoClasse(simboloExcecao, objeto_base_1.OBJETO_BASE, {});
|
|
21235
|
+
descritor.metodos['construtor'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('construtor', 1, (instancia, args) => {
|
|
21236
|
+
if (instancia) {
|
|
21237
|
+
instancia.propriedades['mensagem'] = args[0] ?? null;
|
|
21238
|
+
}
|
|
21239
|
+
});
|
|
21240
|
+
descritor.metodos['paraTexto'] = new delegua_funcao_nativa_1.DeleguaFuncaoNativa('paraTexto', 0, (instancia) => {
|
|
21241
|
+
return String(instancia?.propriedades['mensagem'] ?? '');
|
|
21242
|
+
});
|
|
21243
|
+
descritor.orem = descritor_tipo_classe_1.DescritorTipoClasse.computarOReM(descritor);
|
|
21244
|
+
return descritor;
|
|
21245
|
+
}
|
|
21246
|
+
exports.EXCECAO_BASE = criarDescritorExcecao();
|
|
21247
|
+
|
|
21248
|
+
},{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./objeto-base":218}],213:[function(require,module,exports){
|
|
21192
21249
|
"use strict";
|
|
21193
21250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21194
21251
|
exports.FuncaoPadrao = void 0;
|
|
@@ -21227,7 +21284,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
21227
21284
|
}
|
|
21228
21285
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
21229
21286
|
|
|
21230
|
-
},{"./chamavel":
|
|
21287
|
+
},{"./chamavel":206}],214:[function(require,module,exports){
|
|
21231
21288
|
"use strict";
|
|
21232
21289
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21233
21290
|
if (k2 === undefined) k2 = k;
|
|
@@ -21254,13 +21311,14 @@ __exportStar(require("./delegua-funcao-nativa"), exports);
|
|
|
21254
21311
|
__exportStar(require("./metodo-primitiva"), exports);
|
|
21255
21312
|
__exportStar(require("./metodo-polimorfico"), exports);
|
|
21256
21313
|
__exportStar(require("./modulo"), exports);
|
|
21314
|
+
__exportStar(require("./excecao-base"), exports);
|
|
21257
21315
|
__exportStar(require("./objeto-base"), exports);
|
|
21258
21316
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
21259
21317
|
__exportStar(require("./objeto-padrao"), exports);
|
|
21260
21318
|
__exportStar(require("./referencia-montao"), exports);
|
|
21261
21319
|
__exportStar(require("./super-proxy"), exports);
|
|
21262
21320
|
|
|
21263
|
-
},{"./chamavel":
|
|
21321
|
+
},{"./chamavel":206,"./classe-de-modulo":207,"./classe-padrao":208,"./delegua-funcao":210,"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211,"./excecao-base":212,"./funcao-padrao":213,"./metodo-polimorfico":215,"./metodo-primitiva":216,"./modulo":217,"./objeto-base":218,"./objeto-delegua-classe":219,"./objeto-padrao":220,"./referencia-montao":221,"./super-proxy":222}],215:[function(require,module,exports){
|
|
21264
21322
|
"use strict";
|
|
21265
21323
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21266
21324
|
exports.MetodoPolimorfico = void 0;
|
|
@@ -21438,7 +21496,7 @@ class MetodoPolimorfico extends chamavel_1.Chamavel {
|
|
|
21438
21496
|
}
|
|
21439
21497
|
exports.MetodoPolimorfico = MetodoPolimorfico;
|
|
21440
21498
|
|
|
21441
|
-
},{"../../excecoes":
|
|
21499
|
+
},{"../../excecoes":141,"../../inferenciador":150,"./chamavel":206}],216:[function(require,module,exports){
|
|
21442
21500
|
"use strict";
|
|
21443
21501
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21444
21502
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -21484,7 +21542,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
21484
21542
|
}
|
|
21485
21543
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
21486
21544
|
|
|
21487
|
-
},{"./chamavel":
|
|
21545
|
+
},{"./chamavel":206}],217:[function(require,module,exports){
|
|
21488
21546
|
"use strict";
|
|
21489
21547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21490
21548
|
exports.DeleguaModulo = void 0;
|
|
@@ -21510,7 +21568,7 @@ class DeleguaModulo {
|
|
|
21510
21568
|
}
|
|
21511
21569
|
exports.DeleguaModulo = DeleguaModulo;
|
|
21512
21570
|
|
|
21513
|
-
},{}],
|
|
21571
|
+
},{}],218:[function(require,module,exports){
|
|
21514
21572
|
"use strict";
|
|
21515
21573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21516
21574
|
exports.OBJETO_BASE = void 0;
|
|
@@ -21584,7 +21642,7 @@ function criarDescritorObjeto() {
|
|
|
21584
21642
|
}
|
|
21585
21643
|
exports.OBJETO_BASE = criarDescritorObjeto();
|
|
21586
21644
|
|
|
21587
|
-
},{"./delegua-funcao-nativa":
|
|
21645
|
+
},{"./delegua-funcao-nativa":209,"./descritor-tipo-classe":211}],219:[function(require,module,exports){
|
|
21588
21646
|
"use strict";
|
|
21589
21647
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21590
21648
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -21766,7 +21824,7 @@ class ObjetoDeleguaClasse {
|
|
|
21766
21824
|
}
|
|
21767
21825
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
21768
21826
|
|
|
21769
|
-
},{"../../excecoes":
|
|
21827
|
+
},{"../../excecoes":141}],220:[function(require,module,exports){
|
|
21770
21828
|
"use strict";
|
|
21771
21829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21772
21830
|
exports.ObjetoPadrao = void 0;
|
|
@@ -21800,7 +21858,7 @@ class ObjetoPadrao {
|
|
|
21800
21858
|
}
|
|
21801
21859
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
21802
21860
|
|
|
21803
|
-
},{}],
|
|
21861
|
+
},{}],221:[function(require,module,exports){
|
|
21804
21862
|
"use strict";
|
|
21805
21863
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21806
21864
|
exports.ReferenciaMontao = void 0;
|
|
@@ -21825,7 +21883,7 @@ class ReferenciaMontao {
|
|
|
21825
21883
|
}
|
|
21826
21884
|
exports.ReferenciaMontao = ReferenciaMontao;
|
|
21827
21885
|
|
|
21828
|
-
},{}],
|
|
21886
|
+
},{}],222:[function(require,module,exports){
|
|
21829
21887
|
"use strict";
|
|
21830
21888
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21831
21889
|
exports.SuperProxy = void 0;
|
|
@@ -21864,7 +21922,7 @@ class SuperProxy extends chamavel_1.Chamavel {
|
|
|
21864
21922
|
}
|
|
21865
21923
|
exports.SuperProxy = SuperProxy;
|
|
21866
21924
|
|
|
21867
|
-
},{"./chamavel":
|
|
21925
|
+
},{"./chamavel":206}],223:[function(require,module,exports){
|
|
21868
21926
|
"use strict";
|
|
21869
21927
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21870
21928
|
if (k2 === undefined) k2 = k;
|
|
@@ -21885,7 +21943,7 @@ __exportStar(require("./estruturas"), exports);
|
|
|
21885
21943
|
__exportStar(require("./interpretador"), exports);
|
|
21886
21944
|
__exportStar(require("./interpretador-base"), exports);
|
|
21887
21945
|
|
|
21888
|
-
},{"./estruturas":
|
|
21946
|
+
},{"./estruturas":214,"./interpretador":225,"./interpretador-base":224}],224:[function(require,module,exports){
|
|
21889
21947
|
"use strict";
|
|
21890
21948
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
21891
21949
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -21977,6 +22035,7 @@ class InterpretadorBase {
|
|
|
21977
22035
|
this.pilhaEscoposExecucao.empilhar(escopoExecucao);
|
|
21978
22036
|
// Registrar a classe base `Objeto` no escopo global.
|
|
21979
22037
|
this.pilhaEscoposExecucao.definirVariavel('Objeto', estruturas_1.OBJETO_BASE);
|
|
22038
|
+
this.pilhaEscoposExecucao.definirVariavel('Excecao', estruturas_1.EXCECAO_BASE);
|
|
21980
22039
|
}
|
|
21981
22040
|
/**
|
|
21982
22041
|
* Cede o controle ao loop de eventos do JavaScript.
|
|
@@ -22172,28 +22231,35 @@ class InterpretadorBase {
|
|
|
22172
22231
|
}
|
|
22173
22232
|
async visitarExpressaoFalhar(expressao) {
|
|
22174
22233
|
let valorAvaliado = expressao.explicacao;
|
|
22175
|
-
|
|
22176
|
-
if (expressao.explicacao &&
|
|
22177
|
-
typeof expressao.explicacao.aceitar === 'function') {
|
|
22234
|
+
if (expressao.explicacao && typeof expressao.explicacao.aceitar === 'function') {
|
|
22178
22235
|
valorAvaliado = await this.avaliar(expressao.explicacao);
|
|
22236
|
+
valorAvaliado = this.resolverValor(valorAvaliado);
|
|
22179
22237
|
}
|
|
22180
|
-
let
|
|
22181
|
-
if (valorAvaliado
|
|
22182
|
-
|
|
22183
|
-
}
|
|
22184
|
-
else if (typeof valorAvaliado === 'string') {
|
|
22185
|
-
textoFalha = valorAvaliado;
|
|
22186
|
-
}
|
|
22187
|
-
else if (typeof valorAvaliado === 'object' &&
|
|
22188
|
-
'valor' in valorAvaliado) {
|
|
22189
|
-
// Objetos tipados como { valor: 'mensagem', tipo: 'texto' }
|
|
22190
|
-
textoFalha = String(valorAvaliado.valor);
|
|
22238
|
+
let objetoDelegua;
|
|
22239
|
+
if (valorAvaliado instanceof estruturas_1.ObjetoDeleguaClasse) {
|
|
22240
|
+
objetoDelegua = valorAvaliado;
|
|
22191
22241
|
}
|
|
22192
22242
|
else {
|
|
22193
|
-
|
|
22194
|
-
|
|
22243
|
+
let mensagem;
|
|
22244
|
+
if (valorAvaliado === null || valorAvaliado === undefined) {
|
|
22245
|
+
mensagem = 'nulo';
|
|
22246
|
+
}
|
|
22247
|
+
else if (typeof valorAvaliado === 'string') {
|
|
22248
|
+
mensagem = valorAvaliado;
|
|
22249
|
+
}
|
|
22250
|
+
else if (typeof valorAvaliado === 'object' && 'valor' in valorAvaliado) {
|
|
22251
|
+
mensagem = String(valorAvaliado.valor);
|
|
22252
|
+
}
|
|
22253
|
+
else {
|
|
22254
|
+
mensagem = this.paraTexto(valorAvaliado);
|
|
22255
|
+
}
|
|
22256
|
+
objetoDelegua = new estruturas_1.ObjetoDeleguaClasse(estruturas_1.EXCECAO_BASE);
|
|
22257
|
+
objetoDelegua.propriedades['mensagem'] = mensagem;
|
|
22195
22258
|
}
|
|
22196
|
-
|
|
22259
|
+
const mensagem = objetoDelegua.propriedades['mensagem'] ?? '';
|
|
22260
|
+
const erro = new excecoes_1.ErroEmTempoDeExecucao(expressao.simbolo, mensagem, expressao.linha);
|
|
22261
|
+
erro.valorDelegua = objetoDelegua;
|
|
22262
|
+
throw erro;
|
|
22197
22263
|
}
|
|
22198
22264
|
async visitarExpressaoFimPara(_) {
|
|
22199
22265
|
throw new Error('Método não implementado.');
|
|
@@ -22863,6 +22929,12 @@ class InterpretadorBase {
|
|
|
22863
22929
|
entidadeChamada.constructor === estruturas_1.DeleguaFuncao ||
|
|
22864
22930
|
entidadeChamada.constructor === estruturas_1.MetodoPolimorfico) {
|
|
22865
22931
|
const retornoEntidadeChamada = await entidadeChamada.chamar(this, argumentos);
|
|
22932
|
+
// Desembrulha `RetornoQuebra` para que não se propague além da fronteira de chamada de função
|
|
22933
|
+
// para `executarUltimoEscopo`, o que interromperia o loop de execução externo.
|
|
22934
|
+
// `resolverValor` também resolve qualquer referência do montão enquanto o escopo ainda está vivo.
|
|
22935
|
+
if (retornoEntidadeChamada?.valorRetornado instanceof quebras_1.RetornoQuebra) {
|
|
22936
|
+
return this.resolverValor(retornoEntidadeChamada.valorRetornado.valor);
|
|
22937
|
+
}
|
|
22866
22938
|
return retornoEntidadeChamada;
|
|
22867
22939
|
}
|
|
22868
22940
|
// Chamadas a `super()`.
|
|
@@ -22870,7 +22942,8 @@ class InterpretadorBase {
|
|
|
22870
22942
|
if (expressao.entidadeChamada instanceof construtos_1.Super) {
|
|
22871
22943
|
const descritorSuperclasse = variavelEntidadeChamada.classe.superClasse;
|
|
22872
22944
|
const metodoConstrutor = descritorSuperclasse.encontrarMetodo('construtor');
|
|
22873
|
-
|
|
22945
|
+
const metodoVinculado = metodoConstrutor.funcaoPorMetodoDeClasse(variavelEntidadeChamada);
|
|
22946
|
+
await metodoVinculado.chamar(this, argumentos);
|
|
22874
22947
|
return null;
|
|
22875
22948
|
}
|
|
22876
22949
|
// A função chamada pode ser de uma biblioteca JavaScript.
|
|
@@ -23251,18 +23324,30 @@ class InterpretadorBase {
|
|
|
23251
23324
|
} while (!(retornoExecucao && retornoExecucao.valorRetornado instanceof quebras_1.Quebra) &&
|
|
23252
23325
|
this.eVerdadeiro(await this.avaliar(declaracao.condicaoEnquanto)));
|
|
23253
23326
|
}
|
|
23254
|
-
|
|
23255
|
-
|
|
23256
|
-
|
|
23257
|
-
|
|
23258
|
-
|
|
23259
|
-
|
|
23260
|
-
|
|
23327
|
+
ehInstanciaDe(objeto, nomeTipo) {
|
|
23328
|
+
return objeto.classe.orem.some((d) => d.simboloOriginal?.lexema === nomeTipo);
|
|
23329
|
+
}
|
|
23330
|
+
async executarBlocoPegue(blocos, erro) {
|
|
23331
|
+
const objetoDelegua = erro?.valorDelegua ?? null;
|
|
23332
|
+
for (const bloco of blocos) {
|
|
23333
|
+
const corresponde = !bloco.tipoExcecao ||
|
|
23334
|
+
(objetoDelegua !== null &&
|
|
23335
|
+
this.ehInstanciaDe(objetoDelegua, bloco.tipoExcecao.lexema));
|
|
23336
|
+
if (!corresponde)
|
|
23337
|
+
continue;
|
|
23338
|
+
this.emDeclaracaoTente = false;
|
|
23339
|
+
if (bloco.parametro) {
|
|
23340
|
+
const ambiente = new espaco_memoria_1.EspacoMemoria();
|
|
23341
|
+
ambiente.valores[bloco.parametro.lexema] = {
|
|
23342
|
+
valor: objetoDelegua,
|
|
23343
|
+
tipo: 'qualquer',
|
|
23344
|
+
imutavel: false,
|
|
23345
|
+
};
|
|
23346
|
+
return await this.executarBloco(bloco.corpo, ambiente);
|
|
23347
|
+
}
|
|
23348
|
+
return await this.executarBloco(bloco.corpo);
|
|
23261
23349
|
}
|
|
23262
|
-
|
|
23263
|
-
const literalErro = new construtos_1.Literal(pegue.hashArquivo, pegue.linha, erro.mensagem || erro.message || erro);
|
|
23264
|
-
const chamadaPegue = new construtos_1.Chamada(pegue.hashArquivo, pegue, [literalErro]);
|
|
23265
|
-
return await chamadaPegue.aceitar(this);
|
|
23350
|
+
throw erro;
|
|
23266
23351
|
}
|
|
23267
23352
|
/**
|
|
23268
23353
|
* Interpretação de uma declaração `tente`.
|
|
@@ -23271,6 +23356,7 @@ class InterpretadorBase {
|
|
|
23271
23356
|
async visitarDeclaracaoTente(declaracao) {
|
|
23272
23357
|
let valorRetorno;
|
|
23273
23358
|
let sucessoNoTente = false;
|
|
23359
|
+
const emDeclaracaoTenteAnterior = this.emDeclaracaoTente;
|
|
23274
23360
|
try {
|
|
23275
23361
|
this.emDeclaracaoTente = true;
|
|
23276
23362
|
try {
|
|
@@ -23278,7 +23364,7 @@ class InterpretadorBase {
|
|
|
23278
23364
|
sucessoNoTente = true;
|
|
23279
23365
|
}
|
|
23280
23366
|
catch (erro) {
|
|
23281
|
-
if (declaracao.caminhoPegue
|
|
23367
|
+
if (declaracao.caminhoPegue.length > 0) {
|
|
23282
23368
|
valorRetorno = await this.executarBlocoPegue(declaracao.caminhoPegue, erro);
|
|
23283
23369
|
}
|
|
23284
23370
|
else
|
|
@@ -23292,7 +23378,7 @@ class InterpretadorBase {
|
|
|
23292
23378
|
if (declaracao.caminhoFinalmente) {
|
|
23293
23379
|
valorRetorno = await this.executarBloco(declaracao.caminhoFinalmente);
|
|
23294
23380
|
}
|
|
23295
|
-
this.emDeclaracaoTente =
|
|
23381
|
+
this.emDeclaracaoTente = emDeclaracaoTenteAnterior;
|
|
23296
23382
|
}
|
|
23297
23383
|
return valorRetorno;
|
|
23298
23384
|
}
|
|
@@ -23309,6 +23395,13 @@ class InterpretadorBase {
|
|
|
23309
23395
|
resultadoAvaliacao = resultadoAvaliacao.valorRetornado;
|
|
23310
23396
|
}
|
|
23311
23397
|
let valor = this.resolverValor(resultadoAvaliacao);
|
|
23398
|
+
if (valor instanceof estruturas_1.ObjetoDeleguaClasse) {
|
|
23399
|
+
const metodoParaTexto = valor.classe.encontrarMetodo('paraTexto');
|
|
23400
|
+
if (metodoParaTexto) {
|
|
23401
|
+
const funcaoBound = metodoParaTexto.funcaoPorMetodoDeClasse(valor);
|
|
23402
|
+
valor = this.resolverValor(await funcaoBound.chamar(this, []));
|
|
23403
|
+
}
|
|
23404
|
+
}
|
|
23312
23405
|
formatoTexto += `${this.paraTexto(valor)} `;
|
|
23313
23406
|
}
|
|
23314
23407
|
return formatoTexto.trimEnd();
|
|
@@ -24211,7 +24304,7 @@ class InterpretadorBase {
|
|
|
24211
24304
|
}
|
|
24212
24305
|
exports.InterpretadorBase = InterpretadorBase;
|
|
24213
24306
|
|
|
24214
|
-
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":
|
|
24307
|
+
},{"../avaliador-sintatico":22,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-vetor":34,"../construtos":67,"../excecoes":141,"../inferenciador":150,"../lexador":243,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./espaco-memoria":205,"./estruturas":214,"./estruturas/metodo-primitiva":216,"./pilha-escopos-execucao":227,"browser-process-hrtime":451}],225:[function(require,module,exports){
|
|
24215
24308
|
"use strict";
|
|
24216
24309
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24217
24310
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -24481,14 +24574,34 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
24481
24574
|
}
|
|
24482
24575
|
return Promise.resolve((0, comum_1.pontoEntradaAjuda)(declaracao.funcao, declaracao.elemento));
|
|
24483
24576
|
}
|
|
24577
|
+
criarSimboloDecorador(lexema, linha, hashArquivo) {
|
|
24578
|
+
return {
|
|
24579
|
+
lexema,
|
|
24580
|
+
tipo: 'IDENTIFICADOR',
|
|
24581
|
+
literal: null,
|
|
24582
|
+
linha,
|
|
24583
|
+
hashArquivo,
|
|
24584
|
+
};
|
|
24585
|
+
}
|
|
24586
|
+
async resolverFuncaoDecoradora(nomeDecorador, linha, hashArquivo) {
|
|
24587
|
+
const partesNome = nomeDecorador.split('.');
|
|
24588
|
+
if (partesNome.length === 1) {
|
|
24589
|
+
const variavelDecoradora = this.pilhaEscoposExecucao.obterVariavelPorNome(nomeDecorador);
|
|
24590
|
+
return variavelDecoradora.valor;
|
|
24591
|
+
}
|
|
24592
|
+
let expressaoDecoradora = new construtos_1.Variavel(hashArquivo, this.criarSimboloDecorador(partesNome[0], linha, hashArquivo));
|
|
24593
|
+
for (const parteNome of partesNome.slice(1)) {
|
|
24594
|
+
expressaoDecoradora = new construtos_1.AcessoMetodoOuPropriedade(hashArquivo, expressaoDecoradora, this.criarSimboloDecorador(parteNome, linha, hashArquivo));
|
|
24595
|
+
}
|
|
24596
|
+
return this.resolverValor(await this.avaliar(expressaoDecoradora), true);
|
|
24597
|
+
}
|
|
24484
24598
|
async visitarDeclaracaoDefinicaoFuncao(declaracao) {
|
|
24485
24599
|
let funcao = new estruturas_1.DeleguaFuncao(declaracao.simbolo.lexema, declaracao.funcao);
|
|
24486
24600
|
funcao.documentacao = declaracao.documentacao;
|
|
24487
24601
|
if (declaracao.decoradores && declaracao.decoradores.length > 0) {
|
|
24488
24602
|
for (const decorador of [...declaracao.decoradores].reverse()) {
|
|
24489
24603
|
const nomeDecorador = decorador.nome.slice(1);
|
|
24490
|
-
const
|
|
24491
|
-
const funcaoDecoradora = variavelDecoradora.valor;
|
|
24604
|
+
const funcaoDecoradora = await this.resolverFuncaoDecoradora(nomeDecorador, decorador.linha, decorador.hashArquivo);
|
|
24492
24605
|
const argumentosDecorador = [
|
|
24493
24606
|
{ nome: '', valor: funcao }
|
|
24494
24607
|
];
|
|
@@ -25600,7 +25713,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25600
25713
|
async visitarExpressaoSeTernario(expressao) {
|
|
25601
25714
|
const avaliacaoCondicao = await this.avaliar(expressao.condicao);
|
|
25602
25715
|
const valorAvaliacaoCondicao = this.resolverValor(avaliacaoCondicao);
|
|
25603
|
-
if (valorAvaliacaoCondicao) {
|
|
25716
|
+
if (this.eVerdadeiro(valorAvaliacaoCondicao)) {
|
|
25604
25717
|
return this.avaliar(expressao.expressaoSe);
|
|
25605
25718
|
}
|
|
25606
25719
|
return this.avaliar(expressao.expressaoSenao);
|
|
@@ -25781,7 +25894,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
25781
25894
|
}
|
|
25782
25895
|
exports.Interpretador = Interpretador;
|
|
25783
25896
|
|
|
25784
|
-
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":
|
|
25897
|
+
},{"../bibliotecas/dialetos/pitugues/primitivas-tupla":30,"../bibliotecas/primitivas-dicionario":31,"../bibliotecas/primitivas-numero":32,"../bibliotecas/primitivas-texto":33,"../bibliotecas/primitivas-vetor":34,"../bibliotecas/testes/modulo-testes":36,"../bibliotecas/testes/registro-testes":37,"../construtos":67,"../declaracoes":117,"../excecoes":141,"../inferenciador":150,"../quebras":252,"../tipos-de-dados/delegua":253,"../tipos-de-dados/primitivos":255,"../tipos-de-simbolos/delegua":258,"./comum":204,"./estruturas":214,"./interpretador-base":224,"./montao":226}],226:[function(require,module,exports){
|
|
25785
25898
|
"use strict";
|
|
25786
25899
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25787
25900
|
exports.Montao = void 0;
|
|
@@ -25838,7 +25951,7 @@ class Montao {
|
|
|
25838
25951
|
}
|
|
25839
25952
|
exports.Montao = Montao;
|
|
25840
25953
|
|
|
25841
|
-
},{"../excecoes":
|
|
25954
|
+
},{"../excecoes":141,"../geracao-identificadores":148}],227:[function(require,module,exports){
|
|
25842
25955
|
"use strict";
|
|
25843
25956
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25844
25957
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26179,7 +26292,7 @@ class PilhaEscoposExecucao {
|
|
|
26179
26292
|
}
|
|
26180
26293
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
26181
26294
|
|
|
26182
|
-
},{"../excecoes":
|
|
26295
|
+
},{"../excecoes":141,"../inferenciador":150,"../lexador":243,"../tipos-de-dados/delegua":253,"./estruturas":214}],228:[function(require,module,exports){
|
|
26183
26296
|
"use strict";
|
|
26184
26297
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
26185
26298
|
if (k2 === undefined) k2 = k;
|
|
@@ -26204,7 +26317,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
|
|
|
26204
26317
|
__exportStar(require("./lexador-prisma"), exports);
|
|
26205
26318
|
__exportStar(require("./lexador-tenda"), exports);
|
|
26206
26319
|
|
|
26207
|
-
},{"./lexador-calango":
|
|
26320
|
+
},{"./lexador-calango":229,"./lexador-egua-classico":230,"./lexador-guarani":231,"./lexador-pitugues":232,"./lexador-portugol-ipt":233,"./lexador-prisma":234,"./lexador-tenda":235}],229:[function(require,module,exports){
|
|
26208
26321
|
"use strict";
|
|
26209
26322
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26210
26323
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26519,7 +26632,7 @@ class LexadorCalango {
|
|
|
26519
26632
|
}
|
|
26520
26633
|
exports.LexadorCalango = LexadorCalango;
|
|
26521
26634
|
|
|
26522
|
-
},{"../../tipos-de-simbolos/calango":
|
|
26635
|
+
},{"../../tipos-de-simbolos/calango":256,"../simbolo":251,"./palavras-reservadas/calango":236}],230:[function(require,module,exports){
|
|
26523
26636
|
"use strict";
|
|
26524
26637
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26525
26638
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26812,7 +26925,7 @@ class LexadorEguaClassico {
|
|
|
26812
26925
|
}
|
|
26813
26926
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
26814
26927
|
|
|
26815
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
26928
|
+
},{"../../tipos-de-simbolos/egua-classico":259,"../simbolo":251,"./palavras-reservadas/egua-classico":237}],231:[function(require,module,exports){
|
|
26816
26929
|
"use strict";
|
|
26817
26930
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26818
26931
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26931,7 +27044,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
26931
27044
|
}
|
|
26932
27045
|
exports.LexadorGuarani = LexadorGuarani;
|
|
26933
27046
|
|
|
26934
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
27047
|
+
},{"../../tipos-de-simbolos/guarani":260,"../lexador-base":245,"./palavras-reservadas/guarani":238}],232:[function(require,module,exports){
|
|
26935
27048
|
"use strict";
|
|
26936
27049
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26937
27050
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27474,7 +27587,7 @@ class LexadorPitugues {
|
|
|
27474
27587
|
}
|
|
27475
27588
|
exports.LexadorPitugues = LexadorPitugues;
|
|
27476
27589
|
|
|
27477
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
27590
|
+
},{"../../tipos-de-simbolos/pitugues":262,"../simbolo":251,"./palavras-reservadas/pitugues":239,"browser-process-hrtime":451}],233:[function(require,module,exports){
|
|
27478
27591
|
"use strict";
|
|
27479
27592
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27480
27593
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27783,7 +27896,7 @@ class LexadorPortugolIpt {
|
|
|
27783
27896
|
}
|
|
27784
27897
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
27785
27898
|
|
|
27786
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
27899
|
+
},{"../../tipos-de-simbolos/portugol-ipt":263,"../simbolo":251,"./palavras-reservadas/portugol-ipt":240}],234:[function(require,module,exports){
|
|
27787
27900
|
"use strict";
|
|
27788
27901
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
27789
27902
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28184,7 +28297,7 @@ class LexadorPrisma {
|
|
|
28184
28297
|
}
|
|
28185
28298
|
exports.LexadorPrisma = LexadorPrisma;
|
|
28186
28299
|
|
|
28187
|
-
},{"../../tipos-de-simbolos/prisma":
|
|
28300
|
+
},{"../../tipos-de-simbolos/prisma":264,"../simbolo":251,"./palavras-reservadas/prisma":241,"browser-process-hrtime":451}],235:[function(require,module,exports){
|
|
28188
28301
|
"use strict";
|
|
28189
28302
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28190
28303
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28578,7 +28691,7 @@ class LexadorTenda {
|
|
|
28578
28691
|
}
|
|
28579
28692
|
exports.LexadorTenda = LexadorTenda;
|
|
28580
28693
|
|
|
28581
|
-
},{"../../tipos-de-simbolos/tenda":
|
|
28694
|
+
},{"../../tipos-de-simbolos/tenda":265,"../simbolo":251,"./palavras-reservadas/tenda":242,"browser-process-hrtime":451}],236:[function(require,module,exports){
|
|
28582
28695
|
"use strict";
|
|
28583
28696
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28584
28697
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28626,7 +28739,7 @@ exports.default = {
|
|
|
28626
28739
|
verdadeiro: calango_1.default.VERDADEIRO,
|
|
28627
28740
|
};
|
|
28628
28741
|
|
|
28629
|
-
},{"../../../tipos-de-simbolos/calango":
|
|
28742
|
+
},{"../../../tipos-de-simbolos/calango":256}],237:[function(require,module,exports){
|
|
28630
28743
|
"use strict";
|
|
28631
28744
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28632
28745
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28667,7 +28780,7 @@ exports.palavrasReservadas = {
|
|
|
28667
28780
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
28668
28781
|
};
|
|
28669
28782
|
|
|
28670
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
28783
|
+
},{"../../../tipos-de-simbolos/egua-classico":259}],238:[function(require,module,exports){
|
|
28671
28784
|
"use strict";
|
|
28672
28785
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28673
28786
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28679,7 +28792,7 @@ exports.palavrasReservadas = {
|
|
|
28679
28792
|
hai: guarani_1.default.HAI,
|
|
28680
28793
|
};
|
|
28681
28794
|
|
|
28682
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
28795
|
+
},{"../../../tipos-de-simbolos/guarani":260}],239:[function(require,module,exports){
|
|
28683
28796
|
"use strict";
|
|
28684
28797
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28685
28798
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28741,7 +28854,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
28741
28854
|
verdadeiro: pitugues_1.default.VERDADEIRO,
|
|
28742
28855
|
};
|
|
28743
28856
|
|
|
28744
|
-
},{"../../../tipos-de-simbolos/pitugues":
|
|
28857
|
+
},{"../../../tipos-de-simbolos/pitugues":262}],240:[function(require,module,exports){
|
|
28745
28858
|
"use strict";
|
|
28746
28859
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28747
28860
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28801,7 +28914,7 @@ exports.palavrasReservadas = {
|
|
|
28801
28914
|
não: portugol_ipt_1.default.NAO,
|
|
28802
28915
|
};
|
|
28803
28916
|
|
|
28804
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
28917
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":263}],241:[function(require,module,exports){
|
|
28805
28918
|
"use strict";
|
|
28806
28919
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28807
28920
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28852,7 +28965,7 @@ exports.palavrasReservadas = {
|
|
|
28852
28965
|
verdadeiro: prisma_1.default.VERDADEIRO,
|
|
28853
28966
|
};
|
|
28854
28967
|
|
|
28855
|
-
},{"../../../tipos-de-simbolos/prisma":
|
|
28968
|
+
},{"../../../tipos-de-simbolos/prisma":264}],242:[function(require,module,exports){
|
|
28856
28969
|
"use strict";
|
|
28857
28970
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
28858
28971
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -28910,7 +29023,7 @@ exports.palavrasReservadas = {
|
|
|
28910
29023
|
Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
|
|
28911
29024
|
};
|
|
28912
29025
|
|
|
28913
|
-
},{"../../../tipos-de-simbolos/tenda":
|
|
29026
|
+
},{"../../../tipos-de-simbolos/tenda":265}],243:[function(require,module,exports){
|
|
28914
29027
|
"use strict";
|
|
28915
29028
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
28916
29029
|
if (k2 === undefined) k2 = k;
|
|
@@ -28933,7 +29046,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
28933
29046
|
__exportStar(require("./micro-lexador"), exports);
|
|
28934
29047
|
__exportStar(require("./simbolo"), exports);
|
|
28935
29048
|
|
|
28936
|
-
},{"./dialetos":
|
|
29049
|
+
},{"./dialetos":228,"./lexador":246,"./lexador-base-linha-unica":244,"./micro-lexador":249,"./simbolo":251}],244:[function(require,module,exports){
|
|
28937
29050
|
"use strict";
|
|
28938
29051
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28939
29052
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -29022,7 +29135,7 @@ class LexadorBaseLinhaUnica {
|
|
|
29022
29135
|
}
|
|
29023
29136
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
29024
29137
|
|
|
29025
|
-
},{"./simbolo":
|
|
29138
|
+
},{"./simbolo":251}],245:[function(require,module,exports){
|
|
29026
29139
|
"use strict";
|
|
29027
29140
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29028
29141
|
exports.LexadorBase = void 0;
|
|
@@ -29161,7 +29274,7 @@ class LexadorBase {
|
|
|
29161
29274
|
}
|
|
29162
29275
|
exports.LexadorBase = LexadorBase;
|
|
29163
29276
|
|
|
29164
|
-
},{"./simbolo":
|
|
29277
|
+
},{"./simbolo":251}],246:[function(require,module,exports){
|
|
29165
29278
|
"use strict";
|
|
29166
29279
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29167
29280
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29641,7 +29754,7 @@ class Lexador extends lexador_base_1.LexadorBase {
|
|
|
29641
29754
|
}
|
|
29642
29755
|
exports.Lexador = Lexador;
|
|
29643
29756
|
|
|
29644
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29757
|
+
},{"../tipos-de-simbolos/delegua":258,"./lexador-base":245,"./palavras-reservadas":250,"./simbolo":251,"browser-process-hrtime":451}],247:[function(require,module,exports){
|
|
29645
29758
|
"use strict";
|
|
29646
29759
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29647
29760
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -29824,7 +29937,7 @@ function pertenceAoParadigma(lexema, paradigma) {
|
|
|
29824
29937
|
return paradigmaLexema === paradigma;
|
|
29825
29938
|
}
|
|
29826
29939
|
|
|
29827
|
-
},{"../tipos-de-simbolos/delegua":
|
|
29940
|
+
},{"../tipos-de-simbolos/delegua":258}],248:[function(require,module,exports){
|
|
29828
29941
|
"use strict";
|
|
29829
29942
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29830
29943
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30044,7 +30157,7 @@ class MicroLexadorPitugues {
|
|
|
30044
30157
|
}
|
|
30045
30158
|
exports.MicroLexadorPitugues = MicroLexadorPitugues;
|
|
30046
30159
|
|
|
30047
|
-
},{"../tipos-de-simbolos/pitugues":
|
|
30160
|
+
},{"../tipos-de-simbolos/pitugues":262,"./palavras-reservadas":250,"./simbolo":251}],249:[function(require,module,exports){
|
|
30048
30161
|
"use strict";
|
|
30049
30162
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30050
30163
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30282,7 +30395,7 @@ class MicroLexador {
|
|
|
30282
30395
|
}
|
|
30283
30396
|
exports.MicroLexador = MicroLexador;
|
|
30284
30397
|
|
|
30285
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
30398
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":261,"./palavras-reservadas":250,"./simbolo":251}],250:[function(require,module,exports){
|
|
30286
30399
|
"use strict";
|
|
30287
30400
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
30288
30401
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -30383,7 +30496,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
30383
30496
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
30384
30497
|
};
|
|
30385
30498
|
|
|
30386
|
-
},{"../tipos-de-simbolos/delegua":
|
|
30499
|
+
},{"../tipos-de-simbolos/delegua":258}],251:[function(require,module,exports){
|
|
30387
30500
|
"use strict";
|
|
30388
30501
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30389
30502
|
exports.Simbolo = void 0;
|
|
@@ -30404,7 +30517,7 @@ class Simbolo {
|
|
|
30404
30517
|
}
|
|
30405
30518
|
exports.Simbolo = Simbolo;
|
|
30406
30519
|
|
|
30407
|
-
},{}],
|
|
30520
|
+
},{}],252:[function(require,module,exports){
|
|
30408
30521
|
"use strict";
|
|
30409
30522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30410
30523
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -30429,7 +30542,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
30429
30542
|
}
|
|
30430
30543
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
30431
30544
|
|
|
30432
|
-
},{}],
|
|
30545
|
+
},{}],253:[function(require,module,exports){
|
|
30433
30546
|
"use strict";
|
|
30434
30547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30435
30548
|
exports.default = {
|
|
@@ -30463,7 +30576,7 @@ exports.default = {
|
|
|
30463
30576
|
VETOR_TEXTO: 'texto[]',
|
|
30464
30577
|
};
|
|
30465
30578
|
|
|
30466
|
-
},{}],
|
|
30579
|
+
},{}],254:[function(require,module,exports){
|
|
30467
30580
|
"use strict";
|
|
30468
30581
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30469
30582
|
exports.default = {
|
|
@@ -30493,7 +30606,7 @@ exports.default = {
|
|
|
30493
30606
|
VETOR_TEXTO: 'texto[]',
|
|
30494
30607
|
};
|
|
30495
30608
|
|
|
30496
|
-
},{}],
|
|
30609
|
+
},{}],255:[function(require,module,exports){
|
|
30497
30610
|
"use strict";
|
|
30498
30611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30499
30612
|
exports.default = {
|
|
@@ -30512,7 +30625,7 @@ exports.default = {
|
|
|
30512
30625
|
TEXTO: 'string',
|
|
30513
30626
|
};
|
|
30514
30627
|
|
|
30515
|
-
},{}],
|
|
30628
|
+
},{}],256:[function(require,module,exports){
|
|
30516
30629
|
"use strict";
|
|
30517
30630
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30518
30631
|
exports.default = {
|
|
@@ -30584,7 +30697,7 @@ exports.default = {
|
|
|
30584
30697
|
VIRGULA: 'VIRGULA',
|
|
30585
30698
|
};
|
|
30586
30699
|
|
|
30587
|
-
},{}],
|
|
30700
|
+
},{}],257:[function(require,module,exports){
|
|
30588
30701
|
"use strict";
|
|
30589
30702
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30590
30703
|
exports.default = {
|
|
@@ -30611,7 +30724,7 @@ exports.default = {
|
|
|
30611
30724
|
VIRGULA: 'VIRGULA',
|
|
30612
30725
|
};
|
|
30613
30726
|
|
|
30614
|
-
},{}],
|
|
30727
|
+
},{}],258:[function(require,module,exports){
|
|
30615
30728
|
"use strict";
|
|
30616
30729
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30617
30730
|
exports.default = {
|
|
@@ -30727,7 +30840,7 @@ exports.default = {
|
|
|
30727
30840
|
VIRGULA: 'VIRGULA',
|
|
30728
30841
|
};
|
|
30729
30842
|
|
|
30730
|
-
},{}],
|
|
30843
|
+
},{}],259:[function(require,module,exports){
|
|
30731
30844
|
"use strict";
|
|
30732
30845
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30733
30846
|
exports.default = {
|
|
@@ -30805,7 +30918,7 @@ exports.default = {
|
|
|
30805
30918
|
VIRGULA: 'VIRGULA',
|
|
30806
30919
|
};
|
|
30807
30920
|
|
|
30808
|
-
},{}],
|
|
30921
|
+
},{}],260:[function(require,module,exports){
|
|
30809
30922
|
"use strict";
|
|
30810
30923
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30811
30924
|
exports.default = {
|
|
@@ -30822,7 +30935,7 @@ exports.default = {
|
|
|
30822
30935
|
VIRGULA: 'VIRGULA',
|
|
30823
30936
|
};
|
|
30824
30937
|
|
|
30825
|
-
},{}],
|
|
30938
|
+
},{}],261:[function(require,module,exports){
|
|
30826
30939
|
"use strict";
|
|
30827
30940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30828
30941
|
exports.default = {
|
|
@@ -30875,7 +30988,7 @@ exports.default = {
|
|
|
30875
30988
|
VIRGULA: 'VIRGULA',
|
|
30876
30989
|
};
|
|
30877
30990
|
|
|
30878
|
-
},{}],
|
|
30991
|
+
},{}],262:[function(require,module,exports){
|
|
30879
30992
|
"use strict";
|
|
30880
30993
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30881
30994
|
exports.default = {
|
|
@@ -30970,7 +31083,7 @@ exports.default = {
|
|
|
30970
31083
|
VIRGULA: 'VIRGULA',
|
|
30971
31084
|
};
|
|
30972
31085
|
|
|
30973
|
-
},{}],
|
|
31086
|
+
},{}],263:[function(require,module,exports){
|
|
30974
31087
|
"use strict";
|
|
30975
31088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30976
31089
|
exports.default = {
|
|
@@ -31049,7 +31162,7 @@ exports.default = {
|
|
|
31049
31162
|
VARIAVEL: 'VARIAVEL',
|
|
31050
31163
|
};
|
|
31051
31164
|
|
|
31052
|
-
},{}],
|
|
31165
|
+
},{}],264:[function(require,module,exports){
|
|
31053
31166
|
"use strict";
|
|
31054
31167
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31055
31168
|
exports.default = {
|
|
@@ -31133,7 +31246,7 @@ exports.default = {
|
|
|
31133
31246
|
VIRGULA: 'VIRGULA',
|
|
31134
31247
|
};
|
|
31135
31248
|
|
|
31136
|
-
},{}],
|
|
31249
|
+
},{}],265:[function(require,module,exports){
|
|
31137
31250
|
"use strict";
|
|
31138
31251
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31139
31252
|
// Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
|
|
@@ -31228,7 +31341,7 @@ exports.default = {
|
|
|
31228
31341
|
VIRGULA: 'VIRGULA',
|
|
31229
31342
|
};
|
|
31230
31343
|
|
|
31231
|
-
},{}],
|
|
31344
|
+
},{}],266:[function(require,module,exports){
|
|
31232
31345
|
"use strict";
|
|
31233
31346
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31234
31347
|
if (k2 === undefined) k2 = k;
|
|
@@ -31261,7 +31374,7 @@ __exportStar(require("./tradutor-reverso-python"), exports);
|
|
|
31261
31374
|
__exportStar(require("./tradutor-reverso-tenda"), exports);
|
|
31262
31375
|
__exportStar(require("./tradutor-ruby"), exports);
|
|
31263
31376
|
|
|
31264
|
-
},{"./tradutor-assembly-arm":
|
|
31377
|
+
},{"./tradutor-assembly-arm":275,"./tradutor-assembly-risc-v":276,"./tradutor-assembly-x64":277,"./tradutor-assemblyscript":278,"./tradutor-elixir":279,"./tradutor-javascript":280,"./tradutor-mermaidjs":281,"./tradutor-portugol-ipt":282,"./tradutor-python":283,"./tradutor-reverso-calango":284,"./tradutor-reverso-javascript":285,"./tradutor-reverso-python":286,"./tradutor-reverso-tenda":287,"./tradutor-ruby":288,"./tradutor-webassembly":289}],267:[function(require,module,exports){
|
|
31265
31378
|
"use strict";
|
|
31266
31379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31267
31380
|
exports.ArestaFluxograma = void 0;
|
|
@@ -31273,7 +31386,7 @@ class ArestaFluxograma {
|
|
|
31273
31386
|
}
|
|
31274
31387
|
exports.ArestaFluxograma = ArestaFluxograma;
|
|
31275
31388
|
|
|
31276
|
-
},{}],
|
|
31389
|
+
},{}],268:[function(require,module,exports){
|
|
31277
31390
|
"use strict";
|
|
31278
31391
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
31279
31392
|
if (k2 === undefined) k2 = k;
|
|
@@ -31296,7 +31409,7 @@ __exportStar(require("./subgrafo-funcao"), exports);
|
|
|
31296
31409
|
__exportStar(require("./subgrafo-metodo"), exports);
|
|
31297
31410
|
__exportStar(require("./vertice-fluxograma"), exports);
|
|
31298
31411
|
|
|
31299
|
-
},{"./aresta-fluxograma":
|
|
31412
|
+
},{"./aresta-fluxograma":267,"./subgrafo-classe":269,"./subgrafo-funcao":270,"./subgrafo-metodo":271,"./vertice-fluxograma":272}],269:[function(require,module,exports){
|
|
31300
31413
|
"use strict";
|
|
31301
31414
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31302
31415
|
exports.SubgrafoClasse = void 0;
|
|
@@ -31342,7 +31455,7 @@ class SubgrafoClasse {
|
|
|
31342
31455
|
}
|
|
31343
31456
|
exports.SubgrafoClasse = SubgrafoClasse;
|
|
31344
31457
|
|
|
31345
|
-
},{}],
|
|
31458
|
+
},{}],270:[function(require,module,exports){
|
|
31346
31459
|
"use strict";
|
|
31347
31460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31348
31461
|
exports.SubgrafoFuncao = void 0;
|
|
@@ -31357,7 +31470,7 @@ class SubgrafoFuncao {
|
|
|
31357
31470
|
}
|
|
31358
31471
|
exports.SubgrafoFuncao = SubgrafoFuncao;
|
|
31359
31472
|
|
|
31360
|
-
},{}],
|
|
31473
|
+
},{}],271:[function(require,module,exports){
|
|
31361
31474
|
"use strict";
|
|
31362
31475
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31363
31476
|
exports.SubgrafoMetodo = void 0;
|
|
@@ -31374,7 +31487,7 @@ class SubgrafoMetodo {
|
|
|
31374
31487
|
}
|
|
31375
31488
|
exports.SubgrafoMetodo = SubgrafoMetodo;
|
|
31376
31489
|
|
|
31377
|
-
},{}],
|
|
31490
|
+
},{}],272:[function(require,module,exports){
|
|
31378
31491
|
"use strict";
|
|
31379
31492
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31380
31493
|
exports.VerticeFluxograma = void 0;
|
|
@@ -31391,7 +31504,7 @@ class VerticeFluxograma {
|
|
|
31391
31504
|
}
|
|
31392
31505
|
exports.VerticeFluxograma = VerticeFluxograma;
|
|
31393
31506
|
|
|
31394
|
-
},{}],
|
|
31507
|
+
},{}],273:[function(require,module,exports){
|
|
31395
31508
|
"use strict";
|
|
31396
31509
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
31397
31510
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -32631,7 +32744,7 @@ __decorate([
|
|
|
32631
32744
|
Decorators_1.Override
|
|
32632
32745
|
], Python3Lexer.prototype, "nextToken", null);
|
|
32633
32746
|
|
|
32634
|
-
},{"./python3-parser":
|
|
32747
|
+
},{"./python3-parser":274,"antlr4ts/CommonToken":299,"antlr4ts/Decorators":303,"antlr4ts/Lexer":311,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/LexerATNSimulator":361,"antlr4ts/misc/Utils":422}],274:[function(require,module,exports){
|
|
32635
32748
|
"use strict";
|
|
32636
32749
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
32637
32750
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -43878,7 +43991,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
43878
43991
|
}
|
|
43879
43992
|
exports.Yield_argContext = Yield_argContext;
|
|
43880
43993
|
|
|
43881
|
-
},{"antlr4ts/FailedPredicateException":
|
|
43994
|
+
},{"antlr4ts/FailedPredicateException":307,"antlr4ts/NoViableAltException":315,"antlr4ts/Parser":316,"antlr4ts/ParserRuleContext":319,"antlr4ts/RecognitionException":322,"antlr4ts/Token":328,"antlr4ts/VocabularyImpl":334,"antlr4ts/atn/ATN":336,"antlr4ts/atn/ATNDeserializer":340,"antlr4ts/atn/ParserATNSimulator":377,"antlr4ts/misc/Utils":422}],275:[function(require,module,exports){
|
|
43882
43995
|
"use strict";
|
|
43883
43996
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43884
43997
|
exports.TradutorAssemblyARM = void 0;
|
|
@@ -44590,7 +44703,7 @@ ${labelFim}:`;
|
|
|
44590
44703
|
}
|
|
44591
44704
|
exports.TradutorAssemblyARM = TradutorAssemblyARM;
|
|
44592
44705
|
|
|
44593
|
-
},{"../construtos":67,"../declaracoes":
|
|
44706
|
+
},{"../construtos":67,"../declaracoes":117}],276:[function(require,module,exports){
|
|
44594
44707
|
"use strict";
|
|
44595
44708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44596
44709
|
exports.TradutorAssemblyRISCV = void 0;
|
|
@@ -45279,7 +45392,7 @@ ${labelSenao}:`;
|
|
|
45279
45392
|
}
|
|
45280
45393
|
exports.TradutorAssemblyRISCV = TradutorAssemblyRISCV;
|
|
45281
45394
|
|
|
45282
|
-
},{"../construtos":67,"../declaracoes":
|
|
45395
|
+
},{"../construtos":67,"../declaracoes":117}],277:[function(require,module,exports){
|
|
45283
45396
|
"use strict";
|
|
45284
45397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45285
45398
|
exports.TradutorAssemblyX64 = void 0;
|
|
@@ -46054,7 +46167,7 @@ __delegua_print_int:
|
|
|
46054
46167
|
}
|
|
46055
46168
|
exports.TradutorAssemblyX64 = TradutorAssemblyX64;
|
|
46056
46169
|
|
|
46057
|
-
},{"../construtos":67,"../declaracoes":
|
|
46170
|
+
},{"../construtos":67,"../declaracoes":117}],278:[function(require,module,exports){
|
|
46058
46171
|
"use strict";
|
|
46059
46172
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
46060
46173
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -46474,20 +46587,15 @@ class TradutorAssemblyScript {
|
|
|
46474
46587
|
resultado += ' '.repeat(this.indentacao);
|
|
46475
46588
|
}
|
|
46476
46589
|
resultado += '}';
|
|
46477
|
-
if (declaracaoTente.caminhoPegue
|
|
46590
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
46478
46591
|
resultado += '\ncatch {\n';
|
|
46479
46592
|
resultado += ' '.repeat(this.indentacao);
|
|
46480
|
-
|
|
46481
|
-
for (let declaracao of
|
|
46593
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
46594
|
+
for (let declaracao of bloco.corpo) {
|
|
46482
46595
|
resultado +=
|
|
46483
46596
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
46484
46597
|
}
|
|
46485
46598
|
}
|
|
46486
|
-
else {
|
|
46487
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
46488
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
46489
|
-
}
|
|
46490
|
-
}
|
|
46491
46599
|
resultado += ' '.repeat(this.indentacao);
|
|
46492
46600
|
resultado += '}';
|
|
46493
46601
|
}
|
|
@@ -47248,8 +47356,10 @@ class TradutorAssemblyScript {
|
|
|
47248
47356
|
else if (nome === 'Tente') {
|
|
47249
47357
|
const tente = declaracao;
|
|
47250
47358
|
this.varrerDeclaracoesParaImports(tente.caminhoTente, imports);
|
|
47251
|
-
if (
|
|
47252
|
-
|
|
47359
|
+
if (tente.caminhoPegue.length > 0) {
|
|
47360
|
+
for (const bloco of tente.caminhoPegue) {
|
|
47361
|
+
this.varrerDeclaracoesParaImports(bloco.corpo, imports);
|
|
47362
|
+
}
|
|
47253
47363
|
}
|
|
47254
47364
|
if (tente.caminhoFinalmente && tente.caminhoFinalmente.length > 0) {
|
|
47255
47365
|
this.varrerDeclaracoesParaImports(tente.caminhoFinalmente, imports);
|
|
@@ -47269,7 +47379,7 @@ class TradutorAssemblyScript {
|
|
|
47269
47379
|
}
|
|
47270
47380
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
47271
47381
|
|
|
47272
|
-
},{"../construtos":67,"../declaracoes":
|
|
47382
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],279:[function(require,module,exports){
|
|
47273
47383
|
"use strict";
|
|
47274
47384
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
47275
47385
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48230,7 +48340,7 @@ class TradutorElixir {
|
|
|
48230
48340
|
}
|
|
48231
48341
|
exports.TradutorElixir = TradutorElixir;
|
|
48232
48342
|
|
|
48233
|
-
},{"../tipos-de-simbolos/delegua":
|
|
48343
|
+
},{"../tipos-de-simbolos/delegua":258}],280:[function(require,module,exports){
|
|
48234
48344
|
"use strict";
|
|
48235
48345
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
48236
48346
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -48739,20 +48849,15 @@ class TradutorJavaScript {
|
|
|
48739
48849
|
resultado += ' '.repeat(this.indentacao);
|
|
48740
48850
|
}
|
|
48741
48851
|
resultado += '}';
|
|
48742
|
-
if (declaracaoTente.caminhoPegue
|
|
48852
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
48743
48853
|
resultado += '\ncatch {\n';
|
|
48744
48854
|
resultado += ' '.repeat(this.indentacao);
|
|
48745
|
-
|
|
48746
|
-
for (let declaracao of
|
|
48855
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
48856
|
+
for (let declaracao of bloco.corpo) {
|
|
48747
48857
|
resultado +=
|
|
48748
48858
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
48749
48859
|
}
|
|
48750
48860
|
}
|
|
48751
|
-
else {
|
|
48752
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
48753
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
48754
|
-
}
|
|
48755
|
-
}
|
|
48756
48861
|
resultado += ' '.repeat(this.indentacao);
|
|
48757
48862
|
resultado += '}';
|
|
48758
48863
|
}
|
|
@@ -49022,7 +49127,7 @@ class TradutorJavaScript {
|
|
|
49022
49127
|
}
|
|
49023
49128
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
49024
49129
|
|
|
49025
|
-
},{"../construtos":67,"../declaracoes":
|
|
49130
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],281:[function(require,module,exports){
|
|
49026
49131
|
"use strict";
|
|
49027
49132
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49028
49133
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -49364,15 +49469,15 @@ class TradutorMermaidJs {
|
|
|
49364
49469
|
vertices = vertices.concat(verticesTente);
|
|
49365
49470
|
const ultimaArestaTente = verticesTente.length > 0 ? verticesTente[verticesTente.length - 1].destino : aresta;
|
|
49366
49471
|
const anterioresAposTente = [];
|
|
49367
|
-
// Caminho pegue
|
|
49368
|
-
if (declaracao.caminhoPegue) {
|
|
49472
|
+
// Caminho pegue - se existir
|
|
49473
|
+
if (declaracao.caminhoPegue.length > 0) {
|
|
49369
49474
|
this.anteriores = [aresta];
|
|
49370
49475
|
const arestaPegue = new mermaid_1.ArestaFluxograma(declaracao, `Linha${declaracao.linha}Pegue(pegue)`);
|
|
49371
49476
|
vertices.push(new mermaid_1.VerticeFluxograma(aresta, arestaPegue, 'Erro'));
|
|
49372
49477
|
this.anteriores.push(arestaPegue);
|
|
49373
49478
|
const verticesPegue = [];
|
|
49374
|
-
|
|
49375
|
-
for (const declaracaoPegue of
|
|
49479
|
+
for (const bloco of declaracao.caminhoPegue) {
|
|
49480
|
+
for (const declaracaoPegue of bloco.corpo) {
|
|
49376
49481
|
const verticesDeclaracao = await declaracaoPegue.aceitar(this);
|
|
49377
49482
|
verticesPegue.push(...verticesDeclaracao);
|
|
49378
49483
|
}
|
|
@@ -49851,7 +49956,7 @@ class TradutorMermaidJs {
|
|
|
49851
49956
|
}
|
|
49852
49957
|
exports.TradutorMermaidJs = TradutorMermaidJs;
|
|
49853
49958
|
|
|
49854
|
-
},{"../construtos":67,"../declaracoes":
|
|
49959
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258,"./mermaid":268}],282:[function(require,module,exports){
|
|
49855
49960
|
"use strict";
|
|
49856
49961
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
49857
49962
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50233,7 +50338,7 @@ class TradutorPortugolIpt {
|
|
|
50233
50338
|
}
|
|
50234
50339
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
50235
50340
|
|
|
50236
|
-
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":
|
|
50341
|
+
},{"../avaliador-sintatico/dialetos":18,"../construtos":67,"../declaracoes":117,"../lexador/dialetos":228,"../tipos-de-simbolos/portugol-ipt":263}],283:[function(require,module,exports){
|
|
50237
50342
|
"use strict";
|
|
50238
50343
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50239
50344
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -50860,20 +50965,15 @@ class TradutorPython {
|
|
|
50860
50965
|
resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
|
|
50861
50966
|
resultado += ' '.repeat(this.indentacao);
|
|
50862
50967
|
}
|
|
50863
|
-
if (declaracaoTente.caminhoPegue
|
|
50968
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
50864
50969
|
resultado += '\nexcept:\n';
|
|
50865
50970
|
resultado += ' '.repeat(this.indentacao);
|
|
50866
|
-
|
|
50867
|
-
for (let declaracao of
|
|
50971
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
50972
|
+
for (let declaracao of bloco.corpo) {
|
|
50868
50973
|
resultado +=
|
|
50869
50974
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
50870
50975
|
}
|
|
50871
50976
|
}
|
|
50872
|
-
else {
|
|
50873
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
50874
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
50875
|
-
}
|
|
50876
|
-
}
|
|
50877
50977
|
resultado += ' '.repeat(this.indentacao);
|
|
50878
50978
|
}
|
|
50879
50979
|
if (declaracaoTente.caminhoFinalmente !== null) {
|
|
@@ -50918,7 +51018,7 @@ class TradutorPython {
|
|
|
50918
51018
|
}
|
|
50919
51019
|
exports.TradutorPython = TradutorPython;
|
|
50920
51020
|
|
|
50921
|
-
},{"../construtos":67,"../declaracoes":
|
|
51021
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],284:[function(require,module,exports){
|
|
50922
51022
|
"use strict";
|
|
50923
51023
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
50924
51024
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -51272,7 +51372,7 @@ class TradutorReversoCalango {
|
|
|
51272
51372
|
}
|
|
51273
51373
|
exports.TradutorReversoCalango = TradutorReversoCalango;
|
|
51274
51374
|
|
|
51275
|
-
},{"../tipos-de-simbolos/calango":
|
|
51375
|
+
},{"../tipos-de-simbolos/calango":256}],285:[function(require,module,exports){
|
|
51276
51376
|
"use strict";
|
|
51277
51377
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51278
51378
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -51667,7 +51767,7 @@ class TradutorReversoJavaScript {
|
|
|
51667
51767
|
}
|
|
51668
51768
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
51669
51769
|
|
|
51670
|
-
},{}],
|
|
51770
|
+
},{}],286:[function(require,module,exports){
|
|
51671
51771
|
"use strict";
|
|
51672
51772
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
51673
51773
|
exports.TradutorReversoPython = void 0;
|
|
@@ -52320,7 +52420,7 @@ class TradutorReversoPython extends AbstractParseTreeVisitor_1.AbstractParseTree
|
|
|
52320
52420
|
}
|
|
52321
52421
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
52322
52422
|
|
|
52323
|
-
},{"./python/python3-lexer":
|
|
52423
|
+
},{"./python/python3-lexer":273,"./python/python3-parser":274,"antlr4ts":405,"antlr4ts/tree/AbstractParseTreeVisitor":423}],287:[function(require,module,exports){
|
|
52324
52424
|
"use strict";
|
|
52325
52425
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52326
52426
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -52714,20 +52814,15 @@ class TradutorReversoTenda {
|
|
|
52714
52814
|
resultado += ' '.repeat(this.indentacao);
|
|
52715
52815
|
}
|
|
52716
52816
|
resultado += '}';
|
|
52717
|
-
if (declaracaoTente.caminhoPegue
|
|
52817
|
+
if (declaracaoTente.caminhoPegue?.length > 0) {
|
|
52718
52818
|
resultado += '\ncatch {\n';
|
|
52719
52819
|
resultado += ' '.repeat(this.indentacao);
|
|
52720
|
-
|
|
52721
|
-
for (let declaracao of
|
|
52820
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
52821
|
+
for (let declaracao of bloco.corpo) {
|
|
52722
52822
|
resultado +=
|
|
52723
52823
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
52724
52824
|
}
|
|
52725
52825
|
}
|
|
52726
|
-
else {
|
|
52727
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
52728
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
52729
|
-
}
|
|
52730
|
-
}
|
|
52731
52826
|
resultado += ' '.repeat(this.indentacao);
|
|
52732
52827
|
resultado += '}';
|
|
52733
52828
|
}
|
|
@@ -52911,7 +53006,7 @@ class TradutorReversoTenda {
|
|
|
52911
53006
|
}
|
|
52912
53007
|
exports.TradutorReversoTenda = TradutorReversoTenda;
|
|
52913
53008
|
|
|
52914
|
-
},{"../construtos":67,"../tipos-de-simbolos/tenda":
|
|
53009
|
+
},{"../construtos":67,"../tipos-de-simbolos/tenda":265}],288:[function(require,module,exports){
|
|
52915
53010
|
"use strict";
|
|
52916
53011
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
52917
53012
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -53538,20 +53633,15 @@ class TradutorRuby {
|
|
|
53538
53633
|
resultado += this.dicionarioDeclaracoes[condicao.constructor.name](condicao) + '\n';
|
|
53539
53634
|
resultado += ' '.repeat(this.indentacao);
|
|
53540
53635
|
}
|
|
53541
|
-
if (declaracaoTente.caminhoPegue
|
|
53636
|
+
if (declaracaoTente.caminhoPegue.length > 0) {
|
|
53542
53637
|
resultado += '\nrescue\n';
|
|
53543
53638
|
resultado += ' '.repeat(this.indentacao);
|
|
53544
|
-
|
|
53545
|
-
for (let declaracao of
|
|
53639
|
+
for (const bloco of declaracaoTente.caminhoPegue) {
|
|
53640
|
+
for (let declaracao of bloco.corpo) {
|
|
53546
53641
|
resultado +=
|
|
53547
53642
|
this.dicionarioDeclaracoes[declaracao.constructor.name](declaracao) + '\n';
|
|
53548
53643
|
}
|
|
53549
53644
|
}
|
|
53550
|
-
else {
|
|
53551
|
-
for (let corpo of declaracaoTente.caminhoPegue.corpo) {
|
|
53552
|
-
resultado += this.dicionarioDeclaracoes[corpo.constructor.name](corpo) + '\n';
|
|
53553
|
-
}
|
|
53554
|
-
}
|
|
53555
53645
|
resultado += ' '.repeat(this.indentacao);
|
|
53556
53646
|
}
|
|
53557
53647
|
if (declaracaoTente.caminhoFinalmente !== null) {
|
|
@@ -53598,7 +53688,7 @@ class TradutorRuby {
|
|
|
53598
53688
|
}
|
|
53599
53689
|
exports.TradutorRuby = TradutorRuby;
|
|
53600
53690
|
|
|
53601
|
-
},{"../construtos":67,"../declaracoes":
|
|
53691
|
+
},{"../construtos":67,"../declaracoes":117,"../tipos-de-simbolos/delegua":258}],289:[function(require,module,exports){
|
|
53602
53692
|
"use strict";
|
|
53603
53693
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53604
53694
|
exports.TradutorWebAssembly = void 0;
|
|
@@ -54485,7 +54575,7 @@ process.exit(codigoSaida);
|
|
|
54485
54575
|
}
|
|
54486
54576
|
exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
54487
54577
|
|
|
54488
|
-
},{"../construtos":67,"../declaracoes":
|
|
54578
|
+
},{"../construtos":67,"../declaracoes":117}],290:[function(require,module,exports){
|
|
54489
54579
|
"use strict";
|
|
54490
54580
|
/*!
|
|
54491
54581
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54493,7 +54583,7 @@ exports.TradutorWebAssembly = TradutorWebAssembly;
|
|
|
54493
54583
|
*/
|
|
54494
54584
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54495
54585
|
|
|
54496
|
-
},{}],
|
|
54586
|
+
},{}],291:[function(require,module,exports){
|
|
54497
54587
|
"use strict";
|
|
54498
54588
|
/*!
|
|
54499
54589
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54501,7 +54591,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54501
54591
|
*/
|
|
54502
54592
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54503
54593
|
|
|
54504
|
-
},{}],
|
|
54594
|
+
},{}],292:[function(require,module,exports){
|
|
54505
54595
|
"use strict";
|
|
54506
54596
|
/*!
|
|
54507
54597
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54663,7 +54753,7 @@ __decorate([
|
|
|
54663
54753
|
], ANTLRInputStream.prototype, "toString", null);
|
|
54664
54754
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
54665
54755
|
|
|
54666
|
-
},{"./Decorators":
|
|
54756
|
+
},{"./Decorators":303,"./IntStream":309,"assert":446}],293:[function(require,module,exports){
|
|
54667
54757
|
"use strict";
|
|
54668
54758
|
/*!
|
|
54669
54759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -54746,7 +54836,7 @@ __decorate([
|
|
|
54746
54836
|
], BailErrorStrategy.prototype, "sync", null);
|
|
54747
54837
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
54748
54838
|
|
|
54749
|
-
},{"./Decorators":
|
|
54839
|
+
},{"./Decorators":303,"./DefaultErrorStrategy":304,"./InputMismatchException":308,"./misc/ParseCancellationException":420}],294:[function(require,module,exports){
|
|
54750
54840
|
"use strict";
|
|
54751
54841
|
/*!
|
|
54752
54842
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55236,7 +55326,7 @@ BufferedTokenStream = __decorate([
|
|
|
55236
55326
|
], BufferedTokenStream);
|
|
55237
55327
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
55238
55328
|
|
|
55239
|
-
},{"./CommonToken":
|
|
55329
|
+
},{"./CommonToken":299,"./Decorators":303,"./Lexer":311,"./Token":328,"./misc/Interval":415,"assert":446}],295:[function(require,module,exports){
|
|
55240
55330
|
"use strict";
|
|
55241
55331
|
/*!
|
|
55242
55332
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55244,7 +55334,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
55244
55334
|
*/
|
|
55245
55335
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55246
55336
|
|
|
55247
|
-
},{}],
|
|
55337
|
+
},{}],296:[function(require,module,exports){
|
|
55248
55338
|
"use strict";
|
|
55249
55339
|
/*!
|
|
55250
55340
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55378,7 +55468,7 @@ var CharStreams;
|
|
|
55378
55468
|
// }
|
|
55379
55469
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
55380
55470
|
|
|
55381
|
-
},{"./CodePointBuffer":
|
|
55471
|
+
},{"./CodePointBuffer":297,"./CodePointCharStream":298,"./IntStream":309}],297:[function(require,module,exports){
|
|
55382
55472
|
"use strict";
|
|
55383
55473
|
/*!
|
|
55384
55474
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55613,7 +55703,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
55613
55703
|
CodePointBuffer.Builder = Builder;
|
|
55614
55704
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
55615
55705
|
|
|
55616
|
-
},{"./misc/Character":
|
|
55706
|
+
},{"./misc/Character":411,"assert":446}],298:[function(require,module,exports){
|
|
55617
55707
|
"use strict";
|
|
55618
55708
|
/*!
|
|
55619
55709
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55763,7 +55853,7 @@ __decorate([
|
|
|
55763
55853
|
], CodePointCharStream.prototype, "getText", null);
|
|
55764
55854
|
exports.CodePointCharStream = CodePointCharStream;
|
|
55765
55855
|
|
|
55766
|
-
},{"./Decorators":
|
|
55856
|
+
},{"./Decorators":303,"./IntStream":309,"./misc/Interval":415,"assert":446}],299:[function(require,module,exports){
|
|
55767
55857
|
"use strict";
|
|
55768
55858
|
/*!
|
|
55769
55859
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -55993,7 +56083,7 @@ CommonToken = __decorate([
|
|
|
55993
56083
|
], CommonToken);
|
|
55994
56084
|
exports.CommonToken = CommonToken;
|
|
55995
56085
|
|
|
55996
|
-
},{"./Decorators":
|
|
56086
|
+
},{"./Decorators":303,"./Token":328,"./misc/Interval":415}],300:[function(require,module,exports){
|
|
55997
56087
|
"use strict";
|
|
55998
56088
|
/*!
|
|
55999
56089
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56057,7 +56147,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
56057
56147
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
56058
56148
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
56059
56149
|
|
|
56060
|
-
},{"./CommonToken":
|
|
56150
|
+
},{"./CommonToken":299,"./Decorators":303,"./misc/Interval":415}],301:[function(require,module,exports){
|
|
56061
56151
|
"use strict";
|
|
56062
56152
|
/*!
|
|
56063
56153
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56184,7 +56274,7 @@ CommonTokenStream = __decorate([
|
|
|
56184
56274
|
], CommonTokenStream);
|
|
56185
56275
|
exports.CommonTokenStream = CommonTokenStream;
|
|
56186
56276
|
|
|
56187
|
-
},{"./BufferedTokenStream":
|
|
56277
|
+
},{"./BufferedTokenStream":294,"./Decorators":303,"./Token":328}],302:[function(require,module,exports){
|
|
56188
56278
|
"use strict";
|
|
56189
56279
|
/*!
|
|
56190
56280
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56218,7 +56308,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
56218
56308
|
*/
|
|
56219
56309
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
56220
56310
|
|
|
56221
|
-
},{}],
|
|
56311
|
+
},{}],303:[function(require,module,exports){
|
|
56222
56312
|
"use strict";
|
|
56223
56313
|
/*!
|
|
56224
56314
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -56245,7 +56335,7 @@ function SuppressWarnings(options) {
|
|
|
56245
56335
|
}
|
|
56246
56336
|
exports.SuppressWarnings = SuppressWarnings;
|
|
56247
56337
|
|
|
56248
|
-
},{}],
|
|
56338
|
+
},{}],304:[function(require,module,exports){
|
|
56249
56339
|
"use strict";
|
|
56250
56340
|
/*!
|
|
56251
56341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57059,7 +57149,7 @@ __decorate([
|
|
|
57059
57149
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
57060
57150
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
57061
57151
|
|
|
57062
|
-
},{"./Decorators":
|
|
57152
|
+
},{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./NoViableAltException":315,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/PredictionContext":383,"./misc/IntervalSet":416}],305:[function(require,module,exports){
|
|
57063
57153
|
"use strict";
|
|
57064
57154
|
/*!
|
|
57065
57155
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57135,7 +57225,7 @@ var Dependents;
|
|
|
57135
57225
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
57136
57226
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
57137
57227
|
|
|
57138
|
-
},{}],
|
|
57228
|
+
},{}],306:[function(require,module,exports){
|
|
57139
57229
|
"use strict";
|
|
57140
57230
|
/*!
|
|
57141
57231
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57283,7 +57373,7 @@ __decorate([
|
|
|
57283
57373
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
57284
57374
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
57285
57375
|
|
|
57286
|
-
},{"./Decorators":
|
|
57376
|
+
},{"./Decorators":303,"./misc/BitSet":410,"./misc/Interval":415}],307:[function(require,module,exports){
|
|
57287
57377
|
"use strict";
|
|
57288
57378
|
/*!
|
|
57289
57379
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57348,7 +57438,7 @@ FailedPredicateException = __decorate([
|
|
|
57348
57438
|
], FailedPredicateException);
|
|
57349
57439
|
exports.FailedPredicateException = FailedPredicateException;
|
|
57350
57440
|
|
|
57351
|
-
},{"./Decorators":
|
|
57441
|
+
},{"./Decorators":303,"./RecognitionException":322,"./atn/PredicateTransition":382}],308:[function(require,module,exports){
|
|
57352
57442
|
"use strict";
|
|
57353
57443
|
/*!
|
|
57354
57444
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57388,7 +57478,7 @@ InputMismatchException = __decorate([
|
|
|
57388
57478
|
], InputMismatchException);
|
|
57389
57479
|
exports.InputMismatchException = InputMismatchException;
|
|
57390
57480
|
|
|
57391
|
-
},{"./Decorators":
|
|
57481
|
+
},{"./Decorators":303,"./RecognitionException":322}],309:[function(require,module,exports){
|
|
57392
57482
|
"use strict";
|
|
57393
57483
|
/*!
|
|
57394
57484
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57411,7 +57501,7 @@ var IntStream;
|
|
|
57411
57501
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
57412
57502
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
57413
57503
|
|
|
57414
|
-
},{}],
|
|
57504
|
+
},{}],310:[function(require,module,exports){
|
|
57415
57505
|
"use strict";
|
|
57416
57506
|
/*!
|
|
57417
57507
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57458,7 +57548,7 @@ __decorate([
|
|
|
57458
57548
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
57459
57549
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
57460
57550
|
|
|
57461
|
-
},{"./Decorators":
|
|
57551
|
+
},{"./Decorators":303,"./ParserRuleContext":319}],311:[function(require,module,exports){
|
|
57462
57552
|
"use strict";
|
|
57463
57553
|
/*!
|
|
57464
57554
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57794,7 +57884,7 @@ __decorate([
|
|
|
57794
57884
|
], Lexer.prototype, "charPositionInLine", null);
|
|
57795
57885
|
exports.Lexer = Lexer;
|
|
57796
57886
|
|
|
57797
|
-
},{"./CommonTokenFactory":
|
|
57887
|
+
},{"./CommonTokenFactory":300,"./Decorators":303,"./IntStream":309,"./LexerNoViableAltException":313,"./Recognizer":323,"./Token":328,"./atn/LexerATNSimulator":361,"./misc/IntegerStack":414,"./misc/Interval":415}],312:[function(require,module,exports){
|
|
57798
57888
|
"use strict";
|
|
57799
57889
|
/*!
|
|
57800
57890
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57874,7 +57964,7 @@ LexerInterpreter = __decorate([
|
|
|
57874
57964
|
], LexerInterpreter);
|
|
57875
57965
|
exports.LexerInterpreter = LexerInterpreter;
|
|
57876
57966
|
|
|
57877
|
-
},{"./Decorators":
|
|
57967
|
+
},{"./Decorators":303,"./Lexer":311,"./atn/LexerATNSimulator":361}],313:[function(require,module,exports){
|
|
57878
57968
|
"use strict";
|
|
57879
57969
|
/*!
|
|
57880
57970
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -57931,7 +58021,7 @@ LexerNoViableAltException = __decorate([
|
|
|
57931
58021
|
], LexerNoViableAltException);
|
|
57932
58022
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
57933
58023
|
|
|
57934
|
-
},{"./Decorators":
|
|
58024
|
+
},{"./Decorators":303,"./RecognitionException":322,"./misc/Interval":415,"./misc/Utils":422}],314:[function(require,module,exports){
|
|
57935
58025
|
"use strict";
|
|
57936
58026
|
/*!
|
|
57937
58027
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58141,7 +58231,7 @@ ListTokenSource = __decorate([
|
|
|
58141
58231
|
], ListTokenSource);
|
|
58142
58232
|
exports.ListTokenSource = ListTokenSource;
|
|
58143
58233
|
|
|
58144
|
-
},{"./CommonTokenFactory":
|
|
58234
|
+
},{"./CommonTokenFactory":300,"./Decorators":303,"./Token":328}],315:[function(require,module,exports){
|
|
58145
58235
|
"use strict";
|
|
58146
58236
|
/*!
|
|
58147
58237
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -58196,7 +58286,7 @@ __decorate([
|
|
|
58196
58286
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
58197
58287
|
exports.NoViableAltException = NoViableAltException;
|
|
58198
58288
|
|
|
58199
|
-
},{"./Decorators":
|
|
58289
|
+
},{"./Decorators":303,"./Parser":316,"./RecognitionException":322}],316:[function(require,module,exports){
|
|
58200
58290
|
(function (process){(function (){
|
|
58201
58291
|
"use strict";
|
|
58202
58292
|
/*!
|
|
@@ -59042,7 +59132,7 @@ __decorate([
|
|
|
59042
59132
|
exports.Parser = Parser;
|
|
59043
59133
|
|
|
59044
59134
|
}).call(this)}).call(this,require('_process'))
|
|
59045
|
-
},{"./Decorators":
|
|
59135
|
+
},{"./Decorators":303,"./DefaultErrorStrategy":304,"./Lexer":311,"./ProxyParserErrorListener":321,"./Recognizer":323,"./Token":328,"./atn/ATNDeserializationOptions":339,"./atn/ATNDeserializer":340,"./atn/ParseInfo":376,"./atn/ParserATNSimulator":377,"./atn/ProfilingATNSimulator":386,"./misc/IntegerStack":414,"./misc/Utils":422,"./tree/ErrorNode":424,"./tree/TerminalNode":426,"./tree/pattern/ParseTreePatternMatcher":431,"_process":505}],317:[function(require,module,exports){
|
|
59046
59136
|
"use strict";
|
|
59047
59137
|
/*!
|
|
59048
59138
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59050,7 +59140,7 @@ exports.Parser = Parser;
|
|
|
59050
59140
|
*/
|
|
59051
59141
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59052
59142
|
|
|
59053
|
-
},{}],
|
|
59143
|
+
},{}],318:[function(require,module,exports){
|
|
59054
59144
|
"use strict";
|
|
59055
59145
|
/*!
|
|
59056
59146
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59458,7 +59548,7 @@ ParserInterpreter = __decorate([
|
|
|
59458
59548
|
], ParserInterpreter);
|
|
59459
59549
|
exports.ParserInterpreter = ParserInterpreter;
|
|
59460
59550
|
|
|
59461
|
-
},{"./Decorators":
|
|
59551
|
+
},{"./Decorators":303,"./FailedPredicateException":307,"./InputMismatchException":308,"./InterpreterRuleContext":310,"./Parser":316,"./RecognitionException":322,"./Token":328,"./atn/ATNState":342,"./atn/ATNStateType":343,"./atn/LoopEndState":373,"./atn/ParserATNSimulator":377,"./atn/StarLoopEntryState":395,"./misc/BitSet":410}],319:[function(require,module,exports){
|
|
59462
59552
|
"use strict";
|
|
59463
59553
|
/*!
|
|
59464
59554
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59759,7 +59849,7 @@ __decorate([
|
|
|
59759
59849
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
59760
59850
|
exports.ParserRuleContext = ParserRuleContext;
|
|
59761
59851
|
|
|
59762
|
-
},{"./Decorators":
|
|
59852
|
+
},{"./Decorators":303,"./RuleContext":324,"./misc/Interval":415,"./tree/ErrorNode":424,"./tree/TerminalNode":426}],320:[function(require,module,exports){
|
|
59763
59853
|
"use strict";
|
|
59764
59854
|
/*!
|
|
59765
59855
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59809,7 +59899,7 @@ __decorate([
|
|
|
59809
59899
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
59810
59900
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
59811
59901
|
|
|
59812
|
-
},{"./Decorators":
|
|
59902
|
+
},{"./Decorators":303}],321:[function(require,module,exports){
|
|
59813
59903
|
"use strict";
|
|
59814
59904
|
/*!
|
|
59815
59905
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59868,7 +59958,7 @@ __decorate([
|
|
|
59868
59958
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
59869
59959
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
59870
59960
|
|
|
59871
|
-
},{"./Decorators":
|
|
59961
|
+
},{"./Decorators":303,"./ProxyErrorListener":320}],322:[function(require,module,exports){
|
|
59872
59962
|
"use strict";
|
|
59873
59963
|
/*!
|
|
59874
59964
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -59973,7 +60063,7 @@ class RecognitionException extends Error {
|
|
|
59973
60063
|
}
|
|
59974
60064
|
exports.RecognitionException = RecognitionException;
|
|
59975
60065
|
|
|
59976
|
-
},{}],
|
|
60066
|
+
},{}],323:[function(require,module,exports){
|
|
59977
60067
|
"use strict";
|
|
59978
60068
|
/*!
|
|
59979
60069
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60192,7 +60282,7 @@ __decorate([
|
|
|
60192
60282
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
60193
60283
|
exports.Recognizer = Recognizer;
|
|
60194
60284
|
|
|
60195
|
-
},{"./ConsoleErrorListener":
|
|
60285
|
+
},{"./ConsoleErrorListener":302,"./Decorators":303,"./ProxyErrorListener":320,"./Token":328,"./misc/Utils":422}],324:[function(require,module,exports){
|
|
60196
60286
|
"use strict";
|
|
60197
60287
|
/*!
|
|
60198
60288
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60409,7 +60499,7 @@ __decorate([
|
|
|
60409
60499
|
], RuleContext.prototype, "toStringTree", null);
|
|
60410
60500
|
exports.RuleContext = RuleContext;
|
|
60411
60501
|
|
|
60412
|
-
},{"./Decorators":
|
|
60502
|
+
},{"./Decorators":303,"./ParserRuleContext":319,"./Recognizer":323,"./atn/ATN":336,"./misc/Interval":415,"./tree/RuleNode":425,"./tree/Trees":427}],325:[function(require,module,exports){
|
|
60413
60503
|
"use strict";
|
|
60414
60504
|
/*!
|
|
60415
60505
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60460,7 +60550,7 @@ __decorate([
|
|
|
60460
60550
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
60461
60551
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
60462
60552
|
|
|
60463
|
-
},{"./Decorators":
|
|
60553
|
+
},{"./Decorators":303,"./ParserRuleContext":319,"./atn/ATN":336}],326:[function(require,module,exports){
|
|
60464
60554
|
"use strict";
|
|
60465
60555
|
/*!
|
|
60466
60556
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60483,7 +60573,7 @@ function RuleDependency(dependency) {
|
|
|
60483
60573
|
}
|
|
60484
60574
|
exports.RuleDependency = RuleDependency;
|
|
60485
60575
|
|
|
60486
|
-
},{}],
|
|
60576
|
+
},{}],327:[function(require,module,exports){
|
|
60487
60577
|
"use strict";
|
|
60488
60578
|
/*!
|
|
60489
60579
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60502,7 +60592,7 @@ function RuleVersion(version) {
|
|
|
60502
60592
|
}
|
|
60503
60593
|
exports.RuleVersion = RuleVersion;
|
|
60504
60594
|
|
|
60505
|
-
},{}],
|
|
60595
|
+
},{}],328:[function(require,module,exports){
|
|
60506
60596
|
"use strict";
|
|
60507
60597
|
/*!
|
|
60508
60598
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60542,7 +60632,7 @@ var Token;
|
|
|
60542
60632
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
60543
60633
|
})(Token = exports.Token || (exports.Token = {}));
|
|
60544
60634
|
|
|
60545
|
-
},{"./IntStream":
|
|
60635
|
+
},{"./IntStream":309}],329:[function(require,module,exports){
|
|
60546
60636
|
"use strict";
|
|
60547
60637
|
/*!
|
|
60548
60638
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60550,7 +60640,7 @@ var Token;
|
|
|
60550
60640
|
*/
|
|
60551
60641
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60552
60642
|
|
|
60553
|
-
},{}],
|
|
60643
|
+
},{}],330:[function(require,module,exports){
|
|
60554
60644
|
"use strict";
|
|
60555
60645
|
/*!
|
|
60556
60646
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60558,7 +60648,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60558
60648
|
*/
|
|
60559
60649
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60560
60650
|
|
|
60561
|
-
},{}],
|
|
60651
|
+
},{}],331:[function(require,module,exports){
|
|
60562
60652
|
"use strict";
|
|
60563
60653
|
/*!
|
|
60564
60654
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -60566,7 +60656,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
60566
60656
|
*/
|
|
60567
60657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60568
60658
|
|
|
60569
|
-
},{}],
|
|
60659
|
+
},{}],332:[function(require,module,exports){
|
|
60570
60660
|
"use strict";
|
|
60571
60661
|
/*!
|
|
60572
60662
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61074,7 +61164,7 @@ __decorate([
|
|
|
61074
61164
|
Decorators_1.Override
|
|
61075
61165
|
], ReplaceOp.prototype, "toString", null);
|
|
61076
61166
|
|
|
61077
|
-
},{"./Decorators":
|
|
61167
|
+
},{"./Decorators":303,"./Token":328,"./misc/Interval":415}],333:[function(require,module,exports){
|
|
61078
61168
|
"use strict";
|
|
61079
61169
|
/*!
|
|
61080
61170
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61082,7 +61172,7 @@ __decorate([
|
|
|
61082
61172
|
*/
|
|
61083
61173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61084
61174
|
|
|
61085
|
-
},{}],
|
|
61175
|
+
},{}],334:[function(require,module,exports){
|
|
61086
61176
|
"use strict";
|
|
61087
61177
|
/*!
|
|
61088
61178
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61202,7 +61292,7 @@ __decorate([
|
|
|
61202
61292
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
61203
61293
|
exports.VocabularyImpl = VocabularyImpl;
|
|
61204
61294
|
|
|
61205
|
-
},{"./Decorators":
|
|
61295
|
+
},{"./Decorators":303,"./Token":328}],335:[function(require,module,exports){
|
|
61206
61296
|
"use strict";
|
|
61207
61297
|
/*!
|
|
61208
61298
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61210,7 +61300,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
61210
61300
|
*/
|
|
61211
61301
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61212
61302
|
|
|
61213
|
-
},{}],
|
|
61303
|
+
},{}],336:[function(require,module,exports){
|
|
61214
61304
|
"use strict";
|
|
61215
61305
|
/*!
|
|
61216
61306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61432,7 +61522,7 @@ exports.ATN = ATN;
|
|
|
61432
61522
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
61433
61523
|
exports.ATN = ATN;
|
|
61434
61524
|
|
|
61435
|
-
},{"../Decorators":
|
|
61525
|
+
},{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashMap":406,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./InvalidState":359,"./LL1Analyzer":360,"./PredictionContext":383,"assert":446}],337:[function(require,module,exports){
|
|
61436
61526
|
"use strict";
|
|
61437
61527
|
/*!
|
|
61438
61528
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -61957,7 +62047,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
61957
62047
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
61958
62048
|
], ActionSemanticContextATNConfig);
|
|
61959
62049
|
|
|
61960
|
-
},{"../Decorators":
|
|
62050
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"./DecisionState":356,"./PredictionContext":383,"./SemanticContext":391,"assert":446}],338:[function(require,module,exports){
|
|
61961
62051
|
"use strict";
|
|
61962
62052
|
/*!
|
|
61963
62053
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62404,7 +62494,7 @@ __decorate([
|
|
|
62404
62494
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
62405
62495
|
exports.ATNConfigSet = ATNConfigSet;
|
|
62406
62496
|
|
|
62407
|
-
},{"../Decorators":
|
|
62497
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/BitSet":410,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422,"./ATN":336,"./ATNConfig":337,"./PredictionContext":383,"./PredictionContextCache":384,"./SemanticContext":391,"assert":446}],339:[function(require,module,exports){
|
|
62408
62498
|
"use strict";
|
|
62409
62499
|
/*!
|
|
62410
62500
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -62483,7 +62573,7 @@ __decorate([
|
|
|
62483
62573
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
62484
62574
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
62485
62575
|
|
|
62486
|
-
},{"../Decorators":
|
|
62576
|
+
},{"../Decorators":303}],340:[function(require,module,exports){
|
|
62487
62577
|
"use strict";
|
|
62488
62578
|
/*!
|
|
62489
62579
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63570,7 +63660,7 @@ __decorate([
|
|
|
63570
63660
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
63571
63661
|
exports.ATNDeserializer = ATNDeserializer;
|
|
63572
63662
|
|
|
63573
|
-
},{"../Decorators":
|
|
63663
|
+
},{"../Decorators":303,"../Token":328,"../dfa/DFA":401,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/UUID":421,"./ATN":336,"./ATNDeserializationOptions":339,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./BasicBlockStartState":348,"./BasicState":349,"./BlockEndState":350,"./BlockStartState":351,"./DecisionState":356,"./EpsilonTransition":357,"./InvalidState":359,"./LexerChannelAction":363,"./LexerCustomAction":364,"./LexerModeAction":366,"./LexerMoreAction":367,"./LexerPopModeAction":368,"./LexerPushModeAction":369,"./LexerSkipAction":370,"./LexerTypeAction":371,"./LoopEndState":373,"./NotSetTransition":374,"./ParserATNSimulator":377,"./PlusBlockStartState":378,"./PlusLoopbackState":379,"./PrecedencePredicateTransition":380,"./PredicateTransition":382,"./RangeTransition":387,"./RuleStartState":388,"./RuleStopState":389,"./RuleTransition":390,"./SetTransition":392,"./StarBlockStartState":394,"./StarLoopEntryState":395,"./StarLoopbackState":396,"./TokensStartState":397,"./WildcardTransition":399}],341:[function(require,module,exports){
|
|
63574
63664
|
"use strict";
|
|
63575
63665
|
/*!
|
|
63576
63666
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63634,7 +63724,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
63634
63724
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
63635
63725
|
exports.ATNSimulator = ATNSimulator;
|
|
63636
63726
|
|
|
63637
|
-
},{"../Decorators":
|
|
63727
|
+
},{"../Decorators":303,"../dfa/DFAState":403,"./ATNConfigSet":338,"./PredictionContext":383}],342:[function(require,module,exports){
|
|
63638
63728
|
"use strict";
|
|
63639
63729
|
/*!
|
|
63640
63730
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63821,7 +63911,7 @@ exports.ATNState = ATNState;
|
|
|
63821
63911
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
63822
63912
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
63823
63913
|
|
|
63824
|
-
},{"../Decorators":
|
|
63914
|
+
},{"../Decorators":303}],343:[function(require,module,exports){
|
|
63825
63915
|
"use strict";
|
|
63826
63916
|
/*!
|
|
63827
63917
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63847,7 +63937,7 @@ var ATNStateType;
|
|
|
63847
63937
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
63848
63938
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
63849
63939
|
|
|
63850
|
-
},{}],
|
|
63940
|
+
},{}],344:[function(require,module,exports){
|
|
63851
63941
|
"use strict";
|
|
63852
63942
|
/*!
|
|
63853
63943
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63867,7 +63957,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
63867
63957
|
}
|
|
63868
63958
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
63869
63959
|
|
|
63870
|
-
},{"./Transition":
|
|
63960
|
+
},{"./Transition":398}],345:[function(require,module,exports){
|
|
63871
63961
|
"use strict";
|
|
63872
63962
|
/*!
|
|
63873
63963
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -63923,7 +64013,7 @@ ActionTransition = __decorate([
|
|
|
63923
64013
|
], ActionTransition);
|
|
63924
64014
|
exports.ActionTransition = ActionTransition;
|
|
63925
64015
|
|
|
63926
|
-
},{"../Decorators":
|
|
64016
|
+
},{"../Decorators":303,"./Transition":398}],346:[function(require,module,exports){
|
|
63927
64017
|
"use strict";
|
|
63928
64018
|
/*!
|
|
63929
64019
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64010,7 +64100,7 @@ AmbiguityInfo = __decorate([
|
|
|
64010
64100
|
], AmbiguityInfo);
|
|
64011
64101
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
64012
64102
|
|
|
64013
|
-
},{"../Decorators":
|
|
64103
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],347:[function(require,module,exports){
|
|
64014
64104
|
"use strict";
|
|
64015
64105
|
/*!
|
|
64016
64106
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64068,7 +64158,7 @@ AtomTransition = __decorate([
|
|
|
64068
64158
|
], AtomTransition);
|
|
64069
64159
|
exports.AtomTransition = AtomTransition;
|
|
64070
64160
|
|
|
64071
|
-
},{"../Decorators":
|
|
64161
|
+
},{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],348:[function(require,module,exports){
|
|
64072
64162
|
"use strict";
|
|
64073
64163
|
/*!
|
|
64074
64164
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64100,7 +64190,7 @@ __decorate([
|
|
|
64100
64190
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
64101
64191
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
64102
64192
|
|
|
64103
|
-
},{"../Decorators":
|
|
64193
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],349:[function(require,module,exports){
|
|
64104
64194
|
"use strict";
|
|
64105
64195
|
/*!
|
|
64106
64196
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64132,7 +64222,7 @@ __decorate([
|
|
|
64132
64222
|
], BasicState.prototype, "stateType", null);
|
|
64133
64223
|
exports.BasicState = BasicState;
|
|
64134
64224
|
|
|
64135
|
-
},{"../Decorators":
|
|
64225
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],350:[function(require,module,exports){
|
|
64136
64226
|
"use strict";
|
|
64137
64227
|
/*!
|
|
64138
64228
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64161,7 +64251,7 @@ __decorate([
|
|
|
64161
64251
|
], BlockEndState.prototype, "stateType", null);
|
|
64162
64252
|
exports.BlockEndState = BlockEndState;
|
|
64163
64253
|
|
|
64164
|
-
},{"../Decorators":
|
|
64254
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],351:[function(require,module,exports){
|
|
64165
64255
|
"use strict";
|
|
64166
64256
|
/*!
|
|
64167
64257
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64175,7 +64265,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
64175
64265
|
}
|
|
64176
64266
|
exports.BlockStartState = BlockStartState;
|
|
64177
64267
|
|
|
64178
|
-
},{"./DecisionState":
|
|
64268
|
+
},{"./DecisionState":356}],352:[function(require,module,exports){
|
|
64179
64269
|
"use strict";
|
|
64180
64270
|
/*!
|
|
64181
64271
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64245,7 +64335,7 @@ __decorate([
|
|
|
64245
64335
|
], ConflictInfo.prototype, "hashCode", null);
|
|
64246
64336
|
exports.ConflictInfo = ConflictInfo;
|
|
64247
64337
|
|
|
64248
|
-
},{"../Decorators":
|
|
64338
|
+
},{"../Decorators":303,"../misc/Utils":422}],353:[function(require,module,exports){
|
|
64249
64339
|
"use strict";
|
|
64250
64340
|
/*!
|
|
64251
64341
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64305,7 +64395,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
64305
64395
|
], ContextSensitivityInfo);
|
|
64306
64396
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
64307
64397
|
|
|
64308
|
-
},{"../Decorators":
|
|
64398
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],354:[function(require,module,exports){
|
|
64309
64399
|
"use strict";
|
|
64310
64400
|
/*!
|
|
64311
64401
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64357,7 +64447,7 @@ DecisionEventInfo = __decorate([
|
|
|
64357
64447
|
], DecisionEventInfo);
|
|
64358
64448
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
64359
64449
|
|
|
64360
|
-
},{"../Decorators":
|
|
64450
|
+
},{"../Decorators":303}],355:[function(require,module,exports){
|
|
64361
64451
|
"use strict";
|
|
64362
64452
|
/*!
|
|
64363
64453
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64570,7 +64660,7 @@ __decorate([
|
|
|
64570
64660
|
], DecisionInfo.prototype, "toString", null);
|
|
64571
64661
|
exports.DecisionInfo = DecisionInfo;
|
|
64572
64662
|
|
|
64573
|
-
},{"../Decorators":
|
|
64663
|
+
},{"../Decorators":303}],356:[function(require,module,exports){
|
|
64574
64664
|
"use strict";
|
|
64575
64665
|
/*!
|
|
64576
64666
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64590,7 +64680,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
64590
64680
|
}
|
|
64591
64681
|
exports.DecisionState = DecisionState;
|
|
64592
64682
|
|
|
64593
|
-
},{"./ATNState":
|
|
64683
|
+
},{"./ATNState":342}],357:[function(require,module,exports){
|
|
64594
64684
|
"use strict";
|
|
64595
64685
|
/*!
|
|
64596
64686
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64656,7 +64746,7 @@ EpsilonTransition = __decorate([
|
|
|
64656
64746
|
], EpsilonTransition);
|
|
64657
64747
|
exports.EpsilonTransition = EpsilonTransition;
|
|
64658
64748
|
|
|
64659
|
-
},{"../Decorators":
|
|
64749
|
+
},{"../Decorators":303,"./Transition":398}],358:[function(require,module,exports){
|
|
64660
64750
|
"use strict";
|
|
64661
64751
|
/*!
|
|
64662
64752
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64709,7 +64799,7 @@ ErrorInfo = __decorate([
|
|
|
64709
64799
|
], ErrorInfo);
|
|
64710
64800
|
exports.ErrorInfo = ErrorInfo;
|
|
64711
64801
|
|
|
64712
|
-
},{"../Decorators":
|
|
64802
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],359:[function(require,module,exports){
|
|
64713
64803
|
"use strict";
|
|
64714
64804
|
/*!
|
|
64715
64805
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64740,7 +64830,7 @@ __decorate([
|
|
|
64740
64830
|
], InvalidState.prototype, "stateType", null);
|
|
64741
64831
|
exports.InvalidState = InvalidState;
|
|
64742
64832
|
|
|
64743
|
-
},{"../Decorators":
|
|
64833
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BasicState":349}],360:[function(require,module,exports){
|
|
64744
64834
|
"use strict";
|
|
64745
64835
|
/*!
|
|
64746
64836
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -64962,7 +65052,7 @@ LL1Analyzer = __decorate([
|
|
|
64962
65052
|
], LL1Analyzer);
|
|
64963
65053
|
exports.LL1Analyzer = LL1Analyzer;
|
|
64964
65054
|
|
|
64965
|
-
},{"../Decorators":
|
|
65055
|
+
},{"../Decorators":303,"../Token":328,"../misc/Array2DHashSet":407,"../misc/BitSet":410,"../misc/IntervalSet":416,"../misc/ObjectEqualityComparator":419,"./ATNConfig":337,"./AbstractPredicateTransition":344,"./NotSetTransition":374,"./PredictionContext":383,"./RuleStopState":389,"./RuleTransition":390,"./WildcardTransition":399}],361:[function(require,module,exports){
|
|
64966
65056
|
"use strict";
|
|
64967
65057
|
/*!
|
|
64968
65058
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65679,7 +65769,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
65679
65769
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
65680
65770
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
65681
65771
|
|
|
65682
|
-
},{"../Decorators":
|
|
65772
|
+
},{"../Decorators":303,"../IntStream":309,"../Lexer":311,"../LexerNoViableAltException":313,"../Token":328,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Interval":415,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./LexerActionExecutor":362,"./OrderedATNConfigSet":375,"./PredictionContext":383,"./RuleStopState":389,"assert":446}],362:[function(require,module,exports){
|
|
65683
65773
|
"use strict";
|
|
65684
65774
|
/*!
|
|
65685
65775
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65880,7 +65970,7 @@ LexerActionExecutor = __decorate([
|
|
|
65880
65970
|
], LexerActionExecutor);
|
|
65881
65971
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
65882
65972
|
|
|
65883
|
-
},{"../Decorators":
|
|
65973
|
+
},{"../Decorators":303,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"./LexerIndexedCustomAction":365}],363:[function(require,module,exports){
|
|
65884
65974
|
"use strict";
|
|
65885
65975
|
/*!
|
|
65886
65976
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -65985,7 +66075,7 @@ __decorate([
|
|
|
65985
66075
|
], LexerChannelAction.prototype, "toString", null);
|
|
65986
66076
|
exports.LexerChannelAction = LexerChannelAction;
|
|
65987
66077
|
|
|
65988
|
-
},{"../Decorators":
|
|
66078
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],364:[function(require,module,exports){
|
|
65989
66079
|
"use strict";
|
|
65990
66080
|
/*!
|
|
65991
66081
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66114,7 +66204,7 @@ __decorate([
|
|
|
66114
66204
|
], LexerCustomAction.prototype, "equals", null);
|
|
66115
66205
|
exports.LexerCustomAction = LexerCustomAction;
|
|
66116
66206
|
|
|
66117
|
-
},{"../Decorators":
|
|
66207
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],365:[function(require,module,exports){
|
|
66118
66208
|
"use strict";
|
|
66119
66209
|
/*!
|
|
66120
66210
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66249,7 +66339,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
66249
66339
|
], LexerIndexedCustomAction);
|
|
66250
66340
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
66251
66341
|
|
|
66252
|
-
},{"../Decorators":
|
|
66342
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],366:[function(require,module,exports){
|
|
66253
66343
|
"use strict";
|
|
66254
66344
|
/*!
|
|
66255
66345
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66354,7 +66444,7 @@ __decorate([
|
|
|
66354
66444
|
], LexerModeAction.prototype, "toString", null);
|
|
66355
66445
|
exports.LexerModeAction = LexerModeAction;
|
|
66356
66446
|
|
|
66357
|
-
},{"../Decorators":
|
|
66447
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],367:[function(require,module,exports){
|
|
66358
66448
|
"use strict";
|
|
66359
66449
|
/*!
|
|
66360
66450
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66450,7 +66540,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
66450
66540
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
66451
66541
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
66452
66542
|
|
|
66453
|
-
},{"../Decorators":
|
|
66543
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],368:[function(require,module,exports){
|
|
66454
66544
|
"use strict";
|
|
66455
66545
|
/*!
|
|
66456
66546
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66546,7 +66636,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
66546
66636
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
66547
66637
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
66548
66638
|
|
|
66549
|
-
},{"../Decorators":
|
|
66639
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],369:[function(require,module,exports){
|
|
66550
66640
|
"use strict";
|
|
66551
66641
|
/*!
|
|
66552
66642
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66651,7 +66741,7 @@ __decorate([
|
|
|
66651
66741
|
], LexerPushModeAction.prototype, "toString", null);
|
|
66652
66742
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
66653
66743
|
|
|
66654
|
-
},{"../Decorators":
|
|
66744
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],370:[function(require,module,exports){
|
|
66655
66745
|
"use strict";
|
|
66656
66746
|
/*!
|
|
66657
66747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66747,7 +66837,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
66747
66837
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
66748
66838
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
66749
66839
|
|
|
66750
|
-
},{"../Decorators":
|
|
66840
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],371:[function(require,module,exports){
|
|
66751
66841
|
"use strict";
|
|
66752
66842
|
/*!
|
|
66753
66843
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66851,7 +66941,7 @@ __decorate([
|
|
|
66851
66941
|
], LexerTypeAction.prototype, "toString", null);
|
|
66852
66942
|
exports.LexerTypeAction = LexerTypeAction;
|
|
66853
66943
|
|
|
66854
|
-
},{"../Decorators":
|
|
66944
|
+
},{"../Decorators":303,"../misc/MurmurHash":418}],372:[function(require,module,exports){
|
|
66855
66945
|
"use strict";
|
|
66856
66946
|
/*!
|
|
66857
66947
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66903,7 +66993,7 @@ LookaheadEventInfo = __decorate([
|
|
|
66903
66993
|
], LookaheadEventInfo);
|
|
66904
66994
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
66905
66995
|
|
|
66906
|
-
},{"../Decorators":
|
|
66996
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],373:[function(require,module,exports){
|
|
66907
66997
|
"use strict";
|
|
66908
66998
|
/*!
|
|
66909
66999
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66932,7 +67022,7 @@ __decorate([
|
|
|
66932
67022
|
], LoopEndState.prototype, "stateType", null);
|
|
66933
67023
|
exports.LoopEndState = LoopEndState;
|
|
66934
67024
|
|
|
66935
|
-
},{"../Decorators":
|
|
67025
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],374:[function(require,module,exports){
|
|
66936
67026
|
"use strict";
|
|
66937
67027
|
/*!
|
|
66938
67028
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -66981,7 +67071,7 @@ NotSetTransition = __decorate([
|
|
|
66981
67071
|
], NotSetTransition);
|
|
66982
67072
|
exports.NotSetTransition = NotSetTransition;
|
|
66983
67073
|
|
|
66984
|
-
},{"../Decorators":
|
|
67074
|
+
},{"../Decorators":303,"./SetTransition":392}],375:[function(require,module,exports){
|
|
66985
67075
|
"use strict";
|
|
66986
67076
|
/*!
|
|
66987
67077
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67036,7 +67126,7 @@ __decorate([
|
|
|
67036
67126
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
67037
67127
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
67038
67128
|
|
|
67039
|
-
},{"../Decorators":
|
|
67129
|
+
},{"../Decorators":303,"./ATNConfigSet":338}],376:[function(require,module,exports){
|
|
67040
67130
|
"use strict";
|
|
67041
67131
|
/*!
|
|
67042
67132
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -67198,7 +67288,7 @@ ParseInfo = __decorate([
|
|
|
67198
67288
|
], ParseInfo);
|
|
67199
67289
|
exports.ParseInfo = ParseInfo;
|
|
67200
67290
|
|
|
67201
|
-
},{"../Decorators":
|
|
67291
|
+
},{"../Decorators":303}],377:[function(require,module,exports){
|
|
67202
67292
|
"use strict";
|
|
67203
67293
|
/*!
|
|
67204
67294
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69471,7 +69561,7 @@ ParserATNSimulator = __decorate([
|
|
|
69471
69561
|
], ParserATNSimulator);
|
|
69472
69562
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
69473
69563
|
|
|
69474
|
-
},{"../Decorators":
|
|
69564
|
+
},{"../Decorators":303,"../IntStream":309,"../NoViableAltException":315,"../ParserRuleContext":319,"../Token":328,"../VocabularyImpl":334,"../dfa/AcceptStateInfo":400,"../dfa/DFAState":403,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/BitSet":410,"../misc/IntegerList":413,"../misc/Interval":415,"../misc/ObjectEqualityComparator":419,"./ATN":336,"./ATNConfig":337,"./ATNConfigSet":338,"./ATNSimulator":341,"./ATNStateType":343,"./ActionTransition":345,"./AtomTransition":347,"./ConflictInfo":352,"./DecisionState":356,"./NotSetTransition":374,"./PredictionContext":383,"./PredictionContextCache":384,"./PredictionMode":385,"./RuleStopState":389,"./RuleTransition":390,"./SemanticContext":391,"./SetTransition":392,"./SimulatorState":393,"assert":446}],378:[function(require,module,exports){
|
|
69475
69565
|
"use strict";
|
|
69476
69566
|
/*!
|
|
69477
69567
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69504,7 +69594,7 @@ __decorate([
|
|
|
69504
69594
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
69505
69595
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
69506
69596
|
|
|
69507
|
-
},{"../Decorators":
|
|
69597
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],379:[function(require,module,exports){
|
|
69508
69598
|
"use strict";
|
|
69509
69599
|
/*!
|
|
69510
69600
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69535,7 +69625,7 @@ __decorate([
|
|
|
69535
69625
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
69536
69626
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
69537
69627
|
|
|
69538
|
-
},{"../Decorators":
|
|
69628
|
+
},{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],380:[function(require,module,exports){
|
|
69539
69629
|
"use strict";
|
|
69540
69630
|
/*!
|
|
69541
69631
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69598,7 +69688,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
69598
69688
|
], PrecedencePredicateTransition);
|
|
69599
69689
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
69600
69690
|
|
|
69601
|
-
},{"../Decorators":
|
|
69691
|
+
},{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],381:[function(require,module,exports){
|
|
69602
69692
|
"use strict";
|
|
69603
69693
|
/*!
|
|
69604
69694
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69661,7 +69751,7 @@ PredicateEvalInfo = __decorate([
|
|
|
69661
69751
|
], PredicateEvalInfo);
|
|
69662
69752
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
69663
69753
|
|
|
69664
|
-
},{"../Decorators":
|
|
69754
|
+
},{"../Decorators":303,"./DecisionEventInfo":354}],382:[function(require,module,exports){
|
|
69665
69755
|
"use strict";
|
|
69666
69756
|
/*!
|
|
69667
69757
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -69727,7 +69817,7 @@ PredicateTransition = __decorate([
|
|
|
69727
69817
|
], PredicateTransition);
|
|
69728
69818
|
exports.PredicateTransition = PredicateTransition;
|
|
69729
69819
|
|
|
69730
|
-
},{"../Decorators":
|
|
69820
|
+
},{"../Decorators":303,"./AbstractPredicateTransition":344,"./SemanticContext":391}],383:[function(require,module,exports){
|
|
69731
69821
|
"use strict";
|
|
69732
69822
|
/*!
|
|
69733
69823
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70418,7 +70508,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
70418
70508
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
70419
70509
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
70420
70510
|
|
|
70421
|
-
},{"../Decorators":
|
|
70511
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/Array2DHashSet":407,"../misc/Arrays":409,"../misc/MurmurHash":418,"./PredictionContextCache":384,"assert":446}],384:[function(require,module,exports){
|
|
70422
70512
|
"use strict";
|
|
70423
70513
|
/*!
|
|
70424
70514
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70559,7 +70649,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
70559
70649
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
70560
70650
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
70561
70651
|
|
|
70562
|
-
},{"../Decorators":
|
|
70652
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/ObjectEqualityComparator":419,"./PredictionContext":383,"assert":446}],385:[function(require,module,exports){
|
|
70563
70653
|
"use strict";
|
|
70564
70654
|
/*!
|
|
70565
70655
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -70720,7 +70810,7 @@ var PredictionMode;
|
|
|
70720
70810
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
70721
70811
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
70722
70812
|
|
|
70723
|
-
},{"../Decorators":
|
|
70813
|
+
},{"../Decorators":303,"../misc/Array2DHashMap":406,"../misc/MurmurHash":418,"./RuleStopState":389}],386:[function(require,module,exports){
|
|
70724
70814
|
(function (process){(function (){
|
|
70725
70815
|
"use strict";
|
|
70726
70816
|
/*!
|
|
@@ -70989,7 +71079,7 @@ __decorate([
|
|
|
70989
71079
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
70990
71080
|
|
|
70991
71081
|
}).call(this)}).call(this,require('_process'))
|
|
70992
|
-
},{"../Decorators":
|
|
71082
|
+
},{"../Decorators":303,"./ATN":336,"./ATNSimulator":341,"./AmbiguityInfo":346,"./ContextSensitivityInfo":353,"./DecisionInfo":355,"./ErrorInfo":358,"./LookaheadEventInfo":372,"./ParserATNSimulator":377,"./PredicateEvalInfo":381,"./SemanticContext":391,"./SimulatorState":393,"_process":505}],387:[function(require,module,exports){
|
|
70993
71083
|
"use strict";
|
|
70994
71084
|
/*!
|
|
70995
71085
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71047,7 +71137,7 @@ RangeTransition = __decorate([
|
|
|
71047
71137
|
], RangeTransition);
|
|
71048
71138
|
exports.RangeTransition = RangeTransition;
|
|
71049
71139
|
|
|
71050
|
-
},{"../Decorators":
|
|
71140
|
+
},{"../Decorators":303,"../misc/IntervalSet":416,"./Transition":398}],388:[function(require,module,exports){
|
|
71051
71141
|
"use strict";
|
|
71052
71142
|
/*!
|
|
71053
71143
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71080,7 +71170,7 @@ __decorate([
|
|
|
71080
71170
|
], RuleStartState.prototype, "stateType", null);
|
|
71081
71171
|
exports.RuleStartState = RuleStartState;
|
|
71082
71172
|
|
|
71083
|
-
},{"../Decorators":
|
|
71173
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],389:[function(require,module,exports){
|
|
71084
71174
|
"use strict";
|
|
71085
71175
|
/*!
|
|
71086
71176
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71119,7 +71209,7 @@ __decorate([
|
|
|
71119
71209
|
], RuleStopState.prototype, "stateType", null);
|
|
71120
71210
|
exports.RuleStopState = RuleStopState;
|
|
71121
71211
|
|
|
71122
|
-
},{"../Decorators":
|
|
71212
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],390:[function(require,module,exports){
|
|
71123
71213
|
"use strict";
|
|
71124
71214
|
/*!
|
|
71125
71215
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71175,7 +71265,7 @@ RuleTransition = __decorate([
|
|
|
71175
71265
|
], RuleTransition);
|
|
71176
71266
|
exports.RuleTransition = RuleTransition;
|
|
71177
71267
|
|
|
71178
|
-
},{"../Decorators":
|
|
71268
|
+
},{"../Decorators":303,"./Transition":398}],391:[function(require,module,exports){
|
|
71179
71269
|
"use strict";
|
|
71180
71270
|
/*!
|
|
71181
71271
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71655,7 +71745,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
71655
71745
|
SemanticContext.OR = OR;
|
|
71656
71746
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
71657
71747
|
|
|
71658
|
-
},{"../Decorators":
|
|
71748
|
+
},{"../Decorators":303,"../misc/Array2DHashSet":407,"../misc/ArrayEqualityComparator":408,"../misc/MurmurHash":418,"../misc/ObjectEqualityComparator":419,"../misc/Utils":422}],392:[function(require,module,exports){
|
|
71659
71749
|
"use strict";
|
|
71660
71750
|
/*!
|
|
71661
71751
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71721,7 +71811,7 @@ SetTransition = __decorate([
|
|
|
71721
71811
|
], SetTransition);
|
|
71722
71812
|
exports.SetTransition = SetTransition;
|
|
71723
71813
|
|
|
71724
|
-
},{"../Decorators":
|
|
71814
|
+
},{"../Decorators":303,"../Token":328,"../misc/IntervalSet":416,"./Transition":398}],393:[function(require,module,exports){
|
|
71725
71815
|
"use strict";
|
|
71726
71816
|
/*!
|
|
71727
71817
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71757,7 +71847,7 @@ SimulatorState = __decorate([
|
|
|
71757
71847
|
], SimulatorState);
|
|
71758
71848
|
exports.SimulatorState = SimulatorState;
|
|
71759
71849
|
|
|
71760
|
-
},{"../Decorators":
|
|
71850
|
+
},{"../Decorators":303,"../ParserRuleContext":319}],394:[function(require,module,exports){
|
|
71761
71851
|
"use strict";
|
|
71762
71852
|
/*!
|
|
71763
71853
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71785,7 +71875,7 @@ __decorate([
|
|
|
71785
71875
|
], StarBlockStartState.prototype, "stateType", null);
|
|
71786
71876
|
exports.StarBlockStartState = StarBlockStartState;
|
|
71787
71877
|
|
|
71788
|
-
},{"../Decorators":
|
|
71878
|
+
},{"../Decorators":303,"./ATNStateType":343,"./BlockStartState":351}],395:[function(require,module,exports){
|
|
71789
71879
|
"use strict";
|
|
71790
71880
|
/*!
|
|
71791
71881
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71842,7 +71932,7 @@ __decorate([
|
|
|
71842
71932
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
71843
71933
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
71844
71934
|
|
|
71845
|
-
},{"../Decorators":
|
|
71935
|
+
},{"../Decorators":303,"../misc/BitSet":410,"./ATNStateType":343,"./DecisionState":356}],396:[function(require,module,exports){
|
|
71846
71936
|
"use strict";
|
|
71847
71937
|
/*!
|
|
71848
71938
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71873,7 +71963,7 @@ __decorate([
|
|
|
71873
71963
|
], StarLoopbackState.prototype, "stateType", null);
|
|
71874
71964
|
exports.StarLoopbackState = StarLoopbackState;
|
|
71875
71965
|
|
|
71876
|
-
},{"../Decorators":
|
|
71966
|
+
},{"../Decorators":303,"./ATNState":342,"./ATNStateType":343}],397:[function(require,module,exports){
|
|
71877
71967
|
"use strict";
|
|
71878
71968
|
/*!
|
|
71879
71969
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71902,7 +71992,7 @@ __decorate([
|
|
|
71902
71992
|
], TokensStartState.prototype, "stateType", null);
|
|
71903
71993
|
exports.TokensStartState = TokensStartState;
|
|
71904
71994
|
|
|
71905
|
-
},{"../Decorators":
|
|
71995
|
+
},{"../Decorators":303,"./ATNStateType":343,"./DecisionState":356}],398:[function(require,module,exports){
|
|
71906
71996
|
"use strict";
|
|
71907
71997
|
/*!
|
|
71908
71998
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -71976,7 +72066,7 @@ Transition = __decorate([
|
|
|
71976
72066
|
], Transition);
|
|
71977
72067
|
exports.Transition = Transition;
|
|
71978
72068
|
|
|
71979
|
-
},{"../Decorators":
|
|
72069
|
+
},{"../Decorators":303}],399:[function(require,module,exports){
|
|
71980
72070
|
"use strict";
|
|
71981
72071
|
/*!
|
|
71982
72072
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72024,7 +72114,7 @@ WildcardTransition = __decorate([
|
|
|
72024
72114
|
], WildcardTransition);
|
|
72025
72115
|
exports.WildcardTransition = WildcardTransition;
|
|
72026
72116
|
|
|
72027
|
-
},{"../Decorators":
|
|
72117
|
+
},{"../Decorators":303,"./Transition":398}],400:[function(require,module,exports){
|
|
72028
72118
|
"use strict";
|
|
72029
72119
|
/*!
|
|
72030
72120
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72066,7 +72156,7 @@ class AcceptStateInfo {
|
|
|
72066
72156
|
}
|
|
72067
72157
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
72068
72158
|
|
|
72069
|
-
},{}],
|
|
72159
|
+
},{}],401:[function(require,module,exports){
|
|
72070
72160
|
"use strict";
|
|
72071
72161
|
/*!
|
|
72072
72162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72241,7 +72331,7 @@ DFA = __decorate([
|
|
|
72241
72331
|
], DFA);
|
|
72242
72332
|
exports.DFA = DFA;
|
|
72243
72333
|
|
|
72244
|
-
},{"../Decorators":
|
|
72334
|
+
},{"../Decorators":303,"../VocabularyImpl":334,"../atn/ATNConfigSet":338,"../atn/StarLoopEntryState":395,"../misc/Array2DHashSet":407,"../misc/ObjectEqualityComparator":419,"./DFASerializer":402,"./DFAState":403,"./LexerDFASerializer":404}],402:[function(require,module,exports){
|
|
72245
72335
|
"use strict";
|
|
72246
72336
|
/*!
|
|
72247
72337
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72383,7 +72473,7 @@ __decorate([
|
|
|
72383
72473
|
], DFASerializer.prototype, "toString", null);
|
|
72384
72474
|
exports.DFASerializer = DFASerializer;
|
|
72385
72475
|
|
|
72386
|
-
},{"../Decorators":
|
|
72476
|
+
},{"../Decorators":303,"../Recognizer":323,"../VocabularyImpl":334,"../atn/ATNSimulator":341,"../atn/PredictionContext":383}],403:[function(require,module,exports){
|
|
72387
72477
|
"use strict";
|
|
72388
72478
|
/*!
|
|
72389
72479
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72614,7 +72704,7 @@ exports.DFAState = DFAState;
|
|
|
72614
72704
|
DFAState.PredPrediction = PredPrediction;
|
|
72615
72705
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
72616
72706
|
|
|
72617
|
-
},{"../Decorators":
|
|
72707
|
+
},{"../Decorators":303,"../atn/ATN":336,"../atn/PredictionContext":383,"../misc/BitSet":410,"../misc/MurmurHash":418,"assert":446}],404:[function(require,module,exports){
|
|
72618
72708
|
"use strict";
|
|
72619
72709
|
/*!
|
|
72620
72710
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72651,7 +72741,7 @@ LexerDFASerializer = __decorate([
|
|
|
72651
72741
|
], LexerDFASerializer);
|
|
72652
72742
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
72653
72743
|
|
|
72654
|
-
},{"../Decorators":
|
|
72744
|
+
},{"../Decorators":303,"../VocabularyImpl":334,"./DFASerializer":402}],405:[function(require,module,exports){
|
|
72655
72745
|
"use strict";
|
|
72656
72746
|
/*!
|
|
72657
72747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72717,7 +72807,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
72717
72807
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
72718
72808
|
__exportStar(require("./WritableToken"), exports);
|
|
72719
72809
|
|
|
72720
|
-
},{"./ANTLRErrorListener":
|
|
72810
|
+
},{"./ANTLRErrorListener":290,"./ANTLRErrorStrategy":291,"./ANTLRInputStream":292,"./BailErrorStrategy":293,"./BufferedTokenStream":294,"./CharStream":295,"./CharStreams":296,"./CodePointBuffer":297,"./CodePointCharStream":298,"./CommonToken":299,"./CommonTokenFactory":300,"./CommonTokenStream":301,"./ConsoleErrorListener":302,"./DefaultErrorStrategy":304,"./Dependents":305,"./DiagnosticErrorListener":306,"./FailedPredicateException":307,"./InputMismatchException":308,"./IntStream":309,"./InterpreterRuleContext":310,"./Lexer":311,"./LexerInterpreter":312,"./LexerNoViableAltException":313,"./ListTokenSource":314,"./NoViableAltException":315,"./Parser":316,"./ParserErrorListener":317,"./ParserInterpreter":318,"./ParserRuleContext":319,"./ProxyErrorListener":320,"./ProxyParserErrorListener":321,"./RecognitionException":322,"./Recognizer":323,"./RuleContext":324,"./RuleContextWithAltNum":325,"./RuleDependency":326,"./RuleVersion":327,"./Token":328,"./TokenFactory":329,"./TokenSource":330,"./TokenStream":331,"./TokenStreamRewriter":332,"./Vocabulary":333,"./VocabularyImpl":334,"./WritableToken":335}],406:[function(require,module,exports){
|
|
72721
72811
|
"use strict";
|
|
72722
72812
|
/*!
|
|
72723
72813
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -72800,7 +72890,7 @@ class Array2DHashMap {
|
|
|
72800
72890
|
}
|
|
72801
72891
|
exports.Array2DHashMap = Array2DHashMap;
|
|
72802
72892
|
|
|
72803
|
-
},{"./Array2DHashSet":
|
|
72893
|
+
},{"./Array2DHashSet":407}],407:[function(require,module,exports){
|
|
72804
72894
|
"use strict";
|
|
72805
72895
|
/*!
|
|
72806
72896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73167,7 +73257,7 @@ __decorate([
|
|
|
73167
73257
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
73168
73258
|
exports.Array2DHashSet = Array2DHashSet;
|
|
73169
73259
|
|
|
73170
|
-
},{"../Decorators":
|
|
73260
|
+
},{"../Decorators":303,"./DefaultEqualityComparator":412,"./MurmurHash":418,"assert":446}],408:[function(require,module,exports){
|
|
73171
73261
|
"use strict";
|
|
73172
73262
|
/*!
|
|
73173
73263
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73239,7 +73329,7 @@ __decorate([
|
|
|
73239
73329
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
73240
73330
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
73241
73331
|
|
|
73242
|
-
},{"../Decorators":
|
|
73332
|
+
},{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],409:[function(require,module,exports){
|
|
73243
73333
|
"use strict";
|
|
73244
73334
|
/*!
|
|
73245
73335
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73309,7 +73399,7 @@ var Arrays;
|
|
|
73309
73399
|
Arrays.toString = toString;
|
|
73310
73400
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
73311
73401
|
|
|
73312
|
-
},{}],
|
|
73402
|
+
},{}],410:[function(require,module,exports){
|
|
73313
73403
|
"use strict";
|
|
73314
73404
|
/*!
|
|
73315
73405
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -73981,7 +74071,7 @@ class BitSetIterator {
|
|
|
73981
74071
|
[Symbol.iterator]() { return this; }
|
|
73982
74072
|
}
|
|
73983
74073
|
|
|
73984
|
-
},{"./MurmurHash":
|
|
74074
|
+
},{"./MurmurHash":418,"util":510}],411:[function(require,module,exports){
|
|
73985
74075
|
"use strict";
|
|
73986
74076
|
/*!
|
|
73987
74077
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74002,7 +74092,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
74002
74092
|
}
|
|
74003
74093
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
74004
74094
|
|
|
74005
|
-
},{}],
|
|
74095
|
+
},{}],412:[function(require,module,exports){
|
|
74006
74096
|
"use strict";
|
|
74007
74097
|
/*!
|
|
74008
74098
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74073,7 +74163,7 @@ __decorate([
|
|
|
74073
74163
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
74074
74164
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
74075
74165
|
|
|
74076
|
-
},{"../Decorators":
|
|
74166
|
+
},{"../Decorators":303,"./MurmurHash":418,"./ObjectEqualityComparator":419}],413:[function(require,module,exports){
|
|
74077
74167
|
"use strict";
|
|
74078
74168
|
/*!
|
|
74079
74169
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74367,7 +74457,7 @@ __decorate([
|
|
|
74367
74457
|
], IntegerList.prototype, "toString", null);
|
|
74368
74458
|
exports.IntegerList = IntegerList;
|
|
74369
74459
|
|
|
74370
|
-
},{"../Decorators":
|
|
74460
|
+
},{"../Decorators":303,"./Arrays":409}],414:[function(require,module,exports){
|
|
74371
74461
|
"use strict";
|
|
74372
74462
|
/*!
|
|
74373
74463
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74397,7 +74487,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
74397
74487
|
}
|
|
74398
74488
|
exports.IntegerStack = IntegerStack;
|
|
74399
74489
|
|
|
74400
|
-
},{"./IntegerList":
|
|
74490
|
+
},{"./IntegerList":413}],415:[function(require,module,exports){
|
|
74401
74491
|
"use strict";
|
|
74402
74492
|
/*!
|
|
74403
74493
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -74540,7 +74630,7 @@ __decorate([
|
|
|
74540
74630
|
], Interval.prototype, "toString", null);
|
|
74541
74631
|
exports.Interval = Interval;
|
|
74542
74632
|
|
|
74543
|
-
},{"../Decorators":
|
|
74633
|
+
},{"../Decorators":303}],416:[function(require,module,exports){
|
|
74544
74634
|
"use strict";
|
|
74545
74635
|
/*!
|
|
74546
74636
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75186,7 +75276,7 @@ __decorate([
|
|
|
75186
75276
|
], IntervalSet, "subtract", null);
|
|
75187
75277
|
exports.IntervalSet = IntervalSet;
|
|
75188
75278
|
|
|
75189
|
-
},{"../Decorators":
|
|
75279
|
+
},{"../Decorators":303,"../Lexer":311,"../Token":328,"./ArrayEqualityComparator":408,"./IntegerList":413,"./Interval":415,"./MurmurHash":418}],417:[function(require,module,exports){
|
|
75190
75280
|
"use strict";
|
|
75191
75281
|
/*!
|
|
75192
75282
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75219,7 +75309,7 @@ class MultiMap extends Map {
|
|
|
75219
75309
|
}
|
|
75220
75310
|
exports.MultiMap = MultiMap;
|
|
75221
75311
|
|
|
75222
|
-
},{}],
|
|
75312
|
+
},{}],418:[function(require,module,exports){
|
|
75223
75313
|
"use strict";
|
|
75224
75314
|
/*!
|
|
75225
75315
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75334,7 +75424,7 @@ var MurmurHash;
|
|
|
75334
75424
|
}
|
|
75335
75425
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
75336
75426
|
|
|
75337
|
-
},{}],
|
|
75427
|
+
},{}],419:[function(require,module,exports){
|
|
75338
75428
|
"use strict";
|
|
75339
75429
|
/*!
|
|
75340
75430
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75393,7 +75483,7 @@ __decorate([
|
|
|
75393
75483
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
75394
75484
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
75395
75485
|
|
|
75396
|
-
},{"../Decorators":
|
|
75486
|
+
},{"../Decorators":303}],420:[function(require,module,exports){
|
|
75397
75487
|
"use strict";
|
|
75398
75488
|
/*!
|
|
75399
75489
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75422,7 +75512,7 @@ class ParseCancellationException extends Error {
|
|
|
75422
75512
|
}
|
|
75423
75513
|
exports.ParseCancellationException = ParseCancellationException;
|
|
75424
75514
|
|
|
75425
|
-
},{}],
|
|
75515
|
+
},{}],421:[function(require,module,exports){
|
|
75426
75516
|
"use strict";
|
|
75427
75517
|
/*!
|
|
75428
75518
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75476,7 +75566,7 @@ class UUID {
|
|
|
75476
75566
|
}
|
|
75477
75567
|
exports.UUID = UUID;
|
|
75478
75568
|
|
|
75479
|
-
},{"./MurmurHash":
|
|
75569
|
+
},{"./MurmurHash":418}],422:[function(require,module,exports){
|
|
75480
75570
|
"use strict";
|
|
75481
75571
|
/*!
|
|
75482
75572
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75651,7 +75741,7 @@ exports.toCharArray = toCharArray;
|
|
|
75651
75741
|
// return s;
|
|
75652
75742
|
// }
|
|
75653
75743
|
|
|
75654
|
-
},{}],
|
|
75744
|
+
},{}],423:[function(require,module,exports){
|
|
75655
75745
|
"use strict";
|
|
75656
75746
|
/*!
|
|
75657
75747
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75796,7 +75886,7 @@ __decorate([
|
|
|
75796
75886
|
], AbstractParseTreeVisitor.prototype, "shouldVisitNextChild", null);
|
|
75797
75887
|
exports.AbstractParseTreeVisitor = AbstractParseTreeVisitor;
|
|
75798
75888
|
|
|
75799
|
-
},{"../Decorators":
|
|
75889
|
+
},{"../Decorators":303}],424:[function(require,module,exports){
|
|
75800
75890
|
"use strict";
|
|
75801
75891
|
/*!
|
|
75802
75892
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75832,7 +75922,7 @@ __decorate([
|
|
|
75832
75922
|
], ErrorNode.prototype, "accept", null);
|
|
75833
75923
|
exports.ErrorNode = ErrorNode;
|
|
75834
75924
|
|
|
75835
|
-
},{"../Decorators":
|
|
75925
|
+
},{"../Decorators":303,"./TerminalNode":426}],425:[function(require,module,exports){
|
|
75836
75926
|
"use strict";
|
|
75837
75927
|
/*!
|
|
75838
75928
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75844,7 +75934,7 @@ class RuleNode {
|
|
|
75844
75934
|
}
|
|
75845
75935
|
exports.RuleNode = RuleNode;
|
|
75846
75936
|
|
|
75847
|
-
},{}],
|
|
75937
|
+
},{}],426:[function(require,module,exports){
|
|
75848
75938
|
"use strict";
|
|
75849
75939
|
/*!
|
|
75850
75940
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -75936,7 +76026,7 @@ __decorate([
|
|
|
75936
76026
|
], TerminalNode.prototype, "toString", null);
|
|
75937
76027
|
exports.TerminalNode = TerminalNode;
|
|
75938
76028
|
|
|
75939
|
-
},{"../Decorators":
|
|
76029
|
+
},{"../Decorators":303,"../Token":328,"../misc/Interval":415}],427:[function(require,module,exports){
|
|
75940
76030
|
"use strict";
|
|
75941
76031
|
/*!
|
|
75942
76032
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76180,7 +76270,7 @@ __decorate([
|
|
|
76180
76270
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
76181
76271
|
exports.Trees = Trees;
|
|
76182
76272
|
|
|
76183
|
-
},{"../CommonToken":
|
|
76273
|
+
},{"../CommonToken":299,"../Decorators":303,"../Parser":316,"../ParserRuleContext":319,"../Token":328,"../atn/ATN":336,"../misc/Utils":422,"./ErrorNode":424,"./RuleNode":425,"./TerminalNode":426}],428:[function(require,module,exports){
|
|
76184
76274
|
"use strict";
|
|
76185
76275
|
/*!
|
|
76186
76276
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76204,7 +76294,7 @@ class Chunk {
|
|
|
76204
76294
|
}
|
|
76205
76295
|
exports.Chunk = Chunk;
|
|
76206
76296
|
|
|
76207
|
-
},{}],
|
|
76297
|
+
},{}],429:[function(require,module,exports){
|
|
76208
76298
|
"use strict";
|
|
76209
76299
|
/*!
|
|
76210
76300
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76384,7 +76474,7 @@ ParseTreeMatch = __decorate([
|
|
|
76384
76474
|
], ParseTreeMatch);
|
|
76385
76475
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
76386
76476
|
|
|
76387
|
-
},{"../../Decorators":
|
|
76477
|
+
},{"../../Decorators":303}],430:[function(require,module,exports){
|
|
76388
76478
|
"use strict";
|
|
76389
76479
|
/*!
|
|
76390
76480
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -76542,7 +76632,7 @@ ParseTreePattern = __decorate([
|
|
|
76542
76632
|
], ParseTreePattern);
|
|
76543
76633
|
exports.ParseTreePattern = ParseTreePattern;
|
|
76544
76634
|
|
|
76545
|
-
},{"../../Decorators":
|
|
76635
|
+
},{"../../Decorators":303,"../xpath/XPath":436}],431:[function(require,module,exports){
|
|
76546
76636
|
"use strict";
|
|
76547
76637
|
/*!
|
|
76548
76638
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77020,7 +77110,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
77020
77110
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
77021
77111
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
77022
77112
|
|
|
77023
|
-
},{"../../BailErrorStrategy":
|
|
77113
|
+
},{"../../BailErrorStrategy":293,"../../CharStreams":296,"../../CommonTokenStream":301,"../../Decorators":303,"../../ListTokenSource":314,"../../ParserInterpreter":318,"../../ParserRuleContext":319,"../../RecognitionException":322,"../../Token":328,"../../misc/MultiMap":417,"../../misc/ParseCancellationException":420,"../RuleNode":425,"../TerminalNode":426,"./ParseTreeMatch":429,"./ParseTreePattern":430,"./RuleTagToken":432,"./TagChunk":433,"./TextChunk":434,"./TokenTagToken":435}],432:[function(require,module,exports){
|
|
77024
77114
|
"use strict";
|
|
77025
77115
|
/*!
|
|
77026
77116
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77218,7 +77308,7 @@ RuleTagToken = __decorate([
|
|
|
77218
77308
|
], RuleTagToken);
|
|
77219
77309
|
exports.RuleTagToken = RuleTagToken;
|
|
77220
77310
|
|
|
77221
|
-
},{"../../Decorators":
|
|
77311
|
+
},{"../../Decorators":303,"../../Token":328}],433:[function(require,module,exports){
|
|
77222
77312
|
"use strict";
|
|
77223
77313
|
/*!
|
|
77224
77314
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77305,7 +77395,7 @@ __decorate([
|
|
|
77305
77395
|
], TagChunk.prototype, "toString", null);
|
|
77306
77396
|
exports.TagChunk = TagChunk;
|
|
77307
77397
|
|
|
77308
|
-
},{"../../Decorators":
|
|
77398
|
+
},{"../../Decorators":303,"./Chunk":428}],434:[function(require,module,exports){
|
|
77309
77399
|
"use strict";
|
|
77310
77400
|
/*!
|
|
77311
77401
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77375,7 +77465,7 @@ TextChunk = __decorate([
|
|
|
77375
77465
|
], TextChunk);
|
|
77376
77466
|
exports.TextChunk = TextChunk;
|
|
77377
77467
|
|
|
77378
|
-
},{"../../Decorators":
|
|
77468
|
+
},{"../../Decorators":303,"./Chunk":428}],435:[function(require,module,exports){
|
|
77379
77469
|
"use strict";
|
|
77380
77470
|
/*!
|
|
77381
77471
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77470,7 +77560,7 @@ TokenTagToken = __decorate([
|
|
|
77470
77560
|
], TokenTagToken);
|
|
77471
77561
|
exports.TokenTagToken = TokenTagToken;
|
|
77472
77562
|
|
|
77473
|
-
},{"../../CommonToken":
|
|
77563
|
+
},{"../../CommonToken":299,"../../Decorators":303}],436:[function(require,module,exports){
|
|
77474
77564
|
"use strict";
|
|
77475
77565
|
/*!
|
|
77476
77566
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77667,7 +77757,7 @@ exports.XPath = XPath;
|
|
|
77667
77757
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
77668
77758
|
XPath.NOT = "!"; // word for invert operator
|
|
77669
77759
|
|
|
77670
|
-
},{"../../CharStreams":
|
|
77760
|
+
},{"../../CharStreams":296,"../../CommonTokenStream":301,"../../LexerNoViableAltException":313,"../../ParserRuleContext":319,"../../Token":328,"./XPathLexer":438,"./XPathLexerErrorListener":439,"./XPathRuleAnywhereElement":440,"./XPathRuleElement":441,"./XPathTokenAnywhereElement":442,"./XPathTokenElement":443,"./XPathWildcardAnywhereElement":444,"./XPathWildcardElement":445}],437:[function(require,module,exports){
|
|
77671
77761
|
"use strict";
|
|
77672
77762
|
/*!
|
|
77673
77763
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -77702,7 +77792,7 @@ __decorate([
|
|
|
77702
77792
|
], XPathElement.prototype, "toString", null);
|
|
77703
77793
|
exports.XPathElement = XPathElement;
|
|
77704
77794
|
|
|
77705
|
-
},{"../../Decorators":
|
|
77795
|
+
},{"../../Decorators":303}],438:[function(require,module,exports){
|
|
77706
77796
|
"use strict";
|
|
77707
77797
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
77708
77798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -78177,7 +78267,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
78177
78267
|
XPathLexer._serializedATNSegment1,
|
|
78178
78268
|
], "");
|
|
78179
78269
|
|
|
78180
|
-
},{"../../Lexer":
|
|
78270
|
+
},{"../../Lexer":311,"../../VocabularyImpl":334,"../../atn/ATNDeserializer":340,"../../atn/LexerATNSimulator":361,"../../misc/Utils":422}],439:[function(require,module,exports){
|
|
78181
78271
|
"use strict";
|
|
78182
78272
|
/*!
|
|
78183
78273
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78202,7 +78292,7 @@ __decorate([
|
|
|
78202
78292
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
78203
78293
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
78204
78294
|
|
|
78205
|
-
},{"../../Decorators":
|
|
78295
|
+
},{"../../Decorators":303}],440:[function(require,module,exports){
|
|
78206
78296
|
"use strict";
|
|
78207
78297
|
/*!
|
|
78208
78298
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78236,7 +78326,7 @@ __decorate([
|
|
|
78236
78326
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
78237
78327
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
78238
78328
|
|
|
78239
|
-
},{"../../Decorators":
|
|
78329
|
+
},{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],441:[function(require,module,exports){
|
|
78240
78330
|
"use strict";
|
|
78241
78331
|
/*!
|
|
78242
78332
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78279,7 +78369,7 @@ __decorate([
|
|
|
78279
78369
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
78280
78370
|
exports.XPathRuleElement = XPathRuleElement;
|
|
78281
78371
|
|
|
78282
|
-
},{"../../Decorators":
|
|
78372
|
+
},{"../../Decorators":303,"../../ParserRuleContext":319,"../Trees":427,"./XPathElement":437}],442:[function(require,module,exports){
|
|
78283
78373
|
"use strict";
|
|
78284
78374
|
/*!
|
|
78285
78375
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78311,7 +78401,7 @@ __decorate([
|
|
|
78311
78401
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
78312
78402
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
78313
78403
|
|
|
78314
|
-
},{"../../Decorators":
|
|
78404
|
+
},{"../../Decorators":303,"../Trees":427,"./XPathElement":437}],443:[function(require,module,exports){
|
|
78315
78405
|
"use strict";
|
|
78316
78406
|
/*!
|
|
78317
78407
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78354,7 +78444,7 @@ __decorate([
|
|
|
78354
78444
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
78355
78445
|
exports.XPathTokenElement = XPathTokenElement;
|
|
78356
78446
|
|
|
78357
|
-
},{"../../Decorators":
|
|
78447
|
+
},{"../../Decorators":303,"../TerminalNode":426,"../Trees":427,"./XPathElement":437}],444:[function(require,module,exports){
|
|
78358
78448
|
"use strict";
|
|
78359
78449
|
/*!
|
|
78360
78450
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78390,7 +78480,7 @@ __decorate([
|
|
|
78390
78480
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
78391
78481
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
78392
78482
|
|
|
78393
|
-
},{"../../Decorators":
|
|
78483
|
+
},{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],445:[function(require,module,exports){
|
|
78394
78484
|
"use strict";
|
|
78395
78485
|
/*!
|
|
78396
78486
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -78430,7 +78520,7 @@ __decorate([
|
|
|
78430
78520
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
78431
78521
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
78432
78522
|
|
|
78433
|
-
},{"../../Decorators":
|
|
78523
|
+
},{"../../Decorators":303,"../Trees":427,"./XPath":436,"./XPathElement":437}],446:[function(require,module,exports){
|
|
78434
78524
|
(function (global){(function (){
|
|
78435
78525
|
'use strict';
|
|
78436
78526
|
|
|
@@ -78940,7 +79030,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
78940
79030
|
};
|
|
78941
79031
|
|
|
78942
79032
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
78943
|
-
},{"object.assign/polyfill":
|
|
79033
|
+
},{"object.assign/polyfill":503,"util/":449}],447:[function(require,module,exports){
|
|
78944
79034
|
if (typeof Object.create === 'function') {
|
|
78945
79035
|
// implementation from standard node.js 'util' module
|
|
78946
79036
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -78965,14 +79055,14 @@ if (typeof Object.create === 'function') {
|
|
|
78965
79055
|
}
|
|
78966
79056
|
}
|
|
78967
79057
|
|
|
78968
|
-
},{}],
|
|
79058
|
+
},{}],448:[function(require,module,exports){
|
|
78969
79059
|
module.exports = function isBuffer(arg) {
|
|
78970
79060
|
return arg && typeof arg === 'object'
|
|
78971
79061
|
&& typeof arg.copy === 'function'
|
|
78972
79062
|
&& typeof arg.fill === 'function'
|
|
78973
79063
|
&& typeof arg.readUInt8 === 'function';
|
|
78974
79064
|
}
|
|
78975
|
-
},{}],
|
|
79065
|
+
},{}],449:[function(require,module,exports){
|
|
78976
79066
|
(function (process,global){(function (){
|
|
78977
79067
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
78978
79068
|
//
|
|
@@ -79562,7 +79652,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
79562
79652
|
}
|
|
79563
79653
|
|
|
79564
79654
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79565
|
-
},{"./support/isBuffer":
|
|
79655
|
+
},{"./support/isBuffer":448,"_process":505,"inherits":447}],450:[function(require,module,exports){
|
|
79566
79656
|
(function (global){(function (){
|
|
79567
79657
|
'use strict';
|
|
79568
79658
|
|
|
@@ -79583,7 +79673,7 @@ module.exports = function availableTypedArrays() {
|
|
|
79583
79673
|
};
|
|
79584
79674
|
|
|
79585
79675
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79586
|
-
},{"possible-typed-array-names":
|
|
79676
|
+
},{"possible-typed-array-names":504}],451:[function(require,module,exports){
|
|
79587
79677
|
(function (process,global){(function (){
|
|
79588
79678
|
module.exports = process.hrtime || hrtime
|
|
79589
79679
|
|
|
@@ -79614,7 +79704,7 @@ function hrtime(previousTimestamp){
|
|
|
79614
79704
|
return [seconds,nanoseconds]
|
|
79615
79705
|
}
|
|
79616
79706
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
79617
|
-
},{"_process":
|
|
79707
|
+
},{"_process":505}],452:[function(require,module,exports){
|
|
79618
79708
|
'use strict';
|
|
79619
79709
|
|
|
79620
79710
|
var bind = require('function-bind');
|
|
@@ -79626,7 +79716,7 @@ var $reflectApply = require('./reflectApply');
|
|
|
79626
79716
|
/** @type {import('./actualApply')} */
|
|
79627
79717
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
79628
79718
|
|
|
79629
|
-
},{"./functionApply":
|
|
79719
|
+
},{"./functionApply":454,"./functionCall":455,"./reflectApply":457,"function-bind":473}],453:[function(require,module,exports){
|
|
79630
79720
|
'use strict';
|
|
79631
79721
|
|
|
79632
79722
|
var bind = require('function-bind');
|
|
@@ -79638,19 +79728,19 @@ module.exports = function applyBind() {
|
|
|
79638
79728
|
return actualApply(bind, $apply, arguments);
|
|
79639
79729
|
};
|
|
79640
79730
|
|
|
79641
|
-
},{"./actualApply":
|
|
79731
|
+
},{"./actualApply":452,"./functionApply":454,"function-bind":473}],454:[function(require,module,exports){
|
|
79642
79732
|
'use strict';
|
|
79643
79733
|
|
|
79644
79734
|
/** @type {import('./functionApply')} */
|
|
79645
79735
|
module.exports = Function.prototype.apply;
|
|
79646
79736
|
|
|
79647
|
-
},{}],
|
|
79737
|
+
},{}],455:[function(require,module,exports){
|
|
79648
79738
|
'use strict';
|
|
79649
79739
|
|
|
79650
79740
|
/** @type {import('./functionCall')} */
|
|
79651
79741
|
module.exports = Function.prototype.call;
|
|
79652
79742
|
|
|
79653
|
-
},{}],
|
|
79743
|
+
},{}],456:[function(require,module,exports){
|
|
79654
79744
|
'use strict';
|
|
79655
79745
|
|
|
79656
79746
|
var bind = require('function-bind');
|
|
@@ -79667,13 +79757,13 @@ module.exports = function callBindBasic(args) {
|
|
|
79667
79757
|
return $actualApply(bind, $call, args);
|
|
79668
79758
|
};
|
|
79669
79759
|
|
|
79670
|
-
},{"./actualApply":
|
|
79760
|
+
},{"./actualApply":452,"./functionCall":455,"es-errors/type":468,"function-bind":473}],457:[function(require,module,exports){
|
|
79671
79761
|
'use strict';
|
|
79672
79762
|
|
|
79673
79763
|
/** @type {import('./reflectApply')} */
|
|
79674
79764
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
79675
79765
|
|
|
79676
|
-
},{}],
|
|
79766
|
+
},{}],458:[function(require,module,exports){
|
|
79677
79767
|
'use strict';
|
|
79678
79768
|
|
|
79679
79769
|
var setFunctionLength = require('set-function-length');
|
|
@@ -79699,7 +79789,7 @@ if ($defineProperty) {
|
|
|
79699
79789
|
module.exports.apply = applyBind;
|
|
79700
79790
|
}
|
|
79701
79791
|
|
|
79702
|
-
},{"call-bind-apply-helpers":
|
|
79792
|
+
},{"call-bind-apply-helpers":456,"call-bind-apply-helpers/applyBind":453,"es-define-property":462,"set-function-length":507}],459:[function(require,module,exports){
|
|
79703
79793
|
'use strict';
|
|
79704
79794
|
|
|
79705
79795
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -79720,7 +79810,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
79720
79810
|
return intrinsic;
|
|
79721
79811
|
};
|
|
79722
79812
|
|
|
79723
|
-
},{"call-bind-apply-helpers":
|
|
79813
|
+
},{"call-bind-apply-helpers":456,"get-intrinsic":474}],460:[function(require,module,exports){
|
|
79724
79814
|
'use strict';
|
|
79725
79815
|
|
|
79726
79816
|
var $defineProperty = require('es-define-property');
|
|
@@ -79778,7 +79868,7 @@ module.exports = function defineDataProperty(
|
|
|
79778
79868
|
}
|
|
79779
79869
|
};
|
|
79780
79870
|
|
|
79781
|
-
},{"es-define-property":
|
|
79871
|
+
},{"es-define-property":462,"es-errors/syntax":467,"es-errors/type":468,"gopd":479}],461:[function(require,module,exports){
|
|
79782
79872
|
'use strict';
|
|
79783
79873
|
|
|
79784
79874
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -79810,7 +79900,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
79810
79900
|
}
|
|
79811
79901
|
: false;
|
|
79812
79902
|
|
|
79813
|
-
},{"call-bind-apply-helpers":
|
|
79903
|
+
},{"call-bind-apply-helpers":456,"gopd":479}],462:[function(require,module,exports){
|
|
79814
79904
|
'use strict';
|
|
79815
79905
|
|
|
79816
79906
|
/** @type {import('.')} */
|
|
@@ -79826,55 +79916,55 @@ if ($defineProperty) {
|
|
|
79826
79916
|
|
|
79827
79917
|
module.exports = $defineProperty;
|
|
79828
79918
|
|
|
79829
|
-
},{}],
|
|
79919
|
+
},{}],463:[function(require,module,exports){
|
|
79830
79920
|
'use strict';
|
|
79831
79921
|
|
|
79832
79922
|
/** @type {import('./eval')} */
|
|
79833
79923
|
module.exports = EvalError;
|
|
79834
79924
|
|
|
79835
|
-
},{}],
|
|
79925
|
+
},{}],464:[function(require,module,exports){
|
|
79836
79926
|
'use strict';
|
|
79837
79927
|
|
|
79838
79928
|
/** @type {import('.')} */
|
|
79839
79929
|
module.exports = Error;
|
|
79840
79930
|
|
|
79841
|
-
},{}],
|
|
79931
|
+
},{}],465:[function(require,module,exports){
|
|
79842
79932
|
'use strict';
|
|
79843
79933
|
|
|
79844
79934
|
/** @type {import('./range')} */
|
|
79845
79935
|
module.exports = RangeError;
|
|
79846
79936
|
|
|
79847
|
-
},{}],
|
|
79937
|
+
},{}],466:[function(require,module,exports){
|
|
79848
79938
|
'use strict';
|
|
79849
79939
|
|
|
79850
79940
|
/** @type {import('./ref')} */
|
|
79851
79941
|
module.exports = ReferenceError;
|
|
79852
79942
|
|
|
79853
|
-
},{}],
|
|
79943
|
+
},{}],467:[function(require,module,exports){
|
|
79854
79944
|
'use strict';
|
|
79855
79945
|
|
|
79856
79946
|
/** @type {import('./syntax')} */
|
|
79857
79947
|
module.exports = SyntaxError;
|
|
79858
79948
|
|
|
79859
|
-
},{}],
|
|
79949
|
+
},{}],468:[function(require,module,exports){
|
|
79860
79950
|
'use strict';
|
|
79861
79951
|
|
|
79862
79952
|
/** @type {import('./type')} */
|
|
79863
79953
|
module.exports = TypeError;
|
|
79864
79954
|
|
|
79865
|
-
},{}],
|
|
79955
|
+
},{}],469:[function(require,module,exports){
|
|
79866
79956
|
'use strict';
|
|
79867
79957
|
|
|
79868
79958
|
/** @type {import('./uri')} */
|
|
79869
79959
|
module.exports = URIError;
|
|
79870
79960
|
|
|
79871
|
-
},{}],
|
|
79961
|
+
},{}],470:[function(require,module,exports){
|
|
79872
79962
|
'use strict';
|
|
79873
79963
|
|
|
79874
79964
|
/** @type {import('.')} */
|
|
79875
79965
|
module.exports = Object;
|
|
79876
79966
|
|
|
79877
|
-
},{}],
|
|
79967
|
+
},{}],471:[function(require,module,exports){
|
|
79878
79968
|
'use strict';
|
|
79879
79969
|
|
|
79880
79970
|
var isCallable = require('is-callable');
|
|
@@ -79945,7 +80035,7 @@ module.exports = function forEach(list, iterator, thisArg) {
|
|
|
79945
80035
|
}
|
|
79946
80036
|
};
|
|
79947
80037
|
|
|
79948
|
-
},{"is-callable":
|
|
80038
|
+
},{"is-callable":487}],472:[function(require,module,exports){
|
|
79949
80039
|
'use strict';
|
|
79950
80040
|
|
|
79951
80041
|
/* eslint no-invalid-this: 1 */
|
|
@@ -80031,14 +80121,14 @@ module.exports = function bind(that) {
|
|
|
80031
80121
|
return bound;
|
|
80032
80122
|
};
|
|
80033
80123
|
|
|
80034
|
-
},{}],
|
|
80124
|
+
},{}],473:[function(require,module,exports){
|
|
80035
80125
|
'use strict';
|
|
80036
80126
|
|
|
80037
80127
|
var implementation = require('./implementation');
|
|
80038
80128
|
|
|
80039
80129
|
module.exports = Function.prototype.bind || implementation;
|
|
80040
80130
|
|
|
80041
|
-
},{"./implementation":
|
|
80131
|
+
},{"./implementation":472}],474:[function(require,module,exports){
|
|
80042
80132
|
'use strict';
|
|
80043
80133
|
|
|
80044
80134
|
var undefined;
|
|
@@ -80418,7 +80508,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
80418
80508
|
return value;
|
|
80419
80509
|
};
|
|
80420
80510
|
|
|
80421
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
80511
|
+
},{"call-bind-apply-helpers/functionApply":454,"call-bind-apply-helpers/functionCall":455,"es-define-property":462,"es-errors":464,"es-errors/eval":463,"es-errors/range":465,"es-errors/ref":466,"es-errors/syntax":467,"es-errors/type":468,"es-errors/uri":469,"es-object-atoms":470,"function-bind":473,"get-proto":477,"get-proto/Object.getPrototypeOf":475,"get-proto/Reflect.getPrototypeOf":476,"gopd":479,"has-symbols":481,"hasown":484,"math-intrinsics/abs":491,"math-intrinsics/floor":492,"math-intrinsics/max":494,"math-intrinsics/min":495,"math-intrinsics/pow":496,"math-intrinsics/round":497,"math-intrinsics/sign":498}],475:[function(require,module,exports){
|
|
80422
80512
|
'use strict';
|
|
80423
80513
|
|
|
80424
80514
|
var $Object = require('es-object-atoms');
|
|
@@ -80426,13 +80516,13 @@ var $Object = require('es-object-atoms');
|
|
|
80426
80516
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
80427
80517
|
module.exports = $Object.getPrototypeOf || null;
|
|
80428
80518
|
|
|
80429
|
-
},{"es-object-atoms":
|
|
80519
|
+
},{"es-object-atoms":470}],476:[function(require,module,exports){
|
|
80430
80520
|
'use strict';
|
|
80431
80521
|
|
|
80432
80522
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
80433
80523
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
80434
80524
|
|
|
80435
|
-
},{}],
|
|
80525
|
+
},{}],477:[function(require,module,exports){
|
|
80436
80526
|
'use strict';
|
|
80437
80527
|
|
|
80438
80528
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -80461,13 +80551,13 @@ module.exports = reflectGetProto
|
|
|
80461
80551
|
}
|
|
80462
80552
|
: null;
|
|
80463
80553
|
|
|
80464
|
-
},{"./Object.getPrototypeOf":
|
|
80554
|
+
},{"./Object.getPrototypeOf":475,"./Reflect.getPrototypeOf":476,"dunder-proto/get":461}],478:[function(require,module,exports){
|
|
80465
80555
|
'use strict';
|
|
80466
80556
|
|
|
80467
80557
|
/** @type {import('./gOPD')} */
|
|
80468
80558
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
80469
80559
|
|
|
80470
|
-
},{}],
|
|
80560
|
+
},{}],479:[function(require,module,exports){
|
|
80471
80561
|
'use strict';
|
|
80472
80562
|
|
|
80473
80563
|
/** @type {import('.')} */
|
|
@@ -80484,7 +80574,7 @@ if ($gOPD) {
|
|
|
80484
80574
|
|
|
80485
80575
|
module.exports = $gOPD;
|
|
80486
80576
|
|
|
80487
|
-
},{"./gOPD":
|
|
80577
|
+
},{"./gOPD":478}],480:[function(require,module,exports){
|
|
80488
80578
|
'use strict';
|
|
80489
80579
|
|
|
80490
80580
|
var $defineProperty = require('es-define-property');
|
|
@@ -80508,7 +80598,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
80508
80598
|
|
|
80509
80599
|
module.exports = hasPropertyDescriptors;
|
|
80510
80600
|
|
|
80511
|
-
},{"es-define-property":
|
|
80601
|
+
},{"es-define-property":462}],481:[function(require,module,exports){
|
|
80512
80602
|
'use strict';
|
|
80513
80603
|
|
|
80514
80604
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -80524,7 +80614,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
80524
80614
|
return hasSymbolSham();
|
|
80525
80615
|
};
|
|
80526
80616
|
|
|
80527
|
-
},{"./shams":
|
|
80617
|
+
},{"./shams":482}],482:[function(require,module,exports){
|
|
80528
80618
|
'use strict';
|
|
80529
80619
|
|
|
80530
80620
|
/** @type {import('./shams')} */
|
|
@@ -80571,7 +80661,7 @@ module.exports = function hasSymbols() {
|
|
|
80571
80661
|
return true;
|
|
80572
80662
|
};
|
|
80573
80663
|
|
|
80574
|
-
},{}],
|
|
80664
|
+
},{}],483:[function(require,module,exports){
|
|
80575
80665
|
'use strict';
|
|
80576
80666
|
|
|
80577
80667
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -80581,7 +80671,7 @@ module.exports = function hasToStringTagShams() {
|
|
|
80581
80671
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
80582
80672
|
};
|
|
80583
80673
|
|
|
80584
|
-
},{"has-symbols/shams":
|
|
80674
|
+
},{"has-symbols/shams":482}],484:[function(require,module,exports){
|
|
80585
80675
|
'use strict';
|
|
80586
80676
|
|
|
80587
80677
|
var call = Function.prototype.call;
|
|
@@ -80591,7 +80681,7 @@ var bind = require('function-bind');
|
|
|
80591
80681
|
/** @type {import('.')} */
|
|
80592
80682
|
module.exports = bind.call(call, $hasOwn);
|
|
80593
80683
|
|
|
80594
|
-
},{"function-bind":
|
|
80684
|
+
},{"function-bind":473}],485:[function(require,module,exports){
|
|
80595
80685
|
if (typeof Object.create === 'function') {
|
|
80596
80686
|
// implementation from standard node.js 'util' module
|
|
80597
80687
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -80620,7 +80710,7 @@ if (typeof Object.create === 'function') {
|
|
|
80620
80710
|
}
|
|
80621
80711
|
}
|
|
80622
80712
|
|
|
80623
|
-
},{}],
|
|
80713
|
+
},{}],486:[function(require,module,exports){
|
|
80624
80714
|
'use strict';
|
|
80625
80715
|
|
|
80626
80716
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -80666,7 +80756,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
80666
80756
|
/** @type {import('.')} */
|
|
80667
80757
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
80668
80758
|
|
|
80669
|
-
},{"call-bound":
|
|
80759
|
+
},{"call-bound":459,"has-tostringtag/shams":483}],487:[function(require,module,exports){
|
|
80670
80760
|
'use strict';
|
|
80671
80761
|
|
|
80672
80762
|
var fnToStr = Function.prototype.toString;
|
|
@@ -80769,7 +80859,7 @@ module.exports = reflectApply
|
|
|
80769
80859
|
return tryFunctionObject(value);
|
|
80770
80860
|
};
|
|
80771
80861
|
|
|
80772
|
-
},{}],
|
|
80862
|
+
},{}],488:[function(require,module,exports){
|
|
80773
80863
|
'use strict';
|
|
80774
80864
|
|
|
80775
80865
|
var callBound = require('call-bound');
|
|
@@ -80818,7 +80908,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
80818
80908
|
return getProto(fn) === GeneratorFunction;
|
|
80819
80909
|
};
|
|
80820
80910
|
|
|
80821
|
-
},{"call-bound":
|
|
80911
|
+
},{"call-bound":459,"get-proto":477,"has-tostringtag/shams":483,"safe-regex-test":506}],489:[function(require,module,exports){
|
|
80822
80912
|
'use strict';
|
|
80823
80913
|
|
|
80824
80914
|
var callBound = require('call-bound');
|
|
@@ -80889,7 +80979,7 @@ if (hasToStringTag) {
|
|
|
80889
80979
|
|
|
80890
80980
|
module.exports = fn;
|
|
80891
80981
|
|
|
80892
|
-
},{"call-bound":
|
|
80982
|
+
},{"call-bound":459,"gopd":479,"has-tostringtag/shams":483,"hasown":484}],490:[function(require,module,exports){
|
|
80893
80983
|
'use strict';
|
|
80894
80984
|
|
|
80895
80985
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -80899,19 +80989,19 @@ module.exports = function isTypedArray(value) {
|
|
|
80899
80989
|
return !!whichTypedArray(value);
|
|
80900
80990
|
};
|
|
80901
80991
|
|
|
80902
|
-
},{"which-typed-array":
|
|
80992
|
+
},{"which-typed-array":511}],491:[function(require,module,exports){
|
|
80903
80993
|
'use strict';
|
|
80904
80994
|
|
|
80905
80995
|
/** @type {import('./abs')} */
|
|
80906
80996
|
module.exports = Math.abs;
|
|
80907
80997
|
|
|
80908
|
-
},{}],
|
|
80998
|
+
},{}],492:[function(require,module,exports){
|
|
80909
80999
|
'use strict';
|
|
80910
81000
|
|
|
80911
81001
|
/** @type {import('./floor')} */
|
|
80912
81002
|
module.exports = Math.floor;
|
|
80913
81003
|
|
|
80914
|
-
},{}],
|
|
81004
|
+
},{}],493:[function(require,module,exports){
|
|
80915
81005
|
'use strict';
|
|
80916
81006
|
|
|
80917
81007
|
/** @type {import('./isNaN')} */
|
|
@@ -80919,31 +81009,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
80919
81009
|
return a !== a;
|
|
80920
81010
|
};
|
|
80921
81011
|
|
|
80922
|
-
},{}],
|
|
81012
|
+
},{}],494:[function(require,module,exports){
|
|
80923
81013
|
'use strict';
|
|
80924
81014
|
|
|
80925
81015
|
/** @type {import('./max')} */
|
|
80926
81016
|
module.exports = Math.max;
|
|
80927
81017
|
|
|
80928
|
-
},{}],
|
|
81018
|
+
},{}],495:[function(require,module,exports){
|
|
80929
81019
|
'use strict';
|
|
80930
81020
|
|
|
80931
81021
|
/** @type {import('./min')} */
|
|
80932
81022
|
module.exports = Math.min;
|
|
80933
81023
|
|
|
80934
|
-
},{}],
|
|
81024
|
+
},{}],496:[function(require,module,exports){
|
|
80935
81025
|
'use strict';
|
|
80936
81026
|
|
|
80937
81027
|
/** @type {import('./pow')} */
|
|
80938
81028
|
module.exports = Math.pow;
|
|
80939
81029
|
|
|
80940
|
-
},{}],
|
|
81030
|
+
},{}],497:[function(require,module,exports){
|
|
80941
81031
|
'use strict';
|
|
80942
81032
|
|
|
80943
81033
|
/** @type {import('./round')} */
|
|
80944
81034
|
module.exports = Math.round;
|
|
80945
81035
|
|
|
80946
|
-
},{}],
|
|
81036
|
+
},{}],498:[function(require,module,exports){
|
|
80947
81037
|
'use strict';
|
|
80948
81038
|
|
|
80949
81039
|
var $isNaN = require('./isNaN');
|
|
@@ -80956,7 +81046,7 @@ module.exports = function sign(number) {
|
|
|
80956
81046
|
return number < 0 ? -1 : +1;
|
|
80957
81047
|
};
|
|
80958
81048
|
|
|
80959
|
-
},{"./isNaN":
|
|
81049
|
+
},{"./isNaN":493}],499:[function(require,module,exports){
|
|
80960
81050
|
'use strict';
|
|
80961
81051
|
|
|
80962
81052
|
var keysShim;
|
|
@@ -81080,7 +81170,7 @@ if (!Object.keys) {
|
|
|
81080
81170
|
}
|
|
81081
81171
|
module.exports = keysShim;
|
|
81082
81172
|
|
|
81083
|
-
},{"./isArguments":
|
|
81173
|
+
},{"./isArguments":501}],500:[function(require,module,exports){
|
|
81084
81174
|
'use strict';
|
|
81085
81175
|
|
|
81086
81176
|
var slice = Array.prototype.slice;
|
|
@@ -81114,7 +81204,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
81114
81204
|
|
|
81115
81205
|
module.exports = keysShim;
|
|
81116
81206
|
|
|
81117
|
-
},{"./implementation":
|
|
81207
|
+
},{"./implementation":499,"./isArguments":501}],501:[function(require,module,exports){
|
|
81118
81208
|
'use strict';
|
|
81119
81209
|
|
|
81120
81210
|
var toStr = Object.prototype.toString;
|
|
@@ -81133,7 +81223,7 @@ module.exports = function isArguments(value) {
|
|
|
81133
81223
|
return isArgs;
|
|
81134
81224
|
};
|
|
81135
81225
|
|
|
81136
|
-
},{}],
|
|
81226
|
+
},{}],502:[function(require,module,exports){
|
|
81137
81227
|
'use strict';
|
|
81138
81228
|
|
|
81139
81229
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -81181,7 +81271,7 @@ module.exports = function assign(target, source1) {
|
|
|
81181
81271
|
return to; // step 4
|
|
81182
81272
|
};
|
|
81183
81273
|
|
|
81184
|
-
},{"call-bound":
|
|
81274
|
+
},{"call-bound":459,"es-object-atoms":470,"has-symbols/shams":482,"object-keys":500}],503:[function(require,module,exports){
|
|
81185
81275
|
'use strict';
|
|
81186
81276
|
|
|
81187
81277
|
var implementation = require('./implementation');
|
|
@@ -81238,7 +81328,7 @@ module.exports = function getPolyfill() {
|
|
|
81238
81328
|
return Object.assign;
|
|
81239
81329
|
};
|
|
81240
81330
|
|
|
81241
|
-
},{"./implementation":
|
|
81331
|
+
},{"./implementation":502}],504:[function(require,module,exports){
|
|
81242
81332
|
'use strict';
|
|
81243
81333
|
|
|
81244
81334
|
/** @type {import('.')} */
|
|
@@ -81257,7 +81347,7 @@ module.exports = [
|
|
|
81257
81347
|
'BigUint64Array'
|
|
81258
81348
|
];
|
|
81259
81349
|
|
|
81260
|
-
},{}],
|
|
81350
|
+
},{}],505:[function(require,module,exports){
|
|
81261
81351
|
// shim for using process in browser
|
|
81262
81352
|
var process = module.exports = {};
|
|
81263
81353
|
|
|
@@ -81443,7 +81533,7 @@ process.chdir = function (dir) {
|
|
|
81443
81533
|
};
|
|
81444
81534
|
process.umask = function() { return 0; };
|
|
81445
81535
|
|
|
81446
|
-
},{}],
|
|
81536
|
+
},{}],506:[function(require,module,exports){
|
|
81447
81537
|
'use strict';
|
|
81448
81538
|
|
|
81449
81539
|
var callBound = require('call-bound');
|
|
@@ -81462,7 +81552,7 @@ module.exports = function regexTester(regex) {
|
|
|
81462
81552
|
};
|
|
81463
81553
|
};
|
|
81464
81554
|
|
|
81465
|
-
},{"call-bound":
|
|
81555
|
+
},{"call-bound":459,"es-errors/type":468,"is-regex":489}],507:[function(require,module,exports){
|
|
81466
81556
|
'use strict';
|
|
81467
81557
|
|
|
81468
81558
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -81506,9 +81596,9 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
81506
81596
|
return fn;
|
|
81507
81597
|
};
|
|
81508
81598
|
|
|
81509
|
-
},{"define-data-property":
|
|
81510
|
-
arguments[4][
|
|
81511
|
-
},{"dup":
|
|
81599
|
+
},{"define-data-property":460,"es-errors/type":468,"get-intrinsic":474,"gopd":479,"has-property-descriptors":480}],508:[function(require,module,exports){
|
|
81600
|
+
arguments[4][448][0].apply(exports,arguments)
|
|
81601
|
+
},{"dup":448}],509:[function(require,module,exports){
|
|
81512
81602
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
81513
81603
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
81514
81604
|
|
|
@@ -81844,7 +81934,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
81844
81934
|
});
|
|
81845
81935
|
});
|
|
81846
81936
|
|
|
81847
|
-
},{"is-arguments":
|
|
81937
|
+
},{"is-arguments":486,"is-generator-function":488,"is-typed-array":490,"which-typed-array":511}],510:[function(require,module,exports){
|
|
81848
81938
|
(function (process){(function (){
|
|
81849
81939
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
81850
81940
|
//
|
|
@@ -82563,7 +82653,7 @@ function callbackify(original) {
|
|
|
82563
82653
|
exports.callbackify = callbackify;
|
|
82564
82654
|
|
|
82565
82655
|
}).call(this)}).call(this,require('_process'))
|
|
82566
|
-
},{"./support/isBuffer":
|
|
82656
|
+
},{"./support/isBuffer":508,"./support/types":509,"_process":505,"inherits":485}],511:[function(require,module,exports){
|
|
82567
82657
|
(function (global){(function (){
|
|
82568
82658
|
'use strict';
|
|
82569
82659
|
|
|
@@ -82684,5 +82774,5 @@ module.exports = function whichTypedArray(value) {
|
|
|
82684
82774
|
};
|
|
82685
82775
|
|
|
82686
82776
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
82687
|
-
},{"available-typed-arrays":
|
|
82777
|
+
},{"available-typed-arrays":450,"call-bind":458,"call-bound":459,"for-each":471,"get-proto":477,"gopd":479,"has-tostringtag/shams":483}]},{},[149])(149)
|
|
82688
82778
|
});
|