@designliquido/delegua 0.39.6 → 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/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/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/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +1 -2
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +0 -3
- package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +1 -2
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +0 -3
- package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +1 -2
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +0 -3
- package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
- package/interpretador/interpretador-base.d.ts +1 -2
- package/interpretador/interpretador-base.d.ts.map +1 -1
- package/interpretador/interpretador-base.js +0 -5
- package/interpretador/interpretador-base.js.map +1 -1
- package/package.json +1 -1
- package/umd/delegua.js +355 -375
- 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/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;
|
|
@@ -5775,7 +5758,7 @@ __exportStar(require("./var"), exports);
|
|
|
5775
5758
|
__exportStar(require("./var-multiplo"), exports);
|
|
5776
5759
|
__exportStar(require("./aleatorio"), exports);
|
|
5777
5760
|
|
|
5778
|
-
},{"./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){
|
|
5779
5762
|
"use strict";
|
|
5780
5763
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5781
5764
|
exports.InicioAlgoritmo = void 0;
|
|
@@ -5790,7 +5773,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
|
|
|
5790
5773
|
}
|
|
5791
5774
|
exports.InicioAlgoritmo = InicioAlgoritmo;
|
|
5792
5775
|
|
|
5793
|
-
},{"./declaracao":
|
|
5776
|
+
},{"./declaracao":71}],83:[function(require,module,exports){
|
|
5794
5777
|
"use strict";
|
|
5795
5778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5796
5779
|
exports.Leia = void 0;
|
|
@@ -5813,7 +5796,7 @@ class Leia extends declaracao_1.Declaracao {
|
|
|
5813
5796
|
}
|
|
5814
5797
|
exports.Leia = Leia;
|
|
5815
5798
|
|
|
5816
|
-
},{"../geracao-identificadores":
|
|
5799
|
+
},{"../geracao-identificadores":112,"./declaracao":71}],84:[function(require,module,exports){
|
|
5817
5800
|
"use strict";
|
|
5818
5801
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5819
5802
|
exports.ParaCada = void 0;
|
|
@@ -5832,7 +5815,7 @@ class ParaCada extends declaracao_1.Declaracao {
|
|
|
5832
5815
|
}
|
|
5833
5816
|
exports.ParaCada = ParaCada;
|
|
5834
5817
|
|
|
5835
|
-
},{"./declaracao":
|
|
5818
|
+
},{"./declaracao":71}],85:[function(require,module,exports){
|
|
5836
5819
|
"use strict";
|
|
5837
5820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5838
5821
|
exports.Para = void 0;
|
|
@@ -5858,7 +5841,7 @@ class Para extends declaracao_1.Declaracao {
|
|
|
5858
5841
|
}
|
|
5859
5842
|
exports.Para = Para;
|
|
5860
5843
|
|
|
5861
|
-
},{"./declaracao":
|
|
5844
|
+
},{"./declaracao":71}],86:[function(require,module,exports){
|
|
5862
5845
|
"use strict";
|
|
5863
5846
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5864
5847
|
exports.PropriedadeClasse = void 0;
|
|
@@ -5876,7 +5859,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
|
|
|
5876
5859
|
}
|
|
5877
5860
|
exports.PropriedadeClasse = PropriedadeClasse;
|
|
5878
5861
|
|
|
5879
|
-
},{"./declaracao":
|
|
5862
|
+
},{"./declaracao":71}],87:[function(require,module,exports){
|
|
5880
5863
|
"use strict";
|
|
5881
5864
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5882
5865
|
exports.Retorna = void 0;
|
|
@@ -5899,7 +5882,7 @@ class Retorna extends declaracao_1.Declaracao {
|
|
|
5899
5882
|
}
|
|
5900
5883
|
exports.Retorna = Retorna;
|
|
5901
5884
|
|
|
5902
|
-
},{"./declaracao":
|
|
5885
|
+
},{"./declaracao":71}],88:[function(require,module,exports){
|
|
5903
5886
|
"use strict";
|
|
5904
5887
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5905
5888
|
exports.Se = void 0;
|
|
@@ -5918,7 +5901,7 @@ class Se extends declaracao_1.Declaracao {
|
|
|
5918
5901
|
}
|
|
5919
5902
|
exports.Se = Se;
|
|
5920
5903
|
|
|
5921
|
-
},{"./declaracao":
|
|
5904
|
+
},{"./declaracao":71}],89:[function(require,module,exports){
|
|
5922
5905
|
"use strict";
|
|
5923
5906
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5924
5907
|
exports.Sustar = void 0;
|
|
@@ -5933,7 +5916,7 @@ class Sustar extends declaracao_1.Declaracao {
|
|
|
5933
5916
|
}
|
|
5934
5917
|
exports.Sustar = Sustar;
|
|
5935
5918
|
|
|
5936
|
-
},{"./declaracao":
|
|
5919
|
+
},{"./declaracao":71}],90:[function(require,module,exports){
|
|
5937
5920
|
"use strict";
|
|
5938
5921
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5939
5922
|
exports.TendoComo = void 0;
|
|
@@ -5956,7 +5939,7 @@ class TendoComo extends declaracao_1.Declaracao {
|
|
|
5956
5939
|
}
|
|
5957
5940
|
exports.TendoComo = TendoComo;
|
|
5958
5941
|
|
|
5959
|
-
},{"./declaracao":
|
|
5942
|
+
},{"./declaracao":71}],91:[function(require,module,exports){
|
|
5960
5943
|
"use strict";
|
|
5961
5944
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5962
5945
|
exports.Tente = void 0;
|
|
@@ -5978,7 +5961,7 @@ class Tente extends declaracao_1.Declaracao {
|
|
|
5978
5961
|
}
|
|
5979
5962
|
exports.Tente = Tente;
|
|
5980
5963
|
|
|
5981
|
-
},{"./declaracao":
|
|
5964
|
+
},{"./declaracao":71}],92:[function(require,module,exports){
|
|
5982
5965
|
"use strict";
|
|
5983
5966
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5984
5967
|
exports.VarMultiplo = void 0;
|
|
@@ -6000,7 +5983,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
|
|
|
6000
5983
|
}
|
|
6001
5984
|
exports.VarMultiplo = VarMultiplo;
|
|
6002
5985
|
|
|
6003
|
-
},{"./declaracao":
|
|
5986
|
+
},{"./declaracao":71}],93:[function(require,module,exports){
|
|
6004
5987
|
"use strict";
|
|
6005
5988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6006
5989
|
exports.Var = void 0;
|
|
@@ -6015,9 +5998,11 @@ class Var extends declaracao_1.Declaracao {
|
|
|
6015
5998
|
this.inicializador = inicializador;
|
|
6016
5999
|
if (tipo !== 'qualquer') {
|
|
6017
6000
|
this.tipo = tipo;
|
|
6001
|
+
this.tipoExplicito = true;
|
|
6018
6002
|
}
|
|
6019
6003
|
else {
|
|
6020
6004
|
this.tipo = (inicializador === null || inicializador === void 0 ? void 0 : inicializador.tipo) || tipo;
|
|
6005
|
+
this.tipoExplicito = false;
|
|
6021
6006
|
}
|
|
6022
6007
|
this.referencia = false;
|
|
6023
6008
|
this.desestruturacao = false;
|
|
@@ -6028,7 +6013,7 @@ class Var extends declaracao_1.Declaracao {
|
|
|
6028
6013
|
}
|
|
6029
6014
|
exports.Var = Var;
|
|
6030
6015
|
|
|
6031
|
-
},{"./declaracao":
|
|
6016
|
+
},{"./declaracao":71}],94:[function(require,module,exports){
|
|
6032
6017
|
"use strict";
|
|
6033
6018
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6034
6019
|
exports.default = cyrb53;
|
|
@@ -6052,7 +6037,7 @@ function cyrb53(nomeArquivo, semente = 0) {
|
|
|
6052
6037
|
return 4294967296 * (2097151 & h2) + (h1 >>> 0);
|
|
6053
6038
|
}
|
|
6054
6039
|
|
|
6055
|
-
},{}],
|
|
6040
|
+
},{}],95:[function(require,module,exports){
|
|
6056
6041
|
"use strict";
|
|
6057
6042
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6058
6043
|
if (k2 === undefined) k2 = k;
|
|
@@ -6077,11 +6062,11 @@ var cyrb53_1 = require("./cyrb53");
|
|
|
6077
6062
|
Object.defineProperty(exports, "cyrb53", { enumerable: true, get: function () { return __importDefault(cyrb53_1).default; } });
|
|
6078
6063
|
__exportStar(require("./ponto-parada"), exports);
|
|
6079
6064
|
|
|
6080
|
-
},{"./cyrb53":
|
|
6065
|
+
},{"./cyrb53":94,"./ponto-parada":96}],96:[function(require,module,exports){
|
|
6081
6066
|
"use strict";
|
|
6082
6067
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6083
6068
|
|
|
6084
|
-
},{}],
|
|
6069
|
+
},{}],97:[function(require,module,exports){
|
|
6085
6070
|
"use strict";
|
|
6086
6071
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6087
6072
|
exports.EspacoVariaveis = void 0;
|
|
@@ -6102,7 +6087,7 @@ class EspacoVariaveis {
|
|
|
6102
6087
|
}
|
|
6103
6088
|
exports.EspacoVariaveis = EspacoVariaveis;
|
|
6104
6089
|
|
|
6105
|
-
},{}],
|
|
6090
|
+
},{}],98:[function(require,module,exports){
|
|
6106
6091
|
"use strict";
|
|
6107
6092
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6108
6093
|
exports.Chamavel = void 0;
|
|
@@ -6116,7 +6101,7 @@ class Chamavel {
|
|
|
6116
6101
|
}
|
|
6117
6102
|
exports.Chamavel = Chamavel;
|
|
6118
6103
|
|
|
6119
|
-
},{}],
|
|
6104
|
+
},{}],99:[function(require,module,exports){
|
|
6120
6105
|
"use strict";
|
|
6121
6106
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6122
6107
|
exports.ClassePadrao = void 0;
|
|
@@ -6157,7 +6142,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
|
|
|
6157
6142
|
}
|
|
6158
6143
|
exports.ClassePadrao = ClassePadrao;
|
|
6159
6144
|
|
|
6160
|
-
},{"./chamavel":
|
|
6145
|
+
},{"./chamavel":98}],100:[function(require,module,exports){
|
|
6161
6146
|
"use strict";
|
|
6162
6147
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6163
6148
|
exports.DeleguaFuncao = void 0;
|
|
@@ -6303,7 +6288,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
|
|
|
6303
6288
|
}
|
|
6304
6289
|
exports.DeleguaFuncao = DeleguaFuncao;
|
|
6305
6290
|
|
|
6306
|
-
},{"../declaracoes":
|
|
6291
|
+
},{"../declaracoes":81,"../espaco-variaveis":97,"../inferenciador":114,"../quebras":158,"./chamavel":98}],101:[function(require,module,exports){
|
|
6307
6292
|
"use strict";
|
|
6308
6293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6309
6294
|
exports.DescritorTipoClasse = void 0;
|
|
@@ -6384,7 +6369,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
|
|
|
6384
6369
|
}
|
|
6385
6370
|
exports.DescritorTipoClasse = DescritorTipoClasse;
|
|
6386
6371
|
|
|
6387
|
-
},{"../excecoes":
|
|
6372
|
+
},{"../excecoes":109,"./chamavel":98,"./objeto-delegua-classe":106}],102:[function(require,module,exports){
|
|
6388
6373
|
"use strict";
|
|
6389
6374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6390
6375
|
exports.FuncaoPadrao = void 0;
|
|
@@ -6420,7 +6405,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
|
|
|
6420
6405
|
}
|
|
6421
6406
|
exports.FuncaoPadrao = FuncaoPadrao;
|
|
6422
6407
|
|
|
6423
|
-
},{"./chamavel":
|
|
6408
|
+
},{"./chamavel":98}],103:[function(require,module,exports){
|
|
6424
6409
|
"use strict";
|
|
6425
6410
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6426
6411
|
if (k2 === undefined) k2 = k;
|
|
@@ -6447,7 +6432,7 @@ __exportStar(require("./modulo"), exports);
|
|
|
6447
6432
|
__exportStar(require("./objeto-delegua-classe"), exports);
|
|
6448
6433
|
__exportStar(require("./objeto-padrao"), exports);
|
|
6449
6434
|
|
|
6450
|
-
},{"./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){
|
|
6451
6436
|
"use strict";
|
|
6452
6437
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6453
6438
|
exports.MetodoPrimitiva = void 0;
|
|
@@ -6489,7 +6474,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
|
|
|
6489
6474
|
}
|
|
6490
6475
|
exports.MetodoPrimitiva = MetodoPrimitiva;
|
|
6491
6476
|
|
|
6492
|
-
},{"./chamavel":
|
|
6477
|
+
},{"./chamavel":98}],105:[function(require,module,exports){
|
|
6493
6478
|
"use strict";
|
|
6494
6479
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6495
6480
|
exports.DeleguaModulo = void 0;
|
|
@@ -6515,7 +6500,7 @@ class DeleguaModulo {
|
|
|
6515
6500
|
}
|
|
6516
6501
|
exports.DeleguaModulo = DeleguaModulo;
|
|
6517
6502
|
|
|
6518
|
-
},{}],
|
|
6503
|
+
},{}],106:[function(require,module,exports){
|
|
6519
6504
|
"use strict";
|
|
6520
6505
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6521
6506
|
exports.ObjetoDeleguaClasse = void 0;
|
|
@@ -6582,7 +6567,7 @@ class ObjetoDeleguaClasse {
|
|
|
6582
6567
|
}
|
|
6583
6568
|
exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
|
|
6584
6569
|
|
|
6585
|
-
},{"../excecoes":
|
|
6570
|
+
},{"../excecoes":109}],107:[function(require,module,exports){
|
|
6586
6571
|
"use strict";
|
|
6587
6572
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6588
6573
|
exports.ObjetoPadrao = void 0;
|
|
@@ -6616,7 +6601,7 @@ class ObjetoPadrao {
|
|
|
6616
6601
|
}
|
|
6617
6602
|
exports.ObjetoPadrao = ObjetoPadrao;
|
|
6618
6603
|
|
|
6619
|
-
},{}],
|
|
6604
|
+
},{}],108:[function(require,module,exports){
|
|
6620
6605
|
"use strict";
|
|
6621
6606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6622
6607
|
exports.ErroEmTempoDeExecucao = void 0;
|
|
@@ -6631,7 +6616,7 @@ class ErroEmTempoDeExecucao extends Error {
|
|
|
6631
6616
|
}
|
|
6632
6617
|
exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
|
|
6633
6618
|
|
|
6634
|
-
},{}],
|
|
6619
|
+
},{}],109:[function(require,module,exports){
|
|
6635
6620
|
"use strict";
|
|
6636
6621
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6637
6622
|
if (k2 === undefined) k2 = k;
|
|
@@ -6650,7 +6635,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
6650
6635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6651
6636
|
__exportStar(require("./erro-em-tempo-de-execucao"), exports);
|
|
6652
6637
|
|
|
6653
|
-
},{"./erro-em-tempo-de-execucao":
|
|
6638
|
+
},{"./erro-em-tempo-de-execucao":108}],110:[function(require,module,exports){
|
|
6654
6639
|
"use strict";
|
|
6655
6640
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
6656
6641
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7333,7 +7318,7 @@ class FormatadorDelegua {
|
|
|
7333
7318
|
}
|
|
7334
7319
|
exports.FormatadorDelegua = FormatadorDelegua;
|
|
7335
7320
|
|
|
7336
|
-
},{"../construtos":44,"../tipos-de-simbolos/delegua":
|
|
7321
|
+
},{"../construtos":44,"../tipos-de-simbolos/delegua":162}],111:[function(require,module,exports){
|
|
7337
7322
|
"use strict";
|
|
7338
7323
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7339
7324
|
if (k2 === undefined) k2 = k;
|
|
@@ -7352,7 +7337,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7352
7337
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7353
7338
|
__exportStar(require("./formatador-delegua"), exports);
|
|
7354
7339
|
|
|
7355
|
-
},{"./formatador-delegua":
|
|
7340
|
+
},{"./formatador-delegua":110}],112:[function(require,module,exports){
|
|
7356
7341
|
"use strict";
|
|
7357
7342
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7358
7343
|
exports.uuidv4 = uuidv4;
|
|
@@ -7376,7 +7361,7 @@ function uuidv4() {
|
|
|
7376
7361
|
});
|
|
7377
7362
|
}
|
|
7378
7363
|
|
|
7379
|
-
},{}],
|
|
7364
|
+
},{}],113:[function(require,module,exports){
|
|
7380
7365
|
"use strict";
|
|
7381
7366
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7382
7367
|
if (k2 === undefined) k2 = k;
|
|
@@ -7405,7 +7390,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7405
7390
|
__exportStar(require("./lexador"), exports);
|
|
7406
7391
|
__exportStar(require("./tradutores"), exports);
|
|
7407
7392
|
|
|
7408
|
-
},{"./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){
|
|
7409
7394
|
"use strict";
|
|
7410
7395
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7411
7396
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -7532,15 +7517,15 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
|
|
|
7532
7517
|
}
|
|
7533
7518
|
}
|
|
7534
7519
|
|
|
7535
|
-
},{"./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){
|
|
7536
7521
|
"use strict";
|
|
7537
7522
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7538
7523
|
|
|
7539
|
-
},{}],
|
|
7524
|
+
},{}],116:[function(require,module,exports){
|
|
7540
7525
|
"use strict";
|
|
7541
7526
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7542
7527
|
|
|
7543
|
-
},{}],
|
|
7528
|
+
},{}],117:[function(require,module,exports){
|
|
7544
7529
|
"use strict";
|
|
7545
7530
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7546
7531
|
exports.DiagnosticoSeveridade = void 0;
|
|
@@ -7552,7 +7537,7 @@ var DiagnosticoSeveridade;
|
|
|
7552
7537
|
DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
|
|
7553
7538
|
})(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
|
|
7554
7539
|
|
|
7555
|
-
},{}],
|
|
7540
|
+
},{}],118:[function(require,module,exports){
|
|
7556
7541
|
"use strict";
|
|
7557
7542
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7558
7543
|
if (k2 === undefined) k2 = k;
|
|
@@ -7571,11 +7556,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
7571
7556
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7572
7557
|
__exportStar(require("./diagnostico-analisador-semantico"), exports);
|
|
7573
7558
|
|
|
7574
|
-
},{"./diagnostico-analisador-semantico":
|
|
7559
|
+
},{"./diagnostico-analisador-semantico":117}],119:[function(require,module,exports){
|
|
7575
7560
|
"use strict";
|
|
7576
7561
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7577
7562
|
|
|
7578
|
-
},{}],
|
|
7563
|
+
},{}],120:[function(require,module,exports){
|
|
7579
7564
|
"use strict";
|
|
7580
7565
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7581
7566
|
if (k2 === undefined) k2 = k;
|
|
@@ -7610,7 +7595,11 @@ __exportStar(require("./construtos"), exports);
|
|
|
7610
7595
|
__exportStar(require("./erros"), exports);
|
|
7611
7596
|
__exportStar(require("./retornos"), exports);
|
|
7612
7597
|
|
|
7613
|
-
},{"./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){
|
|
7599
|
+
"use strict";
|
|
7600
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7601
|
+
|
|
7602
|
+
},{}],122:[function(require,module,exports){
|
|
7614
7603
|
"use strict";
|
|
7615
7604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7616
7605
|
|
|
@@ -7636,10 +7625,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7636
7625
|
|
|
7637
7626
|
},{}],128:[function(require,module,exports){
|
|
7638
7627
|
"use strict";
|
|
7639
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7640
|
-
|
|
7641
|
-
},{}],129:[function(require,module,exports){
|
|
7642
|
-
"use strict";
|
|
7643
7628
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7644
7629
|
if (k2 === undefined) k2 = k;
|
|
7645
7630
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7660,7 +7645,11 @@ __exportStar(require("./retorno-execucao-interface"), exports);
|
|
|
7660
7645
|
__exportStar(require("./retorno-interpretador"), exports);
|
|
7661
7646
|
__exportStar(require("./retorno-lexador"), exports);
|
|
7662
7647
|
|
|
7663
|
-
},{"./retorno-avaliador-sintatico":
|
|
7648
|
+
},{"./retorno-avaliador-sintatico":129,"./retorno-execucao-interface":130,"./retorno-interpretador":131,"./retorno-lexador":132}],129:[function(require,module,exports){
|
|
7649
|
+
"use strict";
|
|
7650
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7651
|
+
|
|
7652
|
+
},{}],130:[function(require,module,exports){
|
|
7664
7653
|
"use strict";
|
|
7665
7654
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7666
7655
|
|
|
@@ -7690,10 +7679,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
7690
7679
|
|
|
7691
7680
|
},{}],137:[function(require,module,exports){
|
|
7692
7681
|
"use strict";
|
|
7693
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7694
|
-
|
|
7695
|
-
},{}],138:[function(require,module,exports){
|
|
7696
|
-
"use strict";
|
|
7697
7682
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7698
7683
|
if (k2 === undefined) k2 = k;
|
|
7699
7684
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -7755,7 +7740,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
|
|
|
7755
7740
|
pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
|
|
7756
7741
|
}
|
|
7757
7742
|
|
|
7758
|
-
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":
|
|
7743
|
+
},{"../bibliotecas/biblioteca-global":17,"../estruturas/funcao-padrao":102}],138:[function(require,module,exports){
|
|
7759
7744
|
"use strict";
|
|
7760
7745
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7761
7746
|
if (k2 === undefined) k2 = k;
|
|
@@ -7776,7 +7761,7 @@ __exportStar(require("./interpretador"), exports);
|
|
|
7776
7761
|
__exportStar(require("./interpretador-base"), exports);
|
|
7777
7762
|
__exportStar(require("./interpretador-com-depuracao"), exports);
|
|
7778
7763
|
|
|
7779
|
-
},{"./interpretador":
|
|
7764
|
+
},{"./interpretador":141,"./interpretador-base":139,"./interpretador-com-depuracao":140}],139:[function(require,module,exports){
|
|
7780
7765
|
(function (process){(function (){
|
|
7781
7766
|
"use strict";
|
|
7782
7767
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
@@ -7915,11 +7900,6 @@ class InterpretadorBase {
|
|
|
7915
7900
|
visitarExpressaoTipoDe(expressao) {
|
|
7916
7901
|
throw new Error('Método não implementado.');
|
|
7917
7902
|
}
|
|
7918
|
-
// TODO: Depreciado. Priorizar `visitarExpressaoTipoDe`.
|
|
7919
|
-
// Estudar remoção.
|
|
7920
|
-
async visitarExpressaoQualTipo(expressao) {
|
|
7921
|
-
throw new Error('Método não implementado.');
|
|
7922
|
-
}
|
|
7923
7903
|
async visitarExpressaoFalhar(expressao) {
|
|
7924
7904
|
var _a;
|
|
7925
7905
|
const textoFalha = (_a = expressao.explicacao.valor) !== null && _a !== void 0 ? _a : (await this.avaliar(expressao.explicacao)).valor;
|
|
@@ -9161,7 +9141,7 @@ class InterpretadorBase {
|
|
|
9161
9141
|
exports.InterpretadorBase = InterpretadorBase;
|
|
9162
9142
|
|
|
9163
9143
|
}).call(this)}).call(this,require('_process'))
|
|
9164
|
-
},{"../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){
|
|
9165
9145
|
"use strict";
|
|
9166
9146
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9167
9147
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9733,7 +9713,7 @@ class InterpretadorComDepuracao extends interpretador_base_1.InterpretadorBase {
|
|
|
9733
9713
|
}
|
|
9734
9714
|
exports.InterpretadorComDepuracao = InterpretadorComDepuracao;
|
|
9735
9715
|
|
|
9736
|
-
},{"../declaracoes":
|
|
9716
|
+
},{"../declaracoes":81,"../espaco-variaveis":97,"../inferenciador":114,"../quebras":158,"./interpretador-base":139,"lodash":374}],141:[function(require,module,exports){
|
|
9737
9717
|
"use strict";
|
|
9738
9718
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9739
9719
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -9942,7 +9922,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
|
|
|
9942
9922
|
}
|
|
9943
9923
|
exports.Interpretador = Interpretador;
|
|
9944
9924
|
|
|
9945
|
-
},{"../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){
|
|
9946
9926
|
"use strict";
|
|
9947
9927
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
9948
9928
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10193,7 +10173,7 @@ class PilhaEscoposExecucao {
|
|
|
10193
10173
|
}
|
|
10194
10174
|
exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
|
|
10195
10175
|
|
|
10196
|
-
},{"../estruturas":
|
|
10176
|
+
},{"../estruturas":103,"../excecoes":109,"../inferenciador":114,"../lexador":151,"../tipos-de-dados/delegua":159}],143:[function(require,module,exports){
|
|
10197
10177
|
"use strict";
|
|
10198
10178
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10199
10179
|
if (k2 === undefined) k2 = k;
|
|
@@ -10215,7 +10195,7 @@ __exportStar(require("./lexador-pitugues"), exports);
|
|
|
10215
10195
|
__exportStar(require("./lexador-guarani"), exports);
|
|
10216
10196
|
__exportStar(require("./lexador-portugol-ipt"), exports);
|
|
10217
10197
|
|
|
10218
|
-
},{"./lexador-egua-classico":
|
|
10198
|
+
},{"./lexador-egua-classico":144,"./lexador-guarani":145,"./lexador-pitugues":146,"./lexador-portugol-ipt":147}],144:[function(require,module,exports){
|
|
10219
10199
|
"use strict";
|
|
10220
10200
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10221
10201
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10503,7 +10483,7 @@ class LexadorEguaClassico {
|
|
|
10503
10483
|
}
|
|
10504
10484
|
exports.LexadorEguaClassico = LexadorEguaClassico;
|
|
10505
10485
|
|
|
10506
|
-
},{"../../tipos-de-simbolos/egua-classico":
|
|
10486
|
+
},{"../../tipos-de-simbolos/egua-classico":163,"../simbolo":157,"./palavras-reservadas/egua-classico":148}],145:[function(require,module,exports){
|
|
10507
10487
|
"use strict";
|
|
10508
10488
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10509
10489
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -10618,7 +10598,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
|
|
|
10618
10598
|
}
|
|
10619
10599
|
exports.LexadorGuarani = LexadorGuarani;
|
|
10620
10600
|
|
|
10621
|
-
},{"../../tipos-de-simbolos/guarani":
|
|
10601
|
+
},{"../../tipos-de-simbolos/guarani":164,"../lexador-base":153,"./palavras-reservadas/guarani":149}],146:[function(require,module,exports){
|
|
10622
10602
|
"use strict";
|
|
10623
10603
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10624
10604
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11018,7 +10998,7 @@ class LexadorPitugues {
|
|
|
11018
10998
|
}
|
|
11019
10999
|
exports.LexadorPitugues = LexadorPitugues;
|
|
11020
11000
|
|
|
11021
|
-
},{"../../tipos-de-simbolos/pitugues":
|
|
11001
|
+
},{"../../tipos-de-simbolos/pitugues":166,"../palavras-reservadas":156,"../simbolo":157,"browser-process-hrtime":338}],147:[function(require,module,exports){
|
|
11022
11002
|
"use strict";
|
|
11023
11003
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11024
11004
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11257,7 +11237,7 @@ class LexadorPortugolIpt {
|
|
|
11257
11237
|
}
|
|
11258
11238
|
exports.LexadorPortugolIpt = LexadorPortugolIpt;
|
|
11259
11239
|
|
|
11260
|
-
},{"../../tipos-de-simbolos/portugol-ipt":
|
|
11240
|
+
},{"../../tipos-de-simbolos/portugol-ipt":167,"../simbolo":157,"./palavras-reservadas/portugol-ipt":150}],148:[function(require,module,exports){
|
|
11261
11241
|
"use strict";
|
|
11262
11242
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11263
11243
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11298,7 +11278,7 @@ exports.palavrasReservadas = {
|
|
|
11298
11278
|
verdadeiro: egua_classico_1.default.VERDADEIRO,
|
|
11299
11279
|
};
|
|
11300
11280
|
|
|
11301
|
-
},{"../../../tipos-de-simbolos/egua-classico":
|
|
11281
|
+
},{"../../../tipos-de-simbolos/egua-classico":163}],149:[function(require,module,exports){
|
|
11302
11282
|
"use strict";
|
|
11303
11283
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11304
11284
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11310,7 +11290,7 @@ exports.palavrasReservadas = {
|
|
|
11310
11290
|
hai: guarani_1.default.HAI,
|
|
11311
11291
|
};
|
|
11312
11292
|
|
|
11313
|
-
},{"../../../tipos-de-simbolos/guarani":
|
|
11293
|
+
},{"../../../tipos-de-simbolos/guarani":164}],150:[function(require,module,exports){
|
|
11314
11294
|
"use strict";
|
|
11315
11295
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11316
11296
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11332,7 +11312,7 @@ exports.palavrasReservadas = {
|
|
|
11332
11312
|
senão: portugol_ipt_1.default.SENAO,
|
|
11333
11313
|
};
|
|
11334
11314
|
|
|
11335
|
-
},{"../../../tipos-de-simbolos/portugol-ipt":
|
|
11315
|
+
},{"../../../tipos-de-simbolos/portugol-ipt":167}],151:[function(require,module,exports){
|
|
11336
11316
|
"use strict";
|
|
11337
11317
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11338
11318
|
if (k2 === undefined) k2 = k;
|
|
@@ -11354,7 +11334,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
|
|
|
11354
11334
|
__exportStar(require("./micro-lexador"), exports);
|
|
11355
11335
|
__exportStar(require("./simbolo"), exports);
|
|
11356
11336
|
|
|
11357
|
-
},{"./lexador":
|
|
11337
|
+
},{"./lexador":154,"./lexador-base-linha-unica":152,"./micro-lexador":155,"./simbolo":157}],152:[function(require,module,exports){
|
|
11358
11338
|
"use strict";
|
|
11359
11339
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11360
11340
|
exports.LexadorBaseLinhaUnica = void 0;
|
|
@@ -11438,7 +11418,7 @@ class LexadorBaseLinhaUnica {
|
|
|
11438
11418
|
}
|
|
11439
11419
|
exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
|
|
11440
11420
|
|
|
11441
|
-
},{"./simbolo":
|
|
11421
|
+
},{"./simbolo":157}],153:[function(require,module,exports){
|
|
11442
11422
|
"use strict";
|
|
11443
11423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11444
11424
|
exports.LexadorBase = void 0;
|
|
@@ -11552,7 +11532,7 @@ class LexadorBase {
|
|
|
11552
11532
|
}
|
|
11553
11533
|
exports.LexadorBase = LexadorBase;
|
|
11554
11534
|
|
|
11555
|
-
},{"./simbolo":
|
|
11535
|
+
},{"./simbolo":157}],154:[function(require,module,exports){
|
|
11556
11536
|
"use strict";
|
|
11557
11537
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
11558
11538
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -11997,7 +11977,7 @@ class Lexador {
|
|
|
11997
11977
|
}
|
|
11998
11978
|
exports.Lexador = Lexador;
|
|
11999
11979
|
|
|
12000
|
-
},{"../tipos-de-simbolos/delegua":
|
|
11980
|
+
},{"../tipos-de-simbolos/delegua":162,"./palavras-reservadas":156,"./simbolo":157,"browser-process-hrtime":338}],155:[function(require,module,exports){
|
|
12001
11981
|
"use strict";
|
|
12002
11982
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12003
11983
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12210,7 +12190,7 @@ class MicroLexador {
|
|
|
12210
12190
|
}
|
|
12211
12191
|
exports.MicroLexador = MicroLexador;
|
|
12212
12192
|
|
|
12213
|
-
},{"../tipos-de-simbolos/microgramaticas/delegua":
|
|
12193
|
+
},{"../tipos-de-simbolos/microgramaticas/delegua":165,"./palavras-reservadas":156,"./simbolo":157}],156:[function(require,module,exports){
|
|
12214
12194
|
"use strict";
|
|
12215
12195
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12216
12196
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -12273,7 +12253,7 @@ exports.palavrasReservadasMicroGramatica = {
|
|
|
12273
12253
|
verdadeiro: delegua_1.default.VERDADEIRO,
|
|
12274
12254
|
};
|
|
12275
12255
|
|
|
12276
|
-
},{"../tipos-de-simbolos/delegua":
|
|
12256
|
+
},{"../tipos-de-simbolos/delegua":162}],157:[function(require,module,exports){
|
|
12277
12257
|
"use strict";
|
|
12278
12258
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12279
12259
|
exports.Simbolo = void 0;
|
|
@@ -12291,7 +12271,7 @@ class Simbolo {
|
|
|
12291
12271
|
}
|
|
12292
12272
|
exports.Simbolo = Simbolo;
|
|
12293
12273
|
|
|
12294
|
-
},{}],
|
|
12274
|
+
},{}],158:[function(require,module,exports){
|
|
12295
12275
|
"use strict";
|
|
12296
12276
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12297
12277
|
exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
|
|
@@ -12312,7 +12292,7 @@ class ContinuarQuebra extends Quebra {
|
|
|
12312
12292
|
}
|
|
12313
12293
|
exports.ContinuarQuebra = ContinuarQuebra;
|
|
12314
12294
|
|
|
12315
|
-
},{}],
|
|
12295
|
+
},{}],159:[function(require,module,exports){
|
|
12316
12296
|
"use strict";
|
|
12317
12297
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12318
12298
|
exports.default = {
|
|
@@ -12336,7 +12316,7 @@ exports.default = {
|
|
|
12336
12316
|
VETOR_TEXTO: 'texto[]',
|
|
12337
12317
|
};
|
|
12338
12318
|
|
|
12339
|
-
},{}],
|
|
12319
|
+
},{}],160:[function(require,module,exports){
|
|
12340
12320
|
"use strict";
|
|
12341
12321
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12342
12322
|
exports.default = {
|
|
@@ -12355,7 +12335,7 @@ exports.default = {
|
|
|
12355
12335
|
TEXTO: 'string',
|
|
12356
12336
|
};
|
|
12357
12337
|
|
|
12358
|
-
},{}],
|
|
12338
|
+
},{}],161:[function(require,module,exports){
|
|
12359
12339
|
"use strict";
|
|
12360
12340
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12361
12341
|
exports.default = {
|
|
@@ -12381,7 +12361,7 @@ exports.default = {
|
|
|
12381
12361
|
VIRGULA: 'VIRGULA',
|
|
12382
12362
|
};
|
|
12383
12363
|
|
|
12384
|
-
},{}],
|
|
12364
|
+
},{}],162:[function(require,module,exports){
|
|
12385
12365
|
"use strict";
|
|
12386
12366
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12387
12367
|
exports.default = {
|
|
@@ -12475,7 +12455,7 @@ exports.default = {
|
|
|
12475
12455
|
VIRGULA: 'VIRGULA',
|
|
12476
12456
|
};
|
|
12477
12457
|
|
|
12478
|
-
},{}],
|
|
12458
|
+
},{}],163:[function(require,module,exports){
|
|
12479
12459
|
"use strict";
|
|
12480
12460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12481
12461
|
exports.default = {
|
|
@@ -12553,7 +12533,7 @@ exports.default = {
|
|
|
12553
12533
|
VIRGULA: 'VIRGULA',
|
|
12554
12534
|
};
|
|
12555
12535
|
|
|
12556
|
-
},{}],
|
|
12536
|
+
},{}],164:[function(require,module,exports){
|
|
12557
12537
|
"use strict";
|
|
12558
12538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12559
12539
|
exports.default = {
|
|
@@ -12570,7 +12550,7 @@ exports.default = {
|
|
|
12570
12550
|
VIRGULA: 'VIRGULA',
|
|
12571
12551
|
};
|
|
12572
12552
|
|
|
12573
|
-
},{}],
|
|
12553
|
+
},{}],165:[function(require,module,exports){
|
|
12574
12554
|
"use strict";
|
|
12575
12555
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12576
12556
|
exports.default = {
|
|
@@ -12619,7 +12599,7 @@ exports.default = {
|
|
|
12619
12599
|
VIRGULA: 'VIRGULA',
|
|
12620
12600
|
};
|
|
12621
12601
|
|
|
12622
|
-
},{}],
|
|
12602
|
+
},{}],166:[function(require,module,exports){
|
|
12623
12603
|
"use strict";
|
|
12624
12604
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12625
12605
|
exports.default = {
|
|
@@ -12697,7 +12677,7 @@ exports.default = {
|
|
|
12697
12677
|
VIRGULA: 'VIRGULA',
|
|
12698
12678
|
};
|
|
12699
12679
|
|
|
12700
|
-
},{}],
|
|
12680
|
+
},{}],167:[function(require,module,exports){
|
|
12701
12681
|
"use strict";
|
|
12702
12682
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12703
12683
|
exports.default = {
|
|
@@ -12736,7 +12716,7 @@ exports.default = {
|
|
|
12736
12716
|
VIRGULA: 'VIRGULA',
|
|
12737
12717
|
};
|
|
12738
12718
|
|
|
12739
|
-
},{}],
|
|
12719
|
+
},{}],168:[function(require,module,exports){
|
|
12740
12720
|
"use strict";
|
|
12741
12721
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12742
12722
|
if (k2 === undefined) k2 = k;
|
|
@@ -12760,7 +12740,7 @@ __exportStar(require("./tradutor-python"), exports);
|
|
|
12760
12740
|
__exportStar(require("./tradutor-reverso-javascript"), exports);
|
|
12761
12741
|
__exportStar(require("./tradutor-reverso-python"), exports);
|
|
12762
12742
|
|
|
12763
|
-
},{"./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){
|
|
12764
12744
|
"use strict";
|
|
12765
12745
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
12766
12746
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -13999,7 +13979,7 @@ __decorate([
|
|
|
13999
13979
|
Decorators_1.Override
|
|
14000
13980
|
], Python3Lexer.prototype, "nextToken", null);
|
|
14001
13981
|
|
|
14002
|
-
},{"./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){
|
|
14003
13983
|
"use strict";
|
|
14004
13984
|
// Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
14005
13985
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -25237,7 +25217,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
|
|
|
25237
25217
|
}
|
|
25238
25218
|
exports.Yield_argContext = Yield_argContext;
|
|
25239
25219
|
|
|
25240
|
-
},{"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){
|
|
25241
25221
|
"use strict";
|
|
25242
25222
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25243
25223
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -25834,7 +25814,7 @@ class TradutorAssemblyScript {
|
|
|
25834
25814
|
}
|
|
25835
25815
|
exports.TradutorAssemblyScript = TradutorAssemblyScript;
|
|
25836
25816
|
|
|
25837
|
-
},{"../construtos":44,"../declaracoes":
|
|
25817
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],172:[function(require,module,exports){
|
|
25838
25818
|
"use strict";
|
|
25839
25819
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
25840
25820
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -26525,7 +26505,7 @@ class TradutorJavaScript {
|
|
|
26525
26505
|
}
|
|
26526
26506
|
exports.TradutorJavaScript = TradutorJavaScript;
|
|
26527
26507
|
|
|
26528
|
-
},{"../construtos":44,"../declaracoes":
|
|
26508
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],173:[function(require,module,exports){
|
|
26529
26509
|
"use strict";
|
|
26530
26510
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26531
26511
|
exports.TradutorPortugolIpt = void 0;
|
|
@@ -26587,7 +26567,7 @@ class TradutorPortugolIpt {
|
|
|
26587
26567
|
}
|
|
26588
26568
|
exports.TradutorPortugolIpt = TradutorPortugolIpt;
|
|
26589
26569
|
|
|
26590
|
-
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":
|
|
26570
|
+
},{"../avaliador-sintatico/dialetos":6,"../lexador/dialetos":143}],174:[function(require,module,exports){
|
|
26591
26571
|
"use strict";
|
|
26592
26572
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26593
26573
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
@@ -27201,7 +27181,7 @@ class TradutorPython {
|
|
|
27201
27181
|
}
|
|
27202
27182
|
exports.TradutorPython = TradutorPython;
|
|
27203
27183
|
|
|
27204
|
-
},{"../construtos":44,"../declaracoes":
|
|
27184
|
+
},{"../construtos":44,"../declaracoes":81,"../tipos-de-simbolos/delegua":162}],175:[function(require,module,exports){
|
|
27205
27185
|
"use strict";
|
|
27206
27186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27207
27187
|
exports.TradutorReversoJavaScript = void 0;
|
|
@@ -27595,7 +27575,7 @@ class TradutorReversoJavaScript {
|
|
|
27595
27575
|
}
|
|
27596
27576
|
exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
|
|
27597
27577
|
|
|
27598
|
-
},{}],
|
|
27578
|
+
},{}],176:[function(require,module,exports){
|
|
27599
27579
|
"use strict";
|
|
27600
27580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27601
27581
|
exports.TradutorReversoPython = void 0;
|
|
@@ -27668,7 +27648,7 @@ class TradutorReversoPython {
|
|
|
27668
27648
|
}
|
|
27669
27649
|
exports.TradutorReversoPython = TradutorReversoPython;
|
|
27670
27650
|
|
|
27671
|
-
},{"./python/python3-lexer":
|
|
27651
|
+
},{"./python/python3-lexer":169,"./python/python3-parser":170,"antlr4ts":292,"antlr4ts/tree/ParseTreeWalker":311}],177:[function(require,module,exports){
|
|
27672
27652
|
"use strict";
|
|
27673
27653
|
/*!
|
|
27674
27654
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27676,7 +27656,7 @@ exports.TradutorReversoPython = TradutorReversoPython;
|
|
|
27676
27656
|
*/
|
|
27677
27657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27678
27658
|
|
|
27679
|
-
},{}],
|
|
27659
|
+
},{}],178:[function(require,module,exports){
|
|
27680
27660
|
"use strict";
|
|
27681
27661
|
/*!
|
|
27682
27662
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27684,7 +27664,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
27684
27664
|
*/
|
|
27685
27665
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27686
27666
|
|
|
27687
|
-
},{}],
|
|
27667
|
+
},{}],179:[function(require,module,exports){
|
|
27688
27668
|
"use strict";
|
|
27689
27669
|
/*!
|
|
27690
27670
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27846,7 +27826,7 @@ __decorate([
|
|
|
27846
27826
|
], ANTLRInputStream.prototype, "toString", null);
|
|
27847
27827
|
exports.ANTLRInputStream = ANTLRInputStream;
|
|
27848
27828
|
|
|
27849
|
-
},{"./Decorators":
|
|
27829
|
+
},{"./Decorators":190,"./IntStream":196,"assert":333}],180:[function(require,module,exports){
|
|
27850
27830
|
"use strict";
|
|
27851
27831
|
/*!
|
|
27852
27832
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -27929,7 +27909,7 @@ __decorate([
|
|
|
27929
27909
|
], BailErrorStrategy.prototype, "sync", null);
|
|
27930
27910
|
exports.BailErrorStrategy = BailErrorStrategy;
|
|
27931
27911
|
|
|
27932
|
-
},{"./Decorators":
|
|
27912
|
+
},{"./Decorators":190,"./DefaultErrorStrategy":191,"./InputMismatchException":195,"./misc/ParseCancellationException":307}],181:[function(require,module,exports){
|
|
27933
27913
|
"use strict";
|
|
27934
27914
|
/*!
|
|
27935
27915
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28419,7 +28399,7 @@ BufferedTokenStream = __decorate([
|
|
|
28419
28399
|
], BufferedTokenStream);
|
|
28420
28400
|
exports.BufferedTokenStream = BufferedTokenStream;
|
|
28421
28401
|
|
|
28422
|
-
},{"./CommonToken":
|
|
28402
|
+
},{"./CommonToken":186,"./Decorators":190,"./Lexer":198,"./Token":215,"./misc/Interval":302,"assert":333}],182:[function(require,module,exports){
|
|
28423
28403
|
"use strict";
|
|
28424
28404
|
/*!
|
|
28425
28405
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28427,7 +28407,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
|
|
|
28427
28407
|
*/
|
|
28428
28408
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28429
28409
|
|
|
28430
|
-
},{}],
|
|
28410
|
+
},{}],183:[function(require,module,exports){
|
|
28431
28411
|
"use strict";
|
|
28432
28412
|
/*!
|
|
28433
28413
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28561,7 +28541,7 @@ var CharStreams;
|
|
|
28561
28541
|
// }
|
|
28562
28542
|
})(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
|
|
28563
28543
|
|
|
28564
|
-
},{"./CodePointBuffer":
|
|
28544
|
+
},{"./CodePointBuffer":184,"./CodePointCharStream":185,"./IntStream":196}],184:[function(require,module,exports){
|
|
28565
28545
|
"use strict";
|
|
28566
28546
|
/*!
|
|
28567
28547
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28796,7 +28776,7 @@ exports.CodePointBuffer = CodePointBuffer;
|
|
|
28796
28776
|
CodePointBuffer.Builder = Builder;
|
|
28797
28777
|
})(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
|
|
28798
28778
|
|
|
28799
|
-
},{"./misc/Character":
|
|
28779
|
+
},{"./misc/Character":298,"assert":333}],185:[function(require,module,exports){
|
|
28800
28780
|
"use strict";
|
|
28801
28781
|
/*!
|
|
28802
28782
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -28946,7 +28926,7 @@ __decorate([
|
|
|
28946
28926
|
], CodePointCharStream.prototype, "getText", null);
|
|
28947
28927
|
exports.CodePointCharStream = CodePointCharStream;
|
|
28948
28928
|
|
|
28949
|
-
},{"./Decorators":
|
|
28929
|
+
},{"./Decorators":190,"./IntStream":196,"./misc/Interval":302,"assert":333}],186:[function(require,module,exports){
|
|
28950
28930
|
"use strict";
|
|
28951
28931
|
/*!
|
|
28952
28932
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29176,7 +29156,7 @@ CommonToken = __decorate([
|
|
|
29176
29156
|
], CommonToken);
|
|
29177
29157
|
exports.CommonToken = CommonToken;
|
|
29178
29158
|
|
|
29179
|
-
},{"./Decorators":
|
|
29159
|
+
},{"./Decorators":190,"./Token":215,"./misc/Interval":302}],187:[function(require,module,exports){
|
|
29180
29160
|
"use strict";
|
|
29181
29161
|
/*!
|
|
29182
29162
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29240,7 +29220,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
|
|
|
29240
29220
|
CommonTokenFactory.DEFAULT = new CommonTokenFactory();
|
|
29241
29221
|
})(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
|
|
29242
29222
|
|
|
29243
|
-
},{"./CommonToken":
|
|
29223
|
+
},{"./CommonToken":186,"./Decorators":190,"./misc/Interval":302}],188:[function(require,module,exports){
|
|
29244
29224
|
"use strict";
|
|
29245
29225
|
/*!
|
|
29246
29226
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29367,7 +29347,7 @@ CommonTokenStream = __decorate([
|
|
|
29367
29347
|
], CommonTokenStream);
|
|
29368
29348
|
exports.CommonTokenStream = CommonTokenStream;
|
|
29369
29349
|
|
|
29370
|
-
},{"./BufferedTokenStream":
|
|
29350
|
+
},{"./BufferedTokenStream":181,"./Decorators":190,"./Token":215}],189:[function(require,module,exports){
|
|
29371
29351
|
"use strict";
|
|
29372
29352
|
/*!
|
|
29373
29353
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29401,7 +29381,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
|
|
|
29401
29381
|
*/
|
|
29402
29382
|
ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
|
|
29403
29383
|
|
|
29404
|
-
},{}],
|
|
29384
|
+
},{}],190:[function(require,module,exports){
|
|
29405
29385
|
"use strict";
|
|
29406
29386
|
/*!
|
|
29407
29387
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -29428,7 +29408,7 @@ function SuppressWarnings(options) {
|
|
|
29428
29408
|
}
|
|
29429
29409
|
exports.SuppressWarnings = SuppressWarnings;
|
|
29430
29410
|
|
|
29431
|
-
},{}],
|
|
29411
|
+
},{}],191:[function(require,module,exports){
|
|
29432
29412
|
"use strict";
|
|
29433
29413
|
/*!
|
|
29434
29414
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30242,7 +30222,7 @@ __decorate([
|
|
|
30242
30222
|
], DefaultErrorStrategy.prototype, "consumeUntil", null);
|
|
30243
30223
|
exports.DefaultErrorStrategy = DefaultErrorStrategy;
|
|
30244
30224
|
|
|
30245
|
-
},{"./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){
|
|
30246
30226
|
"use strict";
|
|
30247
30227
|
/*!
|
|
30248
30228
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30318,7 +30298,7 @@ var Dependents;
|
|
|
30318
30298
|
Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
|
|
30319
30299
|
})(Dependents = exports.Dependents || (exports.Dependents = {}));
|
|
30320
30300
|
|
|
30321
|
-
},{}],
|
|
30301
|
+
},{}],193:[function(require,module,exports){
|
|
30322
30302
|
"use strict";
|
|
30323
30303
|
/*!
|
|
30324
30304
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30466,7 +30446,7 @@ __decorate([
|
|
|
30466
30446
|
], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
|
|
30467
30447
|
exports.DiagnosticErrorListener = DiagnosticErrorListener;
|
|
30468
30448
|
|
|
30469
|
-
},{"./Decorators":
|
|
30449
|
+
},{"./Decorators":190,"./misc/BitSet":297,"./misc/Interval":302}],194:[function(require,module,exports){
|
|
30470
30450
|
"use strict";
|
|
30471
30451
|
/*!
|
|
30472
30452
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30531,7 +30511,7 @@ FailedPredicateException = __decorate([
|
|
|
30531
30511
|
], FailedPredicateException);
|
|
30532
30512
|
exports.FailedPredicateException = FailedPredicateException;
|
|
30533
30513
|
|
|
30534
|
-
},{"./Decorators":
|
|
30514
|
+
},{"./Decorators":190,"./RecognitionException":209,"./atn/PredicateTransition":269}],195:[function(require,module,exports){
|
|
30535
30515
|
"use strict";
|
|
30536
30516
|
/*!
|
|
30537
30517
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30571,7 +30551,7 @@ InputMismatchException = __decorate([
|
|
|
30571
30551
|
], InputMismatchException);
|
|
30572
30552
|
exports.InputMismatchException = InputMismatchException;
|
|
30573
30553
|
|
|
30574
|
-
},{"./Decorators":
|
|
30554
|
+
},{"./Decorators":190,"./RecognitionException":209}],196:[function(require,module,exports){
|
|
30575
30555
|
"use strict";
|
|
30576
30556
|
/*!
|
|
30577
30557
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30594,7 +30574,7 @@ var IntStream;
|
|
|
30594
30574
|
IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
|
|
30595
30575
|
})(IntStream = exports.IntStream || (exports.IntStream = {}));
|
|
30596
30576
|
|
|
30597
|
-
},{}],
|
|
30577
|
+
},{}],197:[function(require,module,exports){
|
|
30598
30578
|
"use strict";
|
|
30599
30579
|
/*!
|
|
30600
30580
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30641,7 +30621,7 @@ __decorate([
|
|
|
30641
30621
|
], InterpreterRuleContext.prototype, "ruleIndex", null);
|
|
30642
30622
|
exports.InterpreterRuleContext = InterpreterRuleContext;
|
|
30643
30623
|
|
|
30644
|
-
},{"./Decorators":
|
|
30624
|
+
},{"./Decorators":190,"./ParserRuleContext":206}],198:[function(require,module,exports){
|
|
30645
30625
|
"use strict";
|
|
30646
30626
|
/*!
|
|
30647
30627
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -30977,7 +30957,7 @@ __decorate([
|
|
|
30977
30957
|
], Lexer.prototype, "charPositionInLine", null);
|
|
30978
30958
|
exports.Lexer = Lexer;
|
|
30979
30959
|
|
|
30980
|
-
},{"./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){
|
|
30981
30961
|
"use strict";
|
|
30982
30962
|
/*!
|
|
30983
30963
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31057,7 +31037,7 @@ LexerInterpreter = __decorate([
|
|
|
31057
31037
|
], LexerInterpreter);
|
|
31058
31038
|
exports.LexerInterpreter = LexerInterpreter;
|
|
31059
31039
|
|
|
31060
|
-
},{"./Decorators":
|
|
31040
|
+
},{"./Decorators":190,"./Lexer":198,"./atn/LexerATNSimulator":248}],200:[function(require,module,exports){
|
|
31061
31041
|
"use strict";
|
|
31062
31042
|
/*!
|
|
31063
31043
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31114,7 +31094,7 @@ LexerNoViableAltException = __decorate([
|
|
|
31114
31094
|
], LexerNoViableAltException);
|
|
31115
31095
|
exports.LexerNoViableAltException = LexerNoViableAltException;
|
|
31116
31096
|
|
|
31117
|
-
},{"./Decorators":
|
|
31097
|
+
},{"./Decorators":190,"./RecognitionException":209,"./misc/Interval":302,"./misc/Utils":309}],201:[function(require,module,exports){
|
|
31118
31098
|
"use strict";
|
|
31119
31099
|
/*!
|
|
31120
31100
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31324,7 +31304,7 @@ ListTokenSource = __decorate([
|
|
|
31324
31304
|
], ListTokenSource);
|
|
31325
31305
|
exports.ListTokenSource = ListTokenSource;
|
|
31326
31306
|
|
|
31327
|
-
},{"./CommonTokenFactory":
|
|
31307
|
+
},{"./CommonTokenFactory":187,"./Decorators":190,"./Token":215}],202:[function(require,module,exports){
|
|
31328
31308
|
"use strict";
|
|
31329
31309
|
/*!
|
|
31330
31310
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -31379,7 +31359,7 @@ __decorate([
|
|
|
31379
31359
|
], NoViableAltException.prototype, "_startToken", void 0);
|
|
31380
31360
|
exports.NoViableAltException = NoViableAltException;
|
|
31381
31361
|
|
|
31382
|
-
},{"./Decorators":
|
|
31362
|
+
},{"./Decorators":190,"./Parser":203,"./RecognitionException":209}],203:[function(require,module,exports){
|
|
31383
31363
|
(function (process){(function (){
|
|
31384
31364
|
"use strict";
|
|
31385
31365
|
/*!
|
|
@@ -32225,7 +32205,7 @@ __decorate([
|
|
|
32225
32205
|
exports.Parser = Parser;
|
|
32226
32206
|
|
|
32227
32207
|
}).call(this)}).call(this,require('_process'))
|
|
32228
|
-
},{"./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){
|
|
32229
32209
|
"use strict";
|
|
32230
32210
|
/*!
|
|
32231
32211
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32233,7 +32213,7 @@ exports.Parser = Parser;
|
|
|
32233
32213
|
*/
|
|
32234
32214
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32235
32215
|
|
|
32236
|
-
},{}],
|
|
32216
|
+
},{}],205:[function(require,module,exports){
|
|
32237
32217
|
"use strict";
|
|
32238
32218
|
/*!
|
|
32239
32219
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32641,7 +32621,7 @@ ParserInterpreter = __decorate([
|
|
|
32641
32621
|
], ParserInterpreter);
|
|
32642
32622
|
exports.ParserInterpreter = ParserInterpreter;
|
|
32643
32623
|
|
|
32644
|
-
},{"./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){
|
|
32645
32625
|
"use strict";
|
|
32646
32626
|
/*!
|
|
32647
32627
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32942,7 +32922,7 @@ __decorate([
|
|
|
32942
32922
|
], ParserRuleContext.prototype, "sourceInterval", null);
|
|
32943
32923
|
exports.ParserRuleContext = ParserRuleContext;
|
|
32944
32924
|
|
|
32945
|
-
},{"./Decorators":
|
|
32925
|
+
},{"./Decorators":190,"./RuleContext":211,"./misc/Interval":302,"./tree/ErrorNode":310,"./tree/TerminalNode":313}],207:[function(require,module,exports){
|
|
32946
32926
|
"use strict";
|
|
32947
32927
|
/*!
|
|
32948
32928
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -32992,7 +32972,7 @@ __decorate([
|
|
|
32992
32972
|
], ProxyErrorListener.prototype, "syntaxError", null);
|
|
32993
32973
|
exports.ProxyErrorListener = ProxyErrorListener;
|
|
32994
32974
|
|
|
32995
|
-
},{"./Decorators":
|
|
32975
|
+
},{"./Decorators":190}],208:[function(require,module,exports){
|
|
32996
32976
|
"use strict";
|
|
32997
32977
|
/*!
|
|
32998
32978
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33051,7 +33031,7 @@ __decorate([
|
|
|
33051
33031
|
], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
|
|
33052
33032
|
exports.ProxyParserErrorListener = ProxyParserErrorListener;
|
|
33053
33033
|
|
|
33054
|
-
},{"./Decorators":
|
|
33034
|
+
},{"./Decorators":190,"./ProxyErrorListener":207}],209:[function(require,module,exports){
|
|
33055
33035
|
"use strict";
|
|
33056
33036
|
/*!
|
|
33057
33037
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33156,7 +33136,7 @@ class RecognitionException extends Error {
|
|
|
33156
33136
|
}
|
|
33157
33137
|
exports.RecognitionException = RecognitionException;
|
|
33158
33138
|
|
|
33159
|
-
},{}],
|
|
33139
|
+
},{}],210:[function(require,module,exports){
|
|
33160
33140
|
"use strict";
|
|
33161
33141
|
/*!
|
|
33162
33142
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33375,7 +33355,7 @@ __decorate([
|
|
|
33375
33355
|
], Recognizer.prototype, "getErrorListeners", null);
|
|
33376
33356
|
exports.Recognizer = Recognizer;
|
|
33377
33357
|
|
|
33378
|
-
},{"./ConsoleErrorListener":
|
|
33358
|
+
},{"./ConsoleErrorListener":189,"./Decorators":190,"./ProxyErrorListener":207,"./Token":215,"./misc/Utils":309}],211:[function(require,module,exports){
|
|
33379
33359
|
"use strict";
|
|
33380
33360
|
/*!
|
|
33381
33361
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33592,7 +33572,7 @@ __decorate([
|
|
|
33592
33572
|
], RuleContext.prototype, "toStringTree", null);
|
|
33593
33573
|
exports.RuleContext = RuleContext;
|
|
33594
33574
|
|
|
33595
|
-
},{"./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){
|
|
33596
33576
|
"use strict";
|
|
33597
33577
|
/*!
|
|
33598
33578
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33643,7 +33623,7 @@ __decorate([
|
|
|
33643
33623
|
], RuleContextWithAltNum.prototype, "altNumber", null);
|
|
33644
33624
|
exports.RuleContextWithAltNum = RuleContextWithAltNum;
|
|
33645
33625
|
|
|
33646
|
-
},{"./Decorators":
|
|
33626
|
+
},{"./Decorators":190,"./ParserRuleContext":206,"./atn/ATN":223}],213:[function(require,module,exports){
|
|
33647
33627
|
"use strict";
|
|
33648
33628
|
/*!
|
|
33649
33629
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33666,7 +33646,7 @@ function RuleDependency(dependency) {
|
|
|
33666
33646
|
}
|
|
33667
33647
|
exports.RuleDependency = RuleDependency;
|
|
33668
33648
|
|
|
33669
|
-
},{}],
|
|
33649
|
+
},{}],214:[function(require,module,exports){
|
|
33670
33650
|
"use strict";
|
|
33671
33651
|
/*!
|
|
33672
33652
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33685,7 +33665,7 @@ function RuleVersion(version) {
|
|
|
33685
33665
|
}
|
|
33686
33666
|
exports.RuleVersion = RuleVersion;
|
|
33687
33667
|
|
|
33688
|
-
},{}],
|
|
33668
|
+
},{}],215:[function(require,module,exports){
|
|
33689
33669
|
"use strict";
|
|
33690
33670
|
/*!
|
|
33691
33671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33725,7 +33705,7 @@ var Token;
|
|
|
33725
33705
|
Token.MIN_USER_CHANNEL_VALUE = 2;
|
|
33726
33706
|
})(Token = exports.Token || (exports.Token = {}));
|
|
33727
33707
|
|
|
33728
|
-
},{"./IntStream":
|
|
33708
|
+
},{"./IntStream":196}],216:[function(require,module,exports){
|
|
33729
33709
|
"use strict";
|
|
33730
33710
|
/*!
|
|
33731
33711
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33733,7 +33713,7 @@ var Token;
|
|
|
33733
33713
|
*/
|
|
33734
33714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33735
33715
|
|
|
33736
|
-
},{}],
|
|
33716
|
+
},{}],217:[function(require,module,exports){
|
|
33737
33717
|
"use strict";
|
|
33738
33718
|
/*!
|
|
33739
33719
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33741,7 +33721,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33741
33721
|
*/
|
|
33742
33722
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33743
33723
|
|
|
33744
|
-
},{}],
|
|
33724
|
+
},{}],218:[function(require,module,exports){
|
|
33745
33725
|
"use strict";
|
|
33746
33726
|
/*!
|
|
33747
33727
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -33749,7 +33729,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
33749
33729
|
*/
|
|
33750
33730
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33751
33731
|
|
|
33752
|
-
},{}],
|
|
33732
|
+
},{}],219:[function(require,module,exports){
|
|
33753
33733
|
"use strict";
|
|
33754
33734
|
/*!
|
|
33755
33735
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34257,7 +34237,7 @@ __decorate([
|
|
|
34257
34237
|
Decorators_1.Override
|
|
34258
34238
|
], ReplaceOp.prototype, "toString", null);
|
|
34259
34239
|
|
|
34260
|
-
},{"./Decorators":
|
|
34240
|
+
},{"./Decorators":190,"./Token":215,"./misc/Interval":302}],220:[function(require,module,exports){
|
|
34261
34241
|
"use strict";
|
|
34262
34242
|
/*!
|
|
34263
34243
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34265,7 +34245,7 @@ __decorate([
|
|
|
34265
34245
|
*/
|
|
34266
34246
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34267
34247
|
|
|
34268
|
-
},{}],
|
|
34248
|
+
},{}],221:[function(require,module,exports){
|
|
34269
34249
|
"use strict";
|
|
34270
34250
|
/*!
|
|
34271
34251
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34385,7 +34365,7 @@ __decorate([
|
|
|
34385
34365
|
], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
|
|
34386
34366
|
exports.VocabularyImpl = VocabularyImpl;
|
|
34387
34367
|
|
|
34388
|
-
},{"./Decorators":
|
|
34368
|
+
},{"./Decorators":190,"./Token":215}],222:[function(require,module,exports){
|
|
34389
34369
|
"use strict";
|
|
34390
34370
|
/*!
|
|
34391
34371
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34393,7 +34373,7 @@ exports.VocabularyImpl = VocabularyImpl;
|
|
|
34393
34373
|
*/
|
|
34394
34374
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34395
34375
|
|
|
34396
|
-
},{}],
|
|
34376
|
+
},{}],223:[function(require,module,exports){
|
|
34397
34377
|
"use strict";
|
|
34398
34378
|
/*!
|
|
34399
34379
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -34615,7 +34595,7 @@ exports.ATN = ATN;
|
|
|
34615
34595
|
})(ATN = exports.ATN || (exports.ATN = {}));
|
|
34616
34596
|
exports.ATN = ATN;
|
|
34617
34597
|
|
|
34618
|
-
},{"../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){
|
|
34619
34599
|
"use strict";
|
|
34620
34600
|
/*!
|
|
34621
34601
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35140,7 +35120,7 @@ ActionSemanticContextATNConfig = __decorate([
|
|
|
35140
35120
|
__param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
|
|
35141
35121
|
], ActionSemanticContextATNConfig);
|
|
35142
35122
|
|
|
35143
|
-
},{"../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){
|
|
35144
35124
|
"use strict";
|
|
35145
35125
|
/*!
|
|
35146
35126
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35587,7 +35567,7 @@ __decorate([
|
|
|
35587
35567
|
], ATNConfigSet.prototype, "hashCode", null);
|
|
35588
35568
|
exports.ATNConfigSet = ATNConfigSet;
|
|
35589
35569
|
|
|
35590
|
-
},{"../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){
|
|
35591
35571
|
"use strict";
|
|
35592
35572
|
/*!
|
|
35593
35573
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -35666,7 +35646,7 @@ __decorate([
|
|
|
35666
35646
|
], ATNDeserializationOptions, "defaultOptions", null);
|
|
35667
35647
|
exports.ATNDeserializationOptions = ATNDeserializationOptions;
|
|
35668
35648
|
|
|
35669
|
-
},{"../Decorators":
|
|
35649
|
+
},{"../Decorators":190}],227:[function(require,module,exports){
|
|
35670
35650
|
"use strict";
|
|
35671
35651
|
/*!
|
|
35672
35652
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36753,7 +36733,7 @@ __decorate([
|
|
|
36753
36733
|
], ATNDeserializer.prototype, "edgeFactory", null);
|
|
36754
36734
|
exports.ATNDeserializer = ATNDeserializer;
|
|
36755
36735
|
|
|
36756
|
-
},{"../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){
|
|
36757
36737
|
"use strict";
|
|
36758
36738
|
/*!
|
|
36759
36739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -36817,7 +36797,7 @@ exports.ATNSimulator = ATNSimulator;
|
|
|
36817
36797
|
})(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
|
|
36818
36798
|
exports.ATNSimulator = ATNSimulator;
|
|
36819
36799
|
|
|
36820
|
-
},{"../Decorators":
|
|
36800
|
+
},{"../Decorators":190,"../dfa/DFAState":290,"./ATNConfigSet":225,"./PredictionContext":270}],229:[function(require,module,exports){
|
|
36821
36801
|
"use strict";
|
|
36822
36802
|
/*!
|
|
36823
36803
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37004,7 +36984,7 @@ exports.ATNState = ATNState;
|
|
|
37004
36984
|
ATNState.INVALID_STATE_NUMBER = -1;
|
|
37005
36985
|
})(ATNState = exports.ATNState || (exports.ATNState = {}));
|
|
37006
36986
|
|
|
37007
|
-
},{"../Decorators":
|
|
36987
|
+
},{"../Decorators":190}],230:[function(require,module,exports){
|
|
37008
36988
|
"use strict";
|
|
37009
36989
|
/*!
|
|
37010
36990
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37030,7 +37010,7 @@ var ATNStateType;
|
|
|
37030
37010
|
ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
|
|
37031
37011
|
})(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
|
|
37032
37012
|
|
|
37033
|
-
},{}],
|
|
37013
|
+
},{}],231:[function(require,module,exports){
|
|
37034
37014
|
"use strict";
|
|
37035
37015
|
/*!
|
|
37036
37016
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37050,7 +37030,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
|
|
|
37050
37030
|
}
|
|
37051
37031
|
exports.AbstractPredicateTransition = AbstractPredicateTransition;
|
|
37052
37032
|
|
|
37053
|
-
},{"./Transition":
|
|
37033
|
+
},{"./Transition":285}],232:[function(require,module,exports){
|
|
37054
37034
|
"use strict";
|
|
37055
37035
|
/*!
|
|
37056
37036
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37106,7 +37086,7 @@ ActionTransition = __decorate([
|
|
|
37106
37086
|
], ActionTransition);
|
|
37107
37087
|
exports.ActionTransition = ActionTransition;
|
|
37108
37088
|
|
|
37109
|
-
},{"../Decorators":
|
|
37089
|
+
},{"../Decorators":190,"./Transition":285}],233:[function(require,module,exports){
|
|
37110
37090
|
"use strict";
|
|
37111
37091
|
/*!
|
|
37112
37092
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37193,7 +37173,7 @@ AmbiguityInfo = __decorate([
|
|
|
37193
37173
|
], AmbiguityInfo);
|
|
37194
37174
|
exports.AmbiguityInfo = AmbiguityInfo;
|
|
37195
37175
|
|
|
37196
|
-
},{"../Decorators":
|
|
37176
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],234:[function(require,module,exports){
|
|
37197
37177
|
"use strict";
|
|
37198
37178
|
/*!
|
|
37199
37179
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37251,7 +37231,7 @@ AtomTransition = __decorate([
|
|
|
37251
37231
|
], AtomTransition);
|
|
37252
37232
|
exports.AtomTransition = AtomTransition;
|
|
37253
37233
|
|
|
37254
|
-
},{"../Decorators":
|
|
37234
|
+
},{"../Decorators":190,"../misc/IntervalSet":303,"./Transition":285}],235:[function(require,module,exports){
|
|
37255
37235
|
"use strict";
|
|
37256
37236
|
/*!
|
|
37257
37237
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37283,7 +37263,7 @@ __decorate([
|
|
|
37283
37263
|
], BasicBlockStartState.prototype, "stateType", null);
|
|
37284
37264
|
exports.BasicBlockStartState = BasicBlockStartState;
|
|
37285
37265
|
|
|
37286
|
-
},{"../Decorators":
|
|
37266
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],236:[function(require,module,exports){
|
|
37287
37267
|
"use strict";
|
|
37288
37268
|
/*!
|
|
37289
37269
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37315,7 +37295,7 @@ __decorate([
|
|
|
37315
37295
|
], BasicState.prototype, "stateType", null);
|
|
37316
37296
|
exports.BasicState = BasicState;
|
|
37317
37297
|
|
|
37318
|
-
},{"../Decorators":
|
|
37298
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],237:[function(require,module,exports){
|
|
37319
37299
|
"use strict";
|
|
37320
37300
|
/*!
|
|
37321
37301
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37344,7 +37324,7 @@ __decorate([
|
|
|
37344
37324
|
], BlockEndState.prototype, "stateType", null);
|
|
37345
37325
|
exports.BlockEndState = BlockEndState;
|
|
37346
37326
|
|
|
37347
|
-
},{"../Decorators":
|
|
37327
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],238:[function(require,module,exports){
|
|
37348
37328
|
"use strict";
|
|
37349
37329
|
/*!
|
|
37350
37330
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37358,7 +37338,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
|
|
|
37358
37338
|
}
|
|
37359
37339
|
exports.BlockStartState = BlockStartState;
|
|
37360
37340
|
|
|
37361
|
-
},{"./DecisionState":
|
|
37341
|
+
},{"./DecisionState":243}],239:[function(require,module,exports){
|
|
37362
37342
|
"use strict";
|
|
37363
37343
|
/*!
|
|
37364
37344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37428,7 +37408,7 @@ __decorate([
|
|
|
37428
37408
|
], ConflictInfo.prototype, "hashCode", null);
|
|
37429
37409
|
exports.ConflictInfo = ConflictInfo;
|
|
37430
37410
|
|
|
37431
|
-
},{"../Decorators":
|
|
37411
|
+
},{"../Decorators":190,"../misc/Utils":309}],240:[function(require,module,exports){
|
|
37432
37412
|
"use strict";
|
|
37433
37413
|
/*!
|
|
37434
37414
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37488,7 +37468,7 @@ ContextSensitivityInfo = __decorate([
|
|
|
37488
37468
|
], ContextSensitivityInfo);
|
|
37489
37469
|
exports.ContextSensitivityInfo = ContextSensitivityInfo;
|
|
37490
37470
|
|
|
37491
|
-
},{"../Decorators":
|
|
37471
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],241:[function(require,module,exports){
|
|
37492
37472
|
"use strict";
|
|
37493
37473
|
/*!
|
|
37494
37474
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37540,7 +37520,7 @@ DecisionEventInfo = __decorate([
|
|
|
37540
37520
|
], DecisionEventInfo);
|
|
37541
37521
|
exports.DecisionEventInfo = DecisionEventInfo;
|
|
37542
37522
|
|
|
37543
|
-
},{"../Decorators":
|
|
37523
|
+
},{"../Decorators":190}],242:[function(require,module,exports){
|
|
37544
37524
|
"use strict";
|
|
37545
37525
|
/*!
|
|
37546
37526
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37753,7 +37733,7 @@ __decorate([
|
|
|
37753
37733
|
], DecisionInfo.prototype, "toString", null);
|
|
37754
37734
|
exports.DecisionInfo = DecisionInfo;
|
|
37755
37735
|
|
|
37756
|
-
},{"../Decorators":
|
|
37736
|
+
},{"../Decorators":190}],243:[function(require,module,exports){
|
|
37757
37737
|
"use strict";
|
|
37758
37738
|
/*!
|
|
37759
37739
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37773,7 +37753,7 @@ class DecisionState extends ATNState_1.ATNState {
|
|
|
37773
37753
|
}
|
|
37774
37754
|
exports.DecisionState = DecisionState;
|
|
37775
37755
|
|
|
37776
|
-
},{"./ATNState":
|
|
37756
|
+
},{"./ATNState":229}],244:[function(require,module,exports){
|
|
37777
37757
|
"use strict";
|
|
37778
37758
|
/*!
|
|
37779
37759
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37839,7 +37819,7 @@ EpsilonTransition = __decorate([
|
|
|
37839
37819
|
], EpsilonTransition);
|
|
37840
37820
|
exports.EpsilonTransition = EpsilonTransition;
|
|
37841
37821
|
|
|
37842
|
-
},{"../Decorators":
|
|
37822
|
+
},{"../Decorators":190,"./Transition":285}],245:[function(require,module,exports){
|
|
37843
37823
|
"use strict";
|
|
37844
37824
|
/*!
|
|
37845
37825
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37892,7 +37872,7 @@ ErrorInfo = __decorate([
|
|
|
37892
37872
|
], ErrorInfo);
|
|
37893
37873
|
exports.ErrorInfo = ErrorInfo;
|
|
37894
37874
|
|
|
37895
|
-
},{"../Decorators":
|
|
37875
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],246:[function(require,module,exports){
|
|
37896
37876
|
"use strict";
|
|
37897
37877
|
/*!
|
|
37898
37878
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -37923,7 +37903,7 @@ __decorate([
|
|
|
37923
37903
|
], InvalidState.prototype, "stateType", null);
|
|
37924
37904
|
exports.InvalidState = InvalidState;
|
|
37925
37905
|
|
|
37926
|
-
},{"../Decorators":
|
|
37906
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BasicState":236}],247:[function(require,module,exports){
|
|
37927
37907
|
"use strict";
|
|
37928
37908
|
/*!
|
|
37929
37909
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38145,7 +38125,7 @@ LL1Analyzer = __decorate([
|
|
|
38145
38125
|
], LL1Analyzer);
|
|
38146
38126
|
exports.LL1Analyzer = LL1Analyzer;
|
|
38147
38127
|
|
|
38148
|
-
},{"../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){
|
|
38149
38129
|
"use strict";
|
|
38150
38130
|
/*!
|
|
38151
38131
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -38862,7 +38842,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
|
|
|
38862
38842
|
})(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
|
|
38863
38843
|
exports.LexerATNSimulator = LexerATNSimulator;
|
|
38864
38844
|
|
|
38865
|
-
},{"../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){
|
|
38866
38846
|
"use strict";
|
|
38867
38847
|
/*!
|
|
38868
38848
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39063,7 +39043,7 @@ LexerActionExecutor = __decorate([
|
|
|
39063
39043
|
], LexerActionExecutor);
|
|
39064
39044
|
exports.LexerActionExecutor = LexerActionExecutor;
|
|
39065
39045
|
|
|
39066
|
-
},{"../Decorators":
|
|
39046
|
+
},{"../Decorators":190,"../misc/ArrayEqualityComparator":295,"../misc/MurmurHash":305,"./LexerIndexedCustomAction":252}],250:[function(require,module,exports){
|
|
39067
39047
|
"use strict";
|
|
39068
39048
|
/*!
|
|
39069
39049
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39168,7 +39148,7 @@ __decorate([
|
|
|
39168
39148
|
], LexerChannelAction.prototype, "toString", null);
|
|
39169
39149
|
exports.LexerChannelAction = LexerChannelAction;
|
|
39170
39150
|
|
|
39171
|
-
},{"../Decorators":
|
|
39151
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],251:[function(require,module,exports){
|
|
39172
39152
|
"use strict";
|
|
39173
39153
|
/*!
|
|
39174
39154
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39297,7 +39277,7 @@ __decorate([
|
|
|
39297
39277
|
], LexerCustomAction.prototype, "equals", null);
|
|
39298
39278
|
exports.LexerCustomAction = LexerCustomAction;
|
|
39299
39279
|
|
|
39300
|
-
},{"../Decorators":
|
|
39280
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],252:[function(require,module,exports){
|
|
39301
39281
|
"use strict";
|
|
39302
39282
|
/*!
|
|
39303
39283
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39432,7 +39412,7 @@ LexerIndexedCustomAction = __decorate([
|
|
|
39432
39412
|
], LexerIndexedCustomAction);
|
|
39433
39413
|
exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
|
|
39434
39414
|
|
|
39435
|
-
},{"../Decorators":
|
|
39415
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],253:[function(require,module,exports){
|
|
39436
39416
|
"use strict";
|
|
39437
39417
|
/*!
|
|
39438
39418
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39537,7 +39517,7 @@ __decorate([
|
|
|
39537
39517
|
], LexerModeAction.prototype, "toString", null);
|
|
39538
39518
|
exports.LexerModeAction = LexerModeAction;
|
|
39539
39519
|
|
|
39540
|
-
},{"../Decorators":
|
|
39520
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],254:[function(require,module,exports){
|
|
39541
39521
|
"use strict";
|
|
39542
39522
|
/*!
|
|
39543
39523
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39633,7 +39613,7 @@ exports.LexerMoreAction = LexerMoreAction;
|
|
|
39633
39613
|
LexerMoreAction.INSTANCE = new LexerMoreAction();
|
|
39634
39614
|
})(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
|
|
39635
39615
|
|
|
39636
|
-
},{"../Decorators":
|
|
39616
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],255:[function(require,module,exports){
|
|
39637
39617
|
"use strict";
|
|
39638
39618
|
/*!
|
|
39639
39619
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39729,7 +39709,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
|
|
|
39729
39709
|
LexerPopModeAction.INSTANCE = new LexerPopModeAction();
|
|
39730
39710
|
})(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
|
|
39731
39711
|
|
|
39732
|
-
},{"../Decorators":
|
|
39712
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],256:[function(require,module,exports){
|
|
39733
39713
|
"use strict";
|
|
39734
39714
|
/*!
|
|
39735
39715
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39834,7 +39814,7 @@ __decorate([
|
|
|
39834
39814
|
], LexerPushModeAction.prototype, "toString", null);
|
|
39835
39815
|
exports.LexerPushModeAction = LexerPushModeAction;
|
|
39836
39816
|
|
|
39837
|
-
},{"../Decorators":
|
|
39817
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],257:[function(require,module,exports){
|
|
39838
39818
|
"use strict";
|
|
39839
39819
|
/*!
|
|
39840
39820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -39930,7 +39910,7 @@ exports.LexerSkipAction = LexerSkipAction;
|
|
|
39930
39910
|
LexerSkipAction.INSTANCE = new LexerSkipAction();
|
|
39931
39911
|
})(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
|
|
39932
39912
|
|
|
39933
|
-
},{"../Decorators":
|
|
39913
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],258:[function(require,module,exports){
|
|
39934
39914
|
"use strict";
|
|
39935
39915
|
/*!
|
|
39936
39916
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40034,7 +40014,7 @@ __decorate([
|
|
|
40034
40014
|
], LexerTypeAction.prototype, "toString", null);
|
|
40035
40015
|
exports.LexerTypeAction = LexerTypeAction;
|
|
40036
40016
|
|
|
40037
|
-
},{"../Decorators":
|
|
40017
|
+
},{"../Decorators":190,"../misc/MurmurHash":305}],259:[function(require,module,exports){
|
|
40038
40018
|
"use strict";
|
|
40039
40019
|
/*!
|
|
40040
40020
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40086,7 +40066,7 @@ LookaheadEventInfo = __decorate([
|
|
|
40086
40066
|
], LookaheadEventInfo);
|
|
40087
40067
|
exports.LookaheadEventInfo = LookaheadEventInfo;
|
|
40088
40068
|
|
|
40089
|
-
},{"../Decorators":
|
|
40069
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],260:[function(require,module,exports){
|
|
40090
40070
|
"use strict";
|
|
40091
40071
|
/*!
|
|
40092
40072
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40115,7 +40095,7 @@ __decorate([
|
|
|
40115
40095
|
], LoopEndState.prototype, "stateType", null);
|
|
40116
40096
|
exports.LoopEndState = LoopEndState;
|
|
40117
40097
|
|
|
40118
|
-
},{"../Decorators":
|
|
40098
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],261:[function(require,module,exports){
|
|
40119
40099
|
"use strict";
|
|
40120
40100
|
/*!
|
|
40121
40101
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40164,7 +40144,7 @@ NotSetTransition = __decorate([
|
|
|
40164
40144
|
], NotSetTransition);
|
|
40165
40145
|
exports.NotSetTransition = NotSetTransition;
|
|
40166
40146
|
|
|
40167
|
-
},{"../Decorators":
|
|
40147
|
+
},{"../Decorators":190,"./SetTransition":279}],262:[function(require,module,exports){
|
|
40168
40148
|
"use strict";
|
|
40169
40149
|
/*!
|
|
40170
40150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40219,7 +40199,7 @@ __decorate([
|
|
|
40219
40199
|
], OrderedATNConfigSet.prototype, "canMerge", null);
|
|
40220
40200
|
exports.OrderedATNConfigSet = OrderedATNConfigSet;
|
|
40221
40201
|
|
|
40222
|
-
},{"../Decorators":
|
|
40202
|
+
},{"../Decorators":190,"./ATNConfigSet":225}],263:[function(require,module,exports){
|
|
40223
40203
|
"use strict";
|
|
40224
40204
|
/*!
|
|
40225
40205
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -40381,7 +40361,7 @@ ParseInfo = __decorate([
|
|
|
40381
40361
|
], ParseInfo);
|
|
40382
40362
|
exports.ParseInfo = ParseInfo;
|
|
40383
40363
|
|
|
40384
|
-
},{"../Decorators":
|
|
40364
|
+
},{"../Decorators":190}],264:[function(require,module,exports){
|
|
40385
40365
|
"use strict";
|
|
40386
40366
|
/*!
|
|
40387
40367
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42654,7 +42634,7 @@ ParserATNSimulator = __decorate([
|
|
|
42654
42634
|
], ParserATNSimulator);
|
|
42655
42635
|
exports.ParserATNSimulator = ParserATNSimulator;
|
|
42656
42636
|
|
|
42657
|
-
},{"../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){
|
|
42658
42638
|
"use strict";
|
|
42659
42639
|
/*!
|
|
42660
42640
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42687,7 +42667,7 @@ __decorate([
|
|
|
42687
42667
|
], PlusBlockStartState.prototype, "stateType", null);
|
|
42688
42668
|
exports.PlusBlockStartState = PlusBlockStartState;
|
|
42689
42669
|
|
|
42690
|
-
},{"../Decorators":
|
|
42670
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],266:[function(require,module,exports){
|
|
42691
42671
|
"use strict";
|
|
42692
42672
|
/*!
|
|
42693
42673
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42718,7 +42698,7 @@ __decorate([
|
|
|
42718
42698
|
], PlusLoopbackState.prototype, "stateType", null);
|
|
42719
42699
|
exports.PlusLoopbackState = PlusLoopbackState;
|
|
42720
42700
|
|
|
42721
|
-
},{"../Decorators":
|
|
42701
|
+
},{"../Decorators":190,"./ATNStateType":230,"./DecisionState":243}],267:[function(require,module,exports){
|
|
42722
42702
|
"use strict";
|
|
42723
42703
|
/*!
|
|
42724
42704
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42781,7 +42761,7 @@ PrecedencePredicateTransition = __decorate([
|
|
|
42781
42761
|
], PrecedencePredicateTransition);
|
|
42782
42762
|
exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
|
|
42783
42763
|
|
|
42784
|
-
},{"../Decorators":
|
|
42764
|
+
},{"../Decorators":190,"./AbstractPredicateTransition":231,"./SemanticContext":278}],268:[function(require,module,exports){
|
|
42785
42765
|
"use strict";
|
|
42786
42766
|
/*!
|
|
42787
42767
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42844,7 +42824,7 @@ PredicateEvalInfo = __decorate([
|
|
|
42844
42824
|
], PredicateEvalInfo);
|
|
42845
42825
|
exports.PredicateEvalInfo = PredicateEvalInfo;
|
|
42846
42826
|
|
|
42847
|
-
},{"../Decorators":
|
|
42827
|
+
},{"../Decorators":190,"./DecisionEventInfo":241}],269:[function(require,module,exports){
|
|
42848
42828
|
"use strict";
|
|
42849
42829
|
/*!
|
|
42850
42830
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -42910,7 +42890,7 @@ PredicateTransition = __decorate([
|
|
|
42910
42890
|
], PredicateTransition);
|
|
42911
42891
|
exports.PredicateTransition = PredicateTransition;
|
|
42912
42892
|
|
|
42913
|
-
},{"../Decorators":
|
|
42893
|
+
},{"../Decorators":190,"./AbstractPredicateTransition":231,"./SemanticContext":278}],270:[function(require,module,exports){
|
|
42914
42894
|
"use strict";
|
|
42915
42895
|
/*!
|
|
42916
42896
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43601,7 +43581,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
|
|
|
43601
43581
|
PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
|
|
43602
43582
|
})(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
|
|
43603
43583
|
|
|
43604
|
-
},{"../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){
|
|
43605
43585
|
"use strict";
|
|
43606
43586
|
/*!
|
|
43607
43587
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43742,7 +43722,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
|
|
|
43742
43722
|
PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
|
|
43743
43723
|
})(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
|
|
43744
43724
|
|
|
43745
|
-
},{"../Decorators":
|
|
43725
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/ObjectEqualityComparator":306,"./PredictionContext":270,"assert":333}],272:[function(require,module,exports){
|
|
43746
43726
|
"use strict";
|
|
43747
43727
|
/*!
|
|
43748
43728
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -43903,7 +43883,7 @@ var PredictionMode;
|
|
|
43903
43883
|
PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
|
|
43904
43884
|
})(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
|
|
43905
43885
|
|
|
43906
|
-
},{"../Decorators":
|
|
43886
|
+
},{"../Decorators":190,"../misc/Array2DHashMap":293,"../misc/MurmurHash":305,"./RuleStopState":276}],273:[function(require,module,exports){
|
|
43907
43887
|
(function (process){(function (){
|
|
43908
43888
|
"use strict";
|
|
43909
43889
|
/*!
|
|
@@ -44172,7 +44152,7 @@ __decorate([
|
|
|
44172
44152
|
exports.ProfilingATNSimulator = ProfilingATNSimulator;
|
|
44173
44153
|
|
|
44174
44154
|
}).call(this)}).call(this,require('_process'))
|
|
44175
|
-
},{"../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){
|
|
44176
44156
|
"use strict";
|
|
44177
44157
|
/*!
|
|
44178
44158
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44230,7 +44210,7 @@ RangeTransition = __decorate([
|
|
|
44230
44210
|
], RangeTransition);
|
|
44231
44211
|
exports.RangeTransition = RangeTransition;
|
|
44232
44212
|
|
|
44233
|
-
},{"../Decorators":
|
|
44213
|
+
},{"../Decorators":190,"../misc/IntervalSet":303,"./Transition":285}],275:[function(require,module,exports){
|
|
44234
44214
|
"use strict";
|
|
44235
44215
|
/*!
|
|
44236
44216
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44263,7 +44243,7 @@ __decorate([
|
|
|
44263
44243
|
], RuleStartState.prototype, "stateType", null);
|
|
44264
44244
|
exports.RuleStartState = RuleStartState;
|
|
44265
44245
|
|
|
44266
|
-
},{"../Decorators":
|
|
44246
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],276:[function(require,module,exports){
|
|
44267
44247
|
"use strict";
|
|
44268
44248
|
/*!
|
|
44269
44249
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44302,7 +44282,7 @@ __decorate([
|
|
|
44302
44282
|
], RuleStopState.prototype, "stateType", null);
|
|
44303
44283
|
exports.RuleStopState = RuleStopState;
|
|
44304
44284
|
|
|
44305
|
-
},{"../Decorators":
|
|
44285
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],277:[function(require,module,exports){
|
|
44306
44286
|
"use strict";
|
|
44307
44287
|
/*!
|
|
44308
44288
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44358,7 +44338,7 @@ RuleTransition = __decorate([
|
|
|
44358
44338
|
], RuleTransition);
|
|
44359
44339
|
exports.RuleTransition = RuleTransition;
|
|
44360
44340
|
|
|
44361
|
-
},{"../Decorators":
|
|
44341
|
+
},{"../Decorators":190,"./Transition":285}],278:[function(require,module,exports){
|
|
44362
44342
|
"use strict";
|
|
44363
44343
|
/*!
|
|
44364
44344
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44838,7 +44818,7 @@ exports.SemanticContext = SemanticContext;
|
|
|
44838
44818
|
SemanticContext.OR = OR;
|
|
44839
44819
|
})(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
|
|
44840
44820
|
|
|
44841
|
-
},{"../Decorators":
|
|
44821
|
+
},{"../Decorators":190,"../misc/Array2DHashSet":294,"../misc/ArrayEqualityComparator":295,"../misc/MurmurHash":305,"../misc/ObjectEqualityComparator":306,"../misc/Utils":309}],279:[function(require,module,exports){
|
|
44842
44822
|
"use strict";
|
|
44843
44823
|
/*!
|
|
44844
44824
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44904,7 +44884,7 @@ SetTransition = __decorate([
|
|
|
44904
44884
|
], SetTransition);
|
|
44905
44885
|
exports.SetTransition = SetTransition;
|
|
44906
44886
|
|
|
44907
|
-
},{"../Decorators":
|
|
44887
|
+
},{"../Decorators":190,"../Token":215,"../misc/IntervalSet":303,"./Transition":285}],280:[function(require,module,exports){
|
|
44908
44888
|
"use strict";
|
|
44909
44889
|
/*!
|
|
44910
44890
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44940,7 +44920,7 @@ SimulatorState = __decorate([
|
|
|
44940
44920
|
], SimulatorState);
|
|
44941
44921
|
exports.SimulatorState = SimulatorState;
|
|
44942
44922
|
|
|
44943
|
-
},{"../Decorators":
|
|
44923
|
+
},{"../Decorators":190,"../ParserRuleContext":206}],281:[function(require,module,exports){
|
|
44944
44924
|
"use strict";
|
|
44945
44925
|
/*!
|
|
44946
44926
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -44968,7 +44948,7 @@ __decorate([
|
|
|
44968
44948
|
], StarBlockStartState.prototype, "stateType", null);
|
|
44969
44949
|
exports.StarBlockStartState = StarBlockStartState;
|
|
44970
44950
|
|
|
44971
|
-
},{"../Decorators":
|
|
44951
|
+
},{"../Decorators":190,"./ATNStateType":230,"./BlockStartState":238}],282:[function(require,module,exports){
|
|
44972
44952
|
"use strict";
|
|
44973
44953
|
/*!
|
|
44974
44954
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45025,7 +45005,7 @@ __decorate([
|
|
|
45025
45005
|
], StarLoopEntryState.prototype, "stateType", null);
|
|
45026
45006
|
exports.StarLoopEntryState = StarLoopEntryState;
|
|
45027
45007
|
|
|
45028
|
-
},{"../Decorators":
|
|
45008
|
+
},{"../Decorators":190,"../misc/BitSet":297,"./ATNStateType":230,"./DecisionState":243}],283:[function(require,module,exports){
|
|
45029
45009
|
"use strict";
|
|
45030
45010
|
/*!
|
|
45031
45011
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45056,7 +45036,7 @@ __decorate([
|
|
|
45056
45036
|
], StarLoopbackState.prototype, "stateType", null);
|
|
45057
45037
|
exports.StarLoopbackState = StarLoopbackState;
|
|
45058
45038
|
|
|
45059
|
-
},{"../Decorators":
|
|
45039
|
+
},{"../Decorators":190,"./ATNState":229,"./ATNStateType":230}],284:[function(require,module,exports){
|
|
45060
45040
|
"use strict";
|
|
45061
45041
|
/*!
|
|
45062
45042
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45085,7 +45065,7 @@ __decorate([
|
|
|
45085
45065
|
], TokensStartState.prototype, "stateType", null);
|
|
45086
45066
|
exports.TokensStartState = TokensStartState;
|
|
45087
45067
|
|
|
45088
|
-
},{"../Decorators":
|
|
45068
|
+
},{"../Decorators":190,"./ATNStateType":230,"./DecisionState":243}],285:[function(require,module,exports){
|
|
45089
45069
|
"use strict";
|
|
45090
45070
|
/*!
|
|
45091
45071
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45159,7 +45139,7 @@ Transition = __decorate([
|
|
|
45159
45139
|
], Transition);
|
|
45160
45140
|
exports.Transition = Transition;
|
|
45161
45141
|
|
|
45162
|
-
},{"../Decorators":
|
|
45142
|
+
},{"../Decorators":190}],286:[function(require,module,exports){
|
|
45163
45143
|
"use strict";
|
|
45164
45144
|
/*!
|
|
45165
45145
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45207,7 +45187,7 @@ WildcardTransition = __decorate([
|
|
|
45207
45187
|
], WildcardTransition);
|
|
45208
45188
|
exports.WildcardTransition = WildcardTransition;
|
|
45209
45189
|
|
|
45210
|
-
},{"../Decorators":
|
|
45190
|
+
},{"../Decorators":190,"./Transition":285}],287:[function(require,module,exports){
|
|
45211
45191
|
"use strict";
|
|
45212
45192
|
/*!
|
|
45213
45193
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45249,7 +45229,7 @@ class AcceptStateInfo {
|
|
|
45249
45229
|
}
|
|
45250
45230
|
exports.AcceptStateInfo = AcceptStateInfo;
|
|
45251
45231
|
|
|
45252
|
-
},{}],
|
|
45232
|
+
},{}],288:[function(require,module,exports){
|
|
45253
45233
|
"use strict";
|
|
45254
45234
|
/*!
|
|
45255
45235
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45424,7 +45404,7 @@ DFA = __decorate([
|
|
|
45424
45404
|
], DFA);
|
|
45425
45405
|
exports.DFA = DFA;
|
|
45426
45406
|
|
|
45427
|
-
},{"../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){
|
|
45428
45408
|
"use strict";
|
|
45429
45409
|
/*!
|
|
45430
45410
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45566,7 +45546,7 @@ __decorate([
|
|
|
45566
45546
|
], DFASerializer.prototype, "toString", null);
|
|
45567
45547
|
exports.DFASerializer = DFASerializer;
|
|
45568
45548
|
|
|
45569
|
-
},{"../Decorators":
|
|
45549
|
+
},{"../Decorators":190,"../Recognizer":210,"../VocabularyImpl":221,"../atn/ATNSimulator":228,"../atn/PredictionContext":270}],290:[function(require,module,exports){
|
|
45570
45550
|
"use strict";
|
|
45571
45551
|
/*!
|
|
45572
45552
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45797,7 +45777,7 @@ exports.DFAState = DFAState;
|
|
|
45797
45777
|
DFAState.PredPrediction = PredPrediction;
|
|
45798
45778
|
})(DFAState = exports.DFAState || (exports.DFAState = {}));
|
|
45799
45779
|
|
|
45800
|
-
},{"../Decorators":
|
|
45780
|
+
},{"../Decorators":190,"../atn/ATN":223,"../atn/PredictionContext":270,"../misc/BitSet":297,"../misc/MurmurHash":305,"assert":333}],291:[function(require,module,exports){
|
|
45801
45781
|
"use strict";
|
|
45802
45782
|
/*!
|
|
45803
45783
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45834,7 +45814,7 @@ LexerDFASerializer = __decorate([
|
|
|
45834
45814
|
], LexerDFASerializer);
|
|
45835
45815
|
exports.LexerDFASerializer = LexerDFASerializer;
|
|
45836
45816
|
|
|
45837
|
-
},{"../Decorators":
|
|
45817
|
+
},{"../Decorators":190,"../VocabularyImpl":221,"./DFASerializer":289}],292:[function(require,module,exports){
|
|
45838
45818
|
"use strict";
|
|
45839
45819
|
/*!
|
|
45840
45820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45900,7 +45880,7 @@ __exportStar(require("./Vocabulary"), exports);
|
|
|
45900
45880
|
__exportStar(require("./VocabularyImpl"), exports);
|
|
45901
45881
|
__exportStar(require("./WritableToken"), exports);
|
|
45902
45882
|
|
|
45903
|
-
},{"./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){
|
|
45904
45884
|
"use strict";
|
|
45905
45885
|
/*!
|
|
45906
45886
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -45983,7 +45963,7 @@ class Array2DHashMap {
|
|
|
45983
45963
|
}
|
|
45984
45964
|
exports.Array2DHashMap = Array2DHashMap;
|
|
45985
45965
|
|
|
45986
|
-
},{"./Array2DHashSet":
|
|
45966
|
+
},{"./Array2DHashSet":294}],294:[function(require,module,exports){
|
|
45987
45967
|
"use strict";
|
|
45988
45968
|
/*!
|
|
45989
45969
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46350,7 +46330,7 @@ __decorate([
|
|
|
46350
46330
|
], Array2DHashSet.prototype, "createBuckets", null);
|
|
46351
46331
|
exports.Array2DHashSet = Array2DHashSet;
|
|
46352
46332
|
|
|
46353
|
-
},{"../Decorators":
|
|
46333
|
+
},{"../Decorators":190,"./DefaultEqualityComparator":299,"./MurmurHash":305,"assert":333}],295:[function(require,module,exports){
|
|
46354
46334
|
"use strict";
|
|
46355
46335
|
/*!
|
|
46356
46336
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46422,7 +46402,7 @@ __decorate([
|
|
|
46422
46402
|
], ArrayEqualityComparator.prototype, "equals", null);
|
|
46423
46403
|
exports.ArrayEqualityComparator = ArrayEqualityComparator;
|
|
46424
46404
|
|
|
46425
|
-
},{"../Decorators":
|
|
46405
|
+
},{"../Decorators":190,"./MurmurHash":305,"./ObjectEqualityComparator":306}],296:[function(require,module,exports){
|
|
46426
46406
|
"use strict";
|
|
46427
46407
|
/*!
|
|
46428
46408
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -46492,7 +46472,7 @@ var Arrays;
|
|
|
46492
46472
|
Arrays.toString = toString;
|
|
46493
46473
|
})(Arrays = exports.Arrays || (exports.Arrays = {}));
|
|
46494
46474
|
|
|
46495
|
-
},{}],
|
|
46475
|
+
},{}],297:[function(require,module,exports){
|
|
46496
46476
|
"use strict";
|
|
46497
46477
|
/*!
|
|
46498
46478
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47164,7 +47144,7 @@ class BitSetIterator {
|
|
|
47164
47144
|
[Symbol.iterator]() { return this; }
|
|
47165
47145
|
}
|
|
47166
47146
|
|
|
47167
|
-
},{"./MurmurHash":
|
|
47147
|
+
},{"./MurmurHash":305,"util":386}],298:[function(require,module,exports){
|
|
47168
47148
|
"use strict";
|
|
47169
47149
|
/*!
|
|
47170
47150
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47185,7 +47165,7 @@ function isSupplementaryCodePoint(ch) {
|
|
|
47185
47165
|
}
|
|
47186
47166
|
exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
|
|
47187
47167
|
|
|
47188
|
-
},{}],
|
|
47168
|
+
},{}],299:[function(require,module,exports){
|
|
47189
47169
|
"use strict";
|
|
47190
47170
|
/*!
|
|
47191
47171
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47256,7 +47236,7 @@ __decorate([
|
|
|
47256
47236
|
], DefaultEqualityComparator.prototype, "equals", null);
|
|
47257
47237
|
exports.DefaultEqualityComparator = DefaultEqualityComparator;
|
|
47258
47238
|
|
|
47259
|
-
},{"../Decorators":
|
|
47239
|
+
},{"../Decorators":190,"./MurmurHash":305,"./ObjectEqualityComparator":306}],300:[function(require,module,exports){
|
|
47260
47240
|
"use strict";
|
|
47261
47241
|
/*!
|
|
47262
47242
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47550,7 +47530,7 @@ __decorate([
|
|
|
47550
47530
|
], IntegerList.prototype, "toString", null);
|
|
47551
47531
|
exports.IntegerList = IntegerList;
|
|
47552
47532
|
|
|
47553
|
-
},{"../Decorators":
|
|
47533
|
+
},{"../Decorators":190,"./Arrays":296}],301:[function(require,module,exports){
|
|
47554
47534
|
"use strict";
|
|
47555
47535
|
/*!
|
|
47556
47536
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47580,7 +47560,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
|
|
|
47580
47560
|
}
|
|
47581
47561
|
exports.IntegerStack = IntegerStack;
|
|
47582
47562
|
|
|
47583
|
-
},{"./IntegerList":
|
|
47563
|
+
},{"./IntegerList":300}],302:[function(require,module,exports){
|
|
47584
47564
|
"use strict";
|
|
47585
47565
|
/*!
|
|
47586
47566
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -47723,7 +47703,7 @@ __decorate([
|
|
|
47723
47703
|
], Interval.prototype, "toString", null);
|
|
47724
47704
|
exports.Interval = Interval;
|
|
47725
47705
|
|
|
47726
|
-
},{"../Decorators":
|
|
47706
|
+
},{"../Decorators":190}],303:[function(require,module,exports){
|
|
47727
47707
|
"use strict";
|
|
47728
47708
|
/*!
|
|
47729
47709
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48369,7 +48349,7 @@ __decorate([
|
|
|
48369
48349
|
], IntervalSet, "subtract", null);
|
|
48370
48350
|
exports.IntervalSet = IntervalSet;
|
|
48371
48351
|
|
|
48372
|
-
},{"../Decorators":
|
|
48352
|
+
},{"../Decorators":190,"../Lexer":198,"../Token":215,"./ArrayEqualityComparator":295,"./IntegerList":300,"./Interval":302,"./MurmurHash":305}],304:[function(require,module,exports){
|
|
48373
48353
|
"use strict";
|
|
48374
48354
|
/*!
|
|
48375
48355
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48402,7 +48382,7 @@ class MultiMap extends Map {
|
|
|
48402
48382
|
}
|
|
48403
48383
|
exports.MultiMap = MultiMap;
|
|
48404
48384
|
|
|
48405
|
-
},{}],
|
|
48385
|
+
},{}],305:[function(require,module,exports){
|
|
48406
48386
|
"use strict";
|
|
48407
48387
|
/*!
|
|
48408
48388
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48517,7 +48497,7 @@ var MurmurHash;
|
|
|
48517
48497
|
}
|
|
48518
48498
|
})(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
|
|
48519
48499
|
|
|
48520
|
-
},{}],
|
|
48500
|
+
},{}],306:[function(require,module,exports){
|
|
48521
48501
|
"use strict";
|
|
48522
48502
|
/*!
|
|
48523
48503
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48576,7 +48556,7 @@ __decorate([
|
|
|
48576
48556
|
], ObjectEqualityComparator.prototype, "equals", null);
|
|
48577
48557
|
exports.ObjectEqualityComparator = ObjectEqualityComparator;
|
|
48578
48558
|
|
|
48579
|
-
},{"../Decorators":
|
|
48559
|
+
},{"../Decorators":190}],307:[function(require,module,exports){
|
|
48580
48560
|
"use strict";
|
|
48581
48561
|
/*!
|
|
48582
48562
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48605,7 +48585,7 @@ class ParseCancellationException extends Error {
|
|
|
48605
48585
|
}
|
|
48606
48586
|
exports.ParseCancellationException = ParseCancellationException;
|
|
48607
48587
|
|
|
48608
|
-
},{}],
|
|
48588
|
+
},{}],308:[function(require,module,exports){
|
|
48609
48589
|
"use strict";
|
|
48610
48590
|
/*!
|
|
48611
48591
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48659,7 +48639,7 @@ class UUID {
|
|
|
48659
48639
|
}
|
|
48660
48640
|
exports.UUID = UUID;
|
|
48661
48641
|
|
|
48662
|
-
},{"./MurmurHash":
|
|
48642
|
+
},{"./MurmurHash":305}],309:[function(require,module,exports){
|
|
48663
48643
|
"use strict";
|
|
48664
48644
|
/*!
|
|
48665
48645
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48834,7 +48814,7 @@ exports.toCharArray = toCharArray;
|
|
|
48834
48814
|
// return s;
|
|
48835
48815
|
// }
|
|
48836
48816
|
|
|
48837
|
-
},{}],
|
|
48817
|
+
},{}],310:[function(require,module,exports){
|
|
48838
48818
|
"use strict";
|
|
48839
48819
|
/*!
|
|
48840
48820
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48870,7 +48850,7 @@ __decorate([
|
|
|
48870
48850
|
], ErrorNode.prototype, "accept", null);
|
|
48871
48851
|
exports.ErrorNode = ErrorNode;
|
|
48872
48852
|
|
|
48873
|
-
},{"../Decorators":
|
|
48853
|
+
},{"../Decorators":190,"./TerminalNode":313}],311:[function(require,module,exports){
|
|
48874
48854
|
"use strict";
|
|
48875
48855
|
/*!
|
|
48876
48856
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48975,7 +48955,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
|
|
|
48975
48955
|
ParseTreeWalker.DEFAULT = new ParseTreeWalker();
|
|
48976
48956
|
})(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
|
|
48977
48957
|
|
|
48978
|
-
},{"./ErrorNode":
|
|
48958
|
+
},{"./ErrorNode":310,"./RuleNode":312,"./TerminalNode":313}],312:[function(require,module,exports){
|
|
48979
48959
|
"use strict";
|
|
48980
48960
|
/*!
|
|
48981
48961
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -48987,7 +48967,7 @@ class RuleNode {
|
|
|
48987
48967
|
}
|
|
48988
48968
|
exports.RuleNode = RuleNode;
|
|
48989
48969
|
|
|
48990
|
-
},{}],
|
|
48970
|
+
},{}],313:[function(require,module,exports){
|
|
48991
48971
|
"use strict";
|
|
48992
48972
|
/*!
|
|
48993
48973
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49079,7 +49059,7 @@ __decorate([
|
|
|
49079
49059
|
], TerminalNode.prototype, "toString", null);
|
|
49080
49060
|
exports.TerminalNode = TerminalNode;
|
|
49081
49061
|
|
|
49082
|
-
},{"../Decorators":
|
|
49062
|
+
},{"../Decorators":190,"../Token":215,"../misc/Interval":302}],314:[function(require,module,exports){
|
|
49083
49063
|
"use strict";
|
|
49084
49064
|
/*!
|
|
49085
49065
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49323,7 +49303,7 @@ __decorate([
|
|
|
49323
49303
|
], Trees, "getRootOfSubtreeEnclosingRegion", null);
|
|
49324
49304
|
exports.Trees = Trees;
|
|
49325
49305
|
|
|
49326
|
-
},{"../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){
|
|
49327
49307
|
"use strict";
|
|
49328
49308
|
/*!
|
|
49329
49309
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49347,7 +49327,7 @@ class Chunk {
|
|
|
49347
49327
|
}
|
|
49348
49328
|
exports.Chunk = Chunk;
|
|
49349
49329
|
|
|
49350
|
-
},{}],
|
|
49330
|
+
},{}],316:[function(require,module,exports){
|
|
49351
49331
|
"use strict";
|
|
49352
49332
|
/*!
|
|
49353
49333
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49527,7 +49507,7 @@ ParseTreeMatch = __decorate([
|
|
|
49527
49507
|
], ParseTreeMatch);
|
|
49528
49508
|
exports.ParseTreeMatch = ParseTreeMatch;
|
|
49529
49509
|
|
|
49530
|
-
},{"../../Decorators":
|
|
49510
|
+
},{"../../Decorators":190}],317:[function(require,module,exports){
|
|
49531
49511
|
"use strict";
|
|
49532
49512
|
/*!
|
|
49533
49513
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -49685,7 +49665,7 @@ ParseTreePattern = __decorate([
|
|
|
49685
49665
|
], ParseTreePattern);
|
|
49686
49666
|
exports.ParseTreePattern = ParseTreePattern;
|
|
49687
49667
|
|
|
49688
|
-
},{"../../Decorators":
|
|
49668
|
+
},{"../../Decorators":190,"../xpath/XPath":323}],318:[function(require,module,exports){
|
|
49689
49669
|
"use strict";
|
|
49690
49670
|
/*!
|
|
49691
49671
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50163,7 +50143,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
|
|
|
50163
50143
|
ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
|
|
50164
50144
|
})(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
|
|
50165
50145
|
|
|
50166
|
-
},{"../../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){
|
|
50167
50147
|
"use strict";
|
|
50168
50148
|
/*!
|
|
50169
50149
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50361,7 +50341,7 @@ RuleTagToken = __decorate([
|
|
|
50361
50341
|
], RuleTagToken);
|
|
50362
50342
|
exports.RuleTagToken = RuleTagToken;
|
|
50363
50343
|
|
|
50364
|
-
},{"../../Decorators":
|
|
50344
|
+
},{"../../Decorators":190,"../../Token":215}],320:[function(require,module,exports){
|
|
50365
50345
|
"use strict";
|
|
50366
50346
|
/*!
|
|
50367
50347
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50448,7 +50428,7 @@ __decorate([
|
|
|
50448
50428
|
], TagChunk.prototype, "toString", null);
|
|
50449
50429
|
exports.TagChunk = TagChunk;
|
|
50450
50430
|
|
|
50451
|
-
},{"../../Decorators":
|
|
50431
|
+
},{"../../Decorators":190,"./Chunk":315}],321:[function(require,module,exports){
|
|
50452
50432
|
"use strict";
|
|
50453
50433
|
/*!
|
|
50454
50434
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50518,7 +50498,7 @@ TextChunk = __decorate([
|
|
|
50518
50498
|
], TextChunk);
|
|
50519
50499
|
exports.TextChunk = TextChunk;
|
|
50520
50500
|
|
|
50521
|
-
},{"../../Decorators":
|
|
50501
|
+
},{"../../Decorators":190,"./Chunk":315}],322:[function(require,module,exports){
|
|
50522
50502
|
"use strict";
|
|
50523
50503
|
/*!
|
|
50524
50504
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50613,7 +50593,7 @@ TokenTagToken = __decorate([
|
|
|
50613
50593
|
], TokenTagToken);
|
|
50614
50594
|
exports.TokenTagToken = TokenTagToken;
|
|
50615
50595
|
|
|
50616
|
-
},{"../../CommonToken":
|
|
50596
|
+
},{"../../CommonToken":186,"../../Decorators":190}],323:[function(require,module,exports){
|
|
50617
50597
|
"use strict";
|
|
50618
50598
|
/*!
|
|
50619
50599
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50810,7 +50790,7 @@ exports.XPath = XPath;
|
|
|
50810
50790
|
XPath.WILDCARD = "*"; // word not operator/separator
|
|
50811
50791
|
XPath.NOT = "!"; // word for invert operator
|
|
50812
50792
|
|
|
50813
|
-
},{"../../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){
|
|
50814
50794
|
"use strict";
|
|
50815
50795
|
/*!
|
|
50816
50796
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -50845,7 +50825,7 @@ __decorate([
|
|
|
50845
50825
|
], XPathElement.prototype, "toString", null);
|
|
50846
50826
|
exports.XPathElement = XPathElement;
|
|
50847
50827
|
|
|
50848
|
-
},{"../../Decorators":
|
|
50828
|
+
},{"../../Decorators":190}],325:[function(require,module,exports){
|
|
50849
50829
|
"use strict";
|
|
50850
50830
|
// Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
|
|
50851
50831
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -51320,7 +51300,7 @@ XPathLexer._serializedATN = Utils.join([
|
|
|
51320
51300
|
XPathLexer._serializedATNSegment1,
|
|
51321
51301
|
], "");
|
|
51322
51302
|
|
|
51323
|
-
},{"../../Lexer":
|
|
51303
|
+
},{"../../Lexer":198,"../../VocabularyImpl":221,"../../atn/ATNDeserializer":227,"../../atn/LexerATNSimulator":248,"../../misc/Utils":309}],326:[function(require,module,exports){
|
|
51324
51304
|
"use strict";
|
|
51325
51305
|
/*!
|
|
51326
51306
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51345,7 +51325,7 @@ __decorate([
|
|
|
51345
51325
|
], XPathLexerErrorListener.prototype, "syntaxError", null);
|
|
51346
51326
|
exports.XPathLexerErrorListener = XPathLexerErrorListener;
|
|
51347
51327
|
|
|
51348
|
-
},{"../../Decorators":
|
|
51328
|
+
},{"../../Decorators":190}],327:[function(require,module,exports){
|
|
51349
51329
|
"use strict";
|
|
51350
51330
|
/*!
|
|
51351
51331
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51379,7 +51359,7 @@ __decorate([
|
|
|
51379
51359
|
], XPathRuleAnywhereElement.prototype, "evaluate", null);
|
|
51380
51360
|
exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
|
|
51381
51361
|
|
|
51382
|
-
},{"../../Decorators":
|
|
51362
|
+
},{"../../Decorators":190,"../Trees":314,"./XPathElement":324}],328:[function(require,module,exports){
|
|
51383
51363
|
"use strict";
|
|
51384
51364
|
/*!
|
|
51385
51365
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51422,7 +51402,7 @@ __decorate([
|
|
|
51422
51402
|
], XPathRuleElement.prototype, "evaluate", null);
|
|
51423
51403
|
exports.XPathRuleElement = XPathRuleElement;
|
|
51424
51404
|
|
|
51425
|
-
},{"../../Decorators":
|
|
51405
|
+
},{"../../Decorators":190,"../../ParserRuleContext":206,"../Trees":314,"./XPathElement":324}],329:[function(require,module,exports){
|
|
51426
51406
|
"use strict";
|
|
51427
51407
|
/*!
|
|
51428
51408
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51454,7 +51434,7 @@ __decorate([
|
|
|
51454
51434
|
], XPathTokenAnywhereElement.prototype, "evaluate", null);
|
|
51455
51435
|
exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
|
|
51456
51436
|
|
|
51457
|
-
},{"../../Decorators":
|
|
51437
|
+
},{"../../Decorators":190,"../Trees":314,"./XPathElement":324}],330:[function(require,module,exports){
|
|
51458
51438
|
"use strict";
|
|
51459
51439
|
/*!
|
|
51460
51440
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51497,7 +51477,7 @@ __decorate([
|
|
|
51497
51477
|
], XPathTokenElement.prototype, "evaluate", null);
|
|
51498
51478
|
exports.XPathTokenElement = XPathTokenElement;
|
|
51499
51479
|
|
|
51500
|
-
},{"../../Decorators":
|
|
51480
|
+
},{"../../Decorators":190,"../TerminalNode":313,"../Trees":314,"./XPathElement":324}],331:[function(require,module,exports){
|
|
51501
51481
|
"use strict";
|
|
51502
51482
|
/*!
|
|
51503
51483
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51533,7 +51513,7 @@ __decorate([
|
|
|
51533
51513
|
], XPathWildcardAnywhereElement.prototype, "evaluate", null);
|
|
51534
51514
|
exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
|
|
51535
51515
|
|
|
51536
|
-
},{"../../Decorators":
|
|
51516
|
+
},{"../../Decorators":190,"../Trees":314,"./XPath":323,"./XPathElement":324}],332:[function(require,module,exports){
|
|
51537
51517
|
"use strict";
|
|
51538
51518
|
/*!
|
|
51539
51519
|
* Copyright 2016 The ANTLR Project. All rights reserved.
|
|
@@ -51573,7 +51553,7 @@ __decorate([
|
|
|
51573
51553
|
], XPathWildcardElement.prototype, "evaluate", null);
|
|
51574
51554
|
exports.XPathWildcardElement = XPathWildcardElement;
|
|
51575
51555
|
|
|
51576
|
-
},{"../../Decorators":
|
|
51556
|
+
},{"../../Decorators":190,"../Trees":314,"./XPath":323,"./XPathElement":324}],333:[function(require,module,exports){
|
|
51577
51557
|
(function (global){(function (){
|
|
51578
51558
|
'use strict';
|
|
51579
51559
|
|
|
@@ -52083,7 +52063,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
52083
52063
|
};
|
|
52084
52064
|
|
|
52085
52065
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52086
|
-
},{"object.assign/polyfill":
|
|
52066
|
+
},{"object.assign/polyfill":379,"util/":336}],334:[function(require,module,exports){
|
|
52087
52067
|
if (typeof Object.create === 'function') {
|
|
52088
52068
|
// implementation from standard node.js 'util' module
|
|
52089
52069
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -52108,14 +52088,14 @@ if (typeof Object.create === 'function') {
|
|
|
52108
52088
|
}
|
|
52109
52089
|
}
|
|
52110
52090
|
|
|
52111
|
-
},{}],
|
|
52091
|
+
},{}],335:[function(require,module,exports){
|
|
52112
52092
|
module.exports = function isBuffer(arg) {
|
|
52113
52093
|
return arg && typeof arg === 'object'
|
|
52114
52094
|
&& typeof arg.copy === 'function'
|
|
52115
52095
|
&& typeof arg.fill === 'function'
|
|
52116
52096
|
&& typeof arg.readUInt8 === 'function';
|
|
52117
52097
|
}
|
|
52118
|
-
},{}],
|
|
52098
|
+
},{}],336:[function(require,module,exports){
|
|
52119
52099
|
(function (process,global){(function (){
|
|
52120
52100
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
52121
52101
|
//
|
|
@@ -52705,7 +52685,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
52705
52685
|
}
|
|
52706
52686
|
|
|
52707
52687
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52708
|
-
},{"./support/isBuffer":
|
|
52688
|
+
},{"./support/isBuffer":335,"_process":381,"inherits":334}],337:[function(require,module,exports){
|
|
52709
52689
|
(function (global){(function (){
|
|
52710
52690
|
'use strict';
|
|
52711
52691
|
|
|
@@ -52726,7 +52706,7 @@ module.exports = function availableTypedArrays() {
|
|
|
52726
52706
|
};
|
|
52727
52707
|
|
|
52728
52708
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52729
|
-
},{"possible-typed-array-names":
|
|
52709
|
+
},{"possible-typed-array-names":380}],338:[function(require,module,exports){
|
|
52730
52710
|
(function (process,global){(function (){
|
|
52731
52711
|
module.exports = process.hrtime || hrtime
|
|
52732
52712
|
|
|
@@ -52757,7 +52737,7 @@ function hrtime(previousTimestamp){
|
|
|
52757
52737
|
return [seconds,nanoseconds]
|
|
52758
52738
|
}
|
|
52759
52739
|
}).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
52760
|
-
},{"_process":
|
|
52740
|
+
},{"_process":381}],339:[function(require,module,exports){
|
|
52761
52741
|
'use strict';
|
|
52762
52742
|
|
|
52763
52743
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -52774,7 +52754,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
52774
52754
|
return intrinsic;
|
|
52775
52755
|
};
|
|
52776
52756
|
|
|
52777
|
-
},{"./":
|
|
52757
|
+
},{"./":340,"get-intrinsic":343}],340:[function(require,module,exports){
|
|
52778
52758
|
'use strict';
|
|
52779
52759
|
|
|
52780
52760
|
var bind = require('function-bind');
|
|
@@ -52823,7 +52803,7 @@ if ($defineProperty) {
|
|
|
52823
52803
|
module.exports.apply = applyBind;
|
|
52824
52804
|
}
|
|
52825
52805
|
|
|
52826
|
-
},{"function-bind":
|
|
52806
|
+
},{"function-bind":342,"get-intrinsic":343}],341:[function(require,module,exports){
|
|
52827
52807
|
'use strict';
|
|
52828
52808
|
|
|
52829
52809
|
/* eslint no-invalid-this: 1 */
|
|
@@ -52877,14 +52857,14 @@ module.exports = function bind(that) {
|
|
|
52877
52857
|
return bound;
|
|
52878
52858
|
};
|
|
52879
52859
|
|
|
52880
|
-
},{}],
|
|
52860
|
+
},{}],342:[function(require,module,exports){
|
|
52881
52861
|
'use strict';
|
|
52882
52862
|
|
|
52883
52863
|
var implementation = require('./implementation');
|
|
52884
52864
|
|
|
52885
52865
|
module.exports = Function.prototype.bind || implementation;
|
|
52886
52866
|
|
|
52887
|
-
},{"./implementation":
|
|
52867
|
+
},{"./implementation":341}],343:[function(require,module,exports){
|
|
52888
52868
|
'use strict';
|
|
52889
52869
|
|
|
52890
52870
|
var undefined;
|
|
@@ -53230,7 +53210,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53230
53210
|
return value;
|
|
53231
53211
|
};
|
|
53232
53212
|
|
|
53233
|
-
},{"function-bind":
|
|
53213
|
+
},{"function-bind":342,"has":367,"has-symbols":362}],344:[function(require,module,exports){
|
|
53234
53214
|
'use strict';
|
|
53235
53215
|
|
|
53236
53216
|
var $defineProperty = require('es-define-property');
|
|
@@ -53288,7 +53268,7 @@ module.exports = function defineDataProperty(
|
|
|
53288
53268
|
}
|
|
53289
53269
|
};
|
|
53290
53270
|
|
|
53291
|
-
},{"es-define-property":
|
|
53271
|
+
},{"es-define-property":345,"es-errors/syntax":350,"es-errors/type":351,"gopd":357}],345:[function(require,module,exports){
|
|
53292
53272
|
'use strict';
|
|
53293
53273
|
|
|
53294
53274
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53306,49 +53286,49 @@ if ($defineProperty) {
|
|
|
53306
53286
|
|
|
53307
53287
|
module.exports = $defineProperty;
|
|
53308
53288
|
|
|
53309
|
-
},{"get-intrinsic":
|
|
53289
|
+
},{"get-intrinsic":356}],346:[function(require,module,exports){
|
|
53310
53290
|
'use strict';
|
|
53311
53291
|
|
|
53312
53292
|
/** @type {import('./eval')} */
|
|
53313
53293
|
module.exports = EvalError;
|
|
53314
53294
|
|
|
53315
|
-
},{}],
|
|
53295
|
+
},{}],347:[function(require,module,exports){
|
|
53316
53296
|
'use strict';
|
|
53317
53297
|
|
|
53318
53298
|
/** @type {import('.')} */
|
|
53319
53299
|
module.exports = Error;
|
|
53320
53300
|
|
|
53321
|
-
},{}],
|
|
53301
|
+
},{}],348:[function(require,module,exports){
|
|
53322
53302
|
'use strict';
|
|
53323
53303
|
|
|
53324
53304
|
/** @type {import('./range')} */
|
|
53325
53305
|
module.exports = RangeError;
|
|
53326
53306
|
|
|
53327
|
-
},{}],
|
|
53307
|
+
},{}],349:[function(require,module,exports){
|
|
53328
53308
|
'use strict';
|
|
53329
53309
|
|
|
53330
53310
|
/** @type {import('./ref')} */
|
|
53331
53311
|
module.exports = ReferenceError;
|
|
53332
53312
|
|
|
53333
|
-
},{}],
|
|
53313
|
+
},{}],350:[function(require,module,exports){
|
|
53334
53314
|
'use strict';
|
|
53335
53315
|
|
|
53336
53316
|
/** @type {import('./syntax')} */
|
|
53337
53317
|
module.exports = SyntaxError;
|
|
53338
53318
|
|
|
53339
|
-
},{}],
|
|
53319
|
+
},{}],351:[function(require,module,exports){
|
|
53340
53320
|
'use strict';
|
|
53341
53321
|
|
|
53342
53322
|
/** @type {import('./type')} */
|
|
53343
53323
|
module.exports = TypeError;
|
|
53344
53324
|
|
|
53345
|
-
},{}],
|
|
53325
|
+
},{}],352:[function(require,module,exports){
|
|
53346
53326
|
'use strict';
|
|
53347
53327
|
|
|
53348
53328
|
/** @type {import('./uri')} */
|
|
53349
53329
|
module.exports = URIError;
|
|
53350
53330
|
|
|
53351
|
-
},{}],
|
|
53331
|
+
},{}],353:[function(require,module,exports){
|
|
53352
53332
|
'use strict';
|
|
53353
53333
|
|
|
53354
53334
|
var isCallable = require('is-callable');
|
|
@@ -53412,7 +53392,7 @@ var forEach = function forEach(list, iterator, thisArg) {
|
|
|
53412
53392
|
|
|
53413
53393
|
module.exports = forEach;
|
|
53414
53394
|
|
|
53415
|
-
},{"is-callable":
|
|
53395
|
+
},{"is-callable":371}],354:[function(require,module,exports){
|
|
53416
53396
|
'use strict';
|
|
53417
53397
|
|
|
53418
53398
|
/* eslint no-invalid-this: 1 */
|
|
@@ -53498,9 +53478,9 @@ module.exports = function bind(that) {
|
|
|
53498
53478
|
return bound;
|
|
53499
53479
|
};
|
|
53500
53480
|
|
|
53501
|
-
},{}],
|
|
53502
|
-
arguments[4][
|
|
53503
|
-
},{"./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){
|
|
53504
53484
|
'use strict';
|
|
53505
53485
|
|
|
53506
53486
|
var undefined;
|
|
@@ -53861,7 +53841,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
53861
53841
|
return value;
|
|
53862
53842
|
};
|
|
53863
53843
|
|
|
53864
|
-
},{"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){
|
|
53865
53845
|
'use strict';
|
|
53866
53846
|
|
|
53867
53847
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -53879,13 +53859,13 @@ if ($gOPD) {
|
|
|
53879
53859
|
|
|
53880
53860
|
module.exports = $gOPD;
|
|
53881
53861
|
|
|
53882
|
-
},{"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){
|
|
53883
53865
|
arguments[4][342][0].apply(exports,arguments)
|
|
53884
|
-
},{"dup":342}],360:[function(require,module,exports){
|
|
53866
|
+
},{"./implementation":358,"dup":342}],360:[function(require,module,exports){
|
|
53885
53867
|
arguments[4][343][0].apply(exports,arguments)
|
|
53886
|
-
},{"
|
|
53887
|
-
arguments[4][344][0].apply(exports,arguments)
|
|
53888
|
-
},{"dup":344,"function-bind":360,"has":368,"has-symbols":363}],362:[function(require,module,exports){
|
|
53868
|
+
},{"dup":343,"function-bind":359,"has":367,"has-symbols":362}],361:[function(require,module,exports){
|
|
53889
53869
|
'use strict';
|
|
53890
53870
|
|
|
53891
53871
|
var test = {
|
|
@@ -53898,7 +53878,7 @@ module.exports = function hasProto() {
|
|
|
53898
53878
|
return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
|
|
53899
53879
|
};
|
|
53900
53880
|
|
|
53901
|
-
},{}],
|
|
53881
|
+
},{}],362:[function(require,module,exports){
|
|
53902
53882
|
'use strict';
|
|
53903
53883
|
|
|
53904
53884
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -53913,7 +53893,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
53913
53893
|
return hasSymbolSham();
|
|
53914
53894
|
};
|
|
53915
53895
|
|
|
53916
|
-
},{"./shams":
|
|
53896
|
+
},{"./shams":363}],363:[function(require,module,exports){
|
|
53917
53897
|
'use strict';
|
|
53918
53898
|
|
|
53919
53899
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -53957,7 +53937,7 @@ module.exports = function hasSymbols() {
|
|
|
53957
53937
|
return true;
|
|
53958
53938
|
};
|
|
53959
53939
|
|
|
53960
|
-
},{}],
|
|
53940
|
+
},{}],364:[function(require,module,exports){
|
|
53961
53941
|
'use strict';
|
|
53962
53942
|
|
|
53963
53943
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -53966,18 +53946,18 @@ module.exports = function hasToStringTagShams() {
|
|
|
53966
53946
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
53967
53947
|
};
|
|
53968
53948
|
|
|
53969
|
-
},{"has-symbols/shams":
|
|
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){
|
|
53970
53952
|
arguments[4][342][0].apply(exports,arguments)
|
|
53971
|
-
},{"dup":342}],367:[function(require,module,exports){
|
|
53972
|
-
arguments[4][343][0].apply(exports,arguments)
|
|
53973
|
-
},{"./implementation":366,"dup":343}],368:[function(require,module,exports){
|
|
53953
|
+
},{"./implementation":365,"dup":342}],367:[function(require,module,exports){
|
|
53974
53954
|
'use strict';
|
|
53975
53955
|
|
|
53976
53956
|
var bind = require('function-bind');
|
|
53977
53957
|
|
|
53978
53958
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
53979
53959
|
|
|
53980
|
-
},{"function-bind":
|
|
53960
|
+
},{"function-bind":366}],368:[function(require,module,exports){
|
|
53981
53961
|
'use strict';
|
|
53982
53962
|
|
|
53983
53963
|
var call = Function.prototype.call;
|
|
@@ -53987,7 +53967,7 @@ var bind = require('function-bind');
|
|
|
53987
53967
|
/** @type {import('.')} */
|
|
53988
53968
|
module.exports = bind.call(call, $hasOwn);
|
|
53989
53969
|
|
|
53990
|
-
},{"function-bind":
|
|
53970
|
+
},{"function-bind":355}],369:[function(require,module,exports){
|
|
53991
53971
|
if (typeof Object.create === 'function') {
|
|
53992
53972
|
// implementation from standard node.js 'util' module
|
|
53993
53973
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -54016,7 +53996,7 @@ if (typeof Object.create === 'function') {
|
|
|
54016
53996
|
}
|
|
54017
53997
|
}
|
|
54018
53998
|
|
|
54019
|
-
},{}],
|
|
53999
|
+
},{}],370:[function(require,module,exports){
|
|
54020
54000
|
'use strict';
|
|
54021
54001
|
|
|
54022
54002
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
@@ -54051,7 +54031,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
|
|
|
54051
54031
|
|
|
54052
54032
|
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
|
|
54053
54033
|
|
|
54054
|
-
},{"call-bind/callBound":
|
|
54034
|
+
},{"call-bind/callBound":339,"has-tostringtag/shams":364}],371:[function(require,module,exports){
|
|
54055
54035
|
'use strict';
|
|
54056
54036
|
|
|
54057
54037
|
var fnToStr = Function.prototype.toString;
|
|
@@ -54154,7 +54134,7 @@ module.exports = reflectApply
|
|
|
54154
54134
|
return tryFunctionObject(value);
|
|
54155
54135
|
};
|
|
54156
54136
|
|
|
54157
|
-
},{}],
|
|
54137
|
+
},{}],372:[function(require,module,exports){
|
|
54158
54138
|
'use strict';
|
|
54159
54139
|
|
|
54160
54140
|
var toStr = Object.prototype.toString;
|
|
@@ -54194,7 +54174,7 @@ module.exports = function isGeneratorFunction(fn) {
|
|
|
54194
54174
|
return getProto(fn) === GeneratorFunction;
|
|
54195
54175
|
};
|
|
54196
54176
|
|
|
54197
|
-
},{"has-tostringtag/shams":
|
|
54177
|
+
},{"has-tostringtag/shams":364}],373:[function(require,module,exports){
|
|
54198
54178
|
'use strict';
|
|
54199
54179
|
|
|
54200
54180
|
var whichTypedArray = require('which-typed-array');
|
|
@@ -54204,7 +54184,7 @@ module.exports = function isTypedArray(value) {
|
|
|
54204
54184
|
return !!whichTypedArray(value);
|
|
54205
54185
|
};
|
|
54206
54186
|
|
|
54207
|
-
},{"which-typed-array":
|
|
54187
|
+
},{"which-typed-array":387}],374:[function(require,module,exports){
|
|
54208
54188
|
(function (global){(function (){
|
|
54209
54189
|
/**
|
|
54210
54190
|
* @license
|
|
@@ -71417,7 +71397,7 @@ module.exports = function isTypedArray(value) {
|
|
|
71417
71397
|
}.call(this));
|
|
71418
71398
|
|
|
71419
71399
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
71420
|
-
},{}],
|
|
71400
|
+
},{}],375:[function(require,module,exports){
|
|
71421
71401
|
'use strict';
|
|
71422
71402
|
|
|
71423
71403
|
var keysShim;
|
|
@@ -71541,7 +71521,7 @@ if (!Object.keys) {
|
|
|
71541
71521
|
}
|
|
71542
71522
|
module.exports = keysShim;
|
|
71543
71523
|
|
|
71544
|
-
},{"./isArguments":
|
|
71524
|
+
},{"./isArguments":377}],376:[function(require,module,exports){
|
|
71545
71525
|
'use strict';
|
|
71546
71526
|
|
|
71547
71527
|
var slice = Array.prototype.slice;
|
|
@@ -71575,7 +71555,7 @@ keysShim.shim = function shimObjectKeys() {
|
|
|
71575
71555
|
|
|
71576
71556
|
module.exports = keysShim;
|
|
71577
71557
|
|
|
71578
|
-
},{"./implementation":
|
|
71558
|
+
},{"./implementation":375,"./isArguments":377}],377:[function(require,module,exports){
|
|
71579
71559
|
'use strict';
|
|
71580
71560
|
|
|
71581
71561
|
var toStr = Object.prototype.toString;
|
|
@@ -71594,7 +71574,7 @@ module.exports = function isArguments(value) {
|
|
|
71594
71574
|
return isArgs;
|
|
71595
71575
|
};
|
|
71596
71576
|
|
|
71597
|
-
},{}],
|
|
71577
|
+
},{}],378:[function(require,module,exports){
|
|
71598
71578
|
'use strict';
|
|
71599
71579
|
|
|
71600
71580
|
// modified from https://github.com/es-shims/es6-shim
|
|
@@ -71642,7 +71622,7 @@ module.exports = function assign(target, source1) {
|
|
|
71642
71622
|
return to; // step 4
|
|
71643
71623
|
};
|
|
71644
71624
|
|
|
71645
|
-
},{"call-bind/callBound":
|
|
71625
|
+
},{"call-bind/callBound":339,"has-symbols/shams":363,"object-keys":376}],379:[function(require,module,exports){
|
|
71646
71626
|
'use strict';
|
|
71647
71627
|
|
|
71648
71628
|
var implementation = require('./implementation');
|
|
@@ -71699,7 +71679,7 @@ module.exports = function getPolyfill() {
|
|
|
71699
71679
|
return Object.assign;
|
|
71700
71680
|
};
|
|
71701
71681
|
|
|
71702
|
-
},{"./implementation":
|
|
71682
|
+
},{"./implementation":378}],380:[function(require,module,exports){
|
|
71703
71683
|
'use strict';
|
|
71704
71684
|
|
|
71705
71685
|
/** @type {import('.')} */
|
|
@@ -71717,7 +71697,7 @@ module.exports = [
|
|
|
71717
71697
|
'BigUint64Array'
|
|
71718
71698
|
];
|
|
71719
71699
|
|
|
71720
|
-
},{}],
|
|
71700
|
+
},{}],381:[function(require,module,exports){
|
|
71721
71701
|
// shim for using process in browser
|
|
71722
71702
|
var process = module.exports = {};
|
|
71723
71703
|
|
|
@@ -71903,7 +71883,7 @@ process.chdir = function (dir) {
|
|
|
71903
71883
|
};
|
|
71904
71884
|
process.umask = function() { return 0; };
|
|
71905
71885
|
|
|
71906
|
-
},{}],
|
|
71886
|
+
},{}],382:[function(require,module,exports){
|
|
71907
71887
|
'use strict';
|
|
71908
71888
|
|
|
71909
71889
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -71947,7 +71927,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
71947
71927
|
return fn;
|
|
71948
71928
|
};
|
|
71949
71929
|
|
|
71950
|
-
},{"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){
|
|
71951
71931
|
'use strict';
|
|
71952
71932
|
|
|
71953
71933
|
var $defineProperty = require('es-define-property');
|
|
@@ -71971,9 +71951,9 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
71971
71951
|
|
|
71972
71952
|
module.exports = hasPropertyDescriptors;
|
|
71973
71953
|
|
|
71974
|
-
},{"es-define-property":
|
|
71975
|
-
arguments[4][
|
|
71976
|
-
},{"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){
|
|
71977
71957
|
// Currently in sync with Node.js lib/internal/util/types.js
|
|
71978
71958
|
// https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
|
|
71979
71959
|
|
|
@@ -72309,7 +72289,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
|
|
|
72309
72289
|
});
|
|
72310
72290
|
});
|
|
72311
72291
|
|
|
72312
|
-
},{"is-arguments":
|
|
72292
|
+
},{"is-arguments":370,"is-generator-function":372,"is-typed-array":373,"which-typed-array":387}],386:[function(require,module,exports){
|
|
72313
72293
|
(function (process){(function (){
|
|
72314
72294
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
72315
72295
|
//
|
|
@@ -73028,7 +73008,7 @@ function callbackify(original) {
|
|
|
73028
73008
|
exports.callbackify = callbackify;
|
|
73029
73009
|
|
|
73030
73010
|
}).call(this)}).call(this,require('_process'))
|
|
73031
|
-
},{"./support/isBuffer":
|
|
73011
|
+
},{"./support/isBuffer":384,"./support/types":385,"_process":381,"inherits":369}],387:[function(require,module,exports){
|
|
73032
73012
|
(function (global){(function (){
|
|
73033
73013
|
'use strict';
|
|
73034
73014
|
|
|
@@ -73148,9 +73128,9 @@ module.exports = function whichTypedArray(value) {
|
|
|
73148
73128
|
};
|
|
73149
73129
|
|
|
73150
73130
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
73151
|
-
},{"available-typed-arrays":
|
|
73152
|
-
arguments[4][
|
|
73153
|
-
},{"./":
|
|
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){
|
|
73154
73134
|
'use strict';
|
|
73155
73135
|
|
|
73156
73136
|
var bind = require('function-bind');
|
|
@@ -73187,7 +73167,7 @@ if ($defineProperty) {
|
|
|
73187
73167
|
module.exports.apply = applyBind;
|
|
73188
73168
|
}
|
|
73189
73169
|
|
|
73190
|
-
},{"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){
|
|
73191
73171
|
'use strict';
|
|
73192
73172
|
|
|
73193
73173
|
var hasSymbols = require('has-symbols/shams');
|
|
@@ -73197,5 +73177,5 @@ module.exports = function hasToStringTagShams() {
|
|
|
73197
73177
|
return hasSymbols() && !!Symbol.toStringTag;
|
|
73198
73178
|
};
|
|
73199
73179
|
|
|
73200
|
-
},{"has-symbols/shams":
|
|
73180
|
+
},{"has-symbols/shams":363}]},{},[113])(113)
|
|
73201
73181
|
});
|