@designliquido/delegua 0.39.5 → 0.39.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analisador-semantico/analisador-semantico-base.d.ts +1 -2
- package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
- package/analisador-semantico/analisador-semantico-base.js +0 -3
- package/analisador-semantico/analisador-semantico-base.js.map +1 -1
- package/bin/package.json +1 -1
- package/construtos/index.d.ts +0 -1
- package/construtos/index.d.ts.map +1 -1
- package/construtos/index.js +0 -1
- package/construtos/index.js.map +1 -1
- package/declaracoes/const.d.ts +1 -0
- package/declaracoes/const.d.ts.map +1 -1
- package/declaracoes/const.js +2 -0
- package/declaracoes/const.js.map +1 -1
- package/declaracoes/index.d.ts +0 -1
- package/declaracoes/index.d.ts.map +1 -1
- package/declaracoes/index.js +0 -1
- package/declaracoes/index.js.map +1 -1
- package/declaracoes/var.d.ts +1 -0
- package/declaracoes/var.d.ts.map +1 -1
- package/declaracoes/var.js +2 -0
- package/declaracoes/var.js.map +1 -1
- package/formatadores/formatador-delegua.d.ts +1 -2
- package/formatadores/formatador-delegua.d.ts.map +1 -1
- package/formatadores/formatador-delegua.js +0 -3
- package/formatadores/formatador-delegua.js.map +1 -1
- package/formatadores/formatador-pitugues.d.ts +4 -5
- package/formatadores/formatador-pitugues.d.ts.map +1 -1
- package/formatadores/formatador-pitugues.js +54 -57
- package/formatadores/formatador-pitugues.js.map +1 -1
- package/interfaces/visitante-comum-interface.d.ts +1 -2
- package/interfaces/visitante-comum-interface.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +2 -4
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +0 -6
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +2 -4
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +0 -6
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +2 -4
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +0 -6
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +2 -10
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +0 -32
- package/interpretador/interpretador-base.js.map +1 -1
- package/interpretador/interpretador-com-depuracao.d.ts.map +1 -1
- package/interpretador/interpretador-com-depuracao.js +1 -1
- package/interpretador/interpretador-com-depuracao.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +365 -439
- package/construtos/qual-tipo.d.ts +0 -12
- package/construtos/qual-tipo.d.ts.map +0 -1
- package/construtos/qual-tipo.js +0 -17
- package/construtos/qual-tipo.js.map +0 -1
- package/declaracoes/leia-multiplo.d.ts +0 -15
- package/declaracoes/leia-multiplo.d.ts.map +0 -1
- package/declaracoes/leia-multiplo.js +0 -22
- package/declaracoes/leia-multiplo.js.map +0 -1
- package/interfaces/interpretador-interface-potigol.d.ts +0 -6
- package/interfaces/interpretador-interface-potigol.d.ts.map +0 -1
- package/interfaces/interpretador-interface-potigol.js +0 -3
- package/interfaces/interpretador-interface-potigol.js.map +0 -1
package/umd/delegua.js
CHANGED
|
@@ -231,7 +231,7 @@ class AvaliadorSintaticoBase {
|
|
|
231
231
|
}
|
|
232
232
|
exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
|
|
233
233
|
|
|
234
|
-
},{"../construtos":44,"../declaracoes":
|
|
234
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/comum":161,"./erro-avaliador-sintatico":7}],2:[function(require,module,exports){
|
|
235
235
|
"use strict";
|
|
236
236
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
237
237
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -1666,7 +1666,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
|
|
|
1666
1666
|
}
|
|
1667
1667
|
exports.AvaliadorSintatico = AvaliadorSintatico;
|
|
1668
1668
|
|
|
1669
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../construtos/tuplas":
|
|
1669
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../construtos/tuplas":52,"../declaracoes":81,"../inferenciador":114,"../tipos-de-dados/delegua":159,"../tipos-de-simbolos/delegua":162,"./avaliador-sintatico-base":1,"./erro-avaliador-sintatico":7,"./informacao-escopo":9,"./pilha-escopos":12,"browser-process-hrtime":338}],3:[function(require,module,exports){
|
|
1670
1670
|
"use strict";
|
|
1671
1671
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
1672
1672
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -2318,7 +2318,7 @@ class AvaliadorSintaticoEguaClassico {
|
|
|
2318
2318
|
}
|
|
2319
2319
|
exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
|
|
2320
2320
|
|
|
2321
|
-
},{"../../construtos":44,"../../declaracoes":
|
|
2321
|
+
},{"../../construtos":44,"../../declaracoes":81,"../../tipos-de-simbolos/egua-classico":163,"../erro-avaliador-sintatico":7}],4:[function(require,module,exports){
|
|
2322
2322
|
"use strict";
|
|
2323
2323
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
2324
2324
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3090,7 +3090,7 @@ class AvaliadorSintaticoPitugues {
|
|
|
3090
3090
|
}
|
|
3091
3091
|
exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
|
|
3092
3092
|
|
|
3093
|
-
},{"../../construtos":44,"../../declaracoes":
|
|
3093
|
+
},{"../../construtos":44,"../../declaracoes":81,"../../lexador":151,"../../tipos-de-simbolos/pitugues":166,"../erro-avaliador-sintatico":7,"browser-process-hrtime":338}],5:[function(require,module,exports){
|
|
3094
3094
|
"use strict";
|
|
3095
3095
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3096
3096
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3259,7 +3259,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
|
|
|
3259
3259
|
}
|
|
3260
3260
|
exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
|
|
3261
3261
|
|
|
3262
|
-
},{"../../construtos":44,"../../declaracoes":
|
|
3262
|
+
},{"../../construtos":44,"../../declaracoes":81,"../../tipos-de-simbolos/portugol-ipt":167,"../avaliador-sintatico-base":1}],6:[function(require,module,exports){
|
|
3263
3263
|
"use strict";
|
|
3264
3264
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3265
3265
|
if (k2 === undefined) k2 = k;
|
|
@@ -3447,7 +3447,7 @@ class MicroAvaliadorSintaticoBase {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
|
|
3449
3449
|
|
|
3450
|
-
},{"../construtos":44,"../tipos-de-simbolos/comum":
|
|
3450
|
+
},{"../construtos":44,"../tipos-de-simbolos/comum":161,"./erro-avaliador-sintatico":7}],11:[function(require,module,exports){
|
|
3451
3451
|
"use strict";
|
|
3452
3452
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3453
3453
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -3653,7 +3653,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
|
|
|
3653
3653
|
}
|
|
3654
3654
|
exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
|
|
3655
3655
|
|
|
3656
|
-
},{"../construtos":44,"../tipos-de-simbolos/microgramaticas/delegua":
|
|
3656
|
+
},{"../construtos":44,"../tipos-de-simbolos/microgramaticas/delegua":165,"./micro-avaliador-sintatico-base":10}],12:[function(require,module,exports){
|
|
3657
3657
|
"use strict";
|
|
3658
3658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3659
3659
|
exports.PilhaEscopos = void 0;
|
|
@@ -4215,7 +4215,7 @@ async function tupla(interpretador, vetor) {
|
|
|
4215
4215
|
}
|
|
4216
4216
|
}
|
|
4217
4217
|
|
|
4218
|
-
},{"../construtos":44,"../estruturas":
|
|
4218
|
+
},{"../construtos":44,"../estruturas":103,"../estruturas/descritor-tipo-classe":101,"../estruturas/funcao-padrao":102,"../estruturas/objeto-delegua-classe":106,"../excecoes":109}],18:[function(require,module,exports){
|
|
4219
4219
|
"use strict";
|
|
4220
4220
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4221
4221
|
exports.default = {
|
|
@@ -4723,7 +4723,7 @@ class Chamada {
|
|
|
4723
4723
|
}
|
|
4724
4724
|
exports.Chamada = Chamada;
|
|
4725
4725
|
|
|
4726
|
-
},{"../geracao-identificadores":
|
|
4726
|
+
},{"../geracao-identificadores":112}],33:[function(require,module,exports){
|
|
4727
4727
|
"use strict";
|
|
4728
4728
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4729
4729
|
exports.Comentario = void 0;
|
|
@@ -4972,7 +4972,6 @@ __exportStar(require("./funcao"), exports);
|
|
|
4972
4972
|
__exportStar(require("./isto"), exports);
|
|
4973
4973
|
__exportStar(require("./literal"), exports);
|
|
4974
4974
|
__exportStar(require("./logico"), exports);
|
|
4975
|
-
__exportStar(require("./qual-tipo"), exports);
|
|
4976
4975
|
__exportStar(require("./super"), exports);
|
|
4977
4976
|
__exportStar(require("./tipo-de"), exports);
|
|
4978
4977
|
__exportStar(require("./tuplas"), exports);
|
|
@@ -4980,7 +4979,7 @@ __exportStar(require("./unario"), exports);
|
|
|
4980
4979
|
__exportStar(require("./variavel"), exports);
|
|
4981
4980
|
__exportStar(require("./vetor"), exports);
|
|
4982
4981
|
|
|
4983
|
-
},{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./atribuicao-por-indice":28,"./atribuicao-por-indices-matriz":29,"./atribuir":30,"./binario":31,"./chamada":32,"./comentario":33,"./componente-linguagem":34,"./constante":35,"./construto":36,"./decorador":37,"./definir-valor":38,"./dicionario":39,"./expressao-regular":40,"./fim-para":41,"./formatacao-escrita":42,"./funcao":43,"./isto":45,"./literal":46,"./logico":47,"./
|
|
4982
|
+
},{"./acesso-elemento-matriz":22,"./acesso-indice-variavel":23,"./acesso-metodo":25,"./acesso-metodo-ou-propriedade":24,"./acesso-propriedade":26,"./agrupamento":27,"./atribuicao-por-indice":28,"./atribuicao-por-indices-matriz":29,"./atribuir":30,"./binario":31,"./chamada":32,"./comentario":33,"./componente-linguagem":34,"./constante":35,"./construto":36,"./decorador":37,"./definir-valor":38,"./dicionario":39,"./expressao-regular":40,"./fim-para":41,"./formatacao-escrita":42,"./funcao":43,"./isto":45,"./literal":46,"./logico":47,"./super":48,"./tipo-de":49,"./tuplas":52,"./unario":61,"./variavel":62,"./vetor":63}],45:[function(require,module,exports){
|
|
4984
4983
|
"use strict";
|
|
4985
4984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4986
4985
|
exports.Isto = void 0;
|
|
@@ -5034,24 +5033,6 @@ exports.Logico = Logico;
|
|
|
5034
5033
|
},{}],48:[function(require,module,exports){
|
|
5035
5034
|
"use strict";
|
|
5036
5035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5037
|
-
exports.QualTipo = void 0;
|
|
5038
|
-
// TODO: Depreciado. Priorizar `TipoDe`.
|
|
5039
|
-
class QualTipo {
|
|
5040
|
-
constructor(hashArquivo, simbolo, valor) {
|
|
5041
|
-
this.linha = Number(simbolo.linha);
|
|
5042
|
-
this.hashArquivo = hashArquivo;
|
|
5043
|
-
this.valor = valor;
|
|
5044
|
-
this.simbolo = simbolo;
|
|
5045
|
-
}
|
|
5046
|
-
async aceitar(visitante) {
|
|
5047
|
-
return Promise.resolve(visitante.visitarExpressaoQualTipo(this));
|
|
5048
|
-
}
|
|
5049
|
-
}
|
|
5050
|
-
exports.QualTipo = QualTipo;
|
|
5051
|
-
|
|
5052
|
-
},{}],49:[function(require,module,exports){
|
|
5053
|
-
"use strict";
|
|
5054
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5055
5036
|
exports.Super = void 0;
|
|
5056
5037
|
class Super {
|
|
5057
5038
|
constructor(hashArquivo, simboloChave, superclasse) {
|
|
@@ -5066,7 +5047,7 @@ class Super {
|
|
|
5066
5047
|
}
|
|
5067
5048
|
exports.Super = Super;
|
|
5068
5049
|
|
|
5069
|
-
},{}],
|
|
5050
|
+
},{}],49:[function(require,module,exports){
|
|
5070
5051
|
"use strict";
|
|
5071
5052
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5072
5053
|
exports.TipoDe = void 0;
|
|
@@ -5087,7 +5068,7 @@ class TipoDe {
|
|
|
5087
5068
|
}
|
|
5088
5069
|
exports.TipoDe = TipoDe;
|
|
5089
5070
|
|
|
5090
|
-
},{}],
|
|
5071
|
+
},{}],50:[function(require,module,exports){
|
|
5091
5072
|
"use strict";
|
|
5092
5073
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5093
5074
|
exports.Deceto = void 0;
|
|
@@ -5121,7 +5102,7 @@ class Deceto extends tupla_1.Tupla {
|
|
|
5121
5102
|
}
|
|
5122
5103
|
exports.Deceto = Deceto;
|
|
5123
5104
|
|
|
5124
|
-
},{"./tupla":
|
|
5105
|
+
},{"./tupla":60}],51:[function(require,module,exports){
|
|
5125
5106
|
"use strict";
|
|
5126
5107
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5127
5108
|
exports.Dupla = void 0;
|
|
@@ -5135,7 +5116,7 @@ class Dupla extends tupla_1.Tupla {
|
|
|
5135
5116
|
}
|
|
5136
5117
|
exports.Dupla = Dupla;
|
|
5137
5118
|
|
|
5138
|
-
},{"./tupla":
|
|
5119
|
+
},{"./tupla":60}],52:[function(require,module,exports){
|
|
5139
5120
|
"use strict";
|
|
5140
5121
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5141
5122
|
if (k2 === undefined) k2 = k;
|
|
@@ -5204,7 +5185,7 @@ class SeletorTuplas {
|
|
|
5204
5185
|
}
|
|
5205
5186
|
exports.SeletorTuplas = SeletorTuplas;
|
|
5206
5187
|
|
|
5207
|
-
},{"./deceto":
|
|
5188
|
+
},{"./deceto":50,"./dupla":51,"./noneto":53,"./octeto":54,"./quarteto":55,"./quinteto":56,"./septeto":57,"./sexteto":58,"./trio":59,"./tupla":60}],53:[function(require,module,exports){
|
|
5208
5189
|
"use strict";
|
|
5209
5190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5210
5191
|
exports.Noneto = void 0;
|
|
@@ -5231,7 +5212,7 @@ class Noneto extends tupla_1.Tupla {
|
|
|
5231
5212
|
}
|
|
5232
5213
|
exports.Noneto = Noneto;
|
|
5233
5214
|
|
|
5234
|
-
},{"./tupla":
|
|
5215
|
+
},{"./tupla":60}],54:[function(require,module,exports){
|
|
5235
5216
|
"use strict";
|
|
5236
5217
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5237
5218
|
exports.Octeto = void 0;
|
|
@@ -5257,7 +5238,7 @@ class Octeto extends tupla_1.Tupla {
|
|
|
5257
5238
|
}
|
|
5258
5239
|
exports.Octeto = Octeto;
|
|
5259
5240
|
|
|
5260
|
-
},{"./tupla":
|
|
5241
|
+
},{"./tupla":60}],55:[function(require,module,exports){
|
|
5261
5242
|
"use strict";
|
|
5262
5243
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5263
5244
|
exports.Quarteto = void 0;
|
|
@@ -5273,7 +5254,7 @@ class Quarteto extends tupla_1.Tupla {
|
|
|
5273
5254
|
}
|
|
5274
5255
|
exports.Quarteto = Quarteto;
|
|
5275
5256
|
|
|
5276
|
-
},{"./tupla":
|
|
5257
|
+
},{"./tupla":60}],56:[function(require,module,exports){
|
|
5277
5258
|
"use strict";
|
|
5278
5259
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5279
5260
|
exports.Quinteto = void 0;
|
|
@@ -5290,7 +5271,7 @@ class Quinteto extends tupla_1.Tupla {
|
|
|
5290
5271
|
}
|
|
5291
5272
|
exports.Quinteto = Quinteto;
|
|
5292
5273
|
|
|
5293
|
-
},{"./tupla":
|
|
5274
|
+
},{"./tupla":60}],57:[function(require,module,exports){
|
|
5294
5275
|
"use strict";
|
|
5295
5276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5296
5277
|
exports.Septeto = void 0;
|
|
@@ -5315,7 +5296,7 @@ class Septeto extends tupla_1.Tupla {
|
|
|
5315
5296
|
}
|
|
5316
5297
|
exports.Septeto = Septeto;
|
|
5317
5298
|
|
|
5318
|
-
},{"./tupla":
|
|
5299
|
+
},{"./tupla":60}],58:[function(require,module,exports){
|
|
5319
5300
|
"use strict";
|
|
5320
5301
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5321
5302
|
exports.Sexteto = void 0;
|
|
@@ -5333,7 +5314,7 @@ class Sexteto extends tupla_1.Tupla {
|
|
|
5333
5314
|
}
|
|
5334
5315
|
exports.Sexteto = Sexteto;
|
|
5335
5316
|
|
|
5336
|
-
},{"./tupla":
|
|
5317
|
+
},{"./tupla":60}],59:[function(require,module,exports){
|
|
5337
5318
|
"use strict";
|
|
5338
5319
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5339
5320
|
exports.Trio = void 0;
|
|
@@ -5348,7 +5329,7 @@ class Trio extends tupla_1.Tupla {
|
|
|
5348
5329
|
}
|
|
5349
5330
|
exports.Trio = Trio;
|
|
5350
5331
|
|
|
5351
|
-
},{"./tupla":
|
|
5332
|
+
},{"./tupla":60}],60:[function(require,module,exports){
|
|
5352
5333
|
"use strict";
|
|
5353
5334
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5354
5335
|
exports.Tupla = void 0;
|
|
@@ -5359,7 +5340,7 @@ class Tupla {
|
|
|
5359
5340
|
}
|
|
5360
5341
|
exports.Tupla = Tupla;
|
|
5361
5342
|
|
|
5362
|
-
},{}],
|
|
5343
|
+
},{}],61:[function(require,module,exports){
|
|
5363
5344
|
"use strict";
|
|
5364
5345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5365
5346
|
exports.Unario = void 0;
|
|
@@ -5377,7 +5358,7 @@ class Unario {
|
|
|
5377
5358
|
}
|
|
5378
5359
|
exports.Unario = Unario;
|
|
5379
5360
|
|
|
5380
|
-
},{}],
|
|
5361
|
+
},{}],62:[function(require,module,exports){
|
|
5381
5362
|
"use strict";
|
|
5382
5363
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5383
5364
|
exports.Variavel = void 0;
|
|
@@ -5394,7 +5375,7 @@ class Variavel {
|
|
|
5394
5375
|
}
|
|
5395
5376
|
exports.Variavel = Variavel;
|
|
5396
5377
|
|
|
5397
|
-
},{}],
|
|
5378
|
+
},{}],63:[function(require,module,exports){
|
|
5398
5379
|
"use strict";
|
|
5399
5380
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5400
5381
|
exports.Vetor = void 0;
|
|
@@ -5417,7 +5398,7 @@ class Vetor {
|
|
|
5417
5398
|
}
|
|
5418
5399
|
exports.Vetor = Vetor;
|
|
5419
5400
|
|
|
5420
|
-
},{}],
|
|
5401
|
+
},{}],64:[function(require,module,exports){
|
|
5421
5402
|
"use strict";
|
|
5422
5403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5423
5404
|
exports.Aleatorio = void 0;
|
|
@@ -5434,7 +5415,7 @@ class Aleatorio extends declaracao_1.Declaracao {
|
|
|
5434
5415
|
}
|
|
5435
5416
|
exports.Aleatorio = Aleatorio;
|
|
5436
5417
|
|
|
5437
|
-
},{"./declaracao":
|
|
5418
|
+
},{"./declaracao":71}],65:[function(require,module,exports){
|
|
5438
5419
|
"use strict";
|
|
5439
5420
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5440
5421
|
exports.Bloco = void 0;
|
|
@@ -5450,7 +5431,7 @@ class Bloco extends declaracao_1.Declaracao {
|
|
|
5450
5431
|
}
|
|
5451
5432
|
exports.Bloco = Bloco;
|
|
5452
5433
|
|
|
5453
|
-
},{"./declaracao":
|
|
5434
|
+
},{"./declaracao":71}],66:[function(require,module,exports){
|
|
5454
5435
|
"use strict";
|
|
5455
5436
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5456
5437
|
exports.CabecalhoPrograma = void 0;
|
|
@@ -5466,7 +5447,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
|
|
|
5466
5447
|
}
|
|
5467
5448
|
exports.CabecalhoPrograma = CabecalhoPrograma;
|
|
5468
5449
|
|
|
5469
|
-
},{"./declaracao":
|
|
5450
|
+
},{"./declaracao":71}],67:[function(require,module,exports){
|
|
5470
5451
|
"use strict";
|
|
5471
5452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5472
5453
|
exports.Classe = void 0;
|
|
@@ -5486,7 +5467,7 @@ class Classe extends declaracao_1.Declaracao {
|
|
|
5486
5467
|
}
|
|
5487
5468
|
exports.Classe = Classe;
|
|
5488
5469
|
|
|
5489
|
-
},{"./declaracao":
|
|
5470
|
+
},{"./declaracao":71}],68:[function(require,module,exports){
|
|
5490
5471
|
"use strict";
|
|
5491
5472
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5492
5473
|
exports.ConstMultiplo = void 0;
|
|
@@ -5507,7 +5488,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
|
|
|
5507
5488
|
}
|
|
5508
5489
|
exports.ConstMultiplo = ConstMultiplo;
|
|
5509
5490
|
|
|
5510
|
-
},{"./declaracao":
|
|
5491
|
+
},{"./declaracao":71}],69:[function(require,module,exports){
|
|
5511
5492
|
"use strict";
|
|
5512
5493
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5513
5494
|
exports.Const = void 0;
|
|
@@ -5522,9 +5503,11 @@ class Const extends declaracao_1.Declaracao {
|
|
|
5522
5503
|
this.inicializador = inicializador;
|
|
5523
5504
|
if (tipo !== 'qualquer') {
|
|
5524
5505
|
this.tipo = tipo;
|
|
5506
|
+
this.tipoExplicito = true;
|
|
5525
5507
|
}
|
|
5526
5508
|
else {
|
|
5527
5509
|
this.tipo = (inicializador === null || inicializador === void 0 ? void 0 : inicializador.tipo) || tipo;
|
|
5510
|
+
this.tipoExplicito = false;
|
|
5528
5511
|
}
|
|
5529
5512
|
}
|
|
5530
5513
|
async aceitar(visitante) {
|
|
@@ -5533,7 +5516,7 @@ class Const extends declaracao_1.Declaracao {
|
|
|
5533
5516
|
}
|
|
5534
5517
|
exports.Const = Const;
|
|
5535
5518
|
|
|
5536
|
-
},{"./declaracao":
|
|
5519
|
+
},{"./declaracao":71}],70:[function(require,module,exports){
|
|
5537
5520
|
"use strict";
|
|
5538
5521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5539
5522
|
exports.Continua = void 0;
|
|
@@ -5548,7 +5531,7 @@ class Continua extends declaracao_1.Declaracao {
|
|
|
5548
5531
|
}
|
|
5549
5532
|
exports.Continua = Continua;
|
|
5550
5533
|
|
|
5551
|
-
},{"./declaracao":
|
|
5534
|
+
},{"./declaracao":71}],71:[function(require,module,exports){
|
|
5552
5535
|
"use strict";
|
|
5553
5536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5554
5537
|
exports.Declaracao = void 0;
|
|
@@ -5568,7 +5551,7 @@ class Declaracao {
|
|
|
5568
5551
|
}
|
|
5569
5552
|
exports.Declaracao = Declaracao;
|
|
5570
5553
|
|
|
5571
|
-
},{}],
|
|
5554
|
+
},{}],72:[function(require,module,exports){
|
|
5572
5555
|
"use strict";
|
|
5573
5556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5574
5557
|
exports.Enquanto = void 0;
|
|
@@ -5585,7 +5568,7 @@ class Enquanto extends declaracao_1.Declaracao {
|
|
|
5585
5568
|
}
|
|
5586
5569
|
exports.Enquanto = Enquanto;
|
|
5587
5570
|
|
|
5588
|
-
},{"./declaracao":
|
|
5571
|
+
},{"./declaracao":71}],73:[function(require,module,exports){
|
|
5589
5572
|
"use strict";
|
|
5590
5573
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5591
5574
|
exports.Escolha = void 0;
|
|
@@ -5606,7 +5589,7 @@ class Escolha extends declaracao_1.Declaracao {
|
|
|
5606
5589
|
}
|
|
5607
5590
|
exports.Escolha = Escolha;
|
|
5608
5591
|
|
|
5609
|
-
},{"./declaracao":
|
|
5592
|
+
},{"./declaracao":71}],74:[function(require,module,exports){
|
|
5610
5593
|
"use strict";
|
|
5611
5594
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5612
5595
|
exports.EscrevaMesmaLinha = void 0;
|
|
@@ -5622,7 +5605,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
|
|
|
5622
5605
|
}
|
|
5623
5606
|
exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
|
|
5624
5607
|
|
|
5625
|
-
},{"./declaracao":
|
|
5608
|
+
},{"./declaracao":71}],75:[function(require,module,exports){
|
|
5626
5609
|
"use strict";
|
|
5627
5610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5628
5611
|
exports.Escreva = void 0;
|
|
@@ -5638,7 +5621,7 @@ class Escreva extends declaracao_1.Declaracao {
|
|
|
5638
5621
|
}
|
|
5639
5622
|
exports.Escreva = Escreva;
|
|
5640
5623
|
|
|
5641
|
-
},{"./declaracao":
|
|
5624
|
+
},{"./declaracao":71}],76:[function(require,module,exports){
|
|
5642
5625
|
"use strict";
|
|
5643
5626
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5644
5627
|
exports.Expressao = void 0;
|
|
@@ -5654,7 +5637,7 @@ class Expressao extends declaracao_1.Declaracao {
|
|
|
5654
5637
|
}
|
|
5655
5638
|
exports.Expressao = Expressao;
|
|
5656
5639
|
|
|
5657
|
-
},{"./declaracao":
|
|
5640
|
+
},{"./declaracao":71}],77:[function(require,module,exports){
|
|
5658
5641
|
"use strict";
|
|
5659
5642
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5660
5643
|
exports.Falhar = void 0;
|
|
@@ -5671,7 +5654,7 @@ class Falhar extends declaracao_1.Declaracao {
|
|
|
5671
5654
|
}
|
|
5672
5655
|
exports.Falhar = Falhar;
|
|
5673
5656
|
|
|
5674
|
-
},{"./declaracao":
|
|
5657
|
+
},{"./declaracao":71}],78:[function(require,module,exports){
|
|
5675
5658
|
"use strict";
|
|
5676
5659
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5677
5660
|
exports.Fazer = void 0;
|
|
@@ -5688,7 +5671,7 @@ class Fazer extends declaracao_1.Declaracao {
|
|
|
5688
5671
|
}
|
|
5689
5672
|
exports.Fazer = Fazer;
|
|
5690
5673
|
|
|
5691
|
-
},{"./declaracao":
|
|
5674
|
+
},{"./declaracao":71}],79:[function(require,module,exports){
|
|
5692
5675
|
"use strict";
|
|
5693
5676
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5694
5677
|
exports.FuncaoDeclaracao = void 0;
|
|
@@ -5710,7 +5693,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
|
|
|
5710
5693
|
}
|
|
5711
5694
|
exports.FuncaoDeclaracao = FuncaoDeclaracao;
|
|
5712
5695
|
|
|
5713
|
-
},{"./declaracao":
|
|
5696
|
+
},{"./declaracao":71}],80:[function(require,module,exports){
|
|
5714
5697
|
"use strict";
|
|
5715
5698
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5716
5699
|
exports.Importar = void 0;
|
|
@@ -5727,7 +5710,7 @@ class Importar extends declaracao_1.Declaracao {
|
|
|
5727
5710
|
}
|
|
5728
5711
|
exports.Importar = Importar;
|
|
5729
5712
|
|
|
5730
|
-
},{"./declaracao":
|
|
5713
|
+
},{"./declaracao":71}],81:[function(require,module,exports){
|
|
5731
5714
|
"use strict";
|
|
5732
5715
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5733
5716
|
if (k2 === undefined) k2 = k;
|
|
@@ -5763,7 +5746,6 @@ __exportStar(require("./funcao"), exports);
|
|
|
5763
5746
|
__exportStar(require("./importar"), exports);
|
|
5764
5747
|
__exportStar(require("./inicio-algoritmo"), exports);
|
|
5765
5748
|
__exportStar(require("./leia"), exports);
|
|
5766
|
-
__exportStar(require("./leia-multiplo"), exports);
|
|
5767
5749
|
__exportStar(require("./para"), exports);
|
|
5768
5750
|
__exportStar(require("./para-cada"), exports);
|
|
5769
5751
|
__exportStar(require("./propriedade-classe"), exports);
|
|
@@ -5776,7 +5758,7 @@ __exportStar(require("./var"), exports);
|
|
|
5776
5758
|
__exportStar(require("./var-multiplo"), exports);
|
|
5777
5759
|
__exportStar(require("./aleatorio"), exports);
|
|
5778
5760
|
|
|
5779
|
-
},{"./aleatorio":
|
|
5761
|
+
},{"./aleatorio":64,"./bloco":65,"./cabecalho-programa":66,"./classe":67,"./const":69,"./const-multiplo":68,"./continua":70,"./declaracao":71,"./enquanto":72,"./escolha":73,"./escreva":75,"./escreva-mesma-linha":74,"./expressao":76,"./falhar":77,"./fazer":78,"./funcao":79,"./importar":80,"./inicio-algoritmo":82,"./leia":83,"./para":85,"./para-cada":84,"./propriedade-classe":86,"./retorna":87,"./se":88,"./sustar":89,"./tendo-como":90,"./tente":91,"./var":93,"./var-multiplo":92}],82:[function(require,module,exports){
|
|
5780
5762
|
"use strict";
|
|
5781
5763
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5782
5764
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -5791,30 +5773,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
5791
5773
|
}
|
|
5792
5774
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
5793
5775
|
|
|
5794
|
-
},{"./declaracao":
|
|
5795
|
-
"use strict";
|
|
5796
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5797
|
-
exports.LeiaMultiplo = void 0;
|
|
5798
|
-
const geracao_identificadores_1 = require("../geracao-identificadores");
|
|
5799
|
-
const declaracao_1 = require("./declaracao");
|
|
5800
|
-
/**
|
|
5801
|
-
* Declaração que pede a leitura de várias informações pela entrada
|
|
5802
|
-
* configurada no início da aplicação (por exemplo, o console).
|
|
5803
|
-
*/
|
|
5804
|
-
class LeiaMultiplo extends declaracao_1.Declaracao {
|
|
5805
|
-
constructor(simbolo, argumento) {
|
|
5806
|
-
super(simbolo.linha, simbolo.hashArquivo);
|
|
5807
|
-
this.simbolo = simbolo;
|
|
5808
|
-
this.id = (0, geracao_identificadores_1.uuidv4)();
|
|
5809
|
-
this.argumento = argumento;
|
|
5810
|
-
}
|
|
5811
|
-
async aceitar(visitante) {
|
|
5812
|
-
return await visitante.visitarExpressaoLeiaMultiplo(this);
|
|
5813
|
-
}
|
|
5814
|
-
}
|
|
5815
|
-
exports.LeiaMultiplo = LeiaMultiplo;
|
|
5816
|
-
|
|
5817
|
-
},{"../geracao-identificadores":114,"./declaracao":72}],85:[function(require,module,exports){
|
|
5776
|
+
},{"./declaracao":71}],83:[function(require,module,exports){
|
|
5818
5777
|
"use strict";
|
|
5819
5778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5820
5779
|
exports.Leia = void 0;
|
|
@@ -5837,7 +5796,7 @@ class Leia extends declaracao_1.Declaracao {
|
|
|
5837
5796
|
}
|
|
5838
5797
|
exports.Leia = Leia;
|
|
5839
5798
|
|
|
5840
|
-
},{"../geracao-identificadores":
|
|
5799
|
+
},{"../geracao-identificadores":112,"./declaracao":71}],84:[function(require,module,exports){
|
|
5841
5800
|
"use strict";
|
|
5842
5801
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5843
5802
|
exports.ParaCada = void 0;
|
|
@@ -5856,7 +5815,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
5856
5815
|
}
|
|
5857
5816
|
exports.ParaCada = ParaCada;
|
|
5858
5817
|
|
|
5859
|
-
},{"./declaracao":
|
|
5818
|
+
},{"./declaracao":71}],85:[function(require,module,exports){
|
|
5860
5819
|
"use strict";
|
|
5861
5820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5862
5821
|
exports.Para = void 0;
|
|
@@ -5882,7 +5841,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
5882
5841
|
}
|
|
5883
5842
|
exports.Para = Para;
|
|
5884
5843
|
|
|
5885
|
-
},{"./declaracao":
|
|
5844
|
+
},{"./declaracao":71}],86:[function(require,module,exports){
|
|
5886
5845
|
"use strict";
|
|
5887
5846
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5888
5847
|
exports.PropriedadeClasse = void 0;
|
|
@@ -5900,7 +5859,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
5900
5859
|
}
|
|
5901
5860
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
5902
5861
|
|
|
5903
|
-
},{"./declaracao":
|
|
5862
|
+
},{"./declaracao":71}],87:[function(require,module,exports){
|
|
5904
5863
|
"use strict";
|
|
5905
5864
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5906
5865
|
exports.Retorna = void 0;
|
|
@@ -5923,7 +5882,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
5923
5882
|
}
|
|
5924
5883
|
exports.Retorna = Retorna;
|
|
5925
5884
|
|
|
5926
|
-
},{"./declaracao":
|
|
5885
|
+
},{"./declaracao":71}],88:[function(require,module,exports){
|
|
5927
5886
|
"use strict";
|
|
5928
5887
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5929
5888
|
exports.Se = void 0;
|
|
@@ -5942,7 +5901,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
5942
5901
|
}
|
|
5943
5902
|
exports.Se = Se;
|
|
5944
5903
|
|
|
5945
|
-
},{"./declaracao":
|
|
5904
|
+
},{"./declaracao":71}],89:[function(require,module,exports){
|
|
5946
5905
|
"use strict";
|
|
5947
5906
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5948
5907
|
exports.Sustar = void 0;
|
|
@@ -5957,7 +5916,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
5957
5916
|
}
|
|
5958
5917
|
exports.Sustar = Sustar;
|
|
5959
5918
|
|
|
5960
|
-
},{"./declaracao":
|
|
5919
|
+
},{"./declaracao":71}],90:[function(require,module,exports){
|
|
5961
5920
|
"use strict";
|
|
5962
5921
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5963
5922
|
exports.TendoComo = void 0;
|
|
@@ -5980,7 +5939,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
5980
5939
|
}
|
|
5981
5940
|
exports.TendoComo = TendoComo;
|
|
5982
5941
|
|
|
5983
|
-
},{"./declaracao":
|
|
5942
|
+
},{"./declaracao":71}],91:[function(require,module,exports){
|
|
5984
5943
|
"use strict";
|
|
5985
5944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5986
5945
|
exports.Tente = void 0;
|
|
@@ -6002,7 +5961,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
6002
5961
|
}
|
|
6003
5962
|
exports.Tente = Tente;
|
|
6004
5963
|
|
|
6005
|
-
},{"./declaracao":
|
|
5964
|
+
},{"./declaracao":71}],92:[function(require,module,exports){
|
|
6006
5965
|
"use strict";
|
|
6007
5966
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6008
5967
|
exports.VarMultiplo = void 0;
|
|
@@ -6024,7 +5983,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
6024
5983
|
}
|
|
6025
5984
|
exports.VarMultiplo = VarMultiplo;
|
|
6026
5985
|
|
|
6027
|
-
},{"./declaracao":
|
|
5986
|
+
},{"./declaracao":71}],93:[function(require,module,exports){
|
|
6028
5987
|
"use strict";
|
|
6029
5988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6030
5989
|
exports.Var = void 0;
|
|
@@ -6039,9 +5998,11 @@ class Var extends declaracao_1.Declaracao {
|
|
|
6039
5998
|
this.inicializador = inicializador;
|
|
6040
5999
|
if (tipo !== 'qualquer') {
|
|
6041
6000
|
this.tipo = tipo;
|
|
6001
|
+
this.tipoExplicito = true;
|
|
6042
6002
|
}
|
|
6043
6003
|
else {
|
|
6044
6004
|
this.tipo = (inicializador === null || inicializador === void 0 ? void 0 : inicializador.tipo) || tipo;
|
|
6005
|
+
this.tipoExplicito = false;
|
|
6045
6006
|
}
|
|
6046
6007
|
this.referencia = false;
|
|
6047
6008
|
this.desestruturacao = false;
|
|
@@ -6052,7 +6013,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
6052
6013
|
}
|
|
6053
6014
|
exports.Var = Var;
|
|
6054
6015
|
|
|
6055
|
-
},{"./declaracao":
|
|
6016
|
+
},{"./declaracao":71}],94:[function(require,module,exports){
|
|
6056
6017
|
"use strict";
|
|
6057
6018
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6058
6019
|
exports.default = cyrb53;
|
|
@@ -6076,7 +6037,7 @@ function cyrb53(nomeArquivo, semente = 0) {
|
|
|
6076
6037
|
return 4294967296 * (2097151 & h2) + (h1 >>> 0);
|
|
6077
6038
|
}
|
|
6078
6039
|
|
|
6079
|
-
},{}],
|
|
6040
|
+
},{}],95:[function(require,module,exports){
|
|
6080
6041
|
"use strict";
|
|
6081
6042
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6082
6043
|
if (k2 === undefined) k2 = k;
|
|
@@ -6101,11 +6062,11 @@ var cyrb53_1 = require("./cyrb53");
|
|
|
6101
6062
|
Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
|
|
6102
6063
|
__exportStar(require("./ponto-parada"), exports);
|
|
6103
6064
|
|
|
6104
|
-
},{"./cyrb53":
|
|
6065
|
+
},{"./cyrb53":94,"./ponto-parada":96}],96:[function(require,module,exports){
|
|
6105
6066
|
"use strict";
|
|
6106
6067
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6107
6068
|
|
|
6108
|
-
},{}],
|
|
6069
|
+
},{}],97:[function(require,module,exports){
|
|
6109
6070
|
"use strict";
|
|
6110
6071
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6111
6072
|
exports.EspacoVariaveis = void 0;
|
|
@@ -6126,7 +6087,7 @@ class EspacoVariaveis {
|
|
|
6126
6087
|
}
|
|
6127
6088
|
exports.EspacoVariaveis = EspacoVariaveis;
|
|
6128
6089
|
|
|
6129
|
-
},{}],
|
|
6090
|
+
},{}],98:[function(require,module,exports){
|
|
6130
6091
|
"use strict";
|
|
6131
6092
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6132
6093
|
exports.Chamavel = void 0;
|
|
@@ -6140,7 +6101,7 @@ class Chamavel {
|
|
|
6140
6101
|
}
|
|
6141
6102
|
exports.Chamavel = Chamavel;
|
|
6142
6103
|
|
|
6143
|
-
},{}],
|
|
6104
|
+
},{}],99:[function(require,module,exports){
|
|
6144
6105
|
"use strict";
|
|
6145
6106
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6146
6107
|
exports.ClassePadrao = void 0;
|
|
@@ -6181,7 +6142,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
6181
6142
|
}
|
|
6182
6143
|
exports.ClassePadrao = ClassePadrao;
|
|
6183
6144
|
|
|
6184
|
-
},{"./chamavel":
|
|
6145
|
+
},{"./chamavel":98}],100:[function(require,module,exports){
|
|
6185
6146
|
"use strict";
|
|
6186
6147
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6187
6148
|
exports.DeleguaFuncao = void 0;
|
|
@@ -6327,7 +6288,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
6327
6288
|
}
|
|
6328
6289
|
exports.DeleguaFuncao = DeleguaFuncao;
|
|
6329
6290
|
|
|
6330
|
-
},{"../declaracoes":
|
|
6291
|
+
},{"../declaracoes":81,"../espaco-variaveis":97,"../inferenciador":114,"../quebras":158,"./chamavel":98}],101:[function(require,module,exports){
|
|
6331
6292
|
"use strict";
|
|
6332
6293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6333
6294
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -6408,7 +6369,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
6408
6369
|
}
|
|
6409
6370
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
6410
6371
|
|
|
6411
|
-
},{"../excecoes":
|
|
6372
|
+
},{"../excecoes":109,"./chamavel":98,"./objeto-delegua-classe":106}],102:[function(require,module,exports){
|
|
6412
6373
|
"use strict";
|
|
6413
6374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6414
6375
|
exports.FuncaoPadrao = void 0;
|
|
@@ -6444,7 +6405,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
6444
6405
|
}
|
|
6445
6406
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
6446
6407
|
|
|
6447
|
-
},{"./chamavel":
|
|
6408
|
+
},{"./chamavel":98}],103:[function(require,module,exports){
|
|
6448
6409
|
"use strict";
|
|
6449
6410
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6450
6411
|
if (k2 === undefined) k2 = k;
|
|
@@ -6471,7 +6432,7 @@ __exportStar(require("./modulo"), exports);
|
|
|
6471
6432
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
6472
6433
|
__exportStar(require("./objeto-padrao"), exports);
|
|
6473
6434
|
|
|
6474
|
-
},{"./chamavel":
|
|
6435
|
+
},{"./chamavel":98,"./classe-padrao":99,"./delegua-funcao":100,"./descritor-tipo-classe":101,"./funcao-padrao":102,"./metodo-primitiva":104,"./modulo":105,"./objeto-delegua-classe":106,"./objeto-padrao":107}],104:[function(require,module,exports){
|
|
6475
6436
|
"use strict";
|
|
6476
6437
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6477
6438
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -6513,7 +6474,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
6513
6474
|
}
|
|
6514
6475
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
6515
6476
|
|
|
6516
|
-
},{"./chamavel":
|
|
6477
|
+
},{"./chamavel":98}],105:[function(require,module,exports){
|
|
6517
6478
|
"use strict";
|
|
6518
6479
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6519
6480
|
exports.DeleguaModulo = void 0;
|
|
@@ -6539,7 +6500,7 @@ class DeleguaModulo {
|
|
|
6539
6500
|
}
|
|
6540
6501
|
exports.DeleguaModulo = DeleguaModulo;
|
|
6541
6502
|
|
|
6542
|
-
},{}],
|
|
6503
|
+
},{}],106:[function(require,module,exports){
|
|
6543
6504
|
"use strict";
|
|
6544
6505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6545
6506
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -6606,7 +6567,7 @@ class ObjetoDeleguaClasse {
|
|
|
6606
6567
|
}
|
|
6607
6568
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
6608
6569
|
|
|
6609
|
-
},{"../excecoes":
|
|
6570
|
+
},{"../excecoes":109}],107:[function(require,module,exports){
|
|
6610
6571
|
"use strict";
|
|
6611
6572
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6612
6573
|
exports.ObjetoPadrao = void 0;
|
|
@@ -6640,7 +6601,7 @@ class ObjetoPadrao {
|
|
|
6640
6601
|
}
|
|
6641
6602
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
6642
6603
|
|
|
6643
|
-
},{}],
|
|
6604
|
+
},{}],108:[function(require,module,exports){
|
|
6644
6605
|
"use strict";
|
|
6645
6606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6646
6607
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -6655,7 +6616,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
6655
6616
|
}
|
|
6656
6617
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
6657
6618
|
|
|
6658
|
-
},{}],
|
|
6619
|
+
},{}],109:[function(require,module,exports){
|
|
6659
6620
|
"use strict";
|
|
6660
6621
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6661
6622
|
if (k2 === undefined) k2 = k;
|
|
@@ -6674,7 +6635,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
6674
6635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6675
6636
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
6676
6637
|
|
|
6677
|
-
},{"./erro-em-tempo-de-execucao":
|
|
6638
|
+
},{"./erro-em-tempo-de-execucao":108}],110:[function(require,module,exports){
|
|
6678
6639
|
"use strict";
|
|
6679
6640
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6680
6641
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7139,9 +7100,6 @@ class FormatadorDelegua {
|
|
|
7139
7100
|
}
|
|
7140
7101
|
this.codigoFormatado += `)`;
|
|
7141
7102
|
}
|
|
7142
|
-
visitarExpressaoLeiaMultiplo(expressao) {
|
|
7143
|
-
throw new Error('Método não implementado.');
|
|
7144
|
-
}
|
|
7145
7103
|
visitarExpressaoLiteral(expressao) {
|
|
7146
7104
|
if (typeof expressao.valor === 'string') {
|
|
7147
7105
|
this.codigoFormatado += `'${expressao.valor}'`;
|
|
@@ -7360,7 +7318,7 @@ class FormatadorDelegua {
|
|
|
7360
7318
|
}
|
|
7361
7319
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
7362
7320
|
|
|
7363
|
-
},{"../construtos":44,"../tipos-de-simbolos/delegua":
|
|
7321
|
+
},{"../construtos":44,"../tipos-de-simbolos/delegua":162}],111:[function(require,module,exports){
|
|
7364
7322
|
"use strict";
|
|
7365
7323
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7366
7324
|
if (k2 === undefined) k2 = k;
|
|
@@ -7379,7 +7337,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7379
7337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7380
7338
|
__exportStar(require("./formatador-delegua"), exports);
|
|
7381
7339
|
|
|
7382
|
-
},{"./formatador-delegua":
|
|
7340
|
+
},{"./formatador-delegua":110}],112:[function(require,module,exports){
|
|
7383
7341
|
"use strict";
|
|
7384
7342
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7385
7343
|
exports.uuidv4 = uuidv4;
|
|
@@ -7403,7 +7361,7 @@ function uuidv4() {
|
|
|
7403
7361
|
});
|
|
7404
7362
|
}
|
|
7405
7363
|
|
|
7406
|
-
},{}],
|
|
7364
|
+
},{}],113:[function(require,module,exports){
|
|
7407
7365
|
"use strict";
|
|
7408
7366
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7409
7367
|
if (k2 === undefined) k2 = k;
|
|
@@ -7432,7 +7390,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7432
7390
|
__exportStar(require("./lexador"), exports);
|
|
7433
7391
|
__exportStar(require("./tradutores"), exports);
|
|
7434
7392
|
|
|
7435
|
-
},{"./avaliador-sintatico":8,"./construtos":44,"./declaracoes":
|
|
7393
|
+
},{"./avaliador-sintatico":8,"./construtos":44,"./declaracoes":81,"./depuracao":95,"./formatadores":111,"./interfaces":120,"./interpretador":138,"./lexador":151,"./tradutores":168}],114:[function(require,module,exports){
|
|
7436
7394
|
"use strict";
|
|
7437
7395
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7438
7396
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7559,15 +7517,15 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
|
|
|
7559
7517
|
}
|
|
7560
7518
|
}
|
|
7561
7519
|
|
|
7562
|
-
},{"./tipos-de-dados/delegua":
|
|
7520
|
+
},{"./tipos-de-dados/delegua":159,"./tipos-de-dados/primitivos":160,"./tipos-de-simbolos/delegua":162}],115:[function(require,module,exports){
|
|
7563
7521
|
"use strict";
|
|
7564
7522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7565
7523
|
|
|
7566
|
-
},{}],
|
|
7524
|
+
},{}],116:[function(require,module,exports){
|
|
7567
7525
|
"use strict";
|
|
7568
7526
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7569
7527
|
|
|
7570
|
-
},{}],
|
|
7528
|
+
},{}],117:[function(require,module,exports){
|
|
7571
7529
|
"use strict";
|
|
7572
7530
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7573
7531
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -7579,7 +7537,7 @@ var DiagnosticoSeveridade;
|
|
|
7579
7537
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
7580
7538
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
7581
7539
|
|
|
7582
|
-
},{}],
|
|
7540
|
+
},{}],118:[function(require,module,exports){
|
|
7583
7541
|
"use strict";
|
|
7584
7542
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7585
7543
|
if (k2 === undefined) k2 = k;
|
|
@@ -7598,11 +7556,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7598
7556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7599
7557
|
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
7600
7558
|
|
|
7601
|
-
},{"./diagnostico-analisador-semantico":
|
|
7559
|
+
},{"./diagnostico-analisador-semantico":117}],119:[function(require,module,exports){
|
|
7602
7560
|
"use strict";
|
|
7603
7561
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7604
7562
|
|
|
7605
|
-
},{}],
|
|
7563
|
+
},{}],120:[function(require,module,exports){
|
|
7606
7564
|
"use strict";
|
|
7607
7565
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7608
7566
|
if (k2 === undefined) k2 = k;
|
|
@@ -7637,35 +7595,35 @@ __exportStar(require("./construtos"), exports);
|
|
|
7637
7595
|
__exportStar(require("./erros"), exports);
|
|
7638
7596
|
__exportStar(require("./retornos"), exports);
|
|
7639
7597
|
|
|
7640
|
-
},{"./avaliador-sintatico-interface":
|
|
7598
|
+
},{"./avaliador-sintatico-interface":115,"./construtos":116,"./erros":118,"./formatador-comum-interface":119,"./interpretador-com-depuracao-interface":121,"./interpretador-interface":122,"./lexador-interface":123,"./parametro-interface":124,"./pilha-interface":125,"./primitiva-interface":126,"./resolvedor-interface":127,"./retornos":128,"./retornos/retorno-execucao-interface":130,"./simbolo-interface":133,"./tradutor-interface":134,"./variavel-interface":135,"./visitante-comum-interface":136}],121:[function(require,module,exports){
|
|
7641
7599
|
"use strict";
|
|
7642
7600
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7643
7601
|
|
|
7644
|
-
},{}],
|
|
7602
|
+
},{}],122:[function(require,module,exports){
|
|
7645
7603
|
"use strict";
|
|
7646
7604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7647
7605
|
|
|
7648
|
-
},{}],
|
|
7606
|
+
},{}],123:[function(require,module,exports){
|
|
7649
7607
|
"use strict";
|
|
7650
7608
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7651
7609
|
|
|
7652
|
-
},{}],
|
|
7610
|
+
},{}],124:[function(require,module,exports){
|
|
7653
7611
|
"use strict";
|
|
7654
7612
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7655
7613
|
|
|
7656
|
-
},{}],
|
|
7614
|
+
},{}],125:[function(require,module,exports){
|
|
7657
7615
|
"use strict";
|
|
7658
7616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7659
7617
|
|
|
7660
|
-
},{}],
|
|
7618
|
+
},{}],126:[function(require,module,exports){
|
|
7661
7619
|
"use strict";
|
|
7662
7620
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7663
7621
|
|
|
7664
|
-
},{}],
|
|
7622
|
+
},{}],127:[function(require,module,exports){
|
|
7665
7623
|
"use strict";
|
|
7666
7624
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7667
7625
|
|
|
7668
|
-
},{}],
|
|
7626
|
+
},{}],128:[function(require,module,exports){
|
|
7669
7627
|
"use strict";
|
|
7670
7628
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7671
7629
|
if (k2 === undefined) k2 = k;
|
|
@@ -7687,39 +7645,39 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
7687
7645
|
__exportStar(require("./retorno-interpretador"), exports);
|
|
7688
7646
|
__exportStar(require("./retorno-lexador"), exports);
|
|
7689
7647
|
|
|
7690
|
-
},{"./retorno-avaliador-sintatico":
|
|
7648
|
+
},{"./retorno-avaliador-sintatico":129,"./retorno-execucao-interface":130,"./retorno-interpretador":131,"./retorno-lexador":132}],129:[function(require,module,exports){
|
|
7691
7649
|
"use strict";
|
|
7692
7650
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7693
7651
|
|
|
7694
|
-
},{}],
|
|
7652
|
+
},{}],130:[function(require,module,exports){
|
|
7695
7653
|
"use strict";
|
|
7696
7654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7697
7655
|
|
|
7698
|
-
},{}],
|
|
7656
|
+
},{}],131:[function(require,module,exports){
|
|
7699
7657
|
"use strict";
|
|
7700
7658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7701
7659
|
|
|
7702
|
-
},{}],
|
|
7660
|
+
},{}],132:[function(require,module,exports){
|
|
7703
7661
|
"use strict";
|
|
7704
7662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7705
7663
|
|
|
7706
|
-
},{}],
|
|
7664
|
+
},{}],133:[function(require,module,exports){
|
|
7707
7665
|
"use strict";
|
|
7708
7666
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7709
7667
|
|
|
7710
|
-
},{}],
|
|
7668
|
+
},{}],134:[function(require,module,exports){
|
|
7711
7669
|
"use strict";
|
|
7712
7670
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7713
7671
|
|
|
7714
|
-
},{}],
|
|
7672
|
+
},{}],135:[function(require,module,exports){
|
|
7715
7673
|
"use strict";
|
|
7716
7674
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7717
7675
|
|
|
7718
|
-
},{}],
|
|
7676
|
+
},{}],136:[function(require,module,exports){
|
|
7719
7677
|
"use strict";
|
|
7720
7678
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7721
7679
|
|
|
7722
|
-
},{}],
|
|
7680
|
+
},{}],137:[function(require,module,exports){
|
|
7723
7681
|
"use strict";
|
|
7724
7682
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7725
7683
|
if (k2 === undefined) k2 = k;
|
|
@@ -7782,7 +7740,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
|
|
|
7782
7740
|
pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
|
|
7783
7741
|
}
|
|
7784
7742
|
|
|
7785
|
-
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":
|
|
7743
|
+
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":102}],138:[function(require,module,exports){
|
|
7786
7744
|
"use strict";
|
|
7787
7745
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7788
7746
|
if (k2 === undefined) k2 = k;
|
|
@@ -7803,7 +7761,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7803
7761
|
__exportStar(require("./interpretador-base"), exports);
|
|
7804
7762
|
__exportStar(require("./interpretador-com-depuracao"), exports);
|
|
7805
7763
|
|
|
7806
|
-
},{"./interpretador":
|
|
7764
|
+
},{"./interpretador":141,"./interpretador-base":139,"./interpretador-com-depuracao":140}],139:[function(require,module,exports){
|
|
7807
7765
|
(function (process){(function (){
|
|
7808
7766
|
"use strict";
|
|
7809
7767
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -7942,11 +7900,6 @@ class InterpretadorBase {
|
|
|
7942
7900
|
visitarExpressaoTipoDe(expressao) {
|
|
7943
7901
|
throw new Error('Método não implementado.');
|
|
7944
7902
|
}
|
|
7945
|
-
// TODO: Depreciado. Priorizar `visitarExpressaoTipoDe`.
|
|
7946
|
-
// Estudar remoção.
|
|
7947
|
-
async visitarExpressaoQualTipo(expressao) {
|
|
7948
|
-
throw new Error('Método não implementado.');
|
|
7949
|
-
}
|
|
7950
7903
|
async visitarExpressaoFalhar(expressao) {
|
|
7951
7904
|
var _a;
|
|
7952
7905
|
const textoFalha = (_a = expressao.explicacao.valor) !== null && _a !== void 0 ? _a : (await this.avaliar(expressao.explicacao)).valor;
|
|
@@ -7976,33 +7929,6 @@ class InterpretadorBase {
|
|
|
7976
7929
|
resolucao(resposta);
|
|
7977
7930
|
}));
|
|
7978
7931
|
}
|
|
7979
|
-
/**
|
|
7980
|
-
* Execução da leitura de valores da entrada configurada no
|
|
7981
|
-
* início da aplicação.
|
|
7982
|
-
* @param expressao Expressão do tipo `LeiaMultiplo`.
|
|
7983
|
-
* @returns Promise com o resultado da leitura.
|
|
7984
|
-
*/
|
|
7985
|
-
async visitarExpressaoLeiaMultiplo(expressao) {
|
|
7986
|
-
const mensagem = '> ';
|
|
7987
|
-
if (expressao.argumento instanceof construtos_1.Literal) {
|
|
7988
|
-
let valor = expressao.argumento.valor;
|
|
7989
|
-
if (typeof valor === primitivos_1.default.TEXTO) {
|
|
7990
|
-
return new Promise((resolucao) => this.interfaceEntradaSaida.question(mensagem, (resposta) => {
|
|
7991
|
-
resolucao(String(resposta)
|
|
7992
|
-
.split(valor)
|
|
7993
|
-
.filter((r) => !/(\s+)/.test(r)));
|
|
7994
|
-
}));
|
|
7995
|
-
}
|
|
7996
|
-
let respostas = [];
|
|
7997
|
-
for (let i = 0; i < valor; i++) {
|
|
7998
|
-
this.interfaceEntradaSaida.question(mensagem, (resposta) => {
|
|
7999
|
-
respostas.push(resposta);
|
|
8000
|
-
});
|
|
8001
|
-
}
|
|
8002
|
-
return Promise.resolve(respostas);
|
|
8003
|
-
}
|
|
8004
|
-
return Promise.resolve();
|
|
8005
|
-
}
|
|
8006
7932
|
/**
|
|
8007
7933
|
* Retira a interpolação de um texto.
|
|
8008
7934
|
* @param {texto} texto O texto
|
|
@@ -9215,7 +9141,7 @@ class InterpretadorBase {
|
|
|
9215
9141
|
exports.InterpretadorBase = InterpretadorBase;
|
|
9216
9142
|
|
|
9217
9143
|
}).call(this)}).call(this,require('_process'))
|
|
9218
|
-
},{"../avaliador-sintatico":8,"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../espaco-variaveis":
|
|
9144
|
+
},{"../avaliador-sintatico":8,"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../construtos":44,"../espaco-variaveis":97,"../estruturas":103,"../estruturas/metodo-primitiva":104,"../excecoes":109,"../inferenciador":114,"../lexador":151,"../quebras":158,"../tipos-de-dados/delegua":159,"../tipos-de-dados/primitivos":160,"../tipos-de-simbolos/delegua":162,"./comum":137,"./pilha-escopos-execucao":142,"_process":381,"browser-process-hrtime":338}],140:[function(require,module,exports){
|
|
9219
9145
|
"use strict";
|
|
9220
9146
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9221
9147
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9295,7 +9221,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9295
9221
|
const argumentosResolvidos = [];
|
|
9296
9222
|
if (expressao.argumentos && expressao.argumentos.length > 0) {
|
|
9297
9223
|
for (let argumento of expressao.argumentos) {
|
|
9298
|
-
if (argumento instanceof declaracoes_1.Leia
|
|
9224
|
+
if (argumento instanceof declaracoes_1.Leia) {
|
|
9299
9225
|
argumentosResolvidos.push(`leia_${argumento.id}`);
|
|
9300
9226
|
}
|
|
9301
9227
|
else {
|
|
@@ -9787,7 +9713,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9787
9713
|
}
|
|
9788
9714
|
exports.InterpretadorComDepuracao = InterpretadorComDepuracao;
|
|
9789
9715
|
|
|
9790
|
-
},{"../declaracoes":
|
|
9716
|
+
},{"../declaracoes":81,"../espaco-variaveis":97,"../inferenciador":114,"../quebras":158,"./interpretador-base":139,"lodash":374}],141:[function(require,module,exports){
|
|
9791
9717
|
"use strict";
|
|
9792
9718
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9793
9719
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9996,7 +9922,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
9996
9922
|
}
|
|
9997
9923
|
exports.Interpretador = Interpretador;
|
|
9998
9924
|
|
|
9999
|
-
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../estruturas":
|
|
9925
|
+
},{"../bibliotecas/primitivas-dicionario":18,"../bibliotecas/primitivas-numero":19,"../bibliotecas/primitivas-texto":20,"../bibliotecas/primitivas-vetor":21,"../estruturas":103,"../excecoes":109,"../inferenciador":114,"../tipos-de-dados/delegua":159,"../tipos-de-dados/primitivos":160,"./interpretador-base":139}],142:[function(require,module,exports){
|
|
10000
9926
|
"use strict";
|
|
10001
9927
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10002
9928
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10247,7 +10173,7 @@ class PilhaEscoposExecucao {
|
|
|
10247
10173
|
}
|
|
10248
10174
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
10249
10175
|
|
|
10250
|
-
},{"../estruturas":
|
|
10176
|
+
},{"../estruturas":103,"../excecoes":109,"../inferenciador":114,"../lexador":151,"../tipos-de-dados/delegua":159}],143:[function(require,module,exports){
|
|
10251
10177
|
"use strict";
|
|
10252
10178
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10253
10179
|
if (k2 === undefined) k2 = k;
|
|
@@ -10269,7 +10195,7 @@ __exportStar(require("./lexador-pitugues"), exports);
|
|
|
10269
10195
|
__exportStar(require("./lexador-guarani"), exports);
|
|
10270
10196
|
__exportStar(require("./lexador-portugol-ipt"), exports);
|
|
10271
10197
|
|
|
10272
|
-
},{"./lexador-egua-classico":
|
|
10198
|
+
},{"./lexador-egua-classico":144,"./lexador-guarani":145,"./lexador-pitugues":146,"./lexador-portugol-ipt":147}],144:[function(require,module,exports){
|
|
10273
10199
|
"use strict";
|
|
10274
10200
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10275
10201
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10557,7 +10483,7 @@ class LexadorEguaClassico {
|
|
|
10557
10483
|
}
|
|
10558
10484
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
10559
10485
|
|
|
10560
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
10486
|
+
},{"../../tipos-de-simbolos/egua-classico":163,"../simbolo":157,"./palavras-reservadas/egua-classico":148}],145:[function(require,module,exports){
|
|
10561
10487
|
"use strict";
|
|
10562
10488
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10563
10489
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10672,7 +10598,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
10672
10598
|
}
|
|
10673
10599
|
exports.LexadorGuarani = LexadorGuarani;
|
|
10674
10600
|
|
|
10675
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
10601
|
+
},{"../../tipos-de-simbolos/guarani":164,"../lexador-base":153,"./palavras-reservadas/guarani":149}],146:[function(require,module,exports){
|
|
10676
10602
|
"use strict";
|
|
10677
10603
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10678
10604
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11072,7 +10998,7 @@ class LexadorPitugues {
|
|
|
11072
10998
|
}
|
|
11073
10999
|
exports.LexadorPitugues = LexadorPitugues;
|
|
11074
11000
|
|
|
11075
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
11001
|
+
},{"../../tipos-de-simbolos/pitugues":166,"../palavras-reservadas":156,"../simbolo":157,"browser-process-hrtime":338}],147:[function(require,module,exports){
|
|
11076
11002
|
"use strict";
|
|
11077
11003
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11078
11004
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11311,7 +11237,7 @@ class LexadorPortugolIpt {
|
|
|
11311
11237
|
}
|
|
11312
11238
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
11313
11239
|
|
|
11314
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
11240
|
+
},{"../../tipos-de-simbolos/portugol-ipt":167,"../simbolo":157,"./palavras-reservadas/portugol-ipt":150}],148:[function(require,module,exports){
|
|
11315
11241
|
"use strict";
|
|
11316
11242
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11317
11243
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11352,7 +11278,7 @@ exports.palavrasReservadas = {
|
|
|
11352
11278
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
11353
11279
|
};
|
|
11354
11280
|
|
|
11355
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
11281
|
+
},{"../../../tipos-de-simbolos/egua-classico":163}],149:[function(require,module,exports){
|
|
11356
11282
|
"use strict";
|
|
11357
11283
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11358
11284
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11364,7 +11290,7 @@ exports.palavrasReservadas = {
|
|
|
11364
11290
|
hai: guarani_1.default.HAI,
|
|
11365
11291
|
};
|
|
11366
11292
|
|
|
11367
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
11293
|
+
},{"../../../tipos-de-simbolos/guarani":164}],150:[function(require,module,exports){
|
|
11368
11294
|
"use strict";
|
|
11369
11295
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11370
11296
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11386,7 +11312,7 @@ exports.palavrasReservadas = {
|
|
|
11386
11312
|
senão: portugol_ipt_1.default.SENAO,
|
|
11387
11313
|
};
|
|
11388
11314
|
|
|
11389
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
11315
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":167}],151:[function(require,module,exports){
|
|
11390
11316
|
"use strict";
|
|
11391
11317
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11392
11318
|
if (k2 === undefined) k2 = k;
|
|
@@ -11408,7 +11334,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
11408
11334
|
__exportStar(require("./micro-lexador"), exports);
|
|
11409
11335
|
__exportStar(require("./simbolo"), exports);
|
|
11410
11336
|
|
|
11411
|
-
},{"./lexador":
|
|
11337
|
+
},{"./lexador":154,"./lexador-base-linha-unica":152,"./micro-lexador":155,"./simbolo":157}],152:[function(require,module,exports){
|
|
11412
11338
|
"use strict";
|
|
11413
11339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11414
11340
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -11492,7 +11418,7 @@ class LexadorBaseLinhaUnica {
|
|
|
11492
11418
|
}
|
|
11493
11419
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
11494
11420
|
|
|
11495
|
-
},{"./simbolo":
|
|
11421
|
+
},{"./simbolo":157}],153:[function(require,module,exports){
|
|
11496
11422
|
"use strict";
|
|
11497
11423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11498
11424
|
exports.LexadorBase = void 0;
|
|
@@ -11606,7 +11532,7 @@ class LexadorBase {
|
|
|
11606
11532
|
}
|
|
11607
11533
|
exports.LexadorBase = LexadorBase;
|
|
11608
11534
|
|
|
11609
|
-
},{"./simbolo":
|
|
11535
|
+
},{"./simbolo":157}],154:[function(require,module,exports){
|
|
11610
11536
|
"use strict";
|
|
11611
11537
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11612
11538
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12051,7 +11977,7 @@ class Lexador {
|
|
|
12051
11977
|
}
|
|
12052
11978
|
exports.Lexador = Lexador;
|
|
12053
11979
|
|
|
12054
|
-
},{"../tipos-de-simbolos/delegua":
|
|
11980
|
+
},{"../tipos-de-simbolos/delegua":162,"./palavras-reservadas":156,"./simbolo":157,"browser-process-hrtime":338}],155:[function(require,module,exports){
|
|
12055
11981
|
"use strict";
|
|
12056
11982
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12057
11983
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12264,7 +12190,7 @@ class MicroLexador {
|
|
|
12264
12190
|
}
|
|
12265
12191
|
exports.MicroLexador = MicroLexador;
|
|
12266
12192
|
|
|
12267
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
12193
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":165,"./palavras-reservadas":156,"./simbolo":157}],156:[function(require,module,exports){
|
|
12268
12194
|
"use strict";
|
|
12269
12195
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12270
12196
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12327,7 +12253,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
12327
12253
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
12328
12254
|
};
|
|
12329
12255
|
|
|
12330
|
-
},{"../tipos-de-simbolos/delegua":
|
|
12256
|
+
},{"../tipos-de-simbolos/delegua":162}],157:[function(require,module,exports){
|
|
12331
12257
|
"use strict";
|
|
12332
12258
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12333
12259
|
exports.Simbolo = void 0;
|
|
@@ -12345,7 +12271,7 @@ class Simbolo {
|
|
|
12345
12271
|
}
|
|
12346
12272
|
exports.Simbolo = Simbolo;
|
|
12347
12273
|
|
|
12348
|
-
},{}],
|
|
12274
|
+
},{}],158:[function(require,module,exports){
|
|
12349
12275
|
"use strict";
|
|
12350
12276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12351
12277
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -12366,7 +12292,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
12366
12292
|
}
|
|
12367
12293
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
12368
12294
|
|
|
12369
|
-
},{}],
|
|
12295
|
+
},{}],159:[function(require,module,exports){
|
|
12370
12296
|
"use strict";
|
|
12371
12297
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12372
12298
|
exports.default = {
|
|
@@ -12390,7 +12316,7 @@ exports.default = {
|
|
|
12390
12316
|
VETOR_TEXTO: 'texto[]',
|
|
12391
12317
|
};
|
|
12392
12318
|
|
|
12393
|
-
},{}],
|
|
12319
|
+
},{}],160:[function(require,module,exports){
|
|
12394
12320
|
"use strict";
|
|
12395
12321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12396
12322
|
exports.default = {
|
|
@@ -12409,7 +12335,7 @@ exports.default = {
|
|
|
12409
12335
|
TEXTO: 'string',
|
|
12410
12336
|
};
|
|
12411
12337
|
|
|
12412
|
-
},{}],
|
|
12338
|
+
},{}],161:[function(require,module,exports){
|
|
12413
12339
|
"use strict";
|
|
12414
12340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12415
12341
|
exports.default = {
|
|
@@ -12435,7 +12361,7 @@ exports.default = {
|
|
|
12435
12361
|
VIRGULA: 'VIRGULA',
|
|
12436
12362
|
};
|
|
12437
12363
|
|
|
12438
|
-
},{}],
|
|
12364
|
+
},{}],162:[function(require,module,exports){
|
|
12439
12365
|
"use strict";
|
|
12440
12366
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12441
12367
|
exports.default = {
|
|
@@ -12529,7 +12455,7 @@ exports.default = {
|
|
|
12529
12455
|
VIRGULA: 'VIRGULA',
|
|
12530
12456
|
};
|
|
12531
12457
|
|
|
12532
|
-
},{}],
|
|
12458
|
+
},{}],163:[function(require,module,exports){
|
|
12533
12459
|
"use strict";
|
|
12534
12460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12535
12461
|
exports.default = {
|
|
@@ -12607,7 +12533,7 @@ exports.default = {
|
|
|
12607
12533
|
VIRGULA: 'VIRGULA',
|
|
12608
12534
|
};
|
|
12609
12535
|
|
|
12610
|
-
},{}],
|
|
12536
|
+
},{}],164:[function(require,module,exports){
|
|
12611
12537
|
"use strict";
|
|
12612
12538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12613
12539
|
exports.default = {
|
|
@@ -12624,7 +12550,7 @@ exports.default = {
|
|
|
12624
12550
|
VIRGULA: 'VIRGULA',
|
|
12625
12551
|
};
|
|
12626
12552
|
|
|
12627
|
-
},{}],
|
|
12553
|
+
},{}],165:[function(require,module,exports){
|
|
12628
12554
|
"use strict";
|
|
12629
12555
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12630
12556
|
exports.default = {
|
|
@@ -12673,7 +12599,7 @@ exports.default = {
|
|
|
12673
12599
|
VIRGULA: 'VIRGULA',
|
|
12674
12600
|
};
|
|
12675
12601
|
|
|
12676
|
-
},{}],
|
|
12602
|
+
},{}],166:[function(require,module,exports){
|
|
12677
12603
|
"use strict";
|
|
12678
12604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12679
12605
|
exports.default = {
|
|
@@ -12751,7 +12677,7 @@ exports.default = {
|
|
|
12751
12677
|
VIRGULA: 'VIRGULA',
|
|
12752
12678
|
};
|
|
12753
12679
|
|
|
12754
|
-
},{}],
|
|
12680
|
+
},{}],167:[function(require,module,exports){
|
|
12755
12681
|
"use strict";
|
|
12756
12682
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12757
12683
|
exports.default = {
|
|
@@ -12790,7 +12716,7 @@ exports.default = {
|
|
|
12790
12716
|
VIRGULA: 'VIRGULA',
|
|
12791
12717
|
};
|
|
12792
12718
|
|
|
12793
|
-
},{}],
|
|
12719
|
+
},{}],168:[function(require,module,exports){
|
|
12794
12720
|
"use strict";
|
|
12795
12721
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12796
12722
|
if (k2 === undefined) k2 = k;
|
|
@@ -12814,7 +12740,7 @@ __exportStar(require("./tradutor-python"), exports);
|
|
|
12814
12740
|
__exportStar(require("./tradutor-reverso-javascript"), exports);
|
|
12815
12741
|
__exportStar(require("./tradutor-reverso-python"), exports);
|
|
12816
12742
|
|
|
12817
|
-
},{"./tradutor-assemblyscript":
|
|
12743
|
+
},{"./tradutor-assemblyscript":171,"./tradutor-javascript":172,"./tradutor-portugol-ipt":173,"./tradutor-python":174,"./tradutor-reverso-javascript":175,"./tradutor-reverso-python":176}],169:[function(require,module,exports){
|
|
12818
12744
|
"use strict";
|
|
12819
12745
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
12820
12746
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -14053,7 +13979,7 @@ __decorate([
|
|
|
14053
13979
|
Decorators_1.Override
|
|
14054
13980
|
], Python3Lexer.prototype, "nextToken", null);
|
|
14055
13981
|
|
|
14056
|
-
},{"./python3-parser":
|
|
13982
|
+
},{"./python3-parser":170,"antlr4ts/CommonToken":186,"antlr4ts/Decorators":190,"antlr4ts/Lexer":198,"antlr4ts/Token":215,"antlr4ts/VocabularyImpl":221,"antlr4ts/atn/ATNDeserializer":227,"antlr4ts/atn/LexerATNSimulator":248,"antlr4ts/misc/Utils":309}],170:[function(require,module,exports){
|
|
14057
13983
|
"use strict";
|
|
14058
13984
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
14059
13985
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -25291,7 +25217,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
25291
25217
|
}
|
|
25292
25218
|
exports.Yield_argContext = Yield_argContext;
|
|
25293
25219
|
|
|
25294
|
-
},{"antlr4ts/FailedPredicateException":
|
|
25220
|
+
},{"antlr4ts/FailedPredicateException":194,"antlr4ts/NoViableAltException":202,"antlr4ts/Parser":203,"antlr4ts/ParserRuleContext":206,"antlr4ts/RecognitionException":209,"antlr4ts/Token":215,"antlr4ts/VocabularyImpl":221,"antlr4ts/atn/ATN":223,"antlr4ts/atn/ATNDeserializer":227,"antlr4ts/atn/ParserATNSimulator":264,"antlr4ts/misc/Utils":309}],171:[function(require,module,exports){
|
|
25295
25221
|
"use strict";
|
|
25296
25222
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25297
25223
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25888,7 +25814,7 @@ class TradutorAssemblyScript {
|
|
|
25888
25814
|
}
|
|
25889
25815
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
25890
25816
|
|
|
25891
|
-
},{"../construtos":44,"../declaracoes":
|
|
25817
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],172:[function(require,module,exports){
|
|
25892
25818
|
"use strict";
|
|
25893
25819
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25894
25820
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26579,7 +26505,7 @@ class TradutorJavaScript {
|
|
|
26579
26505
|
}
|
|
26580
26506
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
26581
26507
|
|
|
26582
|
-
},{"../construtos":44,"../declaracoes":
|
|
26508
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],173:[function(require,module,exports){
|
|
26583
26509
|
"use strict";
|
|
26584
26510
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26585
26511
|
exports.TradutorPortugolIpt = void 0;
|
|
@@ -26641,7 +26567,7 @@ class TradutorPortugolIpt {
|
|
|
26641
26567
|
}
|
|
26642
26568
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
26643
26569
|
|
|
26644
|
-
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":
|
|
26570
|
+
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":143}],174:[function(require,module,exports){
|
|
26645
26571
|
"use strict";
|
|
26646
26572
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26647
26573
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27255,7 +27181,7 @@ class TradutorPython {
|
|
|
27255
27181
|
}
|
|
27256
27182
|
exports.TradutorPython = TradutorPython;
|
|
27257
27183
|
|
|
27258
|
-
},{"../construtos":44,"../declaracoes":
|
|
27184
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],175:[function(require,module,exports){
|
|
27259
27185
|
"use strict";
|
|
27260
27186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27261
27187
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -27649,7 +27575,7 @@ class TradutorReversoJavaScript {
|
|
|
27649
27575
|
}
|
|
27650
27576
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
27651
27577
|
|
|
27652
|
-
},{}],
|
|
27578
|
+
},{}],176:[function(require,module,exports){
|
|
27653
27579
|
"use strict";
|
|
27654
27580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27655
27581
|
exports.TradutorReversoPython = void 0;
|
|
@@ -27722,7 +27648,7 @@ class TradutorReversoPython {
|
|
|
27722
27648
|
}
|
|
27723
27649
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
27724
27650
|
|
|
27725
|
-
},{"./python/python3-lexer":
|
|
27651
|
+
},{"./python/python3-lexer":169,"./python/python3-parser":170,"antlr4ts":292,"antlr4ts/tree/ParseTreeWalker":311}],177:[function(require,module,exports){
|
|
27726
27652
|
"use strict";
|
|
27727
27653
|
/*!
|
|
27728
27654
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27730,7 +27656,7 @@ exports.TradutorReversoPython = TradutorReversoPython;
|
|
|
27730
27656
|
*/
|
|
27731
27657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27732
27658
|
|
|
27733
|
-
},{}],
|
|
27659
|
+
},{}],178:[function(require,module,exports){
|
|
27734
27660
|
"use strict";
|
|
27735
27661
|
/*!
|
|
27736
27662
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27738,7 +27664,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
27738
27664
|
*/
|
|
27739
27665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27740
27666
|
|
|
27741
|
-
},{}],
|
|
27667
|
+
},{}],179:[function(require,module,exports){
|
|
27742
27668
|
"use strict";
|
|
27743
27669
|
/*!
|
|
27744
27670
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27900,7 +27826,7 @@ __decorate([
|
|
|
27900
27826
|
], ANTLRInputStream.prototype, "toString", null);
|
|
27901
27827
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
27902
27828
|
|
|
27903
|
-
},{"./Decorators":
|
|
27829
|
+
},{"./Decorators":190,"./IntStream":196,"assert":333}],180:[function(require,module,exports){
|
|
27904
27830
|
"use strict";
|
|
27905
27831
|
/*!
|
|
27906
27832
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27983,7 +27909,7 @@ __decorate([
|
|
|
27983
27909
|
], BailErrorStrategy.prototype, "sync", null);
|
|
27984
27910
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
27985
27911
|
|
|
27986
|
-
},{"./Decorators":
|
|
27912
|
+
},{"./Decorators":190,"./DefaultErrorStrategy":191,"./InputMismatchException":195,"./misc/ParseCancellationException":307}],181:[function(require,module,exports){
|
|
27987
27913
|
"use strict";
|
|
27988
27914
|
/*!
|
|
27989
27915
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28473,7 +28399,7 @@ BufferedTokenStream = __decorate([
|
|
|
28473
28399
|
], BufferedTokenStream);
|
|
28474
28400
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
28475
28401
|
|
|
28476
|
-
},{"./CommonToken":
|
|
28402
|
+
},{"./CommonToken":186,"./Decorators":190,"./Lexer":198,"./Token":215,"./misc/Interval":302,"assert":333}],182:[function(require,module,exports){
|
|
28477
28403
|
"use strict";
|
|
28478
28404
|
/*!
|
|
28479
28405
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28481,7 +28407,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
28481
28407
|
*/
|
|
28482
28408
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28483
28409
|
|
|
28484
|
-
},{}],
|
|
28410
|
+
},{}],183:[function(require,module,exports){
|
|
28485
28411
|
"use strict";
|
|
28486
28412
|
/*!
|
|
28487
28413
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28615,7 +28541,7 @@ var CharStreams;
|
|
|
28615
28541
|
// }
|
|
28616
28542
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
28617
28543
|
|
|
28618
|
-
},{"./CodePointBuffer":
|
|
28544
|
+
},{"./CodePointBuffer":184,"./CodePointCharStream":185,"./IntStream":196}],184:[function(require,module,exports){
|
|
28619
28545
|
"use strict";
|
|
28620
28546
|
/*!
|
|
28621
28547
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28850,7 +28776,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
28850
28776
|
CodePointBuffer.Builder = Builder;
|
|
28851
28777
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
28852
28778
|
|
|
28853
|
-
},{"./misc/Character":
|
|
28779
|
+
},{"./misc/Character":298,"assert":333}],185:[function(require,module,exports){
|
|
28854
28780
|
"use strict";
|
|
28855
28781
|
/*!
|
|
28856
28782
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29000,7 +28926,7 @@ __decorate([
|
|
|
29000
28926
|
], CodePointCharStream.prototype, "getText", null);
|
|
29001
28927
|
exports.CodePointCharStream = CodePointCharStream;
|
|
29002
28928
|
|
|
29003
|
-
},{"./Decorators":
|
|
28929
|
+
},{"./Decorators":190,"./IntStream":196,"./misc/Interval":302,"assert":333}],186:[function(require,module,exports){
|
|
29004
28930
|
"use strict";
|
|
29005
28931
|
/*!
|
|
29006
28932
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29230,7 +29156,7 @@ CommonToken = __decorate([
|
|
|
29230
29156
|
], CommonToken);
|
|
29231
29157
|
exports.CommonToken = CommonToken;
|
|
29232
29158
|
|
|
29233
|
-
},{"./Decorators":
|
|
29159
|
+
},{"./Decorators":190,"./Token":215,"./misc/Interval":302}],187:[function(require,module,exports){
|
|
29234
29160
|
"use strict";
|
|
29235
29161
|
/*!
|
|
29236
29162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29294,7 +29220,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
29294
29220
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
29295
29221
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
29296
29222
|
|
|
29297
|
-
},{"./CommonToken":
|
|
29223
|
+
},{"./CommonToken":186,"./Decorators":190,"./misc/Interval":302}],188:[function(require,module,exports){
|
|
29298
29224
|
"use strict";
|
|
29299
29225
|
/*!
|
|
29300
29226
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29421,7 +29347,7 @@ CommonTokenStream = __decorate([
|
|
|
29421
29347
|
], CommonTokenStream);
|
|
29422
29348
|
exports.CommonTokenStream = CommonTokenStream;
|
|
29423
29349
|
|
|
29424
|
-
},{"./BufferedTokenStream":
|
|
29350
|
+
},{"./BufferedTokenStream":181,"./Decorators":190,"./Token":215}],189:[function(require,module,exports){
|
|
29425
29351
|
"use strict";
|
|
29426
29352
|
/*!
|
|
29427
29353
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29455,7 +29381,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
29455
29381
|
*/
|
|
29456
29382
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
29457
29383
|
|
|
29458
|
-
},{}],
|
|
29384
|
+
},{}],190:[function(require,module,exports){
|
|
29459
29385
|
"use strict";
|
|
29460
29386
|
/*!
|
|
29461
29387
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29482,7 +29408,7 @@ function SuppressWarnings(options) {
|
|
|
29482
29408
|
}
|
|
29483
29409
|
exports.SuppressWarnings = SuppressWarnings;
|
|
29484
29410
|
|
|
29485
|
-
},{}],
|
|
29411
|
+
},{}],191:[function(require,module,exports){
|
|
29486
29412
|
"use strict";
|
|
29487
29413
|
/*!
|
|
29488
29414
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30296,7 +30222,7 @@ __decorate([
|
|
|
30296
30222
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
30297
30223
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
30298
30224
|
|
|
30299
|
-
},{"./Decorators":
|
|
30225
|
+
},{"./Decorators":190,"./FailedPredicateException":194,"./InputMismatchException":195,"./NoViableAltException":202,"./Token":215,"./atn/ATNState":229,"./atn/ATNStateType":230,"./atn/PredictionContext":270,"./misc/IntervalSet":303}],192:[function(require,module,exports){
|
|
30300
30226
|
"use strict";
|
|
30301
30227
|
/*!
|
|
30302
30228
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30372,7 +30298,7 @@ var Dependents;
|
|
|
30372
30298
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
30373
30299
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
30374
30300
|
|
|
30375
|
-
},{}],
|
|
30301
|
+
},{}],193:[function(require,module,exports){
|
|
30376
30302
|
"use strict";
|
|
30377
30303
|
/*!
|
|
30378
30304
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30520,7 +30446,7 @@ __decorate([
|
|
|
30520
30446
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
30521
30447
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
30522
30448
|
|
|
30523
|
-
},{"./Decorators":
|
|
30449
|
+
},{"./Decorators":190,"./misc/BitSet":297,"./misc/Interval":302}],194:[function(require,module,exports){
|
|
30524
30450
|
"use strict";
|
|
30525
30451
|
/*!
|
|
30526
30452
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30585,7 +30511,7 @@ FailedPredicateException = __decorate([
|
|
|
30585
30511
|
], FailedPredicateException);
|
|
30586
30512
|
exports.FailedPredicateException = FailedPredicateException;
|
|
30587
30513
|
|
|
30588
|
-
},{"./Decorators":
|
|
30514
|
+
},{"./Decorators":190,"./RecognitionException":209,"./atn/PredicateTransition":269}],195:[function(require,module,exports){
|
|
30589
30515
|
"use strict";
|
|
30590
30516
|
/*!
|
|
30591
30517
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30625,7 +30551,7 @@ InputMismatchException = __decorate([
|
|
|
30625
30551
|
], InputMismatchException);
|
|
30626
30552
|
exports.InputMismatchException = InputMismatchException;
|
|
30627
30553
|
|
|
30628
|
-
},{"./Decorators":
|
|
30554
|
+
},{"./Decorators":190,"./RecognitionException":209}],196:[function(require,module,exports){
|
|
30629
30555
|
"use strict";
|
|
30630
30556
|
/*!
|
|
30631
30557
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30648,7 +30574,7 @@ var IntStream;
|
|
|
30648
30574
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
30649
30575
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
30650
30576
|
|
|
30651
|
-
},{}],
|
|
30577
|
+
},{}],197:[function(require,module,exports){
|
|
30652
30578
|
"use strict";
|
|
30653
30579
|
/*!
|
|
30654
30580
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30695,7 +30621,7 @@ __decorate([
|
|
|
30695
30621
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
30696
30622
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
30697
30623
|
|
|
30698
|
-
},{"./Decorators":
|
|
30624
|
+
},{"./Decorators":190,"./ParserRuleContext":206}],198:[function(require,module,exports){
|
|
30699
30625
|
"use strict";
|
|
30700
30626
|
/*!
|
|
30701
30627
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31031,7 +30957,7 @@ __decorate([
|
|
|
31031
30957
|
], Lexer.prototype, "charPositionInLine", null);
|
|
31032
30958
|
exports.Lexer = Lexer;
|
|
31033
30959
|
|
|
31034
|
-
},{"./CommonTokenFactory":
|
|
30960
|
+
},{"./CommonTokenFactory":187,"./Decorators":190,"./IntStream":196,"./LexerNoViableAltException":200,"./Recognizer":210,"./Token":215,"./atn/LexerATNSimulator":248,"./misc/IntegerStack":301,"./misc/Interval":302}],199:[function(require,module,exports){
|
|
31035
30961
|
"use strict";
|
|
31036
30962
|
/*!
|
|
31037
30963
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31111,7 +31037,7 @@ LexerInterpreter = __decorate([
|
|
|
31111
31037
|
], LexerInterpreter);
|
|
31112
31038
|
exports.LexerInterpreter = LexerInterpreter;
|
|
31113
31039
|
|
|
31114
|
-
},{"./Decorators":
|
|
31040
|
+
},{"./Decorators":190,"./Lexer":198,"./atn/LexerATNSimulator":248}],200:[function(require,module,exports){
|
|
31115
31041
|
"use strict";
|
|
31116
31042
|
/*!
|
|
31117
31043
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31168,7 +31094,7 @@ LexerNoViableAltException = __decorate([
|
|
|
31168
31094
|
], LexerNoViableAltException);
|
|
31169
31095
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
31170
31096
|
|
|
31171
|
-
},{"./Decorators":
|
|
31097
|
+
},{"./Decorators":190,"./RecognitionException":209,"./misc/Interval":302,"./misc/Utils":309}],201:[function(require,module,exports){
|
|
31172
31098
|
"use strict";
|
|
31173
31099
|
/*!
|
|
31174
31100
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31378,7 +31304,7 @@ ListTokenSource = __decorate([
|
|
|
31378
31304
|
], ListTokenSource);
|
|
31379
31305
|
exports.ListTokenSource = ListTokenSource;
|
|
31380
31306
|
|
|
31381
|
-
},{"./CommonTokenFactory":
|
|
31307
|
+
},{"./CommonTokenFactory":187,"./Decorators":190,"./Token":215}],202:[function(require,module,exports){
|
|
31382
31308
|
"use strict";
|
|
31383
31309
|
/*!
|
|
31384
31310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31433,7 +31359,7 @@ __decorate([
|
|
|
31433
31359
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
31434
31360
|
exports.NoViableAltException = NoViableAltException;
|
|
31435
31361
|
|
|
31436
|
-
},{"./Decorators":
|
|
31362
|
+
},{"./Decorators":190,"./Parser":203,"./RecognitionException":209}],203:[function(require,module,exports){
|
|
31437
31363
|
(function (process){(function (){
|
|
31438
31364
|
"use strict";
|
|
31439
31365
|
/*!
|
|
@@ -32279,7 +32205,7 @@ __decorate([
|
|
|
32279
32205
|
exports.Parser = Parser;
|
|
32280
32206
|
|
|
32281
32207
|
}).call(this)}).call(this,require('_process'))
|
|
32282
|
-
},{"./Decorators":
|
|
32208
|
+
},{"./Decorators":190,"./DefaultErrorStrategy":191,"./Lexer":198,"./ProxyParserErrorListener":208,"./Recognizer":210,"./Token":215,"./atn/ATNDeserializationOptions":226,"./atn/ATNDeserializer":227,"./atn/ParseInfo":263,"./atn/ParserATNSimulator":264,"./atn/ProfilingATNSimulator":273,"./misc/IntegerStack":301,"./misc/Utils":309,"./tree/ErrorNode":310,"./tree/TerminalNode":313,"./tree/pattern/ParseTreePatternMatcher":318,"_process":381}],204:[function(require,module,exports){
|
|
32283
32209
|
"use strict";
|
|
32284
32210
|
/*!
|
|
32285
32211
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32287,7 +32213,7 @@ exports.Parser = Parser;
|
|
|
32287
32213
|
*/
|
|
32288
32214
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32289
32215
|
|
|
32290
|
-
},{}],
|
|
32216
|
+
},{}],205:[function(require,module,exports){
|
|
32291
32217
|
"use strict";
|
|
32292
32218
|
/*!
|
|
32293
32219
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32695,7 +32621,7 @@ ParserInterpreter = __decorate([
|
|
|
32695
32621
|
], ParserInterpreter);
|
|
32696
32622
|
exports.ParserInterpreter = ParserInterpreter;
|
|
32697
32623
|
|
|
32698
|
-
},{"./Decorators":
|
|
32624
|
+
},{"./Decorators":190,"./FailedPredicateException":194,"./InputMismatchException":195,"./InterpreterRuleContext":197,"./Parser":203,"./RecognitionException":209,"./Token":215,"./atn/ATNState":229,"./atn/ATNStateType":230,"./atn/LoopEndState":260,"./atn/ParserATNSimulator":264,"./atn/StarLoopEntryState":282,"./misc/BitSet":297}],206:[function(require,module,exports){
|
|
32699
32625
|
"use strict";
|
|
32700
32626
|
/*!
|
|
32701
32627
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32996,7 +32922,7 @@ __decorate([
|
|
|
32996
32922
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
32997
32923
|
exports.ParserRuleContext = ParserRuleContext;
|
|
32998
32924
|
|
|
32999
|
-
},{"./Decorators":
|
|
32925
|
+
},{"./Decorators":190,"./RuleContext":211,"./misc/Interval":302,"./tree/ErrorNode":310,"./tree/TerminalNode":313}],207:[function(require,module,exports){
|
|
33000
32926
|
"use strict";
|
|
33001
32927
|
/*!
|
|
33002
32928
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33046,7 +32972,7 @@ __decorate([
|
|
|
33046
32972
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
33047
32973
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
33048
32974
|
|
|
33049
|
-
},{"./Decorators":
|
|
32975
|
+
},{"./Decorators":190}],208:[function(require,module,exports){
|
|
33050
32976
|
"use strict";
|
|
33051
32977
|
/*!
|
|
33052
32978
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33105,7 +33031,7 @@ __decorate([
|
|
|
33105
33031
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
33106
33032
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
33107
33033
|
|
|
33108
|
-
},{"./Decorators":
|
|
33034
|
+
},{"./Decorators":190,"./ProxyErrorListener":207}],209:[function(require,module,exports){
|
|
33109
33035
|
"use strict";
|
|
33110
33036
|
/*!
|
|
33111
33037
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33210,7 +33136,7 @@ class RecognitionException extends Error {
|
|
|
33210
33136
|
}
|
|
33211
33137
|
exports.RecognitionException = RecognitionException;
|
|
33212
33138
|
|
|
33213
|
-
},{}],
|
|
33139
|
+
},{}],210:[function(require,module,exports){
|
|
33214
33140
|
"use strict";
|
|
33215
33141
|
/*!
|
|
33216
33142
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33429,7 +33355,7 @@ __decorate([
|
|
|
33429
33355
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
33430
33356
|
exports.Recognizer = Recognizer;
|
|
33431
33357
|
|
|
33432
|
-
},{"./ConsoleErrorListener":
|
|
33358
|
+
},{"./ConsoleErrorListener":189,"./Decorators":190,"./ProxyErrorListener":207,"./Token":215,"./misc/Utils":309}],211:[function(require,module,exports){
|
|
33433
33359
|
"use strict";
|
|
33434
33360
|
/*!
|
|
33435
33361
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33646,7 +33572,7 @@ __decorate([
|
|
|
33646
33572
|
], RuleContext.prototype, "toStringTree", null);
|
|
33647
33573
|
exports.RuleContext = RuleContext;
|
|
33648
33574
|
|
|
33649
|
-
},{"./Decorators":
|
|
33575
|
+
},{"./Decorators":190,"./ParserRuleContext":206,"./Recognizer":210,"./atn/ATN":223,"./misc/Interval":302,"./tree/RuleNode":312,"./tree/Trees":314}],212:[function(require,module,exports){
|
|
33650
33576
|
"use strict";
|
|
33651
33577
|
/*!
|
|
33652
33578
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33697,7 +33623,7 @@ __decorate([
|
|
|
33697
33623
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
33698
33624
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
33699
33625
|
|
|
33700
|
-
},{"./Decorators":
|
|
33626
|
+
},{"./Decorators":190,"./ParserRuleContext":206,"./atn/ATN":223}],213:[function(require,module,exports){
|
|
33701
33627
|
"use strict";
|
|
33702
33628
|
/*!
|
|
33703
33629
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33720,7 +33646,7 @@ function RuleDependency(dependency) {
|
|
|
33720
33646
|
}
|
|
33721
33647
|
exports.RuleDependency = RuleDependency;
|
|
33722
33648
|
|
|
33723
|
-
},{}],
|
|
33649
|
+
},{}],214:[function(require,module,exports){
|
|
33724
33650
|
"use strict";
|
|
33725
33651
|
/*!
|
|
33726
33652
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33739,7 +33665,7 @@ function RuleVersion(version) {
|
|
|
33739
33665
|
}
|
|
33740
33666
|
exports.RuleVersion = RuleVersion;
|
|
33741
33667
|
|
|
33742
|
-
},{}],
|
|
33668
|
+
},{}],215:[function(require,module,exports){
|
|
33743
33669
|
"use strict";
|
|
33744
33670
|
/*!
|
|
33745
33671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33779,7 +33705,7 @@ var Token;
|
|
|
33779
33705
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
33780
33706
|
})(Token = exports.Token || (exports.Token = {}));
|
|
33781
33707
|
|
|
33782
|
-
},{"./IntStream":
|
|
33708
|
+
},{"./IntStream":196}],216:[function(require,module,exports){
|
|
33783
33709
|
"use strict";
|
|
33784
33710
|
/*!
|
|
33785
33711
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33787,7 +33713,7 @@ var Token;
|
|
|
33787
33713
|
*/
|
|
33788
33714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33789
33715
|
|
|
33790
|
-
},{}],
|
|
33716
|
+
},{}],217:[function(require,module,exports){
|
|
33791
33717
|
"use strict";
|
|
33792
33718
|
/*!
|
|
33793
33719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33795,7 +33721,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33795
33721
|
*/
|
|
33796
33722
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33797
33723
|
|
|
33798
|
-
},{}],
|
|
33724
|
+
},{}],218:[function(require,module,exports){
|
|
33799
33725
|
"use strict";
|
|
33800
33726
|
/*!
|
|
33801
33727
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33803,7 +33729,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33803
33729
|
*/
|
|
33804
33730
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33805
33731
|
|
|
33806
|
-
},{}],
|
|
33732
|
+
},{}],219:[function(require,module,exports){
|
|
33807
33733
|
"use strict";
|
|
33808
33734
|
/*!
|
|
33809
33735
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34311,7 +34237,7 @@ __decorate([
|
|
|
34311
34237
|
Decorators_1.Override
|
|
34312
34238
|
], ReplaceOp.prototype, "toString", null);
|
|
34313
34239
|
|
|
34314
|
-
},{"./Decorators":
|
|
34240
|
+
},{"./Decorators":190,"./Token":215,"./misc/Interval":302}],220:[function(require,module,exports){
|
|
34315
34241
|
"use strict";
|
|
34316
34242
|
/*!
|
|
34317
34243
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34319,7 +34245,7 @@ __decorate([
|
|
|
34319
34245
|
*/
|
|
34320
34246
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34321
34247
|
|
|
34322
|
-
},{}],
|
|
34248
|
+
},{}],221:[function(require,module,exports){
|
|
34323
34249
|
"use strict";
|
|
34324
34250
|
/*!
|
|
34325
34251
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34439,7 +34365,7 @@ __decorate([
|
|
|
34439
34365
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
34440
34366
|
exports.VocabularyImpl = VocabularyImpl;
|
|
34441
34367
|
|
|
34442
|
-
},{"./Decorators":
|
|
34368
|
+
},{"./Decorators":190,"./Token":215}],222:[function(require,module,exports){
|
|
34443
34369
|
"use strict";
|
|
34444
34370
|
/*!
|
|
34445
34371
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34447,7 +34373,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
34447
34373
|
*/
|
|
34448
34374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34449
34375
|
|
|
34450
|
-
},{}],
|
|
34376
|
+
},{}],223:[function(require,module,exports){
|
|
34451
34377
|
"use strict";
|
|
34452
34378
|
/*!
|
|
34453
34379
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34669,7 +34595,7 @@ exports.ATN = ATN;
|
|
|
34669
34595
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
34670
34596
|
exports.ATN = ATN;
|
|
34671
34597
|
|
|
34672
|
-
},{"../Decorators":
|
|
34598
|
+
},{"../Decorators":190,"../Token":215,"../dfa/DFA":288,"../misc/Array2DHashMap":293,"../misc/IntervalSet":303,"../misc/ObjectEqualityComparator":306,"./InvalidState":246,"./LL1Analyzer":247,"./PredictionContext":270,"assert":333}],224:[function(require,module,exports){
|
|
34673
34599
|
"use strict";
|
|
34674
34600
|
/*!
|
|
34675
34601
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35194,7 +35120,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
35194
35120
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
35195
35121
|
], ActionSemanticContextATNConfig);
|
|
35196
35122
|
|
|
35197
|
-
},{"../Decorators":
|
|
35123
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/MurmurHash":305,"../misc/ObjectEqualityComparator":306,"./DecisionState":243,"./PredictionContext":270,"./SemanticContext":278,"assert":333}],225:[function(require,module,exports){
|
|
35198
35124
|
"use strict";
|
|
35199
35125
|
/*!
|
|
35200
35126
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35641,7 +35567,7 @@ __decorate([
|
|
|
35641
35567
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
35642
35568
|
exports.ATNConfigSet = ATNConfigSet;
|
|
35643
35569
|
|
|
35644
|
-
},{"../Decorators":
|
|
35570
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/Array2DHashSet":294,"../misc/ArrayEqualityComparator":295,"../misc/BitSet":297,"../misc/ObjectEqualityComparator":306,"../misc/Utils":309,"./ATN":223,"./ATNConfig":224,"./PredictionContext":270,"./PredictionContextCache":271,"./SemanticContext":278,"assert":333}],226:[function(require,module,exports){
|
|
35645
35571
|
"use strict";
|
|
35646
35572
|
/*!
|
|
35647
35573
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35720,7 +35646,7 @@ __decorate([
|
|
|
35720
35646
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
35721
35647
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
35722
35648
|
|
|
35723
|
-
},{"../Decorators":
|
|
35649
|
+
},{"../Decorators":190}],227:[function(require,module,exports){
|
|
35724
35650
|
"use strict";
|
|
35725
35651
|
/*!
|
|
35726
35652
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36807,7 +36733,7 @@ __decorate([
|
|
|
36807
36733
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
36808
36734
|
exports.ATNDeserializer = ATNDeserializer;
|
|
36809
36735
|
|
|
36810
|
-
},{"../Decorators":
|
|
36736
|
+
},{"../Decorators":190,"../Token":215,"../dfa/DFA":288,"../misc/Array2DHashSet":294,"../misc/BitSet":297,"../misc/IntervalSet":303,"../misc/UUID":308,"./ATN":223,"./ATNDeserializationOptions":226,"./ATNStateType":230,"./ActionTransition":232,"./AtomTransition":234,"./BasicBlockStartState":235,"./BasicState":236,"./BlockEndState":237,"./BlockStartState":238,"./DecisionState":243,"./EpsilonTransition":244,"./InvalidState":246,"./LexerChannelAction":250,"./LexerCustomAction":251,"./LexerModeAction":253,"./LexerMoreAction":254,"./LexerPopModeAction":255,"./LexerPushModeAction":256,"./LexerSkipAction":257,"./LexerTypeAction":258,"./LoopEndState":260,"./NotSetTransition":261,"./ParserATNSimulator":264,"./PlusBlockStartState":265,"./PlusLoopbackState":266,"./PrecedencePredicateTransition":267,"./PredicateTransition":269,"./RangeTransition":274,"./RuleStartState":275,"./RuleStopState":276,"./RuleTransition":277,"./SetTransition":279,"./StarBlockStartState":281,"./StarLoopEntryState":282,"./StarLoopbackState":283,"./TokensStartState":284,"./WildcardTransition":286}],228:[function(require,module,exports){
|
|
36811
36737
|
"use strict";
|
|
36812
36738
|
/*!
|
|
36813
36739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36871,7 +36797,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
36871
36797
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
36872
36798
|
exports.ATNSimulator = ATNSimulator;
|
|
36873
36799
|
|
|
36874
|
-
},{"../Decorators":
|
|
36800
|
+
},{"../Decorators":190,"../dfa/DFAState":290,"./ATNConfigSet":225,"./PredictionContext":270}],229:[function(require,module,exports){
|
|
36875
36801
|
"use strict";
|
|
36876
36802
|
/*!
|
|
36877
36803
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37058,7 +36984,7 @@ exports.ATNState = ATNState;
|
|
|
37058
36984
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
37059
36985
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
37060
36986
|
|
|
37061
|
-
},{"../Decorators":
|
|
36987
|
+
},{"../Decorators":190}],230:[function(require,module,exports){
|
|
37062
36988
|
"use strict";
|
|
37063
36989
|
/*!
|
|
37064
36990
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37084,7 +37010,7 @@ var ATNStateType;
|
|
|
37084
37010
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
37085
37011
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
37086
37012
|
|
|
37087
|
-
},{}],
|
|
37013
|
+
},{}],231:[function(require,module,exports){
|
|
37088
37014
|
"use strict";
|
|
37089
37015
|
/*!
|
|
37090
37016
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37104,7 +37030,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
37104
37030
|
}
|
|
37105
37031
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
37106
37032
|
|
|
37107
|
-
},{"./Transition":
|
|
37033
|
+
},{"./Transition":285}],232:[function(require,module,exports){
|
|
37108
37034
|
"use strict";
|
|
37109
37035
|
/*!
|
|
37110
37036
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37160,7 +37086,7 @@ ActionTransition = __decorate([
|
|
|
37160
37086
|
], ActionTransition);
|
|
37161
37087
|
exports.ActionTransition = ActionTransition;
|
|
37162
37088
|
|
|
37163
|
-
},{"../Decorators":
|
|
37089
|
+
},{"../Decorators":190,"./Transition":285}],233:[function(require,module,exports){
|
|
37164
37090
|
"use strict";
|
|
37165
37091
|
/*!
|
|
37166
37092
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37247,7 +37173,7 @@ AmbiguityInfo = __decorate([
|
|
|
37247
37173
|
], AmbiguityInfo);
|
|
37248
37174
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
37249
37175
|
|
|
37250
|
-
},{"../Decorators":
|
|
37176
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],234:[function(require,module,exports){
|
|
37251
37177
|
"use strict";
|
|
37252
37178
|
/*!
|
|
37253
37179
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37305,7 +37231,7 @@ AtomTransition = __decorate([
|
|
|
37305
37231
|
], AtomTransition);
|
|
37306
37232
|
exports.AtomTransition = AtomTransition;
|
|
37307
37233
|
|
|
37308
|
-
},{"../Decorators":
|
|
37234
|
+
},{"../Decorators":190,"../misc/IntervalSet":303,"./Transition":285}],235:[function(require,module,exports){
|
|
37309
37235
|
"use strict";
|
|
37310
37236
|
/*!
|
|
37311
37237
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37337,7 +37263,7 @@ __decorate([
|
|
|
37337
37263
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
37338
37264
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
37339
37265
|
|
|
37340
|
-
},{"../Decorators":
|
|
37266
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],236:[function(require,module,exports){
|
|
37341
37267
|
"use strict";
|
|
37342
37268
|
/*!
|
|
37343
37269
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37369,7 +37295,7 @@ __decorate([
|
|
|
37369
37295
|
], BasicState.prototype, "stateType", null);
|
|
37370
37296
|
exports.BasicState = BasicState;
|
|
37371
37297
|
|
|
37372
|
-
},{"../Decorators":
|
|
37298
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],237:[function(require,module,exports){
|
|
37373
37299
|
"use strict";
|
|
37374
37300
|
/*!
|
|
37375
37301
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37398,7 +37324,7 @@ __decorate([
|
|
|
37398
37324
|
], BlockEndState.prototype, "stateType", null);
|
|
37399
37325
|
exports.BlockEndState = BlockEndState;
|
|
37400
37326
|
|
|
37401
|
-
},{"../Decorators":
|
|
37327
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],238:[function(require,module,exports){
|
|
37402
37328
|
"use strict";
|
|
37403
37329
|
/*!
|
|
37404
37330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37412,7 +37338,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
37412
37338
|
}
|
|
37413
37339
|
exports.BlockStartState = BlockStartState;
|
|
37414
37340
|
|
|
37415
|
-
},{"./DecisionState":
|
|
37341
|
+
},{"./DecisionState":243}],239:[function(require,module,exports){
|
|
37416
37342
|
"use strict";
|
|
37417
37343
|
/*!
|
|
37418
37344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37482,7 +37408,7 @@ __decorate([
|
|
|
37482
37408
|
], ConflictInfo.prototype, "hashCode", null);
|
|
37483
37409
|
exports.ConflictInfo = ConflictInfo;
|
|
37484
37410
|
|
|
37485
|
-
},{"../Decorators":
|
|
37411
|
+
},{"../Decorators":190,"../misc/Utils":309}],240:[function(require,module,exports){
|
|
37486
37412
|
"use strict";
|
|
37487
37413
|
/*!
|
|
37488
37414
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37542,7 +37468,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
37542
37468
|
], ContextSensitivityInfo);
|
|
37543
37469
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
37544
37470
|
|
|
37545
|
-
},{"../Decorators":
|
|
37471
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],241:[function(require,module,exports){
|
|
37546
37472
|
"use strict";
|
|
37547
37473
|
/*!
|
|
37548
37474
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37594,7 +37520,7 @@ DecisionEventInfo = __decorate([
|
|
|
37594
37520
|
], DecisionEventInfo);
|
|
37595
37521
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
37596
37522
|
|
|
37597
|
-
},{"../Decorators":
|
|
37523
|
+
},{"../Decorators":190}],242:[function(require,module,exports){
|
|
37598
37524
|
"use strict";
|
|
37599
37525
|
/*!
|
|
37600
37526
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37807,7 +37733,7 @@ __decorate([
|
|
|
37807
37733
|
], DecisionInfo.prototype, "toString", null);
|
|
37808
37734
|
exports.DecisionInfo = DecisionInfo;
|
|
37809
37735
|
|
|
37810
|
-
},{"../Decorators":
|
|
37736
|
+
},{"../Decorators":190}],243:[function(require,module,exports){
|
|
37811
37737
|
"use strict";
|
|
37812
37738
|
/*!
|
|
37813
37739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37827,7 +37753,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
37827
37753
|
}
|
|
37828
37754
|
exports.DecisionState = DecisionState;
|
|
37829
37755
|
|
|
37830
|
-
},{"./ATNState":
|
|
37756
|
+
},{"./ATNState":229}],244:[function(require,module,exports){
|
|
37831
37757
|
"use strict";
|
|
37832
37758
|
/*!
|
|
37833
37759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37893,7 +37819,7 @@ EpsilonTransition = __decorate([
|
|
|
37893
37819
|
], EpsilonTransition);
|
|
37894
37820
|
exports.EpsilonTransition = EpsilonTransition;
|
|
37895
37821
|
|
|
37896
|
-
},{"../Decorators":
|
|
37822
|
+
},{"../Decorators":190,"./Transition":285}],245:[function(require,module,exports){
|
|
37897
37823
|
"use strict";
|
|
37898
37824
|
/*!
|
|
37899
37825
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37946,7 +37872,7 @@ ErrorInfo = __decorate([
|
|
|
37946
37872
|
], ErrorInfo);
|
|
37947
37873
|
exports.ErrorInfo = ErrorInfo;
|
|
37948
37874
|
|
|
37949
|
-
},{"../Decorators":
|
|
37875
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],246:[function(require,module,exports){
|
|
37950
37876
|
"use strict";
|
|
37951
37877
|
/*!
|
|
37952
37878
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37977,7 +37903,7 @@ __decorate([
|
|
|
37977
37903
|
], InvalidState.prototype, "stateType", null);
|
|
37978
37904
|
exports.InvalidState = InvalidState;
|
|
37979
37905
|
|
|
37980
|
-
},{"../Decorators":
|
|
37906
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BasicState":236}],247:[function(require,module,exports){
|
|
37981
37907
|
"use strict";
|
|
37982
37908
|
/*!
|
|
37983
37909
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38199,7 +38125,7 @@ LL1Analyzer = __decorate([
|
|
|
38199
38125
|
], LL1Analyzer);
|
|
38200
38126
|
exports.LL1Analyzer = LL1Analyzer;
|
|
38201
38127
|
|
|
38202
|
-
},{"../Decorators":
|
|
38128
|
+
},{"../Decorators":190,"../Token":215,"../misc/Array2DHashSet":294,"../misc/BitSet":297,"../misc/IntervalSet":303,"../misc/ObjectEqualityComparator":306,"./ATNConfig":224,"./AbstractPredicateTransition":231,"./NotSetTransition":261,"./PredictionContext":270,"./RuleStopState":276,"./RuleTransition":277,"./WildcardTransition":286}],248:[function(require,module,exports){
|
|
38203
38129
|
"use strict";
|
|
38204
38130
|
/*!
|
|
38205
38131
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38916,7 +38842,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
38916
38842
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
38917
38843
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
38918
38844
|
|
|
38919
|
-
},{"../Decorators":
|
|
38845
|
+
},{"../Decorators":190,"../IntStream":196,"../Lexer":198,"../LexerNoViableAltException":200,"../Token":215,"../dfa/AcceptStateInfo":287,"../dfa/DFAState":290,"../misc/Interval":302,"./ATN":223,"./ATNConfig":224,"./ATNConfigSet":225,"./ATNSimulator":228,"./LexerActionExecutor":249,"./OrderedATNConfigSet":262,"./PredictionContext":270,"./RuleStopState":276,"assert":333}],249:[function(require,module,exports){
|
|
38920
38846
|
"use strict";
|
|
38921
38847
|
/*!
|
|
38922
38848
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39117,7 +39043,7 @@ LexerActionExecutor = __decorate([
|
|
|
39117
39043
|
], LexerActionExecutor);
|
|
39118
39044
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
39119
39045
|
|
|
39120
|
-
},{"../Decorators":
|
|
39046
|
+
},{"../Decorators":190,"../misc/ArrayEqualityComparator":295,"../misc/MurmurHash":305,"./LexerIndexedCustomAction":252}],250:[function(require,module,exports){
|
|
39121
39047
|
"use strict";
|
|
39122
39048
|
/*!
|
|
39123
39049
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39222,7 +39148,7 @@ __decorate([
|
|
|
39222
39148
|
], LexerChannelAction.prototype, "toString", null);
|
|
39223
39149
|
exports.LexerChannelAction = LexerChannelAction;
|
|
39224
39150
|
|
|
39225
|
-
},{"../Decorators":
|
|
39151
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],251:[function(require,module,exports){
|
|
39226
39152
|
"use strict";
|
|
39227
39153
|
/*!
|
|
39228
39154
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39351,7 +39277,7 @@ __decorate([
|
|
|
39351
39277
|
], LexerCustomAction.prototype, "equals", null);
|
|
39352
39278
|
exports.LexerCustomAction = LexerCustomAction;
|
|
39353
39279
|
|
|
39354
|
-
},{"../Decorators":
|
|
39280
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],252:[function(require,module,exports){
|
|
39355
39281
|
"use strict";
|
|
39356
39282
|
/*!
|
|
39357
39283
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39486,7 +39412,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
39486
39412
|
], LexerIndexedCustomAction);
|
|
39487
39413
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
39488
39414
|
|
|
39489
|
-
},{"../Decorators":
|
|
39415
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],253:[function(require,module,exports){
|
|
39490
39416
|
"use strict";
|
|
39491
39417
|
/*!
|
|
39492
39418
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39591,7 +39517,7 @@ __decorate([
|
|
|
39591
39517
|
], LexerModeAction.prototype, "toString", null);
|
|
39592
39518
|
exports.LexerModeAction = LexerModeAction;
|
|
39593
39519
|
|
|
39594
|
-
},{"../Decorators":
|
|
39520
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],254:[function(require,module,exports){
|
|
39595
39521
|
"use strict";
|
|
39596
39522
|
/*!
|
|
39597
39523
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39687,7 +39613,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
39687
39613
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
39688
39614
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
39689
39615
|
|
|
39690
|
-
},{"../Decorators":
|
|
39616
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],255:[function(require,module,exports){
|
|
39691
39617
|
"use strict";
|
|
39692
39618
|
/*!
|
|
39693
39619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39783,7 +39709,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
39783
39709
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
39784
39710
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
39785
39711
|
|
|
39786
|
-
},{"../Decorators":
|
|
39712
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],256:[function(require,module,exports){
|
|
39787
39713
|
"use strict";
|
|
39788
39714
|
/*!
|
|
39789
39715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39888,7 +39814,7 @@ __decorate([
|
|
|
39888
39814
|
], LexerPushModeAction.prototype, "toString", null);
|
|
39889
39815
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
39890
39816
|
|
|
39891
|
-
},{"../Decorators":
|
|
39817
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],257:[function(require,module,exports){
|
|
39892
39818
|
"use strict";
|
|
39893
39819
|
/*!
|
|
39894
39820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39984,7 +39910,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
39984
39910
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
39985
39911
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
39986
39912
|
|
|
39987
|
-
},{"../Decorators":
|
|
39913
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],258:[function(require,module,exports){
|
|
39988
39914
|
"use strict";
|
|
39989
39915
|
/*!
|
|
39990
39916
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40088,7 +40014,7 @@ __decorate([
|
|
|
40088
40014
|
], LexerTypeAction.prototype, "toString", null);
|
|
40089
40015
|
exports.LexerTypeAction = LexerTypeAction;
|
|
40090
40016
|
|
|
40091
|
-
},{"../Decorators":
|
|
40017
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],259:[function(require,module,exports){
|
|
40092
40018
|
"use strict";
|
|
40093
40019
|
/*!
|
|
40094
40020
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40140,7 +40066,7 @@ LookaheadEventInfo = __decorate([
|
|
|
40140
40066
|
], LookaheadEventInfo);
|
|
40141
40067
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
40142
40068
|
|
|
40143
|
-
},{"../Decorators":
|
|
40069
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],260:[function(require,module,exports){
|
|
40144
40070
|
"use strict";
|
|
40145
40071
|
/*!
|
|
40146
40072
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40169,7 +40095,7 @@ __decorate([
|
|
|
40169
40095
|
], LoopEndState.prototype, "stateType", null);
|
|
40170
40096
|
exports.LoopEndState = LoopEndState;
|
|
40171
40097
|
|
|
40172
|
-
},{"../Decorators":
|
|
40098
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],261:[function(require,module,exports){
|
|
40173
40099
|
"use strict";
|
|
40174
40100
|
/*!
|
|
40175
40101
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40218,7 +40144,7 @@ NotSetTransition = __decorate([
|
|
|
40218
40144
|
], NotSetTransition);
|
|
40219
40145
|
exports.NotSetTransition = NotSetTransition;
|
|
40220
40146
|
|
|
40221
|
-
},{"../Decorators":
|
|
40147
|
+
},{"../Decorators":190,"./SetTransition":279}],262:[function(require,module,exports){
|
|
40222
40148
|
"use strict";
|
|
40223
40149
|
/*!
|
|
40224
40150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40273,7 +40199,7 @@ __decorate([
|
|
|
40273
40199
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
40274
40200
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
40275
40201
|
|
|
40276
|
-
},{"../Decorators":
|
|
40202
|
+
},{"../Decorators":190,"./ATNConfigSet":225}],263:[function(require,module,exports){
|
|
40277
40203
|
"use strict";
|
|
40278
40204
|
/*!
|
|
40279
40205
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40435,7 +40361,7 @@ ParseInfo = __decorate([
|
|
|
40435
40361
|
], ParseInfo);
|
|
40436
40362
|
exports.ParseInfo = ParseInfo;
|
|
40437
40363
|
|
|
40438
|
-
},{"../Decorators":
|
|
40364
|
+
},{"../Decorators":190}],264:[function(require,module,exports){
|
|
40439
40365
|
"use strict";
|
|
40440
40366
|
/*!
|
|
40441
40367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42708,7 +42634,7 @@ ParserATNSimulator = __decorate([
|
|
|
42708
42634
|
], ParserATNSimulator);
|
|
42709
42635
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
42710
42636
|
|
|
42711
|
-
},{"../Decorators":
|
|
42637
|
+
},{"../Decorators":190,"../IntStream":196,"../NoViableAltException":202,"../ParserRuleContext":206,"../Token":215,"../VocabularyImpl":221,"../dfa/AcceptStateInfo":287,"../dfa/DFAState":290,"../misc/Array2DHashSet":294,"../misc/Arrays":296,"../misc/BitSet":297,"../misc/IntegerList":300,"../misc/Interval":302,"../misc/ObjectEqualityComparator":306,"./ATN":223,"./ATNConfig":224,"./ATNConfigSet":225,"./ATNSimulator":228,"./ATNStateType":230,"./ActionTransition":232,"./AtomTransition":234,"./ConflictInfo":239,"./DecisionState":243,"./NotSetTransition":261,"./PredictionContext":270,"./PredictionContextCache":271,"./PredictionMode":272,"./RuleStopState":276,"./RuleTransition":277,"./SemanticContext":278,"./SetTransition":279,"./SimulatorState":280,"assert":333}],265:[function(require,module,exports){
|
|
42712
42638
|
"use strict";
|
|
42713
42639
|
/*!
|
|
42714
42640
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42741,7 +42667,7 @@ __decorate([
|
|
|
42741
42667
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
42742
42668
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
42743
42669
|
|
|
42744
|
-
},{"../Decorators":
|
|
42670
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],266:[function(require,module,exports){
|
|
42745
42671
|
"use strict";
|
|
42746
42672
|
/*!
|
|
42747
42673
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42772,7 +42698,7 @@ __decorate([
|
|
|
42772
42698
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
42773
42699
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
42774
42700
|
|
|
42775
|
-
},{"../Decorators":
|
|
42701
|
+
},{"../Decorators":190,"./ATNStateType":230,"./DecisionState":243}],267:[function(require,module,exports){
|
|
42776
42702
|
"use strict";
|
|
42777
42703
|
/*!
|
|
42778
42704
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42835,7 +42761,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
42835
42761
|
], PrecedencePredicateTransition);
|
|
42836
42762
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
42837
42763
|
|
|
42838
|
-
},{"../Decorators":
|
|
42764
|
+
},{"../Decorators":190,"./AbstractPredicateTransition":231,"./SemanticContext":278}],268:[function(require,module,exports){
|
|
42839
42765
|
"use strict";
|
|
42840
42766
|
/*!
|
|
42841
42767
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42898,7 +42824,7 @@ PredicateEvalInfo = __decorate([
|
|
|
42898
42824
|
], PredicateEvalInfo);
|
|
42899
42825
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
42900
42826
|
|
|
42901
|
-
},{"../Decorators":
|
|
42827
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],269:[function(require,module,exports){
|
|
42902
42828
|
"use strict";
|
|
42903
42829
|
/*!
|
|
42904
42830
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42964,7 +42890,7 @@ PredicateTransition = __decorate([
|
|
|
42964
42890
|
], PredicateTransition);
|
|
42965
42891
|
exports.PredicateTransition = PredicateTransition;
|
|
42966
42892
|
|
|
42967
|
-
},{"../Decorators":
|
|
42893
|
+
},{"../Decorators":190,"./AbstractPredicateTransition":231,"./SemanticContext":278}],270:[function(require,module,exports){
|
|
42968
42894
|
"use strict";
|
|
42969
42895
|
/*!
|
|
42970
42896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43655,7 +43581,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
43655
43581
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
43656
43582
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
43657
43583
|
|
|
43658
|
-
},{"../Decorators":
|
|
43584
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/Array2DHashSet":294,"../misc/Arrays":296,"../misc/MurmurHash":305,"./PredictionContextCache":271,"assert":333}],271:[function(require,module,exports){
|
|
43659
43585
|
"use strict";
|
|
43660
43586
|
/*!
|
|
43661
43587
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43796,7 +43722,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
43796
43722
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
43797
43723
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
43798
43724
|
|
|
43799
|
-
},{"../Decorators":
|
|
43725
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/ObjectEqualityComparator":306,"./PredictionContext":270,"assert":333}],272:[function(require,module,exports){
|
|
43800
43726
|
"use strict";
|
|
43801
43727
|
/*!
|
|
43802
43728
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43957,7 +43883,7 @@ var PredictionMode;
|
|
|
43957
43883
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
43958
43884
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
43959
43885
|
|
|
43960
|
-
},{"../Decorators":
|
|
43886
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/MurmurHash":305,"./RuleStopState":276}],273:[function(require,module,exports){
|
|
43961
43887
|
(function (process){(function (){
|
|
43962
43888
|
"use strict";
|
|
43963
43889
|
/*!
|
|
@@ -44226,7 +44152,7 @@ __decorate([
|
|
|
44226
44152
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
44227
44153
|
|
|
44228
44154
|
}).call(this)}).call(this,require('_process'))
|
|
44229
|
-
},{"../Decorators":
|
|
44155
|
+
},{"../Decorators":190,"./ATN":223,"./ATNSimulator":228,"./AmbiguityInfo":233,"./ContextSensitivityInfo":240,"./DecisionInfo":242,"./ErrorInfo":245,"./LookaheadEventInfo":259,"./ParserATNSimulator":264,"./PredicateEvalInfo":268,"./SemanticContext":278,"./SimulatorState":280,"_process":381}],274:[function(require,module,exports){
|
|
44230
44156
|
"use strict";
|
|
44231
44157
|
/*!
|
|
44232
44158
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44284,7 +44210,7 @@ RangeTransition = __decorate([
|
|
|
44284
44210
|
], RangeTransition);
|
|
44285
44211
|
exports.RangeTransition = RangeTransition;
|
|
44286
44212
|
|
|
44287
|
-
},{"../Decorators":
|
|
44213
|
+
},{"../Decorators":190,"../misc/IntervalSet":303,"./Transition":285}],275:[function(require,module,exports){
|
|
44288
44214
|
"use strict";
|
|
44289
44215
|
/*!
|
|
44290
44216
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44317,7 +44243,7 @@ __decorate([
|
|
|
44317
44243
|
], RuleStartState.prototype, "stateType", null);
|
|
44318
44244
|
exports.RuleStartState = RuleStartState;
|
|
44319
44245
|
|
|
44320
|
-
},{"../Decorators":
|
|
44246
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],276:[function(require,module,exports){
|
|
44321
44247
|
"use strict";
|
|
44322
44248
|
/*!
|
|
44323
44249
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44356,7 +44282,7 @@ __decorate([
|
|
|
44356
44282
|
], RuleStopState.prototype, "stateType", null);
|
|
44357
44283
|
exports.RuleStopState = RuleStopState;
|
|
44358
44284
|
|
|
44359
|
-
},{"../Decorators":
|
|
44285
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],277:[function(require,module,exports){
|
|
44360
44286
|
"use strict";
|
|
44361
44287
|
/*!
|
|
44362
44288
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44412,7 +44338,7 @@ RuleTransition = __decorate([
|
|
|
44412
44338
|
], RuleTransition);
|
|
44413
44339
|
exports.RuleTransition = RuleTransition;
|
|
44414
44340
|
|
|
44415
|
-
},{"../Decorators":
|
|
44341
|
+
},{"../Decorators":190,"./Transition":285}],278:[function(require,module,exports){
|
|
44416
44342
|
"use strict";
|
|
44417
44343
|
/*!
|
|
44418
44344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44892,7 +44818,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
44892
44818
|
SemanticContext.OR = OR;
|
|
44893
44819
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
44894
44820
|
|
|
44895
|
-
},{"../Decorators":
|
|
44821
|
+
},{"../Decorators":190,"../misc/Array2DHashSet":294,"../misc/ArrayEqualityComparator":295,"../misc/MurmurHash":305,"../misc/ObjectEqualityComparator":306,"../misc/Utils":309}],279:[function(require,module,exports){
|
|
44896
44822
|
"use strict";
|
|
44897
44823
|
/*!
|
|
44898
44824
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44958,7 +44884,7 @@ SetTransition = __decorate([
|
|
|
44958
44884
|
], SetTransition);
|
|
44959
44885
|
exports.SetTransition = SetTransition;
|
|
44960
44886
|
|
|
44961
|
-
},{"../Decorators":
|
|
44887
|
+
},{"../Decorators":190,"../Token":215,"../misc/IntervalSet":303,"./Transition":285}],280:[function(require,module,exports){
|
|
44962
44888
|
"use strict";
|
|
44963
44889
|
/*!
|
|
44964
44890
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44994,7 +44920,7 @@ SimulatorState = __decorate([
|
|
|
44994
44920
|
], SimulatorState);
|
|
44995
44921
|
exports.SimulatorState = SimulatorState;
|
|
44996
44922
|
|
|
44997
|
-
},{"../Decorators":
|
|
44923
|
+
},{"../Decorators":190,"../ParserRuleContext":206}],281:[function(require,module,exports){
|
|
44998
44924
|
"use strict";
|
|
44999
44925
|
/*!
|
|
45000
44926
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45022,7 +44948,7 @@ __decorate([
|
|
|
45022
44948
|
], StarBlockStartState.prototype, "stateType", null);
|
|
45023
44949
|
exports.StarBlockStartState = StarBlockStartState;
|
|
45024
44950
|
|
|
45025
|
-
},{"../Decorators":
|
|
44951
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],282:[function(require,module,exports){
|
|
45026
44952
|
"use strict";
|
|
45027
44953
|
/*!
|
|
45028
44954
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45079,7 +45005,7 @@ __decorate([
|
|
|
45079
45005
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
45080
45006
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
45081
45007
|
|
|
45082
|
-
},{"../Decorators":
|
|
45008
|
+
},{"../Decorators":190,"../misc/BitSet":297,"./ATNStateType":230,"./DecisionState":243}],283:[function(require,module,exports){
|
|
45083
45009
|
"use strict";
|
|
45084
45010
|
/*!
|
|
45085
45011
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45110,7 +45036,7 @@ __decorate([
|
|
|
45110
45036
|
], StarLoopbackState.prototype, "stateType", null);
|
|
45111
45037
|
exports.StarLoopbackState = StarLoopbackState;
|
|
45112
45038
|
|
|
45113
|
-
},{"../Decorators":
|
|
45039
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],284:[function(require,module,exports){
|
|
45114
45040
|
"use strict";
|
|
45115
45041
|
/*!
|
|
45116
45042
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45139,7 +45065,7 @@ __decorate([
|
|
|
45139
45065
|
], TokensStartState.prototype, "stateType", null);
|
|
45140
45066
|
exports.TokensStartState = TokensStartState;
|
|
45141
45067
|
|
|
45142
|
-
},{"../Decorators":
|
|
45068
|
+
},{"../Decorators":190,"./ATNStateType":230,"./DecisionState":243}],285:[function(require,module,exports){
|
|
45143
45069
|
"use strict";
|
|
45144
45070
|
/*!
|
|
45145
45071
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45213,7 +45139,7 @@ Transition = __decorate([
|
|
|
45213
45139
|
], Transition);
|
|
45214
45140
|
exports.Transition = Transition;
|
|
45215
45141
|
|
|
45216
|
-
},{"../Decorators":
|
|
45142
|
+
},{"../Decorators":190}],286:[function(require,module,exports){
|
|
45217
45143
|
"use strict";
|
|
45218
45144
|
/*!
|
|
45219
45145
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45261,7 +45187,7 @@ WildcardTransition = __decorate([
|
|
|
45261
45187
|
], WildcardTransition);
|
|
45262
45188
|
exports.WildcardTransition = WildcardTransition;
|
|
45263
45189
|
|
|
45264
|
-
},{"../Decorators":
|
|
45190
|
+
},{"../Decorators":190,"./Transition":285}],287:[function(require,module,exports){
|
|
45265
45191
|
"use strict";
|
|
45266
45192
|
/*!
|
|
45267
45193
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45303,7 +45229,7 @@ class AcceptStateInfo {
|
|
|
45303
45229
|
}
|
|
45304
45230
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
45305
45231
|
|
|
45306
|
-
},{}],
|
|
45232
|
+
},{}],288:[function(require,module,exports){
|
|
45307
45233
|
"use strict";
|
|
45308
45234
|
/*!
|
|
45309
45235
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45478,7 +45404,7 @@ DFA = __decorate([
|
|
|
45478
45404
|
], DFA);
|
|
45479
45405
|
exports.DFA = DFA;
|
|
45480
45406
|
|
|
45481
|
-
},{"../Decorators":
|
|
45407
|
+
},{"../Decorators":190,"../VocabularyImpl":221,"../atn/ATNConfigSet":225,"../atn/StarLoopEntryState":282,"../misc/Array2DHashSet":294,"../misc/ObjectEqualityComparator":306,"./DFASerializer":289,"./DFAState":290,"./LexerDFASerializer":291}],289:[function(require,module,exports){
|
|
45482
45408
|
"use strict";
|
|
45483
45409
|
/*!
|
|
45484
45410
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45620,7 +45546,7 @@ __decorate([
|
|
|
45620
45546
|
], DFASerializer.prototype, "toString", null);
|
|
45621
45547
|
exports.DFASerializer = DFASerializer;
|
|
45622
45548
|
|
|
45623
|
-
},{"../Decorators":
|
|
45549
|
+
},{"../Decorators":190,"../Recognizer":210,"../VocabularyImpl":221,"../atn/ATNSimulator":228,"../atn/PredictionContext":270}],290:[function(require,module,exports){
|
|
45624
45550
|
"use strict";
|
|
45625
45551
|
/*!
|
|
45626
45552
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45851,7 +45777,7 @@ exports.DFAState = DFAState;
|
|
|
45851
45777
|
DFAState.PredPrediction = PredPrediction;
|
|
45852
45778
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
45853
45779
|
|
|
45854
|
-
},{"../Decorators":
|
|
45780
|
+
},{"../Decorators":190,"../atn/ATN":223,"../atn/PredictionContext":270,"../misc/BitSet":297,"../misc/MurmurHash":305,"assert":333}],291:[function(require,module,exports){
|
|
45855
45781
|
"use strict";
|
|
45856
45782
|
/*!
|
|
45857
45783
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45888,7 +45814,7 @@ LexerDFASerializer = __decorate([
|
|
|
45888
45814
|
], LexerDFASerializer);
|
|
45889
45815
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
45890
45816
|
|
|
45891
|
-
},{"../Decorators":
|
|
45817
|
+
},{"../Decorators":190,"../VocabularyImpl":221,"./DFASerializer":289}],292:[function(require,module,exports){
|
|
45892
45818
|
"use strict";
|
|
45893
45819
|
/*!
|
|
45894
45820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45954,7 +45880,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
45954
45880
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
45955
45881
|
__exportStar(require("./WritableToken"), exports);
|
|
45956
45882
|
|
|
45957
|
-
},{"./ANTLRErrorListener":
|
|
45883
|
+
},{"./ANTLRErrorListener":177,"./ANTLRErrorStrategy":178,"./ANTLRInputStream":179,"./BailErrorStrategy":180,"./BufferedTokenStream":181,"./CharStream":182,"./CharStreams":183,"./CodePointBuffer":184,"./CodePointCharStream":185,"./CommonToken":186,"./CommonTokenFactory":187,"./CommonTokenStream":188,"./ConsoleErrorListener":189,"./DefaultErrorStrategy":191,"./Dependents":192,"./DiagnosticErrorListener":193,"./FailedPredicateException":194,"./InputMismatchException":195,"./IntStream":196,"./InterpreterRuleContext":197,"./Lexer":198,"./LexerInterpreter":199,"./LexerNoViableAltException":200,"./ListTokenSource":201,"./NoViableAltException":202,"./Parser":203,"./ParserErrorListener":204,"./ParserInterpreter":205,"./ParserRuleContext":206,"./ProxyErrorListener":207,"./ProxyParserErrorListener":208,"./RecognitionException":209,"./Recognizer":210,"./RuleContext":211,"./RuleContextWithAltNum":212,"./RuleDependency":213,"./RuleVersion":214,"./Token":215,"./TokenFactory":216,"./TokenSource":217,"./TokenStream":218,"./TokenStreamRewriter":219,"./Vocabulary":220,"./VocabularyImpl":221,"./WritableToken":222}],293:[function(require,module,exports){
|
|
45958
45884
|
"use strict";
|
|
45959
45885
|
/*!
|
|
45960
45886
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46037,7 +45963,7 @@ class Array2DHashMap {
|
|
|
46037
45963
|
}
|
|
46038
45964
|
exports.Array2DHashMap = Array2DHashMap;
|
|
46039
45965
|
|
|
46040
|
-
},{"./Array2DHashSet":
|
|
45966
|
+
},{"./Array2DHashSet":294}],294:[function(require,module,exports){
|
|
46041
45967
|
"use strict";
|
|
46042
45968
|
/*!
|
|
46043
45969
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46404,7 +46330,7 @@ __decorate([
|
|
|
46404
46330
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
46405
46331
|
exports.Array2DHashSet = Array2DHashSet;
|
|
46406
46332
|
|
|
46407
|
-
},{"../Decorators":
|
|
46333
|
+
},{"../Decorators":190,"./DefaultEqualityComparator":299,"./MurmurHash":305,"assert":333}],295:[function(require,module,exports){
|
|
46408
46334
|
"use strict";
|
|
46409
46335
|
/*!
|
|
46410
46336
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46476,7 +46402,7 @@ __decorate([
|
|
|
46476
46402
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
46477
46403
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
46478
46404
|
|
|
46479
|
-
},{"../Decorators":
|
|
46405
|
+
},{"../Decorators":190,"./MurmurHash":305,"./ObjectEqualityComparator":306}],296:[function(require,module,exports){
|
|
46480
46406
|
"use strict";
|
|
46481
46407
|
/*!
|
|
46482
46408
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46546,7 +46472,7 @@ var Arrays;
|
|
|
46546
46472
|
Arrays.toString = toString;
|
|
46547
46473
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
46548
46474
|
|
|
46549
|
-
},{}],
|
|
46475
|
+
},{}],297:[function(require,module,exports){
|
|
46550
46476
|
"use strict";
|
|
46551
46477
|
/*!
|
|
46552
46478
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47218,7 +47144,7 @@ class BitSetIterator {
|
|
|
47218
47144
|
[Symbol.iterator]() { return this; }
|
|
47219
47145
|
}
|
|
47220
47146
|
|
|
47221
|
-
},{"./MurmurHash":
|
|
47147
|
+
},{"./MurmurHash":305,"util":386}],298:[function(require,module,exports){
|
|
47222
47148
|
"use strict";
|
|
47223
47149
|
/*!
|
|
47224
47150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47239,7 +47165,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
47239
47165
|
}
|
|
47240
47166
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
47241
47167
|
|
|
47242
|
-
},{}],
|
|
47168
|
+
},{}],299:[function(require,module,exports){
|
|
47243
47169
|
"use strict";
|
|
47244
47170
|
/*!
|
|
47245
47171
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47310,7 +47236,7 @@ __decorate([
|
|
|
47310
47236
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
47311
47237
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
47312
47238
|
|
|
47313
|
-
},{"../Decorators":
|
|
47239
|
+
},{"../Decorators":190,"./MurmurHash":305,"./ObjectEqualityComparator":306}],300:[function(require,module,exports){
|
|
47314
47240
|
"use strict";
|
|
47315
47241
|
/*!
|
|
47316
47242
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47604,7 +47530,7 @@ __decorate([
|
|
|
47604
47530
|
], IntegerList.prototype, "toString", null);
|
|
47605
47531
|
exports.IntegerList = IntegerList;
|
|
47606
47532
|
|
|
47607
|
-
},{"../Decorators":
|
|
47533
|
+
},{"../Decorators":190,"./Arrays":296}],301:[function(require,module,exports){
|
|
47608
47534
|
"use strict";
|
|
47609
47535
|
/*!
|
|
47610
47536
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47634,7 +47560,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
47634
47560
|
}
|
|
47635
47561
|
exports.IntegerStack = IntegerStack;
|
|
47636
47562
|
|
|
47637
|
-
},{"./IntegerList":
|
|
47563
|
+
},{"./IntegerList":300}],302:[function(require,module,exports){
|
|
47638
47564
|
"use strict";
|
|
47639
47565
|
/*!
|
|
47640
47566
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47777,7 +47703,7 @@ __decorate([
|
|
|
47777
47703
|
], Interval.prototype, "toString", null);
|
|
47778
47704
|
exports.Interval = Interval;
|
|
47779
47705
|
|
|
47780
|
-
},{"../Decorators":
|
|
47706
|
+
},{"../Decorators":190}],303:[function(require,module,exports){
|
|
47781
47707
|
"use strict";
|
|
47782
47708
|
/*!
|
|
47783
47709
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48423,7 +48349,7 @@ __decorate([
|
|
|
48423
48349
|
], IntervalSet, "subtract", null);
|
|
48424
48350
|
exports.IntervalSet = IntervalSet;
|
|
48425
48351
|
|
|
48426
|
-
},{"../Decorators":
|
|
48352
|
+
},{"../Decorators":190,"../Lexer":198,"../Token":215,"./ArrayEqualityComparator":295,"./IntegerList":300,"./Interval":302,"./MurmurHash":305}],304:[function(require,module,exports){
|
|
48427
48353
|
"use strict";
|
|
48428
48354
|
/*!
|
|
48429
48355
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48456,7 +48382,7 @@ class MultiMap extends Map {
|
|
|
48456
48382
|
}
|
|
48457
48383
|
exports.MultiMap = MultiMap;
|
|
48458
48384
|
|
|
48459
|
-
},{}],
|
|
48385
|
+
},{}],305:[function(require,module,exports){
|
|
48460
48386
|
"use strict";
|
|
48461
48387
|
/*!
|
|
48462
48388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48571,7 +48497,7 @@ var MurmurHash;
|
|
|
48571
48497
|
}
|
|
48572
48498
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
48573
48499
|
|
|
48574
|
-
},{}],
|
|
48500
|
+
},{}],306:[function(require,module,exports){
|
|
48575
48501
|
"use strict";
|
|
48576
48502
|
/*!
|
|
48577
48503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48630,7 +48556,7 @@ __decorate([
|
|
|
48630
48556
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
48631
48557
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
48632
48558
|
|
|
48633
|
-
},{"../Decorators":
|
|
48559
|
+
},{"../Decorators":190}],307:[function(require,module,exports){
|
|
48634
48560
|
"use strict";
|
|
48635
48561
|
/*!
|
|
48636
48562
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48659,7 +48585,7 @@ class ParseCancellationException extends Error {
|
|
|
48659
48585
|
}
|
|
48660
48586
|
exports.ParseCancellationException = ParseCancellationException;
|
|
48661
48587
|
|
|
48662
|
-
},{}],
|
|
48588
|
+
},{}],308:[function(require,module,exports){
|
|
48663
48589
|
"use strict";
|
|
48664
48590
|
/*!
|
|
48665
48591
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48713,7 +48639,7 @@ class UUID {
|
|
|
48713
48639
|
}
|
|
48714
48640
|
exports.UUID = UUID;
|
|
48715
48641
|
|
|
48716
|
-
},{"./MurmurHash":
|
|
48642
|
+
},{"./MurmurHash":305}],309:[function(require,module,exports){
|
|
48717
48643
|
"use strict";
|
|
48718
48644
|
/*!
|
|
48719
48645
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48888,7 +48814,7 @@ exports.toCharArray = toCharArray;
|
|
|
48888
48814
|
// return s;
|
|
48889
48815
|
// }
|
|
48890
48816
|
|
|
48891
|
-
},{}],
|
|
48817
|
+
},{}],310:[function(require,module,exports){
|
|
48892
48818
|
"use strict";
|
|
48893
48819
|
/*!
|
|
48894
48820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48924,7 +48850,7 @@ __decorate([
|
|
|
48924
48850
|
], ErrorNode.prototype, "accept", null);
|
|
48925
48851
|
exports.ErrorNode = ErrorNode;
|
|
48926
48852
|
|
|
48927
|
-
},{"../Decorators":
|
|
48853
|
+
},{"../Decorators":190,"./TerminalNode":313}],311:[function(require,module,exports){
|
|
48928
48854
|
"use strict";
|
|
48929
48855
|
/*!
|
|
48930
48856
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49029,7 +48955,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
|
|
|
49029
48955
|
ParseTreeWalker.DEFAULT = new ParseTreeWalker();
|
|
49030
48956
|
})(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
|
|
49031
48957
|
|
|
49032
|
-
},{"./ErrorNode":
|
|
48958
|
+
},{"./ErrorNode":310,"./RuleNode":312,"./TerminalNode":313}],312:[function(require,module,exports){
|
|
49033
48959
|
"use strict";
|
|
49034
48960
|
/*!
|
|
49035
48961
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49041,7 +48967,7 @@ class RuleNode {
|
|
|
49041
48967
|
}
|
|
49042
48968
|
exports.RuleNode = RuleNode;
|
|
49043
48969
|
|
|
49044
|
-
},{}],
|
|
48970
|
+
},{}],313:[function(require,module,exports){
|
|
49045
48971
|
"use strict";
|
|
49046
48972
|
/*!
|
|
49047
48973
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49133,7 +49059,7 @@ __decorate([
|
|
|
49133
49059
|
], TerminalNode.prototype, "toString", null);
|
|
49134
49060
|
exports.TerminalNode = TerminalNode;
|
|
49135
49061
|
|
|
49136
|
-
},{"../Decorators":
|
|
49062
|
+
},{"../Decorators":190,"../Token":215,"../misc/Interval":302}],314:[function(require,module,exports){
|
|
49137
49063
|
"use strict";
|
|
49138
49064
|
/*!
|
|
49139
49065
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49377,7 +49303,7 @@ __decorate([
|
|
|
49377
49303
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
49378
49304
|
exports.Trees = Trees;
|
|
49379
49305
|
|
|
49380
|
-
},{"../CommonToken":
|
|
49306
|
+
},{"../CommonToken":186,"../Decorators":190,"../Parser":203,"../ParserRuleContext":206,"../Token":215,"../atn/ATN":223,"../misc/Utils":309,"./ErrorNode":310,"./RuleNode":312,"./TerminalNode":313}],315:[function(require,module,exports){
|
|
49381
49307
|
"use strict";
|
|
49382
49308
|
/*!
|
|
49383
49309
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49401,7 +49327,7 @@ class Chunk {
|
|
|
49401
49327
|
}
|
|
49402
49328
|
exports.Chunk = Chunk;
|
|
49403
49329
|
|
|
49404
|
-
},{}],
|
|
49330
|
+
},{}],316:[function(require,module,exports){
|
|
49405
49331
|
"use strict";
|
|
49406
49332
|
/*!
|
|
49407
49333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49581,7 +49507,7 @@ ParseTreeMatch = __decorate([
|
|
|
49581
49507
|
], ParseTreeMatch);
|
|
49582
49508
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
49583
49509
|
|
|
49584
|
-
},{"../../Decorators":
|
|
49510
|
+
},{"../../Decorators":190}],317:[function(require,module,exports){
|
|
49585
49511
|
"use strict";
|
|
49586
49512
|
/*!
|
|
49587
49513
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49739,7 +49665,7 @@ ParseTreePattern = __decorate([
|
|
|
49739
49665
|
], ParseTreePattern);
|
|
49740
49666
|
exports.ParseTreePattern = ParseTreePattern;
|
|
49741
49667
|
|
|
49742
|
-
},{"../../Decorators":
|
|
49668
|
+
},{"../../Decorators":190,"../xpath/XPath":323}],318:[function(require,module,exports){
|
|
49743
49669
|
"use strict";
|
|
49744
49670
|
/*!
|
|
49745
49671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50217,7 +50143,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
50217
50143
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
50218
50144
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
50219
50145
|
|
|
50220
|
-
},{"../../BailErrorStrategy":
|
|
50146
|
+
},{"../../BailErrorStrategy":180,"../../CharStreams":183,"../../CommonTokenStream":188,"../../Decorators":190,"../../ListTokenSource":201,"../../ParserInterpreter":205,"../../ParserRuleContext":206,"../../RecognitionException":209,"../../Token":215,"../../misc/MultiMap":304,"../../misc/ParseCancellationException":307,"../RuleNode":312,"../TerminalNode":313,"./ParseTreeMatch":316,"./ParseTreePattern":317,"./RuleTagToken":319,"./TagChunk":320,"./TextChunk":321,"./TokenTagToken":322}],319:[function(require,module,exports){
|
|
50221
50147
|
"use strict";
|
|
50222
50148
|
/*!
|
|
50223
50149
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50415,7 +50341,7 @@ RuleTagToken = __decorate([
|
|
|
50415
50341
|
], RuleTagToken);
|
|
50416
50342
|
exports.RuleTagToken = RuleTagToken;
|
|
50417
50343
|
|
|
50418
|
-
},{"../../Decorators":
|
|
50344
|
+
},{"../../Decorators":190,"../../Token":215}],320:[function(require,module,exports){
|
|
50419
50345
|
"use strict";
|
|
50420
50346
|
/*!
|
|
50421
50347
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50502,7 +50428,7 @@ __decorate([
|
|
|
50502
50428
|
], TagChunk.prototype, "toString", null);
|
|
50503
50429
|
exports.TagChunk = TagChunk;
|
|
50504
50430
|
|
|
50505
|
-
},{"../../Decorators":
|
|
50431
|
+
},{"../../Decorators":190,"./Chunk":315}],321:[function(require,module,exports){
|
|
50506
50432
|
"use strict";
|
|
50507
50433
|
/*!
|
|
50508
50434
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50572,7 +50498,7 @@ TextChunk = __decorate([
|
|
|
50572
50498
|
], TextChunk);
|
|
50573
50499
|
exports.TextChunk = TextChunk;
|
|
50574
50500
|
|
|
50575
|
-
},{"../../Decorators":
|
|
50501
|
+
},{"../../Decorators":190,"./Chunk":315}],322:[function(require,module,exports){
|
|
50576
50502
|
"use strict";
|
|
50577
50503
|
/*!
|
|
50578
50504
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50667,7 +50593,7 @@ TokenTagToken = __decorate([
|
|
|
50667
50593
|
], TokenTagToken);
|
|
50668
50594
|
exports.TokenTagToken = TokenTagToken;
|
|
50669
50595
|
|
|
50670
|
-
},{"../../CommonToken":
|
|
50596
|
+
},{"../../CommonToken":186,"../../Decorators":190}],323:[function(require,module,exports){
|
|
50671
50597
|
"use strict";
|
|
50672
50598
|
/*!
|
|
50673
50599
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50864,7 +50790,7 @@ exports.XPath = XPath;
|
|
|
50864
50790
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
50865
50791
|
XPath.NOT = "!"; // word for invert operator
|
|
50866
50792
|
|
|
50867
|
-
},{"../../CharStreams":
|
|
50793
|
+
},{"../../CharStreams":183,"../../CommonTokenStream":188,"../../LexerNoViableAltException":200,"../../ParserRuleContext":206,"../../Token":215,"./XPathLexer":325,"./XPathLexerErrorListener":326,"./XPathRuleAnywhereElement":327,"./XPathRuleElement":328,"./XPathTokenAnywhereElement":329,"./XPathTokenElement":330,"./XPathWildcardAnywhereElement":331,"./XPathWildcardElement":332}],324:[function(require,module,exports){
|
|
50868
50794
|
"use strict";
|
|
50869
50795
|
/*!
|
|
50870
50796
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50899,7 +50825,7 @@ __decorate([
|
|
|
50899
50825
|
], XPathElement.prototype, "toString", null);
|
|
50900
50826
|
exports.XPathElement = XPathElement;
|
|
50901
50827
|
|
|
50902
|
-
},{"../../Decorators":
|
|
50828
|
+
},{"../../Decorators":190}],325:[function(require,module,exports){
|
|
50903
50829
|
"use strict";
|
|
50904
50830
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
50905
50831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -51374,7 +51300,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
51374
51300
|
XPathLexer._serializedATNSegment1,
|
|
51375
51301
|
], "");
|
|
51376
51302
|
|
|
51377
|
-
},{"../../Lexer":
|
|
51303
|
+
},{"../../Lexer":198,"../../VocabularyImpl":221,"../../atn/ATNDeserializer":227,"../../atn/LexerATNSimulator":248,"../../misc/Utils":309}],326:[function(require,module,exports){
|
|
51378
51304
|
"use strict";
|
|
51379
51305
|
/*!
|
|
51380
51306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51399,7 +51325,7 @@ __decorate([
|
|
|
51399
51325
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
51400
51326
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
51401
51327
|
|
|
51402
|
-
},{"../../Decorators":
|
|
51328
|
+
},{"../../Decorators":190}],327:[function(require,module,exports){
|
|
51403
51329
|
"use strict";
|
|
51404
51330
|
/*!
|
|
51405
51331
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51433,7 +51359,7 @@ __decorate([
|
|
|
51433
51359
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
51434
51360
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
51435
51361
|
|
|
51436
|
-
},{"../../Decorators":
|
|
51362
|
+
},{"../../Decorators":190,"../Trees":314,"./XPathElement":324}],328:[function(require,module,exports){
|
|
51437
51363
|
"use strict";
|
|
51438
51364
|
/*!
|
|
51439
51365
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51476,7 +51402,7 @@ __decorate([
|
|
|
51476
51402
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
51477
51403
|
exports.XPathRuleElement = XPathRuleElement;
|
|
51478
51404
|
|
|
51479
|
-
},{"../../Decorators":
|
|
51405
|
+
},{"../../Decorators":190,"../../ParserRuleContext":206,"../Trees":314,"./XPathElement":324}],329:[function(require,module,exports){
|
|
51480
51406
|
"use strict";
|
|
51481
51407
|
/*!
|
|
51482
51408
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51508,7 +51434,7 @@ __decorate([
|
|
|
51508
51434
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
51509
51435
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
51510
51436
|
|
|
51511
|
-
},{"../../Decorators":
|
|
51437
|
+
},{"../../Decorators":190,"../Trees":314,"./XPathElement":324}],330:[function(require,module,exports){
|
|
51512
51438
|
"use strict";
|
|
51513
51439
|
/*!
|
|
51514
51440
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51551,7 +51477,7 @@ __decorate([
|
|
|
51551
51477
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
51552
51478
|
exports.XPathTokenElement = XPathTokenElement;
|
|
51553
51479
|
|
|
51554
|
-
},{"../../Decorators":
|
|
51480
|
+
},{"../../Decorators":190,"../TerminalNode":313,"../Trees":314,"./XPathElement":324}],331:[function(require,module,exports){
|
|
51555
51481
|
"use strict";
|
|
51556
51482
|
/*!
|
|
51557
51483
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51587,7 +51513,7 @@ __decorate([
|
|
|
51587
51513
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
51588
51514
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
51589
51515
|
|
|
51590
|
-
},{"../../Decorators":
|
|
51516
|
+
},{"../../Decorators":190,"../Trees":314,"./XPath":323,"./XPathElement":324}],332:[function(require,module,exports){
|
|
51591
51517
|
"use strict";
|
|
51592
51518
|
/*!
|
|
51593
51519
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51627,7 +51553,7 @@ __decorate([
|
|
|
51627
51553
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
51628
51554
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
51629
51555
|
|
|
51630
|
-
},{"../../Decorators":
|
|
51556
|
+
},{"../../Decorators":190,"../Trees":314,"./XPath":323,"./XPathElement":324}],333:[function(require,module,exports){
|
|
51631
51557
|
(function (global){(function (){
|
|
51632
51558
|
'use strict';
|
|
51633
51559
|
|
|
@@ -52137,7 +52063,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
52137
52063
|
};
|
|
52138
52064
|
|
|
52139
52065
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52140
|
-
},{"object.assign/polyfill":
|
|
52066
|
+
},{"object.assign/polyfill":379,"util/":336}],334:[function(require,module,exports){
|
|
52141
52067
|
if (typeof Object.create === 'function') {
|
|
52142
52068
|
// implementation from standard node.js 'util' module
|
|
52143
52069
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -52162,14 +52088,14 @@ if (typeof Object.create === 'function') {
|
|
|
52162
52088
|
}
|
|
52163
52089
|
}
|
|
52164
52090
|
|
|
52165
|
-
},{}],
|
|
52091
|
+
},{}],335:[function(require,module,exports){
|
|
52166
52092
|
module.exports = function isBuffer(arg) {
|
|
52167
52093
|
return arg && typeof arg === 'object'
|
|
52168
52094
|
&& typeof arg.copy === 'function'
|
|
52169
52095
|
&& typeof arg.fill === 'function'
|
|
52170
52096
|
&& typeof arg.readUInt8 === 'function';
|
|
52171
52097
|
}
|
|
52172
|
-
},{}],
|
|
52098
|
+
},{}],336:[function(require,module,exports){
|
|
52173
52099
|
(function (process,global){(function (){
|
|
52174
52100
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
52175
52101
|
//
|
|
@@ -52759,7 +52685,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
52759
52685
|
}
|
|
52760
52686
|
|
|
52761
52687
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52762
|
-
},{"./support/isBuffer":
|
|
52688
|
+
},{"./support/isBuffer":335,"_process":381,"inherits":334}],337:[function(require,module,exports){
|
|
52763
52689
|
(function (global){(function (){
|
|
52764
52690
|
'use strict';
|
|
52765
52691
|
|
|
@@ -52780,7 +52706,7 @@ module.exports = function availableTypedArrays() {
|
|
|
52780
52706
|
};
|
|
52781
52707
|
|
|
52782
52708
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52783
|
-
},{"possible-typed-array-names":
|
|
52709
|
+
},{"possible-typed-array-names":380}],338:[function(require,module,exports){
|
|
52784
52710
|
(function (process,global){(function (){
|
|
52785
52711
|
module.exports = process.hrtime || hrtime
|
|
52786
52712
|
|
|
@@ -52811,7 +52737,7 @@ function hrtime(previousTimestamp){
|
|
|
52811
52737
|
return [seconds,nanoseconds]
|
|
52812
52738
|
}
|
|
52813
52739
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52814
|
-
},{"_process":
|
|
52740
|
+
},{"_process":381}],339:[function(require,module,exports){
|
|
52815
52741
|
'use strict';
|
|
52816
52742
|
|
|
52817
52743
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -52828,7 +52754,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
52828
52754
|
return intrinsic;
|
|
52829
52755
|
};
|
|
52830
52756
|
|
|
52831
|
-
},{"./":
|
|
52757
|
+
},{"./":340,"get-intrinsic":343}],340:[function(require,module,exports){
|
|
52832
52758
|
'use strict';
|
|
52833
52759
|
|
|
52834
52760
|
var bind = require('function-bind');
|
|
@@ -52877,7 +52803,7 @@ if ($defineProperty) {
|
|
|
52877
52803
|
module.exports.apply = applyBind;
|
|
52878
52804
|
}
|
|
52879
52805
|
|
|
52880
|
-
},{"function-bind":
|
|
52806
|
+
},{"function-bind":342,"get-intrinsic":343}],341:[function(require,module,exports){
|
|
52881
52807
|
'use strict';
|
|
52882
52808
|
|
|
52883
52809
|
/* eslint no-invalid-this: 1 */
|
|
@@ -52931,14 +52857,14 @@ module.exports = function bind(that) {
|
|
|
52931
52857
|
return bound;
|
|
52932
52858
|
};
|
|
52933
52859
|
|
|
52934
|
-
},{}],
|
|
52860
|
+
},{}],342:[function(require,module,exports){
|
|
52935
52861
|
'use strict';
|
|
52936
52862
|
|
|
52937
52863
|
var implementation = require('./implementation');
|
|
52938
52864
|
|
|
52939
52865
|
module.exports = Function.prototype.bind || implementation;
|
|
52940
52866
|
|
|
52941
|
-
},{"./implementation":
|
|
52867
|
+
},{"./implementation":341}],343:[function(require,module,exports){
|
|
52942
52868
|
'use strict';
|
|
52943
52869
|
|
|
52944
52870
|
var undefined;
|
|
@@ -53284,7 +53210,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53284
53210
|
return value;
|
|
53285
53211
|
};
|
|
53286
53212
|
|
|
53287
|
-
},{"function-bind":
|
|
53213
|
+
},{"function-bind":342,"has":367,"has-symbols":362}],344:[function(require,module,exports){
|
|
53288
53214
|
'use strict';
|
|
53289
53215
|
|
|
53290
53216
|
var $defineProperty = require('es-define-property');
|
|
@@ -53342,7 +53268,7 @@ module.exports = function defineDataProperty(
|
|
|
53342
53268
|
}
|
|
53343
53269
|
};
|
|
53344
53270
|
|
|
53345
|
-
},{"es-define-property":
|
|
53271
|
+
},{"es-define-property":345,"es-errors/syntax":350,"es-errors/type":351,"gopd":357}],345:[function(require,module,exports){
|
|
53346
53272
|
'use strict';
|
|
53347
53273
|
|
|
53348
53274
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53360,49 +53286,49 @@ if ($defineProperty) {
|
|
|
53360
53286
|
|
|
53361
53287
|
module.exports = $defineProperty;
|
|
53362
53288
|
|
|
53363
|
-
},{"get-intrinsic":
|
|
53289
|
+
},{"get-intrinsic":356}],346:[function(require,module,exports){
|
|
53364
53290
|
'use strict';
|
|
53365
53291
|
|
|
53366
53292
|
/** @type {import('./eval')} */
|
|
53367
53293
|
module.exports = EvalError;
|
|
53368
53294
|
|
|
53369
|
-
},{}],
|
|
53295
|
+
},{}],347:[function(require,module,exports){
|
|
53370
53296
|
'use strict';
|
|
53371
53297
|
|
|
53372
53298
|
/** @type {import('.')} */
|
|
53373
53299
|
module.exports = Error;
|
|
53374
53300
|
|
|
53375
|
-
},{}],
|
|
53301
|
+
},{}],348:[function(require,module,exports){
|
|
53376
53302
|
'use strict';
|
|
53377
53303
|
|
|
53378
53304
|
/** @type {import('./range')} */
|
|
53379
53305
|
module.exports = RangeError;
|
|
53380
53306
|
|
|
53381
|
-
},{}],
|
|
53307
|
+
},{}],349:[function(require,module,exports){
|
|
53382
53308
|
'use strict';
|
|
53383
53309
|
|
|
53384
53310
|
/** @type {import('./ref')} */
|
|
53385
53311
|
module.exports = ReferenceError;
|
|
53386
53312
|
|
|
53387
|
-
},{}],
|
|
53313
|
+
},{}],350:[function(require,module,exports){
|
|
53388
53314
|
'use strict';
|
|
53389
53315
|
|
|
53390
53316
|
/** @type {import('./syntax')} */
|
|
53391
53317
|
module.exports = SyntaxError;
|
|
53392
53318
|
|
|
53393
|
-
},{}],
|
|
53319
|
+
},{}],351:[function(require,module,exports){
|
|
53394
53320
|
'use strict';
|
|
53395
53321
|
|
|
53396
53322
|
/** @type {import('./type')} */
|
|
53397
53323
|
module.exports = TypeError;
|
|
53398
53324
|
|
|
53399
|
-
},{}],
|
|
53325
|
+
},{}],352:[function(require,module,exports){
|
|
53400
53326
|
'use strict';
|
|
53401
53327
|
|
|
53402
53328
|
/** @type {import('./uri')} */
|
|
53403
53329
|
module.exports = URIError;
|
|
53404
53330
|
|
|
53405
|
-
},{}],
|
|
53331
|
+
},{}],353:[function(require,module,exports){
|
|
53406
53332
|
'use strict';
|
|
53407
53333
|
|
|
53408
53334
|
var isCallable = require('is-callable');
|
|
@@ -53466,7 +53392,7 @@ var forEach = function forEach(list, iterator, thisArg) {
|
|
|
53466
53392
|
|
|
53467
53393
|
module.exports = forEach;
|
|
53468
53394
|
|
|
53469
|
-
},{"is-callable":
|
|
53395
|
+
},{"is-callable":371}],354:[function(require,module,exports){
|
|
53470
53396
|
'use strict';
|
|
53471
53397
|
|
|
53472
53398
|
/* eslint no-invalid-this: 1 */
|
|
@@ -53552,9 +53478,9 @@ module.exports = function bind(that) {
|
|
|
53552
53478
|
return bound;
|
|
53553
53479
|
};
|
|
53554
53480
|
|
|
53555
|
-
},{}],
|
|
53556
|
-
arguments[4][
|
|
53557
|
-
},{"./implementation":
|
|
53481
|
+
},{}],355:[function(require,module,exports){
|
|
53482
|
+
arguments[4][342][0].apply(exports,arguments)
|
|
53483
|
+
},{"./implementation":354,"dup":342}],356:[function(require,module,exports){
|
|
53558
53484
|
'use strict';
|
|
53559
53485
|
|
|
53560
53486
|
var undefined;
|
|
@@ -53915,7 +53841,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53915
53841
|
return value;
|
|
53916
53842
|
};
|
|
53917
53843
|
|
|
53918
|
-
},{"es-errors":
|
|
53844
|
+
},{"es-errors":347,"es-errors/eval":346,"es-errors/range":348,"es-errors/ref":349,"es-errors/syntax":350,"es-errors/type":351,"es-errors/uri":352,"function-bind":355,"has-proto":361,"has-symbols":362,"hasown":368}],357:[function(require,module,exports){
|
|
53919
53845
|
'use strict';
|
|
53920
53846
|
|
|
53921
53847
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53933,13 +53859,13 @@ if ($gOPD) {
|
|
|
53933
53859
|
|
|
53934
53860
|
module.exports = $gOPD;
|
|
53935
53861
|
|
|
53936
|
-
},{"get-intrinsic":
|
|
53862
|
+
},{"get-intrinsic":360}],358:[function(require,module,exports){
|
|
53863
|
+
arguments[4][341][0].apply(exports,arguments)
|
|
53864
|
+
},{"dup":341}],359:[function(require,module,exports){
|
|
53865
|
+
arguments[4][342][0].apply(exports,arguments)
|
|
53866
|
+
},{"./implementation":358,"dup":342}],360:[function(require,module,exports){
|
|
53937
53867
|
arguments[4][343][0].apply(exports,arguments)
|
|
53938
|
-
},{"dup":343}],361:[function(require,module,exports){
|
|
53939
|
-
arguments[4][344][0].apply(exports,arguments)
|
|
53940
|
-
},{"./implementation":360,"dup":344}],362:[function(require,module,exports){
|
|
53941
|
-
arguments[4][345][0].apply(exports,arguments)
|
|
53942
|
-
},{"dup":345,"function-bind":361,"has":369,"has-symbols":364}],363:[function(require,module,exports){
|
|
53868
|
+
},{"dup":343,"function-bind":359,"has":367,"has-symbols":362}],361:[function(require,module,exports){
|
|
53943
53869
|
'use strict';
|
|
53944
53870
|
|
|
53945
53871
|
var test = {
|
|
@@ -53952,7 +53878,7 @@ module.exports = function hasProto() {
|
|
|
53952
53878
|
return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
|
|
53953
53879
|
};
|
|
53954
53880
|
|
|
53955
|
-
},{}],
|
|
53881
|
+
},{}],362:[function(require,module,exports){
|
|
53956
53882
|
'use strict';
|
|
53957
53883
|
|
|
53958
53884
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -53967,7 +53893,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
53967
53893
|
return hasSymbolSham();
|
|
53968
53894
|
};
|
|
53969
53895
|
|
|
53970
|
-
},{"./shams":
|
|
53896
|
+
},{"./shams":363}],363:[function(require,module,exports){
|
|
53971
53897
|
'use strict';
|
|
53972
53898
|
|
|
53973
53899
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -54011,7 +53937,7 @@ module.exports = function hasSymbols() {
|
|
|
54011
53937
|
return true;
|
|
54012
53938
|
};
|
|
54013
53939
|
|
|
54014
|
-
},{}],
|
|
53940
|
+
},{}],364:[function(require,module,exports){
|
|
54015
53941
|
'use strict';
|
|
54016
53942
|
|
|
54017
53943
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -54020,18 +53946,18 @@ module.exports = function hasToStringTagShams() {
|
|
|
54020
53946
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
54021
53947
|
};
|
|
54022
53948
|
|
|
54023
|
-
},{"has-symbols/shams":
|
|
54024
|
-
arguments[4][
|
|
54025
|
-
},{"dup":
|
|
54026
|
-
arguments[4][
|
|
54027
|
-
},{"./implementation":
|
|
53949
|
+
},{"has-symbols/shams":363}],365:[function(require,module,exports){
|
|
53950
|
+
arguments[4][341][0].apply(exports,arguments)
|
|
53951
|
+
},{"dup":341}],366:[function(require,module,exports){
|
|
53952
|
+
arguments[4][342][0].apply(exports,arguments)
|
|
53953
|
+
},{"./implementation":365,"dup":342}],367:[function(require,module,exports){
|
|
54028
53954
|
'use strict';
|
|
54029
53955
|
|
|
54030
53956
|
var bind = require('function-bind');
|
|
54031
53957
|
|
|
54032
53958
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
54033
53959
|
|
|
54034
|
-
},{"function-bind":
|
|
53960
|
+
},{"function-bind":366}],368:[function(require,module,exports){
|
|
54035
53961
|
'use strict';
|
|
54036
53962
|
|
|
54037
53963
|
var call = Function.prototype.call;
|
|
@@ -54041,7 +53967,7 @@ var bind = require('function-bind');
|
|
|
54041
53967
|
/** @type {import('.')} */
|
|
54042
53968
|
module.exports = bind.call(call, $hasOwn);
|
|
54043
53969
|
|
|
54044
|
-
},{"function-bind":
|
|
53970
|
+
},{"function-bind":355}],369:[function(require,module,exports){
|
|
54045
53971
|
if (typeof Object.create === 'function') {
|
|
54046
53972
|
// implementation from standard node.js 'util' module
|
|
54047
53973
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -54070,7 +53996,7 @@ if (typeof Object.create === 'function') {
|
|
|
54070
53996
|
}
|
|
54071
53997
|
}
|
|
54072
53998
|
|
|
54073
|
-
},{}],
|
|
53999
|
+
},{}],370:[function(require,module,exports){
|
|
54074
54000
|
'use strict';
|
|
54075
54001
|
|
|
54076
54002
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -54105,7 +54031,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
54105
54031
|
|
|
54106
54032
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
54107
54033
|
|
|
54108
|
-
},{"call-bind/callBound":
|
|
54034
|
+
},{"call-bind/callBound":339,"has-tostringtag/shams":364}],371:[function(require,module,exports){
|
|
54109
54035
|
'use strict';
|
|
54110
54036
|
|
|
54111
54037
|
var fnToStr = Function.prototype.toString;
|
|
@@ -54208,7 +54134,7 @@ module.exports = reflectApply
|
|
|
54208
54134
|
return tryFunctionObject(value);
|
|
54209
54135
|
};
|
|
54210
54136
|
|
|
54211
|
-
},{}],
|
|
54137
|
+
},{}],372:[function(require,module,exports){
|
|
54212
54138
|
'use strict';
|
|
54213
54139
|
|
|
54214
54140
|
var toStr = Object.prototype.toString;
|
|
@@ -54248,7 +54174,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
54248
54174
|
return getProto(fn) === GeneratorFunction;
|
|
54249
54175
|
};
|
|
54250
54176
|
|
|
54251
|
-
},{"has-tostringtag/shams":
|
|
54177
|
+
},{"has-tostringtag/shams":364}],373:[function(require,module,exports){
|
|
54252
54178
|
'use strict';
|
|
54253
54179
|
|
|
54254
54180
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -54258,7 +54184,7 @@ module.exports = function isTypedArray(value) {
|
|
|
54258
54184
|
return !!whichTypedArray(value);
|
|
54259
54185
|
};
|
|
54260
54186
|
|
|
54261
|
-
},{"which-typed-array":
|
|
54187
|
+
},{"which-typed-array":387}],374:[function(require,module,exports){
|
|
54262
54188
|
(function (global){(function (){
|
|
54263
54189
|
/**
|
|
54264
54190
|
* @license
|
|
@@ -71471,7 +71397,7 @@ module.exports = function isTypedArray(value) {
|
|
|
71471
71397
|
}.call(this));
|
|
71472
71398
|
|
|
71473
71399
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
71474
|
-
},{}],
|
|
71400
|
+
},{}],375:[function(require,module,exports){
|
|
71475
71401
|
'use strict';
|
|
71476
71402
|
|
|
71477
71403
|
var keysShim;
|
|
@@ -71595,7 +71521,7 @@ if (!Object.keys) {
|
|
|
71595
71521
|
}
|
|
71596
71522
|
module.exports = keysShim;
|
|
71597
71523
|
|
|
71598
|
-
},{"./isArguments":
|
|
71524
|
+
},{"./isArguments":377}],376:[function(require,module,exports){
|
|
71599
71525
|
'use strict';
|
|
71600
71526
|
|
|
71601
71527
|
var slice = Array.prototype.slice;
|
|
@@ -71629,7 +71555,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
71629
71555
|
|
|
71630
71556
|
module.exports = keysShim;
|
|
71631
71557
|
|
|
71632
|
-
},{"./implementation":
|
|
71558
|
+
},{"./implementation":375,"./isArguments":377}],377:[function(require,module,exports){
|
|
71633
71559
|
'use strict';
|
|
71634
71560
|
|
|
71635
71561
|
var toStr = Object.prototype.toString;
|
|
@@ -71648,7 +71574,7 @@ module.exports = function isArguments(value) {
|
|
|
71648
71574
|
return isArgs;
|
|
71649
71575
|
};
|
|
71650
71576
|
|
|
71651
|
-
},{}],
|
|
71577
|
+
},{}],378:[function(require,module,exports){
|
|
71652
71578
|
'use strict';
|
|
71653
71579
|
|
|
71654
71580
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -71696,7 +71622,7 @@ module.exports = function assign(target, source1) {
|
|
|
71696
71622
|
return to; // step 4
|
|
71697
71623
|
};
|
|
71698
71624
|
|
|
71699
|
-
},{"call-bind/callBound":
|
|
71625
|
+
},{"call-bind/callBound":339,"has-symbols/shams":363,"object-keys":376}],379:[function(require,module,exports){
|
|
71700
71626
|
'use strict';
|
|
71701
71627
|
|
|
71702
71628
|
var implementation = require('./implementation');
|
|
@@ -71753,7 +71679,7 @@ module.exports = function getPolyfill() {
|
|
|
71753
71679
|
return Object.assign;
|
|
71754
71680
|
};
|
|
71755
71681
|
|
|
71756
|
-
},{"./implementation":
|
|
71682
|
+
},{"./implementation":378}],380:[function(require,module,exports){
|
|
71757
71683
|
'use strict';
|
|
71758
71684
|
|
|
71759
71685
|
/** @type {import('.')} */
|
|
@@ -71771,7 +71697,7 @@ module.exports = [
|
|
|
71771
71697
|
'BigUint64Array'
|
|
71772
71698
|
];
|
|
71773
71699
|
|
|
71774
|
-
},{}],
|
|
71700
|
+
},{}],381:[function(require,module,exports){
|
|
71775
71701
|
// shim for using process in browser
|
|
71776
71702
|
var process = module.exports = {};
|
|
71777
71703
|
|
|
@@ -71957,7 +71883,7 @@ process.chdir = function (dir) {
|
|
|
71957
71883
|
};
|
|
71958
71884
|
process.umask = function() { return 0; };
|
|
71959
71885
|
|
|
71960
|
-
},{}],
|
|
71886
|
+
},{}],382:[function(require,module,exports){
|
|
71961
71887
|
'use strict';
|
|
71962
71888
|
|
|
71963
71889
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -72001,7 +71927,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
72001
71927
|
return fn;
|
|
72002
71928
|
};
|
|
72003
71929
|
|
|
72004
|
-
},{"define-data-property":
|
|
71930
|
+
},{"define-data-property":344,"es-errors/type":351,"get-intrinsic":356,"gopd":357,"has-property-descriptors":383}],383:[function(require,module,exports){
|
|
72005
71931
|
'use strict';
|
|
72006
71932
|
|
|
72007
71933
|
var $defineProperty = require('es-define-property');
|
|
@@ -72025,9 +71951,9 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
72025
71951
|
|
|
72026
71952
|
module.exports = hasPropertyDescriptors;
|
|
72027
71953
|
|
|
72028
|
-
},{"es-define-property":
|
|
72029
|
-
arguments[4][
|
|
72030
|
-
},{"dup":
|
|
71954
|
+
},{"es-define-property":345}],384:[function(require,module,exports){
|
|
71955
|
+
arguments[4][335][0].apply(exports,arguments)
|
|
71956
|
+
},{"dup":335}],385:[function(require,module,exports){
|
|
72031
71957
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
72032
71958
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
72033
71959
|
|
|
@@ -72363,7 +72289,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
72363
72289
|
});
|
|
72364
72290
|
});
|
|
72365
72291
|
|
|
72366
|
-
},{"is-arguments":
|
|
72292
|
+
},{"is-arguments":370,"is-generator-function":372,"is-typed-array":373,"which-typed-array":387}],386:[function(require,module,exports){
|
|
72367
72293
|
(function (process){(function (){
|
|
72368
72294
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
72369
72295
|
//
|
|
@@ -73082,7 +73008,7 @@ function callbackify(original) {
|
|
|
73082
73008
|
exports.callbackify = callbackify;
|
|
73083
73009
|
|
|
73084
73010
|
}).call(this)}).call(this,require('_process'))
|
|
73085
|
-
},{"./support/isBuffer":
|
|
73011
|
+
},{"./support/isBuffer":384,"./support/types":385,"_process":381,"inherits":369}],387:[function(require,module,exports){
|
|
73086
73012
|
(function (global){(function (){
|
|
73087
73013
|
'use strict';
|
|
73088
73014
|
|
|
@@ -73202,9 +73128,9 @@ module.exports = function whichTypedArray(value) {
|
|
|
73202
73128
|
};
|
|
73203
73129
|
|
|
73204
73130
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
73205
|
-
},{"available-typed-arrays":
|
|
73206
|
-
arguments[4][
|
|
73207
|
-
},{"./":
|
|
73131
|
+
},{"available-typed-arrays":337,"call-bind":389,"call-bind/callBound":388,"for-each":353,"gopd":357,"has-tostringtag/shams":390}],388:[function(require,module,exports){
|
|
73132
|
+
arguments[4][339][0].apply(exports,arguments)
|
|
73133
|
+
},{"./":389,"dup":339,"get-intrinsic":356}],389:[function(require,module,exports){
|
|
73208
73134
|
'use strict';
|
|
73209
73135
|
|
|
73210
73136
|
var bind = require('function-bind');
|
|
@@ -73241,7 +73167,7 @@ if ($defineProperty) {
|
|
|
73241
73167
|
module.exports.apply = applyBind;
|
|
73242
73168
|
}
|
|
73243
73169
|
|
|
73244
|
-
},{"es-define-property":
|
|
73170
|
+
},{"es-define-property":345,"es-errors/type":351,"function-bind":355,"get-intrinsic":356,"set-function-length":382}],390:[function(require,module,exports){
|
|
73245
73171
|
'use strict';
|
|
73246
73172
|
|
|
73247
73173
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -73251,5 +73177,5 @@ module.exports = function hasToStringTagShams() {
|
|
|
73251
73177
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
73252
73178
|
};
|
|
73253
73179
|
|
|
73254
|
-
},{"has-symbols/shams":
|
|
73180
|
+
},{"has-symbols/shams":363}]},{},[113])(113)
|
|
73255
73181
|
});
|