@designliquido/delegua 0.67.0 → 0.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/analisador-semantico/analisador-semantico-base.d.ts +2 -1
  2. package/analisador-semantico/analisador-semantico-base.d.ts.map +1 -1
  3. package/analisador-semantico/analisador-semantico-base.js +3 -0
  4. package/analisador-semantico/analisador-semantico-base.js.map +1 -1
  5. package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts +5 -0
  6. package/analisador-semantico/dialetos/analisador-semantico-pitugues.d.ts.map +1 -1
  7. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js +73 -2
  8. package/analisador-semantico/dialetos/analisador-semantico-pitugues.js.map +1 -1
  9. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.d.ts.map +1 -1
  10. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js +29 -2
  11. package/avaliador-sintatico/dialetos/avaliador-sintatico-pitugues.js.map +1 -1
  12. package/bin/package.json +1 -1
  13. package/construtos/acesso-intervalo-variavel.d.ts +20 -0
  14. package/construtos/acesso-intervalo-variavel.d.ts.map +1 -0
  15. package/construtos/acesso-intervalo-variavel.js +35 -0
  16. package/construtos/acesso-intervalo-variavel.js.map +1 -0
  17. package/construtos/index.d.ts +1 -0
  18. package/construtos/index.d.ts.map +1 -1
  19. package/construtos/index.js +1 -0
  20. package/construtos/index.js.map +1 -1
  21. package/formatadores/formatador-delegua.d.ts +2 -1
  22. package/formatadores/formatador-delegua.d.ts.map +1 -1
  23. package/formatadores/formatador-delegua.js +3 -0
  24. package/formatadores/formatador-delegua.js.map +1 -1
  25. package/formatadores/formatador-pitugues.d.ts +2 -1
  26. package/formatadores/formatador-pitugues.d.ts.map +1 -1
  27. package/formatadores/formatador-pitugues.js +6 -0
  28. package/formatadores/formatador-pitugues.js.map +1 -1
  29. package/inferenciador.d.ts.map +1 -1
  30. package/inferenciador.js +2 -0
  31. package/inferenciador.js.map +1 -1
  32. package/interfaces/visitante-comum-interface.d.ts +2 -1
  33. package/interfaces/visitante-comum-interface.d.ts.map +1 -1
  34. package/interpretador/depuracao/comum.d.ts +11 -1
  35. package/interpretador/depuracao/comum.d.ts.map +1 -1
  36. package/interpretador/depuracao/comum.js +71 -0
  37. package/interpretador/depuracao/comum.js.map +1 -1
  38. package/interpretador/depuracao/interpretador-base-com-depuracao.d.ts +1 -1
  39. package/interpretador/depuracao/interpretador-base-com-depuracao.js +1 -1
  40. package/interpretador/depuracao/interpretador-com-depuracao.d.ts +11 -2
  41. package/interpretador/depuracao/interpretador-com-depuracao.d.ts.map +1 -1
  42. package/interpretador/depuracao/interpretador-com-depuracao.js +12 -1
  43. package/interpretador/depuracao/interpretador-com-depuracao.js.map +1 -1
  44. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts +2 -1
  45. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.d.ts.map +1 -1
  46. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js +3 -0
  47. package/interpretador/dialetos/egua-classico/interpretador-egua-classico.js.map +1 -1
  48. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts +2 -1
  49. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.d.ts.map +1 -1
  50. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js +5 -0
  51. package/interpretador/dialetos/egua-classico/resolvedor/resolvedor.js.map +1 -1
  52. package/interpretador/dialetos/pitugues/comum.d.ts +2 -1
  53. package/interpretador/dialetos/pitugues/comum.d.ts.map +1 -1
  54. package/interpretador/dialetos/pitugues/comum.js +19 -0
  55. package/interpretador/dialetos/pitugues/comum.js.map +1 -1
  56. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.d.ts +2 -1
  57. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.d.ts.map +1 -1
  58. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.js +3 -0
  59. package/interpretador/dialetos/pitugues/interpretador-pitugues-com-depuracao.js.map +1 -1
  60. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts +2 -1
  61. package/interpretador/dialetos/pitugues/interpretador-pitugues.d.ts.map +1 -1
  62. package/interpretador/dialetos/pitugues/interpretador-pitugues.js +3 -0
  63. package/interpretador/dialetos/pitugues/interpretador-pitugues.js.map +1 -1
  64. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts +2 -1
  65. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.d.ts.map +1 -1
  66. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js +6 -1
  67. package/interpretador/dialetos/portugol-ipt/interpretador-portugol-ipt.js.map +1 -1
  68. package/interpretador/interpretador-base.d.ts +7 -1
  69. package/interpretador/interpretador-base.d.ts.map +1 -1
  70. package/interpretador/interpretador-base.js +12 -4
  71. package/interpretador/interpretador-base.js.map +1 -1
  72. package/interpretador/pilha-escopos-execucao.js +1 -1
  73. package/interpretador/pilha-escopos-execucao.js.map +1 -1
  74. package/package.json +1 -1
  75. package/umd/delegua.js +517 -434
package/umd/delegua.js CHANGED
@@ -240,7 +240,7 @@ class AvaliadorSintaticoBase {
240
240
  }
241
241
  exports.AvaliadorSintaticoBase = AvaliadorSintaticoBase;
242
242
 
243
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/comum":195,"./erro-avaliador-sintatico":12}],2:[function(require,module,exports){
243
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/comum":196,"./erro-avaliador-sintatico":12}],2:[function(require,module,exports){
244
244
  "use strict";
245
245
  var __importDefault = (this && this.__importDefault) || function (mod) {
246
246
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2307,7 +2307,7 @@ class AvaliadorSintatico extends avaliador_sintatico_base_1.AvaliadorSintaticoBa
2307
2307
  }
2308
2308
  exports.AvaliadorSintatico = AvaliadorSintatico;
2309
2309
 
2310
- },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../construtos/tuplas":68,"../declaracoes":96,"../inferenciador":121,"../informacao-elemento-sintatico":122,"../tipos-de-dados/delegua":191,"../tipos-de-simbolos/delegua":196,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":11,"./erro-avaliador-sintatico":12,"./informacao-escopo":14,"./montao-tipos":17,"./pilha-escopos":18,"browser-process-hrtime":384}],3:[function(require,module,exports){
2310
+ },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":52,"../construtos/tuplas":69,"../declaracoes":97,"../inferenciador":122,"../informacao-elemento-sintatico":123,"../tipos-de-dados/delegua":192,"../tipos-de-simbolos/delegua":197,"./avaliador-sintatico-base":1,"./comum":3,"./elemento-montao-tipos":11,"./erro-avaliador-sintatico":12,"./informacao-escopo":14,"./montao-tipos":17,"./pilha-escopos":18,"browser-process-hrtime":385}],3:[function(require,module,exports){
2311
2311
  "use strict";
2312
2312
  Object.defineProperty(exports, "__esModule", { value: true });
2313
2313
  exports.buscarRetornos = buscarRetornos;
@@ -2408,7 +2408,7 @@ function registrarPrimitiva(primitivasConhecidas, tipo, catalogoPrimitivas) {
2408
2408
  }
2409
2409
  }
2410
2410
 
2411
- },{"../declaracoes":96,"../informacao-elemento-sintatico":122}],4:[function(require,module,exports){
2411
+ },{"../declaracoes":97,"../informacao-elemento-sintatico":123}],4:[function(require,module,exports){
2412
2412
  "use strict";
2413
2413
  var __importDefault = (this && this.__importDefault) || function (mod) {
2414
2414
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -2634,7 +2634,7 @@ class AvaliadorSintaticoCalango extends avaliador_sintatico_base_1.AvaliadorSint
2634
2634
  }
2635
2635
  exports.AvaliadorSintaticoCalango = AvaliadorSintaticoCalango;
2636
2636
 
2637
- },{"../../construtos":51,"../../declaracoes":96,"../../informacao-elemento-sintatico":122,"../../tipos-de-simbolos/calango":194,"../avaliador-sintatico-base":1,"../informacao-escopo":14,"../pilha-escopos":18}],5:[function(require,module,exports){
2637
+ },{"../../construtos":52,"../../declaracoes":97,"../../informacao-elemento-sintatico":123,"../../tipos-de-simbolos/calango":195,"../avaliador-sintatico-base":1,"../informacao-escopo":14,"../pilha-escopos":18}],5:[function(require,module,exports){
2638
2638
  "use strict";
2639
2639
  var __importDefault = (this && this.__importDefault) || function (mod) {
2640
2640
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3294,7 +3294,7 @@ class AvaliadorSintaticoEguaClassico {
3294
3294
  }
3295
3295
  exports.AvaliadorSintaticoEguaClassico = AvaliadorSintaticoEguaClassico;
3296
3296
 
3297
- },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/egua-classico":197,"../erro-avaliador-sintatico":12}],6:[function(require,module,exports){
3297
+ },{"../../construtos":52,"../../declaracoes":97,"../../tipos-de-simbolos/egua-classico":198,"../erro-avaliador-sintatico":12}],6:[function(require,module,exports){
3298
3298
  "use strict";
3299
3299
  var __importDefault = (this && this.__importDefault) || function (mod) {
3300
3300
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3802,9 +3802,36 @@ class AvaliadorSintaticoPitugues {
3802
3802
  expressao = new construtos_1.AcessoMetodoOuPropriedade(this.hashArquivo, expressao, nome);
3803
3803
  }
3804
3804
  else if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.COLCHETE_ESQUERDO)) {
3805
- const indice = this.expressao();
3805
+ let ehFatiamento = false;
3806
+ let indiceInicio = null;
3807
+ let indiceFim = null;
3808
+ if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
3809
+ // Acesso de itens por intervalo sem ponto de partida definido (ex: [:5] ou [:])
3810
+ ehFatiamento = true;
3811
+ if (!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO)) {
3812
+ // Fatiamento com ponto de parada definido (ex: [:5])
3813
+ indiceFim = this.expressao();
3814
+ }
3815
+ }
3816
+ else {
3817
+ // Tem ponto de início definido (ex: [1:5], [1:] ou [1])
3818
+ indiceInicio = this.expressao();
3819
+ if (this.verificarSeSimboloAtualEIgualA(pitugues_2.default.DOIS_PONTOS)) {
3820
+ // É fatiamento (ex: [1:5] ou [1:])
3821
+ ehFatiamento = true;
3822
+ if (!this.verificarTipoSimboloAtual(pitugues_2.default.COLCHETE_DIREITO)) {
3823
+ // fatiamento com ponto de parada definido (ex: [1:5])
3824
+ indiceFim = this.expressao();
3825
+ }
3826
+ }
3827
+ }
3806
3828
  const simboloFechamento = this.consumir(pitugues_2.default.COLCHETE_DIREITO, "Esperado ']' após escrita do indice.");
3807
- expressao = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, expressao, indice, simboloFechamento);
3829
+ if (ehFatiamento) {
3830
+ expressao = new construtos_1.AcessoIntervaloVariavel(this.hashArquivo, expressao, indiceInicio, indiceFim, simboloFechamento);
3831
+ }
3832
+ else {
3833
+ expressao = new construtos_1.AcessoIndiceVariavel(this.hashArquivo, expressao, indiceInicio, simboloFechamento);
3834
+ }
3808
3835
  }
3809
3836
  else {
3810
3837
  break;
@@ -4658,7 +4685,7 @@ class AvaliadorSintaticoPitugues {
4658
4685
  }
4659
4686
  exports.AvaliadorSintaticoPitugues = AvaliadorSintaticoPitugues;
4660
4687
 
4661
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador":183,"../../tipos-de-dados/dialetos/pitugues":192,"../../tipos-de-simbolos/pitugues":200,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":384}],7:[function(require,module,exports){
4688
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":52,"../../declaracoes":97,"../../inferenciador":122,"../../informacao-elemento-sintatico":123,"../../lexador":184,"../../tipos-de-dados/dialetos/pitugues":193,"../../tipos-de-simbolos/pitugues":201,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":385}],7:[function(require,module,exports){
4662
4689
  "use strict";
4663
4690
  var __importDefault = (this && this.__importDefault) || function (mod) {
4664
4691
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -4832,7 +4859,7 @@ class AvaliadorSintaticoPortugolIpt extends avaliador_sintatico_base_1.Avaliador
4832
4859
  }
4833
4860
  exports.AvaliadorSintaticoPortugolIpt = AvaliadorSintaticoPortugolIpt;
4834
4861
 
4835
- },{"../../construtos":51,"../../declaracoes":96,"../../tipos-de-simbolos/portugol-ipt":201,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4862
+ },{"../../construtos":52,"../../declaracoes":97,"../../tipos-de-simbolos/portugol-ipt":202,"../avaliador-sintatico-base":1}],8:[function(require,module,exports){
4836
4863
  "use strict";
4837
4864
  var __importDefault = (this && this.__importDefault) || function (mod) {
4838
4865
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -5547,7 +5574,7 @@ class AvaliadorSintaticoPrisma extends avaliador_sintatico_base_1.AvaliadorSinta
5547
5574
  }
5548
5575
  exports.AvaliadorSintaticoPrisma = AvaliadorSintaticoPrisma;
5549
5576
 
5550
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador":183,"../../tipos-de-simbolos/prisma":202,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":384}],9:[function(require,module,exports){
5577
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":52,"../../declaracoes":97,"../../inferenciador":122,"../../informacao-elemento-sintatico":123,"../../lexador":184,"../../tipos-de-simbolos/prisma":203,"../avaliador-sintatico-base":1,"../comum":3,"../erro-avaliador-sintatico":12,"../informacao-escopo":14,"../pilha-escopos":18,"browser-process-hrtime":385}],9:[function(require,module,exports){
5551
5578
  "use strict";
5552
5579
  var __importDefault = (this && this.__importDefault) || function (mod) {
5553
5580
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6533,7 +6560,7 @@ class AvaliadorSintaticoTenda extends avaliador_sintatico_base_1.AvaliadorSintat
6533
6560
  }
6534
6561
  exports.AvaliadorSintaticoTenda = AvaliadorSintaticoTenda;
6535
6562
 
6536
- },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":51,"../../construtos/tuplas":68,"../../declaracoes":96,"../../inferenciador":121,"../../informacao-elemento-sintatico":122,"../../lexador/simbolo":189,"../../tipos-de-dados/delegua":191,"../../tipos-de-simbolos/tenda":203,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":12,"./../informacao-escopo":14,"./../pilha-escopos":18,"browser-process-hrtime":384}],10:[function(require,module,exports){
6563
+ },{"../../bibliotecas/primitivas-dicionario":20,"../../bibliotecas/primitivas-numero":21,"../../bibliotecas/primitivas-texto":22,"../../bibliotecas/primitivas-vetor":23,"../../construtos":52,"../../construtos/tuplas":69,"../../declaracoes":97,"../../inferenciador":122,"../../informacao-elemento-sintatico":123,"../../lexador/simbolo":190,"../../tipos-de-dados/delegua":192,"../../tipos-de-simbolos/tenda":204,"../avaliador-sintatico-base":1,"./../erro-avaliador-sintatico":12,"./../informacao-escopo":14,"./../pilha-escopos":18,"browser-process-hrtime":385}],10:[function(require,module,exports){
6537
6564
  "use strict";
6538
6565
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6539
6566
  if (k2 === undefined) k2 = k;
@@ -6738,7 +6765,7 @@ class MicroAvaliadorSintaticoBase {
6738
6765
  }
6739
6766
  exports.MicroAvaliadorSintaticoBase = MicroAvaliadorSintaticoBase;
6740
6767
 
6741
- },{"../construtos":51,"../tipos-de-simbolos/comum":195,"./erro-avaliador-sintatico":12}],16:[function(require,module,exports){
6768
+ },{"../construtos":52,"../tipos-de-simbolos/comum":196,"./erro-avaliador-sintatico":12}],16:[function(require,module,exports){
6742
6769
  "use strict";
6743
6770
  var __importDefault = (this && this.__importDefault) || function (mod) {
6744
6771
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6960,7 +6987,7 @@ class MicroAvaliadorSintatico extends micro_avaliador_sintatico_base_1.MicroAval
6960
6987
  }
6961
6988
  exports.MicroAvaliadorSintatico = MicroAvaliadorSintatico;
6962
6989
 
6963
- },{"../construtos":51,"../tipos-de-simbolos/microgramaticas/delegua":199,"./micro-avaliador-sintatico-base":15}],17:[function(require,module,exports){
6990
+ },{"../construtos":52,"../tipos-de-simbolos/microgramaticas/delegua":200,"./micro-avaliador-sintatico-base":15}],17:[function(require,module,exports){
6964
6991
  "use strict";
6965
6992
  Object.defineProperty(exports, "__esModule", { value: true });
6966
6993
  exports.MontaoTipos = void 0;
@@ -7011,7 +7038,7 @@ class MontaoTipos {
7011
7038
  }
7012
7039
  exports.MontaoTipos = MontaoTipos;
7013
7040
 
7014
- },{"../geracao-identificadores":119,"./erro-avaliador-sintatico":12}],18:[function(require,module,exports){
7041
+ },{"../geracao-identificadores":120,"./erro-avaliador-sintatico":12}],18:[function(require,module,exports){
7015
7042
  "use strict";
7016
7043
  Object.defineProperty(exports, "__esModule", { value: true });
7017
7044
  exports.PilhaEscopos = void 0;
@@ -7997,7 +8024,7 @@ async function tupla(interpretador, vetor) {
7997
8024
  }
7998
8025
  }
7999
8026
 
8000
- },{"../construtos":51,"../excecoes":115,"../inferenciador":121,"../interpretador/estruturas":157,"../interpretador/estruturas/descritor-tipo-classe":155,"../interpretador/estruturas/funcao-padrao":156,"../interpretador/estruturas/objeto-delegua-classe":160,"../quebras":190}],20:[function(require,module,exports){
8027
+ },{"../construtos":52,"../excecoes":116,"../inferenciador":122,"../interpretador/estruturas":158,"../interpretador/estruturas/descritor-tipo-classe":156,"../interpretador/estruturas/funcao-padrao":157,"../interpretador/estruturas/objeto-delegua-classe":161,"../quebras":191}],20:[function(require,module,exports){
8001
8028
  "use strict";
8002
8029
  Object.defineProperty(exports, "__esModule", { value: true });
8003
8030
  const construtos_1 = require("../construtos");
@@ -8079,7 +8106,7 @@ exports.default = {
8079
8106
  }
8080
8107
  };
8081
8108
 
8082
- },{"../construtos":51,"../informacao-elemento-sintatico":122}],21:[function(require,module,exports){
8109
+ },{"../construtos":52,"../informacao-elemento-sintatico":123}],21:[function(require,module,exports){
8083
8110
  "use strict";
8084
8111
  Object.defineProperty(exports, "__esModule", { value: true });
8085
8112
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8164,7 +8191,7 @@ exports.default = {
8164
8191
  },
8165
8192
  };
8166
8193
 
8167
- },{"../informacao-elemento-sintatico":122}],22:[function(require,module,exports){
8194
+ },{"../informacao-elemento-sintatico":123}],22:[function(require,module,exports){
8168
8195
  "use strict";
8169
8196
  Object.defineProperty(exports, "__esModule", { value: true });
8170
8197
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8436,7 +8463,7 @@ exports.default = {
8436
8463
  },
8437
8464
  };
8438
8465
 
8439
- },{"../informacao-elemento-sintatico":122}],23:[function(require,module,exports){
8466
+ },{"../informacao-elemento-sintatico":123}],23:[function(require,module,exports){
8440
8467
  "use strict";
8441
8468
  Object.defineProperty(exports, "__esModule", { value: true });
8442
8469
  const informacao_elemento_sintatico_1 = require("../informacao-elemento-sintatico");
@@ -8811,7 +8838,7 @@ exports.default = {
8811
8838
  },
8812
8839
  };
8813
8840
 
8814
- },{"../informacao-elemento-sintatico":122}],24:[function(require,module,exports){
8841
+ },{"../informacao-elemento-sintatico":123}],24:[function(require,module,exports){
8815
8842
  "use strict";
8816
8843
  Object.defineProperty(exports, "__esModule", { value: true });
8817
8844
  exports.AcessoElementoMatriz = void 0;
@@ -8874,6 +8901,42 @@ exports.AcessoIndiceVariavel = AcessoIndiceVariavel;
8874
8901
  },{}],26:[function(require,module,exports){
8875
8902
  "use strict";
8876
8903
  Object.defineProperty(exports, "__esModule", { value: true });
8904
+ exports.AcessoIntervaloVariavel = void 0;
8905
+ /**
8906
+ * Construto para acesso de intervalos (fatiamento/slicing) em vetores.
8907
+ * Ex: vetor[1:4], vetor[1:], vetor[:3] ou vetor[:]
8908
+ */
8909
+ class AcessoIntervaloVariavel {
8910
+ constructor(hashArquivo, entidadeChamada, indiceInicio, indiceFim, simboloFechamento, tipo = 'qualquer') {
8911
+ this.tipo = 'qualquer';
8912
+ this.linha = entidadeChamada.linha;
8913
+ this.hashArquivo = hashArquivo;
8914
+ this.entidadeChamada = entidadeChamada;
8915
+ this.indiceInicio = indiceInicio;
8916
+ this.indiceFim = indiceFim;
8917
+ this.simboloFechamento = simboloFechamento;
8918
+ this.tipo = tipo;
8919
+ }
8920
+ async aceitar(visitante) {
8921
+ return await visitante.visitarExpressaoAcessoIntervaloVariavel(this);
8922
+ }
8923
+ paraTexto() {
8924
+ const inicio = this.indiceInicio ? this.indiceInicio.paraTexto() : 'sem-início';
8925
+ const fim = this.indiceFim ? this.indiceFim.paraTexto() : 'sem-fim';
8926
+ return (`<acesso-índice-variável entidadeChamada=${this.entidadeChamada.paraTexto()} ` +
8927
+ `inicio=${inicio} ` +
8928
+ `fim=${fim}` +
8929
+ `/>`);
8930
+ }
8931
+ paraTextoSaida() {
8932
+ throw new Error('Método não implementado.');
8933
+ }
8934
+ }
8935
+ exports.AcessoIntervaloVariavel = AcessoIntervaloVariavel;
8936
+
8937
+ },{}],27:[function(require,module,exports){
8938
+ "use strict";
8939
+ Object.defineProperty(exports, "__esModule", { value: true });
8877
8940
  exports.AcessoMetodoOuPropriedade = void 0;
8878
8941
  /**
8879
8942
  * Chamado de `Get` em Égua Clássico, é o construto de acesso a métodos ou membros de
@@ -8903,7 +8966,7 @@ class AcessoMetodoOuPropriedade {
8903
8966
  }
8904
8967
  exports.AcessoMetodoOuPropriedade = AcessoMetodoOuPropriedade;
8905
8968
 
8906
- },{}],27:[function(require,module,exports){
8969
+ },{}],28:[function(require,module,exports){
8907
8970
  "use strict";
8908
8971
  Object.defineProperty(exports, "__esModule", { value: true });
8909
8972
  exports.AcessoMetodo = void 0;
@@ -8928,7 +8991,7 @@ class AcessoMetodo {
8928
8991
  }
8929
8992
  exports.AcessoMetodo = AcessoMetodo;
8930
8993
 
8931
- },{}],28:[function(require,module,exports){
8994
+ },{}],29:[function(require,module,exports){
8932
8995
  "use strict";
8933
8996
  Object.defineProperty(exports, "__esModule", { value: true });
8934
8997
  exports.AcessoPropriedade = void 0;
@@ -8952,7 +9015,7 @@ class AcessoPropriedade {
8952
9015
  }
8953
9016
  exports.AcessoPropriedade = AcessoPropriedade;
8954
9017
 
8955
- },{}],29:[function(require,module,exports){
9018
+ },{}],30:[function(require,module,exports){
8956
9019
  "use strict";
8957
9020
  Object.defineProperty(exports, "__esModule", { value: true });
8958
9021
  exports.Agrupamento = void 0;
@@ -8980,7 +9043,7 @@ class Agrupamento {
8980
9043
  }
8981
9044
  exports.Agrupamento = Agrupamento;
8982
9045
 
8983
- },{}],30:[function(require,module,exports){
9046
+ },{}],31:[function(require,module,exports){
8984
9047
  "use strict";
8985
9048
  Object.defineProperty(exports, "__esModule", { value: true });
8986
9049
  exports.ArgumentoReferenciaFuncao = void 0;
@@ -9007,7 +9070,7 @@ class ArgumentoReferenciaFuncao {
9007
9070
  }
9008
9071
  exports.ArgumentoReferenciaFuncao = ArgumentoReferenciaFuncao;
9009
9072
 
9010
- },{}],31:[function(require,module,exports){
9073
+ },{}],32:[function(require,module,exports){
9011
9074
  "use strict";
9012
9075
  Object.defineProperty(exports, "__esModule", { value: true });
9013
9076
  exports.AtribuicaoPorIndice = void 0;
@@ -9034,7 +9097,7 @@ class AtribuicaoPorIndice {
9034
9097
  }
9035
9098
  exports.AtribuicaoPorIndice = AtribuicaoPorIndice;
9036
9099
 
9037
- },{}],32:[function(require,module,exports){
9100
+ },{}],33:[function(require,module,exports){
9038
9101
  "use strict";
9039
9102
  Object.defineProperty(exports, "__esModule", { value: true });
9040
9103
  exports.AtribuicaoPorIndicesMatriz = void 0;
@@ -9063,7 +9126,7 @@ class AtribuicaoPorIndicesMatriz {
9063
9126
  }
9064
9127
  exports.AtribuicaoPorIndicesMatriz = AtribuicaoPorIndicesMatriz;
9065
9128
 
9066
- },{}],33:[function(require,module,exports){
9129
+ },{}],34:[function(require,module,exports){
9067
9130
  "use strict";
9068
9131
  Object.defineProperty(exports, "__esModule", { value: true });
9069
9132
  exports.Atribuir = void 0;
@@ -9102,7 +9165,7 @@ class Atribuir {
9102
9165
  }
9103
9166
  exports.Atribuir = Atribuir;
9104
9167
 
9105
- },{}],34:[function(require,module,exports){
9168
+ },{}],35:[function(require,module,exports){
9106
9169
  "use strict";
9107
9170
  Object.defineProperty(exports, "__esModule", { value: true });
9108
9171
  exports.Binario = void 0;
@@ -9171,7 +9234,7 @@ class Binario {
9171
9234
  }
9172
9235
  exports.Binario = Binario;
9173
9236
 
9174
- },{}],35:[function(require,module,exports){
9237
+ },{}],36:[function(require,module,exports){
9175
9238
  "use strict";
9176
9239
  Object.defineProperty(exports, "__esModule", { value: true });
9177
9240
  exports.Chamada = void 0;
@@ -9200,7 +9263,7 @@ class Chamada {
9200
9263
  }
9201
9264
  exports.Chamada = Chamada;
9202
9265
 
9203
- },{"../geracao-identificadores":119}],36:[function(require,module,exports){
9266
+ },{"../geracao-identificadores":120}],37:[function(require,module,exports){
9204
9267
  "use strict";
9205
9268
  Object.defineProperty(exports, "__esModule", { value: true });
9206
9269
  exports.ComentarioComoConstruto = void 0;
@@ -9227,7 +9290,7 @@ class ComentarioComoConstruto {
9227
9290
  }
9228
9291
  exports.ComentarioComoConstruto = ComentarioComoConstruto;
9229
9292
 
9230
- },{}],37:[function(require,module,exports){
9293
+ },{}],38:[function(require,module,exports){
9231
9294
  "use strict";
9232
9295
  Object.defineProperty(exports, "__esModule", { value: true });
9233
9296
  exports.ComponenteLinguagem = void 0;
@@ -9253,7 +9316,7 @@ class ComponenteLinguagem {
9253
9316
  }
9254
9317
  exports.ComponenteLinguagem = ComponenteLinguagem;
9255
9318
 
9256
- },{}],38:[function(require,module,exports){
9319
+ },{}],39:[function(require,module,exports){
9257
9320
  "use strict";
9258
9321
  Object.defineProperty(exports, "__esModule", { value: true });
9259
9322
  exports.Constante = void 0;
@@ -9278,11 +9341,11 @@ class Constante {
9278
9341
  }
9279
9342
  exports.Constante = Constante;
9280
9343
 
9281
- },{}],39:[function(require,module,exports){
9344
+ },{}],40:[function(require,module,exports){
9282
9345
  "use strict";
9283
9346
  Object.defineProperty(exports, "__esModule", { value: true });
9284
9347
 
9285
- },{}],40:[function(require,module,exports){
9348
+ },{}],41:[function(require,module,exports){
9286
9349
  "use strict";
9287
9350
  Object.defineProperty(exports, "__esModule", { value: true });
9288
9351
  exports.Decorador = void 0;
@@ -9310,7 +9373,7 @@ class Decorador {
9310
9373
  }
9311
9374
  exports.Decorador = Decorador;
9312
9375
 
9313
- },{}],41:[function(require,module,exports){
9376
+ },{}],42:[function(require,module,exports){
9314
9377
  "use strict";
9315
9378
  Object.defineProperty(exports, "__esModule", { value: true });
9316
9379
  exports.DefinirValor = void 0;
@@ -9334,7 +9397,7 @@ class DefinirValor {
9334
9397
  }
9335
9398
  exports.DefinirValor = DefinirValor;
9336
9399
 
9337
- },{}],42:[function(require,module,exports){
9400
+ },{}],43:[function(require,module,exports){
9338
9401
  "use strict";
9339
9402
  Object.defineProperty(exports, "__esModule", { value: true });
9340
9403
  exports.Dicionario = void 0;
@@ -9358,7 +9421,7 @@ class Dicionario {
9358
9421
  }
9359
9422
  exports.Dicionario = Dicionario;
9360
9423
 
9361
- },{}],43:[function(require,module,exports){
9424
+ },{}],44:[function(require,module,exports){
9362
9425
  "use strict";
9363
9426
  Object.defineProperty(exports, "__esModule", { value: true });
9364
9427
  exports.Elvis = void 0;
@@ -9383,7 +9446,7 @@ class Elvis {
9383
9446
  }
9384
9447
  exports.Elvis = Elvis;
9385
9448
 
9386
- },{}],44:[function(require,module,exports){
9449
+ },{}],45:[function(require,module,exports){
9387
9450
  "use strict";
9388
9451
  Object.defineProperty(exports, "__esModule", { value: true });
9389
9452
  exports.EnquantoComoConstruto = void 0;
@@ -9406,7 +9469,7 @@ class EnquantoComoConstruto {
9406
9469
  }
9407
9470
  exports.EnquantoComoConstruto = EnquantoComoConstruto;
9408
9471
 
9409
- },{}],45:[function(require,module,exports){
9472
+ },{}],46:[function(require,module,exports){
9410
9473
  "use strict";
9411
9474
  Object.defineProperty(exports, "__esModule", { value: true });
9412
9475
  exports.ExpressaoRegular = void 0;
@@ -9429,7 +9492,7 @@ class ExpressaoRegular {
9429
9492
  }
9430
9493
  exports.ExpressaoRegular = ExpressaoRegular;
9431
9494
 
9432
- },{}],46:[function(require,module,exports){
9495
+ },{}],47:[function(require,module,exports){
9433
9496
  "use strict";
9434
9497
  Object.defineProperty(exports, "__esModule", { value: true });
9435
9498
  exports.FazerComoConstruto = void 0;
@@ -9452,7 +9515,7 @@ class FazerComoConstruto {
9452
9515
  }
9453
9516
  exports.FazerComoConstruto = FazerComoConstruto;
9454
9517
 
9455
- },{}],47:[function(require,module,exports){
9518
+ },{}],48:[function(require,module,exports){
9456
9519
  "use strict";
9457
9520
  Object.defineProperty(exports, "__esModule", { value: true });
9458
9521
  exports.FimPara = void 0;
@@ -9485,7 +9548,7 @@ class FimPara {
9485
9548
  }
9486
9549
  exports.FimPara = FimPara;
9487
9550
 
9488
- },{}],48:[function(require,module,exports){
9551
+ },{}],49:[function(require,module,exports){
9489
9552
  "use strict";
9490
9553
  Object.defineProperty(exports, "__esModule", { value: true });
9491
9554
  exports.FormatacaoEscrita = void 0;
@@ -9514,7 +9577,7 @@ class FormatacaoEscrita {
9514
9577
  }
9515
9578
  exports.FormatacaoEscrita = FormatacaoEscrita;
9516
9579
 
9517
- },{}],49:[function(require,module,exports){
9580
+ },{}],50:[function(require,module,exports){
9518
9581
  "use strict";
9519
9582
  Object.defineProperty(exports, "__esModule", { value: true });
9520
9583
  exports.FuncaoConstruto = void 0;
@@ -9541,7 +9604,7 @@ class FuncaoConstruto {
9541
9604
  }
9542
9605
  exports.FuncaoConstruto = FuncaoConstruto;
9543
9606
 
9544
- },{}],50:[function(require,module,exports){
9607
+ },{}],51:[function(require,module,exports){
9545
9608
  "use strict";
9546
9609
  Object.defineProperty(exports, "__esModule", { value: true });
9547
9610
  exports.ImportarComoConstruto = void 0;
@@ -9567,7 +9630,7 @@ class ImportarComoConstruto {
9567
9630
  }
9568
9631
  exports.ImportarComoConstruto = ImportarComoConstruto;
9569
9632
 
9570
- },{}],51:[function(require,module,exports){
9633
+ },{}],52:[function(require,module,exports){
9571
9634
  "use strict";
9572
9635
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9573
9636
  if (k2 === undefined) k2 = k;
@@ -9586,6 +9649,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
9586
9649
  Object.defineProperty(exports, "__esModule", { value: true });
9587
9650
  __exportStar(require("./acesso-elemento-matriz"), exports);
9588
9651
  __exportStar(require("./acesso-indice-variavel"), exports);
9652
+ __exportStar(require("./acesso-intervalo-variavel"), exports);
9589
9653
  __exportStar(require("./acesso-metodo"), exports);
9590
9654
  __exportStar(require("./acesso-metodo-ou-propriedade"), exports);
9591
9655
  __exportStar(require("./acesso-propriedade"), exports);
@@ -9630,7 +9694,7 @@ __exportStar(require("./unario"), exports);
9630
9694
  __exportStar(require("./variavel"), exports);
9631
9695
  __exportStar(require("./vetor"), exports);
9632
9696
 
9633
- },{"./acesso-elemento-matriz":24,"./acesso-indice-variavel":25,"./acesso-metodo":27,"./acesso-metodo-ou-propriedade":26,"./acesso-propriedade":28,"./agrupamento":29,"./argumento-referencia-funcao":30,"./atribuicao-por-indice":31,"./atribuicao-por-indices-matriz":32,"./atribuir":33,"./binario":34,"./chamada":35,"./comentario-como-construto":36,"./componente-linguagem":37,"./constante":38,"./construto":39,"./decorador":40,"./definir-valor":41,"./dicionario":42,"./elvis":43,"./enquanto-como-construto":44,"./expressao-regular":45,"./fazer-como-construto":46,"./fim-para":47,"./formatacao-escrita":48,"./funcao":49,"./importar-como-construto":50,"./isto":52,"./leia":53,"./lista-compreensao":54,"./literal":55,"./logico":56,"./para-cada-como-construto":57,"./para-como-construto":58,"./referencia-biblioteca-global":59,"./referencia-funcao":60,"./se-ternario":61,"./separador":62,"./super":63,"./tipo-de":64,"./tupla":65,"./tuplas":68,"./unario":76,"./variavel":77,"./vetor":78}],52:[function(require,module,exports){
9697
+ },{"./acesso-elemento-matriz":24,"./acesso-indice-variavel":25,"./acesso-intervalo-variavel":26,"./acesso-metodo":28,"./acesso-metodo-ou-propriedade":27,"./acesso-propriedade":29,"./agrupamento":30,"./argumento-referencia-funcao":31,"./atribuicao-por-indice":32,"./atribuicao-por-indices-matriz":33,"./atribuir":34,"./binario":35,"./chamada":36,"./comentario-como-construto":37,"./componente-linguagem":38,"./constante":39,"./construto":40,"./decorador":41,"./definir-valor":42,"./dicionario":43,"./elvis":44,"./enquanto-como-construto":45,"./expressao-regular":46,"./fazer-como-construto":47,"./fim-para":48,"./formatacao-escrita":49,"./funcao":50,"./importar-como-construto":51,"./isto":53,"./leia":54,"./lista-compreensao":55,"./literal":56,"./logico":57,"./para-cada-como-construto":58,"./para-como-construto":59,"./referencia-biblioteca-global":60,"./referencia-funcao":61,"./se-ternario":62,"./separador":63,"./super":64,"./tipo-de":65,"./tupla":66,"./tuplas":69,"./unario":77,"./variavel":78,"./vetor":79}],53:[function(require,module,exports){
9634
9698
  "use strict";
9635
9699
  Object.defineProperty(exports, "__esModule", { value: true });
9636
9700
  exports.Isto = void 0;
@@ -9652,7 +9716,7 @@ class Isto {
9652
9716
  }
9653
9717
  exports.Isto = Isto;
9654
9718
 
9655
- },{}],53:[function(require,module,exports){
9719
+ },{}],54:[function(require,module,exports){
9656
9720
  "use strict";
9657
9721
  Object.defineProperty(exports, "__esModule", { value: true });
9658
9722
  exports.Leia = void 0;
@@ -9682,7 +9746,7 @@ class Leia {
9682
9746
  }
9683
9747
  exports.Leia = Leia;
9684
9748
 
9685
- },{"../geracao-identificadores":119}],54:[function(require,module,exports){
9749
+ },{"../geracao-identificadores":120}],55:[function(require,module,exports){
9686
9750
  "use strict";
9687
9751
  Object.defineProperty(exports, "__esModule", { value: true });
9688
9752
  exports.ListaCompreensao = void 0;
@@ -9707,7 +9771,7 @@ class ListaCompreensao {
9707
9771
  }
9708
9772
  exports.ListaCompreensao = ListaCompreensao;
9709
9773
 
9710
- },{}],55:[function(require,module,exports){
9774
+ },{}],56:[function(require,module,exports){
9711
9775
  "use strict";
9712
9776
  Object.defineProperty(exports, "__esModule", { value: true });
9713
9777
  exports.Literal = void 0;
@@ -9733,7 +9797,7 @@ class Literal {
9733
9797
  }
9734
9798
  exports.Literal = Literal;
9735
9799
 
9736
- },{}],56:[function(require,module,exports){
9800
+ },{}],57:[function(require,module,exports){
9737
9801
  "use strict";
9738
9802
  Object.defineProperty(exports, "__esModule", { value: true });
9739
9803
  exports.Logico = void 0;
@@ -9760,7 +9824,7 @@ class Logico {
9760
9824
  }
9761
9825
  exports.Logico = Logico;
9762
9826
 
9763
- },{}],57:[function(require,module,exports){
9827
+ },{}],58:[function(require,module,exports){
9764
9828
  "use strict";
9765
9829
  Object.defineProperty(exports, "__esModule", { value: true });
9766
9830
  exports.ParaCadaComoConstruto = void 0;
@@ -9785,7 +9849,7 @@ class ParaCadaComoConstruto {
9785
9849
  }
9786
9850
  exports.ParaCadaComoConstruto = ParaCadaComoConstruto;
9787
9851
 
9788
- },{}],58:[function(require,module,exports){
9852
+ },{}],59:[function(require,module,exports){
9789
9853
  "use strict";
9790
9854
  Object.defineProperty(exports, "__esModule", { value: true });
9791
9855
  exports.ParaComoConstruto = void 0;
@@ -9813,7 +9877,7 @@ class ParaComoConstruto {
9813
9877
  }
9814
9878
  exports.ParaComoConstruto = ParaComoConstruto;
9815
9879
 
9816
- },{}],59:[function(require,module,exports){
9880
+ },{}],60:[function(require,module,exports){
9817
9881
  "use strict";
9818
9882
  Object.defineProperty(exports, "__esModule", { value: true });
9819
9883
  exports.ReferenciaBibliotecaGlobal = void 0;
@@ -9839,7 +9903,7 @@ class ReferenciaBibliotecaGlobal {
9839
9903
  }
9840
9904
  exports.ReferenciaBibliotecaGlobal = ReferenciaBibliotecaGlobal;
9841
9905
 
9842
- },{}],60:[function(require,module,exports){
9906
+ },{}],61:[function(require,module,exports){
9843
9907
  "use strict";
9844
9908
  Object.defineProperty(exports, "__esModule", { value: true });
9845
9909
  exports.ReferenciaFuncao = void 0;
@@ -9863,7 +9927,7 @@ class ReferenciaFuncao {
9863
9927
  }
9864
9928
  exports.ReferenciaFuncao = ReferenciaFuncao;
9865
9929
 
9866
- },{}],61:[function(require,module,exports){
9930
+ },{}],62:[function(require,module,exports){
9867
9931
  "use strict";
9868
9932
  Object.defineProperty(exports, "__esModule", { value: true });
9869
9933
  exports.SeTernario = void 0;
@@ -9888,7 +9952,7 @@ class SeTernario {
9888
9952
  }
9889
9953
  exports.SeTernario = SeTernario;
9890
9954
 
9891
- },{}],62:[function(require,module,exports){
9955
+ },{}],63:[function(require,module,exports){
9892
9956
  "use strict";
9893
9957
  Object.defineProperty(exports, "__esModule", { value: true });
9894
9958
  exports.Separador = void 0;
@@ -9910,7 +9974,7 @@ class Separador {
9910
9974
  }
9911
9975
  exports.Separador = Separador;
9912
9976
 
9913
- },{}],63:[function(require,module,exports){
9977
+ },{}],64:[function(require,module,exports){
9914
9978
  "use strict";
9915
9979
  Object.defineProperty(exports, "__esModule", { value: true });
9916
9980
  exports.Super = void 0;
@@ -9933,7 +9997,7 @@ class Super {
9933
9997
  }
9934
9998
  exports.Super = Super;
9935
9999
 
9936
- },{}],64:[function(require,module,exports){
10000
+ },{}],65:[function(require,module,exports){
9937
10001
  "use strict";
9938
10002
  Object.defineProperty(exports, "__esModule", { value: true });
9939
10003
  exports.TipoDe = void 0;
@@ -9960,7 +10024,7 @@ class TipoDe {
9960
10024
  }
9961
10025
  exports.TipoDe = TipoDe;
9962
10026
 
9963
- },{}],65:[function(require,module,exports){
10027
+ },{}],66:[function(require,module,exports){
9964
10028
  "use strict";
9965
10029
  Object.defineProperty(exports, "__esModule", { value: true });
9966
10030
  exports.Tupla = void 0;
@@ -9971,7 +10035,7 @@ class Tupla {
9971
10035
  }
9972
10036
  exports.Tupla = Tupla;
9973
10037
 
9974
- },{}],66:[function(require,module,exports){
10038
+ },{}],67:[function(require,module,exports){
9975
10039
  "use strict";
9976
10040
  Object.defineProperty(exports, "__esModule", { value: true });
9977
10041
  exports.Deceto = void 0;
@@ -10022,7 +10086,7 @@ class Deceto extends tupla_1.Tupla {
10022
10086
  }
10023
10087
  exports.Deceto = Deceto;
10024
10088
 
10025
- },{"../tupla":65}],67:[function(require,module,exports){
10089
+ },{"../tupla":66}],68:[function(require,module,exports){
10026
10090
  "use strict";
10027
10091
  Object.defineProperty(exports, "__esModule", { value: true });
10028
10092
  exports.Dupla = void 0;
@@ -10044,7 +10108,7 @@ class Dupla extends tupla_1.Tupla {
10044
10108
  }
10045
10109
  exports.Dupla = Dupla;
10046
10110
 
10047
- },{"../tupla":65}],68:[function(require,module,exports){
10111
+ },{"../tupla":66}],69:[function(require,module,exports){
10048
10112
  "use strict";
10049
10113
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10050
10114
  if (k2 === undefined) k2 = k;
@@ -10112,7 +10176,7 @@ class SeletorTuplas {
10112
10176
  }
10113
10177
  exports.SeletorTuplas = SeletorTuplas;
10114
10178
 
10115
- },{"./deceto":66,"./dupla":67,"./noneto":69,"./octeto":70,"./quarteto":71,"./quinteto":72,"./septeto":73,"./sexteto":74,"./trio":75}],69:[function(require,module,exports){
10179
+ },{"./deceto":67,"./dupla":68,"./noneto":70,"./octeto":71,"./quarteto":72,"./quinteto":73,"./septeto":74,"./sexteto":75,"./trio":76}],70:[function(require,module,exports){
10116
10180
  "use strict";
10117
10181
  Object.defineProperty(exports, "__esModule", { value: true });
10118
10182
  exports.Noneto = void 0;
@@ -10154,7 +10218,7 @@ class Noneto extends tupla_1.Tupla {
10154
10218
  }
10155
10219
  exports.Noneto = Noneto;
10156
10220
 
10157
- },{"../tupla":65}],70:[function(require,module,exports){
10221
+ },{"../tupla":66}],71:[function(require,module,exports){
10158
10222
  "use strict";
10159
10223
  Object.defineProperty(exports, "__esModule", { value: true });
10160
10224
  exports.Octeto = void 0;
@@ -10194,7 +10258,7 @@ class Octeto extends tupla_1.Tupla {
10194
10258
  }
10195
10259
  exports.Octeto = Octeto;
10196
10260
 
10197
- },{"../tupla":65}],71:[function(require,module,exports){
10261
+ },{"../tupla":66}],72:[function(require,module,exports){
10198
10262
  "use strict";
10199
10263
  Object.defineProperty(exports, "__esModule", { value: true });
10200
10264
  exports.Quarteto = void 0;
@@ -10220,7 +10284,7 @@ class Quarteto extends tupla_1.Tupla {
10220
10284
  }
10221
10285
  exports.Quarteto = Quarteto;
10222
10286
 
10223
- },{"../tupla":65}],72:[function(require,module,exports){
10287
+ },{"../tupla":66}],73:[function(require,module,exports){
10224
10288
  "use strict";
10225
10289
  Object.defineProperty(exports, "__esModule", { value: true });
10226
10290
  exports.Quinteto = void 0;
@@ -10248,7 +10312,7 @@ class Quinteto extends tupla_1.Tupla {
10248
10312
  }
10249
10313
  exports.Quinteto = Quinteto;
10250
10314
 
10251
- },{"../tupla":65}],73:[function(require,module,exports){
10315
+ },{"../tupla":66}],74:[function(require,module,exports){
10252
10316
  "use strict";
10253
10317
  Object.defineProperty(exports, "__esModule", { value: true });
10254
10318
  exports.Septeto = void 0;
@@ -10286,7 +10350,7 @@ class Septeto extends tupla_1.Tupla {
10286
10350
  }
10287
10351
  exports.Septeto = Septeto;
10288
10352
 
10289
- },{"../tupla":65}],74:[function(require,module,exports){
10353
+ },{"../tupla":66}],75:[function(require,module,exports){
10290
10354
  "use strict";
10291
10355
  Object.defineProperty(exports, "__esModule", { value: true });
10292
10356
  exports.Sexteto = void 0;
@@ -10316,7 +10380,7 @@ class Sexteto extends tupla_1.Tupla {
10316
10380
  }
10317
10381
  exports.Sexteto = Sexteto;
10318
10382
 
10319
- },{"../tupla":65}],75:[function(require,module,exports){
10383
+ },{"../tupla":66}],76:[function(require,module,exports){
10320
10384
  "use strict";
10321
10385
  Object.defineProperty(exports, "__esModule", { value: true });
10322
10386
  exports.Trio = void 0;
@@ -10340,7 +10404,7 @@ class Trio extends tupla_1.Tupla {
10340
10404
  }
10341
10405
  exports.Trio = Trio;
10342
10406
 
10343
- },{"../tupla":65}],76:[function(require,module,exports){
10407
+ },{"../tupla":66}],77:[function(require,module,exports){
10344
10408
  "use strict";
10345
10409
  Object.defineProperty(exports, "__esModule", { value: true });
10346
10410
  exports.Unario = void 0;
@@ -10366,7 +10430,7 @@ class Unario {
10366
10430
  }
10367
10431
  exports.Unario = Unario;
10368
10432
 
10369
- },{}],77:[function(require,module,exports){
10433
+ },{}],78:[function(require,module,exports){
10370
10434
  "use strict";
10371
10435
  Object.defineProperty(exports, "__esModule", { value: true });
10372
10436
  exports.Variavel = void 0;
@@ -10389,7 +10453,7 @@ class Variavel {
10389
10453
  }
10390
10454
  exports.Variavel = Variavel;
10391
10455
 
10392
- },{}],78:[function(require,module,exports){
10456
+ },{}],79:[function(require,module,exports){
10393
10457
  "use strict";
10394
10458
  Object.defineProperty(exports, "__esModule", { value: true });
10395
10459
  exports.Vetor = void 0;
@@ -10418,7 +10482,7 @@ class Vetor {
10418
10482
  }
10419
10483
  exports.Vetor = Vetor;
10420
10484
 
10421
- },{}],79:[function(require,module,exports){
10485
+ },{}],80:[function(require,module,exports){
10422
10486
  "use strict";
10423
10487
  Object.defineProperty(exports, "__esModule", { value: true });
10424
10488
  exports.Bloco = void 0;
@@ -10444,7 +10508,7 @@ class Bloco extends declaracao_1.Declaracao {
10444
10508
  }
10445
10509
  exports.Bloco = Bloco;
10446
10510
 
10447
- },{"./declaracao":86}],80:[function(require,module,exports){
10511
+ },{"./declaracao":87}],81:[function(require,module,exports){
10448
10512
  "use strict";
10449
10513
  Object.defineProperty(exports, "__esModule", { value: true });
10450
10514
  exports.CabecalhoPrograma = void 0;
@@ -10466,7 +10530,7 @@ class CabecalhoPrograma extends declaracao_1.Declaracao {
10466
10530
  }
10467
10531
  exports.CabecalhoPrograma = CabecalhoPrograma;
10468
10532
 
10469
- },{"./declaracao":86}],81:[function(require,module,exports){
10533
+ },{"./declaracao":87}],82:[function(require,module,exports){
10470
10534
  "use strict";
10471
10535
  Object.defineProperty(exports, "__esModule", { value: true });
10472
10536
  exports.Classe = void 0;
@@ -10501,7 +10565,7 @@ class Classe extends declaracao_1.Declaracao {
10501
10565
  }
10502
10566
  exports.Classe = Classe;
10503
10567
 
10504
- },{"./declaracao":86}],82:[function(require,module,exports){
10568
+ },{"./declaracao":87}],83:[function(require,module,exports){
10505
10569
  "use strict";
10506
10570
  Object.defineProperty(exports, "__esModule", { value: true });
10507
10571
  exports.Comentario = void 0;
@@ -10526,7 +10590,7 @@ class Comentario extends declaracao_1.Declaracao {
10526
10590
  }
10527
10591
  exports.Comentario = Comentario;
10528
10592
 
10529
- },{"./declaracao":86}],83:[function(require,module,exports){
10593
+ },{"./declaracao":87}],84:[function(require,module,exports){
10530
10594
  "use strict";
10531
10595
  Object.defineProperty(exports, "__esModule", { value: true });
10532
10596
  exports.ConstMultiplo = void 0;
@@ -10551,7 +10615,7 @@ class ConstMultiplo extends declaracao_1.Declaracao {
10551
10615
  }
10552
10616
  exports.ConstMultiplo = ConstMultiplo;
10553
10617
 
10554
- },{"./declaracao":86}],84:[function(require,module,exports){
10618
+ },{"./declaracao":87}],85:[function(require,module,exports){
10555
10619
  "use strict";
10556
10620
  Object.defineProperty(exports, "__esModule", { value: true });
10557
10621
  exports.Const = void 0;
@@ -10581,7 +10645,7 @@ class Const extends declaracao_1.Declaracao {
10581
10645
  }
10582
10646
  exports.Const = Const;
10583
10647
 
10584
- },{"./declaracao":86}],85:[function(require,module,exports){
10648
+ },{"./declaracao":87}],86:[function(require,module,exports){
10585
10649
  "use strict";
10586
10650
  Object.defineProperty(exports, "__esModule", { value: true });
10587
10651
  exports.Continua = void 0;
@@ -10599,7 +10663,7 @@ class Continua extends declaracao_1.Declaracao {
10599
10663
  }
10600
10664
  exports.Continua = Continua;
10601
10665
 
10602
- },{"./declaracao":86}],86:[function(require,module,exports){
10666
+ },{"./declaracao":87}],87:[function(require,module,exports){
10603
10667
  "use strict";
10604
10668
  Object.defineProperty(exports, "__esModule", { value: true });
10605
10669
  exports.Declaracao = void 0;
@@ -10622,7 +10686,7 @@ class Declaracao {
10622
10686
  }
10623
10687
  exports.Declaracao = Declaracao;
10624
10688
 
10625
- },{}],87:[function(require,module,exports){
10689
+ },{}],88:[function(require,module,exports){
10626
10690
  "use strict";
10627
10691
  Object.defineProperty(exports, "__esModule", { value: true });
10628
10692
  exports.Enquanto = void 0;
@@ -10643,7 +10707,7 @@ class Enquanto extends declaracao_1.Declaracao {
10643
10707
  }
10644
10708
  exports.Enquanto = Enquanto;
10645
10709
 
10646
- },{"./declaracao":86}],88:[function(require,module,exports){
10710
+ },{"./declaracao":87}],89:[function(require,module,exports){
10647
10711
  "use strict";
10648
10712
  Object.defineProperty(exports, "__esModule", { value: true });
10649
10713
  exports.Escolha = void 0;
@@ -10668,7 +10732,7 @@ class Escolha extends declaracao_1.Declaracao {
10668
10732
  }
10669
10733
  exports.Escolha = Escolha;
10670
10734
 
10671
- },{"./declaracao":86}],89:[function(require,module,exports){
10735
+ },{"./declaracao":87}],90:[function(require,module,exports){
10672
10736
  "use strict";
10673
10737
  Object.defineProperty(exports, "__esModule", { value: true });
10674
10738
  exports.EscrevaMesmaLinha = void 0;
@@ -10687,7 +10751,7 @@ class EscrevaMesmaLinha extends declaracao_1.Declaracao {
10687
10751
  }
10688
10752
  exports.EscrevaMesmaLinha = EscrevaMesmaLinha;
10689
10753
 
10690
- },{"./declaracao":86}],90:[function(require,module,exports){
10754
+ },{"./declaracao":87}],91:[function(require,module,exports){
10691
10755
  "use strict";
10692
10756
  Object.defineProperty(exports, "__esModule", { value: true });
10693
10757
  exports.Escreva = void 0;
@@ -10706,7 +10770,7 @@ class Escreva extends declaracao_1.Declaracao {
10706
10770
  }
10707
10771
  exports.Escreva = Escreva;
10708
10772
 
10709
- },{"./declaracao":86}],91:[function(require,module,exports){
10773
+ },{"./declaracao":87}],92:[function(require,module,exports){
10710
10774
  "use strict";
10711
10775
  Object.defineProperty(exports, "__esModule", { value: true });
10712
10776
  exports.Expressao = void 0;
@@ -10725,7 +10789,7 @@ class Expressao extends declaracao_1.Declaracao {
10725
10789
  }
10726
10790
  exports.Expressao = Expressao;
10727
10791
 
10728
- },{"./declaracao":86}],92:[function(require,module,exports){
10792
+ },{"./declaracao":87}],93:[function(require,module,exports){
10729
10793
  "use strict";
10730
10794
  Object.defineProperty(exports, "__esModule", { value: true });
10731
10795
  exports.Falhar = void 0;
@@ -10745,7 +10809,7 @@ class Falhar extends declaracao_1.Declaracao {
10745
10809
  }
10746
10810
  exports.Falhar = Falhar;
10747
10811
 
10748
- },{"./declaracao":86}],93:[function(require,module,exports){
10812
+ },{"./declaracao":87}],94:[function(require,module,exports){
10749
10813
  "use strict";
10750
10814
  Object.defineProperty(exports, "__esModule", { value: true });
10751
10815
  exports.Fazer = void 0;
@@ -10766,7 +10830,7 @@ class Fazer extends declaracao_1.Declaracao {
10766
10830
  }
10767
10831
  exports.Fazer = Fazer;
10768
10832
 
10769
- },{"./declaracao":86}],94:[function(require,module,exports){
10833
+ },{"./declaracao":87}],95:[function(require,module,exports){
10770
10834
  "use strict";
10771
10835
  Object.defineProperty(exports, "__esModule", { value: true });
10772
10836
  exports.FuncaoDeclaracao = void 0;
@@ -10794,7 +10858,7 @@ class FuncaoDeclaracao extends declaracao_1.Declaracao {
10794
10858
  }
10795
10859
  exports.FuncaoDeclaracao = FuncaoDeclaracao;
10796
10860
 
10797
- },{"../geracao-identificadores":119,"./declaracao":86}],95:[function(require,module,exports){
10861
+ },{"../geracao-identificadores":120,"./declaracao":87}],96:[function(require,module,exports){
10798
10862
  "use strict";
10799
10863
  Object.defineProperty(exports, "__esModule", { value: true });
10800
10864
  exports.Importar = void 0;
@@ -10820,7 +10884,7 @@ class Importar extends declaracao_1.Declaracao {
10820
10884
  }
10821
10885
  exports.Importar = Importar;
10822
10886
 
10823
- },{"./declaracao":86}],96:[function(require,module,exports){
10887
+ },{"./declaracao":87}],97:[function(require,module,exports){
10824
10888
  "use strict";
10825
10889
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10826
10890
  if (k2 === undefined) k2 = k;
@@ -10868,7 +10932,7 @@ __exportStar(require("./texto-documentacao"), exports);
10868
10932
  __exportStar(require("./var"), exports);
10869
10933
  __exportStar(require("./var-multiplo"), exports);
10870
10934
 
10871
- },{"./bloco":79,"./cabecalho-programa":80,"./classe":81,"./comentario":82,"./const":84,"./const-multiplo":83,"./continua":85,"./declaracao":86,"./enquanto":87,"./escolha":88,"./escreva":90,"./escreva-mesma-linha":89,"./expressao":91,"./falhar":92,"./fazer":93,"./funcao":94,"./importar":95,"./inicio-algoritmo":97,"./para":99,"./para-cada":98,"./propriedade-classe":100,"./retorna":101,"./se":102,"./sustar":103,"./tendo-como":104,"./tente":105,"./texto-documentacao":106,"./var":108,"./var-multiplo":107}],97:[function(require,module,exports){
10935
+ },{"./bloco":80,"./cabecalho-programa":81,"./classe":82,"./comentario":83,"./const":85,"./const-multiplo":84,"./continua":86,"./declaracao":87,"./enquanto":88,"./escolha":89,"./escreva":91,"./escreva-mesma-linha":90,"./expressao":92,"./falhar":93,"./fazer":94,"./funcao":95,"./importar":96,"./inicio-algoritmo":98,"./para":100,"./para-cada":99,"./propriedade-classe":101,"./retorna":102,"./se":103,"./sustar":104,"./tendo-como":105,"./tente":106,"./texto-documentacao":107,"./var":109,"./var-multiplo":108}],98:[function(require,module,exports){
10872
10936
  "use strict";
10873
10937
  Object.defineProperty(exports, "__esModule", { value: true });
10874
10938
  exports.InicioAlgoritmo = void 0;
@@ -10888,7 +10952,7 @@ class InicioAlgoritmo extends declaracao_1.Declaracao {
10888
10952
  }
10889
10953
  exports.InicioAlgoritmo = InicioAlgoritmo;
10890
10954
 
10891
- },{"./declaracao":86}],98:[function(require,module,exports){
10955
+ },{"./declaracao":87}],99:[function(require,module,exports){
10892
10956
  "use strict";
10893
10957
  Object.defineProperty(exports, "__esModule", { value: true });
10894
10958
  exports.ParaCada = void 0;
@@ -10911,7 +10975,7 @@ class ParaCada extends declaracao_1.Declaracao {
10911
10975
  }
10912
10976
  exports.ParaCada = ParaCada;
10913
10977
 
10914
- },{"./declaracao":86}],99:[function(require,module,exports){
10978
+ },{"./declaracao":87}],100:[function(require,module,exports){
10915
10979
  "use strict";
10916
10980
  Object.defineProperty(exports, "__esModule", { value: true });
10917
10981
  exports.Para = void 0;
@@ -10948,7 +11012,7 @@ class Para extends declaracao_1.Declaracao {
10948
11012
  }
10949
11013
  exports.Para = Para;
10950
11014
 
10951
- },{"./declaracao":86}],100:[function(require,module,exports){
11015
+ },{"./declaracao":87}],101:[function(require,module,exports){
10952
11016
  "use strict";
10953
11017
  Object.defineProperty(exports, "__esModule", { value: true });
10954
11018
  exports.PropriedadeClasse = void 0;
@@ -10969,7 +11033,7 @@ class PropriedadeClasse extends declaracao_1.Declaracao {
10969
11033
  }
10970
11034
  exports.PropriedadeClasse = PropriedadeClasse;
10971
11035
 
10972
- },{"./declaracao":86}],101:[function(require,module,exports){
11036
+ },{"./declaracao":87}],102:[function(require,module,exports){
10973
11037
  "use strict";
10974
11038
  Object.defineProperty(exports, "__esModule", { value: true });
10975
11039
  exports.Retorna = void 0;
@@ -10995,7 +11059,7 @@ class Retorna extends declaracao_1.Declaracao {
10995
11059
  }
10996
11060
  exports.Retorna = Retorna;
10997
11061
 
10998
- },{"./declaracao":86}],102:[function(require,module,exports){
11062
+ },{"./declaracao":87}],103:[function(require,module,exports){
10999
11063
  "use strict";
11000
11064
  Object.defineProperty(exports, "__esModule", { value: true });
11001
11065
  exports.Se = void 0;
@@ -11018,7 +11082,7 @@ class Se extends declaracao_1.Declaracao {
11018
11082
  }
11019
11083
  exports.Se = Se;
11020
11084
 
11021
- },{"./declaracao":86}],103:[function(require,module,exports){
11085
+ },{"./declaracao":87}],104:[function(require,module,exports){
11022
11086
  "use strict";
11023
11087
  Object.defineProperty(exports, "__esModule", { value: true });
11024
11088
  exports.Sustar = void 0;
@@ -11036,7 +11100,7 @@ class Sustar extends declaracao_1.Declaracao {
11036
11100
  }
11037
11101
  exports.Sustar = Sustar;
11038
11102
 
11039
- },{"./declaracao":86}],104:[function(require,module,exports){
11103
+ },{"./declaracao":87}],105:[function(require,module,exports){
11040
11104
  "use strict";
11041
11105
  Object.defineProperty(exports, "__esModule", { value: true });
11042
11106
  exports.TendoComo = void 0;
@@ -11063,7 +11127,7 @@ class TendoComo extends declaracao_1.Declaracao {
11063
11127
  }
11064
11128
  exports.TendoComo = TendoComo;
11065
11129
 
11066
- },{"./declaracao":86}],105:[function(require,module,exports){
11130
+ },{"./declaracao":87}],106:[function(require,module,exports){
11067
11131
  "use strict";
11068
11132
  Object.defineProperty(exports, "__esModule", { value: true });
11069
11133
  exports.Tente = void 0;
@@ -11089,7 +11153,7 @@ class Tente extends declaracao_1.Declaracao {
11089
11153
  }
11090
11154
  exports.Tente = Tente;
11091
11155
 
11092
- },{"./declaracao":86}],106:[function(require,module,exports){
11156
+ },{"./declaracao":87}],107:[function(require,module,exports){
11093
11157
  "use strict";
11094
11158
  Object.defineProperty(exports, "__esModule", { value: true });
11095
11159
  exports.TextoDocumentacao = void 0;
@@ -11111,7 +11175,7 @@ class TextoDocumentacao extends declaracao_1.Declaracao {
11111
11175
  }
11112
11176
  exports.TextoDocumentacao = TextoDocumentacao;
11113
11177
 
11114
- },{"./declaracao":86}],107:[function(require,module,exports){
11178
+ },{"./declaracao":87}],108:[function(require,module,exports){
11115
11179
  "use strict";
11116
11180
  Object.defineProperty(exports, "__esModule", { value: true });
11117
11181
  exports.VarMultiplo = void 0;
@@ -11137,7 +11201,7 @@ class VarMultiplo extends declaracao_1.Declaracao {
11137
11201
  }
11138
11202
  exports.VarMultiplo = VarMultiplo;
11139
11203
 
11140
- },{"./declaracao":86}],108:[function(require,module,exports){
11204
+ },{"./declaracao":87}],109:[function(require,module,exports){
11141
11205
  "use strict";
11142
11206
  Object.defineProperty(exports, "__esModule", { value: true });
11143
11207
  exports.Var = void 0;
@@ -11169,7 +11233,7 @@ class Var extends declaracao_1.Declaracao {
11169
11233
  }
11170
11234
  exports.Var = Var;
11171
11235
 
11172
- },{"./declaracao":86}],109:[function(require,module,exports){
11236
+ },{"./declaracao":87}],110:[function(require,module,exports){
11173
11237
  "use strict";
11174
11238
  Object.defineProperty(exports, "__esModule", { value: true });
11175
11239
  exports.EstilizadorDelegua = void 0;
@@ -11398,7 +11462,7 @@ class EstilizadorDelegua {
11398
11462
  }
11399
11463
  exports.EstilizadorDelegua = EstilizadorDelegua;
11400
11464
 
11401
- },{}],110:[function(require,module,exports){
11465
+ },{}],111:[function(require,module,exports){
11402
11466
  "use strict";
11403
11467
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11404
11468
  if (k2 === undefined) k2 = k;
@@ -11418,7 +11482,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11418
11482
  __exportStar(require("./estilizador-delegua"), exports);
11419
11483
  __exportStar(require("./regras"), exports);
11420
11484
 
11421
- },{"./estilizador-delegua":109,"./regras":113}],111:[function(require,module,exports){
11485
+ },{"./estilizador-delegua":110,"./regras":114}],112:[function(require,module,exports){
11422
11486
  "use strict";
11423
11487
  Object.defineProperty(exports, "__esModule", { value: true });
11424
11488
  exports.RegraConvencaoNomenclatura = void 0;
@@ -11567,7 +11631,7 @@ class RegraConvencaoNomenclatura {
11567
11631
  }
11568
11632
  exports.RegraConvencaoNomenclatura = RegraConvencaoNomenclatura;
11569
11633
 
11570
- },{"../../declaracoes":96}],112:[function(require,module,exports){
11634
+ },{"../../declaracoes":97}],113:[function(require,module,exports){
11571
11635
  "use strict";
11572
11636
  Object.defineProperty(exports, "__esModule", { value: true });
11573
11637
  exports.RegraFortalecerTipos = void 0;
@@ -11652,7 +11716,7 @@ class RegraFortalecerTipos {
11652
11716
  }
11653
11717
  exports.RegraFortalecerTipos = RegraFortalecerTipos;
11654
11718
 
11655
- },{"../../construtos":51,"../../declaracoes":96,"../../inferenciador":121}],113:[function(require,module,exports){
11719
+ },{"../../construtos":52,"../../declaracoes":97,"../../inferenciador":122}],114:[function(require,module,exports){
11656
11720
  "use strict";
11657
11721
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11658
11722
  if (k2 === undefined) k2 = k;
@@ -11672,7 +11736,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
11672
11736
  __exportStar(require("./fortalecer-tipos"), exports);
11673
11737
  __exportStar(require("./convencao-nomenclatura"), exports);
11674
11738
 
11675
- },{"./convencao-nomenclatura":111,"./fortalecer-tipos":112}],114:[function(require,module,exports){
11739
+ },{"./convencao-nomenclatura":112,"./fortalecer-tipos":113}],115:[function(require,module,exports){
11676
11740
  "use strict";
11677
11741
  Object.defineProperty(exports, "__esModule", { value: true });
11678
11742
  exports.ErroEmTempoDeExecucao = void 0;
@@ -11687,7 +11751,7 @@ class ErroEmTempoDeExecucao extends Error {
11687
11751
  }
11688
11752
  exports.ErroEmTempoDeExecucao = ErroEmTempoDeExecucao;
11689
11753
 
11690
- },{}],115:[function(require,module,exports){
11754
+ },{}],116:[function(require,module,exports){
11691
11755
  "use strict";
11692
11756
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
11693
11757
  if (k2 === undefined) k2 = k;
@@ -11706,7 +11770,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
11706
11770
  Object.defineProperty(exports, "__esModule", { value: true });
11707
11771
  __exportStar(require("./erro-em-tempo-de-execucao"), exports);
11708
11772
 
11709
- },{"./erro-em-tempo-de-execucao":114}],116:[function(require,module,exports){
11773
+ },{"./erro-em-tempo-de-execucao":115}],117:[function(require,module,exports){
11710
11774
  "use strict";
11711
11775
  var __importDefault = (this && this.__importDefault) || function (mod) {
11712
11776
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -11729,6 +11793,9 @@ class FormatadorDelegua {
11729
11793
  this.devePularLinha = true;
11730
11794
  this.deveIndentar = true;
11731
11795
  }
11796
+ visitarExpressaoAcessoIntervaloVariavel(expressao) {
11797
+ throw new Error('Método não implementado.');
11798
+ }
11732
11799
  visitarDeclaracaoTextoDocumentacao(declaracao) {
11733
11800
  throw new Error('Método não implementado.');
11734
11801
  }
@@ -12450,7 +12517,7 @@ class FormatadorDelegua {
12450
12517
  }
12451
12518
  exports.FormatadorDelegua = FormatadorDelegua;
12452
12519
 
12453
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],117:[function(require,module,exports){
12520
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":197}],118:[function(require,module,exports){
12454
12521
  "use strict";
12455
12522
  var __importDefault = (this && this.__importDefault) || function (mod) {
12456
12523
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -12787,6 +12854,12 @@ class FormatadorPitugues {
12787
12854
  const valor = await expressão.valor.aceitar(this);
12788
12855
  return `${objeto}[${índice}] = ${valor}`;
12789
12856
  }
12857
+ async visitarExpressaoAcessoIntervaloVariavel(expressao) {
12858
+ const inicio = await expressao.indiceInicio.aceitar(this);
12859
+ const fim = await expressao.indiceFim.aceitar(this);
12860
+ const entidade = await expressao.entidadeChamada.aceitar(this);
12861
+ return `${entidade}[${inicio}:${fim}]`;
12862
+ }
12790
12863
  async visitarExpressaoAcessoMetodoOuPropriedade(expressão) {
12791
12864
  const objeto = await expressão.objeto.aceitar(this);
12792
12865
  return `${objeto}.${expressão.simbolo.lexema}`;
@@ -12849,7 +12922,7 @@ class FormatadorPitugues {
12849
12922
  }
12850
12923
  exports.FormatadorPitugues = FormatadorPitugues;
12851
12924
 
12852
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/pitugues":200}],118:[function(require,module,exports){
12925
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/pitugues":201}],119:[function(require,module,exports){
12853
12926
  "use strict";
12854
12927
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12855
12928
  if (k2 === undefined) k2 = k;
@@ -12869,7 +12942,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12869
12942
  __exportStar(require("./formatador-delegua"), exports);
12870
12943
  __exportStar(require("./formatador-pitugues"), exports);
12871
12944
 
12872
- },{"./formatador-delegua":116,"./formatador-pitugues":117}],119:[function(require,module,exports){
12945
+ },{"./formatador-delegua":117,"./formatador-pitugues":118}],120:[function(require,module,exports){
12873
12946
  "use strict";
12874
12947
  Object.defineProperty(exports, "__esModule", { value: true });
12875
12948
  exports.cyrb53 = cyrb53;
@@ -12913,7 +12986,7 @@ function uuidv4() {
12913
12986
  });
12914
12987
  }
12915
12988
 
12916
- },{}],120:[function(require,module,exports){
12989
+ },{}],121:[function(require,module,exports){
12917
12990
  "use strict";
12918
12991
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12919
12992
  if (k2 === undefined) k2 = k;
@@ -12941,7 +13014,7 @@ __exportStar(require("./interpretador"), exports);
12941
13014
  __exportStar(require("./lexador"), exports);
12942
13015
  __exportStar(require("./tradutores"), exports);
12943
13016
 
12944
- },{"./avaliador-sintatico":13,"./construtos":51,"./declaracoes":96,"./estilizador":110,"./formatadores":118,"./geracao-identificadores":119,"./interfaces":129,"./interpretador":163,"./lexador":183,"./tradutores":204}],121:[function(require,module,exports){
13017
+ },{"./avaliador-sintatico":13,"./construtos":52,"./declaracoes":97,"./estilizador":111,"./formatadores":119,"./geracao-identificadores":120,"./interfaces":130,"./interpretador":164,"./lexador":184,"./tradutores":205}],122:[function(require,module,exports){
12945
13018
  "use strict";
12946
13019
  var __importDefault = (this && this.__importDefault) || function (mod) {
12947
13020
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -13027,6 +13100,8 @@ function inferirTipoVariavel(variavel) {
13027
13100
  case 'DeleguaModulo':
13028
13101
  return 'módulo';
13029
13102
  case 'Classe':
13103
+ case 'DescritorTipoClasse':
13104
+ case 'ObjetoDeleguaClasse':
13030
13105
  return 'objeto';
13031
13106
  case 'Simbolo': // TODO: Repensar.
13032
13107
  const simbolo = variavel;
@@ -13068,7 +13143,7 @@ function tipoInferenciaParaTipoDadosElementar(tipoInferencia) {
13068
13143
  }
13069
13144
  }
13070
13145
 
13071
- },{"./tipos-de-dados/delegua":191,"./tipos-de-dados/primitivos":193,"./tipos-de-simbolos/delegua":196}],122:[function(require,module,exports){
13146
+ },{"./tipos-de-dados/delegua":192,"./tipos-de-dados/primitivos":194,"./tipos-de-simbolos/delegua":197}],123:[function(require,module,exports){
13072
13147
  "use strict";
13073
13148
  Object.defineProperty(exports, "__esModule", { value: true });
13074
13149
  exports.InformacaoElementoSintatico = void 0;
@@ -13087,15 +13162,15 @@ class InformacaoElementoSintatico {
13087
13162
  }
13088
13163
  exports.InformacaoElementoSintatico = InformacaoElementoSintatico;
13089
13164
 
13090
- },{}],123:[function(require,module,exports){
13165
+ },{}],124:[function(require,module,exports){
13091
13166
  "use strict";
13092
13167
  Object.defineProperty(exports, "__esModule", { value: true });
13093
13168
 
13094
- },{}],124:[function(require,module,exports){
13169
+ },{}],125:[function(require,module,exports){
13095
13170
  "use strict";
13096
13171
  Object.defineProperty(exports, "__esModule", { value: true });
13097
13172
 
13098
- },{}],125:[function(require,module,exports){
13173
+ },{}],126:[function(require,module,exports){
13099
13174
  "use strict";
13100
13175
  Object.defineProperty(exports, "__esModule", { value: true });
13101
13176
  exports.DiagnosticoSeveridade = void 0;
@@ -13107,7 +13182,7 @@ var DiagnosticoSeveridade;
13107
13182
  DiagnosticoSeveridade[DiagnosticoSeveridade["SUGESTAO"] = 3] = "SUGESTAO";
13108
13183
  })(DiagnosticoSeveridade || (exports.DiagnosticoSeveridade = DiagnosticoSeveridade = {}));
13109
13184
 
13110
- },{}],126:[function(require,module,exports){
13185
+ },{}],127:[function(require,module,exports){
13111
13186
  "use strict";
13112
13187
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13113
13188
  if (k2 === undefined) k2 = k;
@@ -13126,15 +13201,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
13126
13201
  Object.defineProperty(exports, "__esModule", { value: true });
13127
13202
  __exportStar(require("./diagnostico-analisador-semantico"), exports);
13128
13203
 
13129
- },{"./diagnostico-analisador-semantico":125}],127:[function(require,module,exports){
13204
+ },{"./diagnostico-analisador-semantico":126}],128:[function(require,module,exports){
13130
13205
  "use strict";
13131
13206
  Object.defineProperty(exports, "__esModule", { value: true });
13132
13207
 
13133
- },{}],128:[function(require,module,exports){
13208
+ },{}],129:[function(require,module,exports){
13134
13209
  "use strict";
13135
13210
  Object.defineProperty(exports, "__esModule", { value: true });
13136
13211
 
13137
- },{}],129:[function(require,module,exports){
13212
+ },{}],130:[function(require,module,exports){
13138
13213
  "use strict";
13139
13214
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13140
13215
  if (k2 === undefined) k2 = k;
@@ -13172,11 +13247,7 @@ __exportStar(require("./construtos"), exports);
13172
13247
  __exportStar(require("./erros"), exports);
13173
13248
  __exportStar(require("./retornos"), exports);
13174
13249
 
13175
- },{"./avaliador-sintatico-interface":123,"./construtos":124,"./erros":126,"./estilizador-comum-interface":127,"./formatador-comum-interface":128,"./interpretador-com-depuracao-interface":130,"./interpretador-interface":131,"./lexador-interface":132,"./parametro-interface":133,"./pilha-interface":134,"./primitiva-interface":135,"./resolvedor-interface":136,"./resultado-parcial-interpretador-interface":137,"./retornos":138,"./retornos/retorno-execucao-interface":141,"./simbolo-interface":144,"./tradutor-interface":145,"./variavel-interface":146,"./visitante-comum-interface":147,"./visitante-delegua-interface":148}],130:[function(require,module,exports){
13176
- "use strict";
13177
- Object.defineProperty(exports, "__esModule", { value: true });
13178
-
13179
- },{}],131:[function(require,module,exports){
13250
+ },{"./avaliador-sintatico-interface":124,"./construtos":125,"./erros":127,"./estilizador-comum-interface":128,"./formatador-comum-interface":129,"./interpretador-com-depuracao-interface":131,"./interpretador-interface":132,"./lexador-interface":133,"./parametro-interface":134,"./pilha-interface":135,"./primitiva-interface":136,"./resolvedor-interface":137,"./resultado-parcial-interpretador-interface":138,"./retornos":139,"./retornos/retorno-execucao-interface":142,"./simbolo-interface":145,"./tradutor-interface":146,"./variavel-interface":147,"./visitante-comum-interface":148,"./visitante-delegua-interface":149}],131:[function(require,module,exports){
13180
13251
  "use strict";
13181
13252
  Object.defineProperty(exports, "__esModule", { value: true });
13182
13253
 
@@ -13206,6 +13277,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
13206
13277
 
13207
13278
  },{}],138:[function(require,module,exports){
13208
13279
  "use strict";
13280
+ Object.defineProperty(exports, "__esModule", { value: true });
13281
+
13282
+ },{}],139:[function(require,module,exports){
13283
+ "use strict";
13209
13284
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13210
13285
  if (k2 === undefined) k2 = k;
13211
13286
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -13227,11 +13302,7 @@ __exportStar(require("./retorno-execucao-interface"), exports);
13227
13302
  __exportStar(require("./retorno-interpretador-interface"), exports);
13228
13303
  __exportStar(require("./retorno-lexador"), exports);
13229
13304
 
13230
- },{"./retorno-analisador-semantico":139,"./retorno-avaliador-sintatico":140,"./retorno-execucao-interface":141,"./retorno-interpretador-interface":142,"./retorno-lexador":143}],139:[function(require,module,exports){
13231
- "use strict";
13232
- Object.defineProperty(exports, "__esModule", { value: true });
13233
-
13234
- },{}],140:[function(require,module,exports){
13305
+ },{"./retorno-analisador-semantico":140,"./retorno-avaliador-sintatico":141,"./retorno-execucao-interface":142,"./retorno-interpretador-interface":143,"./retorno-lexador":144}],140:[function(require,module,exports){
13235
13306
  "use strict";
13236
13307
  Object.defineProperty(exports, "__esModule", { value: true });
13237
13308
 
@@ -13269,6 +13340,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
13269
13340
 
13270
13341
  },{}],149:[function(require,module,exports){
13271
13342
  "use strict";
13343
+ Object.defineProperty(exports, "__esModule", { value: true });
13344
+
13345
+ },{}],150:[function(require,module,exports){
13346
+ "use strict";
13272
13347
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13273
13348
  if (k2 === undefined) k2 = k;
13274
13349
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -13333,7 +13408,7 @@ function carregarBibliotecasGlobais(pilhaEscoposExecucao) {
13333
13408
  pilhaEscoposExecucao.definirVariavel('tupla', new funcao_padrao_1.FuncaoPadrao(1, bibliotecaGlobal.tupla));
13334
13409
  }
13335
13410
 
13336
- },{"../bibliotecas/biblioteca-global":19,"./estruturas/funcao-padrao":156}],150:[function(require,module,exports){
13411
+ },{"../bibliotecas/biblioteca-global":19,"./estruturas/funcao-padrao":157}],151:[function(require,module,exports){
13337
13412
  "use strict";
13338
13413
  Object.defineProperty(exports, "__esModule", { value: true });
13339
13414
  exports.EspacoMemoria = void 0;
@@ -13358,7 +13433,7 @@ class EspacoMemoria {
13358
13433
  }
13359
13434
  exports.EspacoMemoria = EspacoMemoria;
13360
13435
 
13361
- },{}],151:[function(require,module,exports){
13436
+ },{}],152:[function(require,module,exports){
13362
13437
  "use strict";
13363
13438
  Object.defineProperty(exports, "__esModule", { value: true });
13364
13439
  exports.Chamavel = void 0;
@@ -13372,7 +13447,7 @@ class Chamavel {
13372
13447
  }
13373
13448
  exports.Chamavel = Chamavel;
13374
13449
 
13375
- },{}],152:[function(require,module,exports){
13450
+ },{}],153:[function(require,module,exports){
13376
13451
  "use strict";
13377
13452
  Object.defineProperty(exports, "__esModule", { value: true });
13378
13453
  exports.ClasseDeModulo = void 0;
@@ -13393,7 +13468,7 @@ class ClasseDeModulo extends chamavel_1.Chamavel {
13393
13468
  }
13394
13469
  exports.ClasseDeModulo = ClasseDeModulo;
13395
13470
 
13396
- },{"./chamavel":151}],153:[function(require,module,exports){
13471
+ },{"./chamavel":152}],154:[function(require,module,exports){
13397
13472
  "use strict";
13398
13473
  Object.defineProperty(exports, "__esModule", { value: true });
13399
13474
  exports.ClassePadrao = void 0;
@@ -13434,7 +13509,7 @@ class ClassePadrao extends chamavel_1.Chamavel {
13434
13509
  }
13435
13510
  exports.ClassePadrao = ClassePadrao;
13436
13511
 
13437
- },{"./chamavel":151}],154:[function(require,module,exports){
13512
+ },{"./chamavel":152}],155:[function(require,module,exports){
13438
13513
  "use strict";
13439
13514
  Object.defineProperty(exports, "__esModule", { value: true });
13440
13515
  exports.DeleguaFuncao = void 0;
@@ -13579,7 +13654,7 @@ class DeleguaFuncao extends chamavel_1.Chamavel {
13579
13654
  }
13580
13655
  exports.DeleguaFuncao = DeleguaFuncao;
13581
13656
 
13582
- },{"../../declaracoes":96,"../../quebras":190,"../espaco-memoria":150,"./chamavel":151}],155:[function(require,module,exports){
13657
+ },{"../../declaracoes":97,"../../quebras":191,"../espaco-memoria":151,"./chamavel":152}],156:[function(require,module,exports){
13583
13658
  "use strict";
13584
13659
  Object.defineProperty(exports, "__esModule", { value: true });
13585
13660
  exports.DescritorTipoClasse = void 0;
@@ -13660,7 +13735,7 @@ class DescritorTipoClasse extends chamavel_1.Chamavel {
13660
13735
  }
13661
13736
  exports.DescritorTipoClasse = DescritorTipoClasse;
13662
13737
 
13663
- },{"../../excecoes":115,"./chamavel":151,"./objeto-delegua-classe":160}],156:[function(require,module,exports){
13738
+ },{"../../excecoes":116,"./chamavel":152,"./objeto-delegua-classe":161}],157:[function(require,module,exports){
13664
13739
  "use strict";
13665
13740
  Object.defineProperty(exports, "__esModule", { value: true });
13666
13741
  exports.FuncaoPadrao = void 0;
@@ -13697,7 +13772,7 @@ class FuncaoPadrao extends chamavel_1.Chamavel {
13697
13772
  }
13698
13773
  exports.FuncaoPadrao = FuncaoPadrao;
13699
13774
 
13700
- },{"./chamavel":151}],157:[function(require,module,exports){
13775
+ },{"./chamavel":152}],158:[function(require,module,exports){
13701
13776
  "use strict";
13702
13777
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13703
13778
  if (k2 === undefined) k2 = k;
@@ -13726,7 +13801,7 @@ __exportStar(require("./objeto-delegua-classe"), exports);
13726
13801
  __exportStar(require("./objeto-padrao"), exports);
13727
13802
  __exportStar(require("./referencia-montao"), exports);
13728
13803
 
13729
- },{"./chamavel":151,"./classe-de-modulo":152,"./classe-padrao":153,"./delegua-funcao":154,"./descritor-tipo-classe":155,"./funcao-padrao":156,"./metodo-primitiva":158,"./modulo":159,"./objeto-delegua-classe":160,"./objeto-padrao":161,"./referencia-montao":162}],158:[function(require,module,exports){
13804
+ },{"./chamavel":152,"./classe-de-modulo":153,"./classe-padrao":154,"./delegua-funcao":155,"./descritor-tipo-classe":156,"./funcao-padrao":157,"./metodo-primitiva":159,"./modulo":160,"./objeto-delegua-classe":161,"./objeto-padrao":162,"./referencia-montao":163}],159:[function(require,module,exports){
13730
13805
  "use strict";
13731
13806
  Object.defineProperty(exports, "__esModule", { value: true });
13732
13807
  exports.MetodoPrimitiva = void 0;
@@ -13772,7 +13847,7 @@ class MetodoPrimitiva extends chamavel_1.Chamavel {
13772
13847
  }
13773
13848
  exports.MetodoPrimitiva = MetodoPrimitiva;
13774
13849
 
13775
- },{"./chamavel":151}],159:[function(require,module,exports){
13850
+ },{"./chamavel":152}],160:[function(require,module,exports){
13776
13851
  "use strict";
13777
13852
  Object.defineProperty(exports, "__esModule", { value: true });
13778
13853
  exports.DeleguaModulo = void 0;
@@ -13798,7 +13873,7 @@ class DeleguaModulo {
13798
13873
  }
13799
13874
  exports.DeleguaModulo = DeleguaModulo;
13800
13875
 
13801
- },{}],160:[function(require,module,exports){
13876
+ },{}],161:[function(require,module,exports){
13802
13877
  "use strict";
13803
13878
  Object.defineProperty(exports, "__esModule", { value: true });
13804
13879
  exports.ObjetoDeleguaClasse = void 0;
@@ -13866,7 +13941,7 @@ class ObjetoDeleguaClasse {
13866
13941
  }
13867
13942
  exports.ObjetoDeleguaClasse = ObjetoDeleguaClasse;
13868
13943
 
13869
- },{"../../excecoes":115}],161:[function(require,module,exports){
13944
+ },{"../../excecoes":116}],162:[function(require,module,exports){
13870
13945
  "use strict";
13871
13946
  Object.defineProperty(exports, "__esModule", { value: true });
13872
13947
  exports.ObjetoPadrao = void 0;
@@ -13900,7 +13975,7 @@ class ObjetoPadrao {
13900
13975
  }
13901
13976
  exports.ObjetoPadrao = ObjetoPadrao;
13902
13977
 
13903
- },{}],162:[function(require,module,exports){
13978
+ },{}],163:[function(require,module,exports){
13904
13979
  "use strict";
13905
13980
  Object.defineProperty(exports, "__esModule", { value: true });
13906
13981
  exports.ReferenciaMontao = void 0;
@@ -13925,7 +14000,7 @@ class ReferenciaMontao {
13925
14000
  }
13926
14001
  exports.ReferenciaMontao = ReferenciaMontao;
13927
14002
 
13928
- },{}],163:[function(require,module,exports){
14003
+ },{}],164:[function(require,module,exports){
13929
14004
  "use strict";
13930
14005
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13931
14006
  if (k2 === undefined) k2 = k;
@@ -13945,7 +14020,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
13945
14020
  __exportStar(require("./interpretador"), exports);
13946
14021
  __exportStar(require("./interpretador-base"), exports);
13947
14022
 
13948
- },{"./interpretador":165,"./interpretador-base":164}],164:[function(require,module,exports){
14023
+ },{"./interpretador":166,"./interpretador-base":165}],165:[function(require,module,exports){
13949
14024
  (function (process){(function (){
13950
14025
  "use strict";
13951
14026
  var __importDefault = (this && this.__importDefault) || function (mod) {
@@ -14591,7 +14666,7 @@ class InterpretadorBase {
14591
14666
  // Casos que passam aqui: chamadas a métodos de bibliotecas de Delégua.
14592
14667
  if (typeof entidadeChamada === primitivos_1.default.FUNCAO) {
14593
14668
  let objeto = null;
14594
- if (expressao.entidadeChamada.objeto) { // TODO: Qual o tipo certo aqui?
14669
+ if (expressao.entidadeChamada.objeto) { // TODO: Qual o tipo certo aqui?
14595
14670
  objeto = await this.avaliar(expressao.entidadeChamada.objeto);
14596
14671
  }
14597
14672
  return entidadeChamada.apply(this.resolverValor(objeto), argumentos);
@@ -14665,7 +14740,7 @@ class InterpretadorBase {
14665
14740
  if ([delegua_1.default.EM, delegua_1.default.CONTEM].includes(expressao.operador.tipo)) {
14666
14741
  const direita = await this.avaliar(expressao.direita);
14667
14742
  // `3 em lista` é igual a `lista contém 3`.
14668
- // Portanto, precisamos inverter os operandos de acordo com a
14743
+ // Portanto, precisamos inverter os operandos de acordo com a
14669
14744
  // palavra reservada usada.
14670
14745
  switch (expressao.operador.tipo) {
14671
14746
  case delegua_1.default.EM:
@@ -15145,6 +15220,14 @@ class InterpretadorBase {
15145
15220
  linha: this.linhaDeclaracaoAtual,
15146
15221
  }, 'Somente listas, dicionários, classes e objetos podem ter seus valores indexados.', expressao.linha));
15147
15222
  }
15223
+ /**
15224
+ * Método base para acesso a intervalo.
15225
+ * Por padrão lança erro, pois a maioria dos dialetos (como Delégua padrão)
15226
+ * ainda não suporta isso nativamente, apenas Pituguês.
15227
+ */
15228
+ visitarExpressaoAcessoIntervaloVariavel(expressao) {
15229
+ return Promise.reject(new excecoes_1.ErroEmTempoDeExecucao(expressao.simboloFechamento, "Acesso por intervalo não implementado para este dialeto.", expressao.linha));
15230
+ }
15148
15231
  async visitarExpressaoDefinirValor(expressao) {
15149
15232
  const variavelObjeto = await this.avaliar(expressao.objeto);
15150
15233
  const objeto = this.resolverValor(variavelObjeto);
@@ -15255,10 +15338,10 @@ class InterpretadorBase {
15255
15338
  if (Array.isArray(objeto)) {
15256
15339
  if (expressao.simbolo.lexema in primitivas_vetor_1.default) {
15257
15340
  const metodoDePrimitivaVetor = primitivas_vetor_1.default[expressao.simbolo.lexema].implementacao;
15258
- // TODO: Um problema a ser resolvido na questão de vetores é quando eles pertencem a outro objeto.
15341
+ // TODO: Um problema a ser resolvido na questão de vetores é quando eles pertencem a outro objeto.
15259
15342
  // Por exemplo, um dicionário.
15260
15343
  // Existe uma lógica nas bibliotecas padrão que, quando a primitiva tem um nome, ela deve ser definida na
15261
- // pilha de escopos, para registrar a mutação do vetor corretamente.
15344
+ // pilha de escopos, para registrar a mutação do vetor corretamente.
15262
15345
  // Não é uma boa solução. Algo melhor precisa ser feito.
15263
15346
  return new metodo_primitiva_1.MetodoPrimitiva(nomeObjeto, objeto, metodoDePrimitivaVetor, expressao.simbolo.lexema, tipoObjeto);
15264
15347
  }
@@ -15532,7 +15615,7 @@ class InterpretadorBase {
15532
15615
  exports.InterpretadorBase = InterpretadorBase;
15533
15616
 
15534
15617
  }).call(this)}).call(this,require('_process'))
15535
- },{"../avaliador-sintatico":13,"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../excecoes":115,"../inferenciador":121,"../lexador":183,"../quebras":190,"../tipos-de-dados/delegua":191,"../tipos-de-dados/primitivos":193,"../tipos-de-simbolos/delegua":196,"./espaco-memoria":150,"./estruturas":157,"./estruturas/metodo-primitiva":158,"./pilha-escopos-execucao":167,"_process":438,"browser-process-hrtime":384}],165:[function(require,module,exports){
15618
+ },{"../avaliador-sintatico":13,"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-vetor":23,"../construtos":52,"../excecoes":116,"../inferenciador":122,"../lexador":184,"../quebras":191,"../tipos-de-dados/delegua":192,"../tipos-de-dados/primitivos":194,"../tipos-de-simbolos/delegua":197,"./espaco-memoria":151,"./estruturas":158,"./estruturas/metodo-primitiva":159,"./pilha-escopos-execucao":168,"_process":439,"browser-process-hrtime":385}],166:[function(require,module,exports){
15536
15619
  "use strict";
15537
15620
  var __importDefault = (this && this.__importDefault) || function (mod) {
15538
15621
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16532,7 +16615,7 @@ class Interpretador extends interpretador_base_1.InterpretadorBase {
16532
16615
  }
16533
16616
  exports.Interpretador = Interpretador;
16534
16617
 
16535
- },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":51,"../declaracoes":96,"../excecoes":115,"../inferenciador":121,"../quebras":190,"../tipos-de-dados/delegua":191,"../tipos-de-dados/primitivos":193,"./comum":149,"./estruturas":157,"./interpretador-base":164,"./montao":166}],166:[function(require,module,exports){
16618
+ },{"../bibliotecas/primitivas-dicionario":20,"../bibliotecas/primitivas-numero":21,"../bibliotecas/primitivas-texto":22,"../bibliotecas/primitivas-vetor":23,"../construtos":52,"../declaracoes":97,"../excecoes":116,"../inferenciador":122,"../quebras":191,"../tipos-de-dados/delegua":192,"../tipos-de-dados/primitivos":194,"./comum":150,"./estruturas":158,"./interpretador-base":165,"./montao":167}],167:[function(require,module,exports){
16536
16619
  "use strict";
16537
16620
  Object.defineProperty(exports, "__esModule", { value: true });
16538
16621
  exports.Montao = void 0;
@@ -16589,7 +16672,7 @@ class Montao {
16589
16672
  }
16590
16673
  exports.Montao = Montao;
16591
16674
 
16592
- },{"../excecoes":115,"../geracao-identificadores":119}],167:[function(require,module,exports){
16675
+ },{"../excecoes":116,"../geracao-identificadores":120}],168:[function(require,module,exports){
16593
16676
  "use strict";
16594
16677
  var __importDefault = (this && this.__importDefault) || function (mod) {
16595
16678
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -16743,7 +16826,7 @@ class PilhaEscoposExecucao {
16743
16826
  const tipoInferido = variavel && variavel.hasOwnProperty('tipo') && variavel.tipo
16744
16827
  ? variavel.tipo
16745
16828
  : (0, inferenciador_1.inferirTipoVariavel)(valor);
16746
- const tipo = tipoInferido.toLowerCase();
16829
+ const tipo = (tipoInferido || 'objeto').toLowerCase();
16747
16830
  const valorResolvido = this.converterValor(tipo, valor);
16748
16831
  if (indice !== undefined && indice !== null) {
16749
16832
  let variavelValor = variavel.valor;
@@ -16877,7 +16960,7 @@ class PilhaEscoposExecucao {
16877
16960
  }
16878
16961
  exports.PilhaEscoposExecucao = PilhaEscoposExecucao;
16879
16962
 
16880
- },{"../excecoes":115,"../inferenciador":121,"../lexador":183,"../tipos-de-dados/delegua":191,"./estruturas":157}],168:[function(require,module,exports){
16963
+ },{"../excecoes":116,"../inferenciador":122,"../lexador":184,"../tipos-de-dados/delegua":192,"./estruturas":158}],169:[function(require,module,exports){
16881
16964
  "use strict";
16882
16965
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16883
16966
  if (k2 === undefined) k2 = k;
@@ -16902,7 +16985,7 @@ __exportStar(require("./lexador-portugol-ipt"), exports);
16902
16985
  __exportStar(require("./lexador-prisma"), exports);
16903
16986
  __exportStar(require("./lexador-tenda"), exports);
16904
16987
 
16905
- },{"./lexador-calango":169,"./lexador-egua-classico":170,"./lexador-guarani":171,"./lexador-pitugues":172,"./lexador-portugol-ipt":173,"./lexador-prisma":174,"./lexador-tenda":175}],169:[function(require,module,exports){
16988
+ },{"./lexador-calango":170,"./lexador-egua-classico":171,"./lexador-guarani":172,"./lexador-pitugues":173,"./lexador-portugol-ipt":174,"./lexador-prisma":175,"./lexador-tenda":176}],170:[function(require,module,exports){
16906
16989
  "use strict";
16907
16990
  var __importDefault = (this && this.__importDefault) || function (mod) {
16908
16991
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17135,7 +17218,7 @@ class LexadorCalango {
17135
17218
  }
17136
17219
  exports.LexadorCalango = LexadorCalango;
17137
17220
 
17138
- },{"../../tipos-de-simbolos/calango":194,"../simbolo":189,"./palavras-reservadas/calango":176}],170:[function(require,module,exports){
17221
+ },{"../../tipos-de-simbolos/calango":195,"../simbolo":190,"./palavras-reservadas/calango":177}],171:[function(require,module,exports){
17139
17222
  "use strict";
17140
17223
  var __importDefault = (this && this.__importDefault) || function (mod) {
17141
17224
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17425,7 +17508,7 @@ class LexadorEguaClassico {
17425
17508
  }
17426
17509
  exports.LexadorEguaClassico = LexadorEguaClassico;
17427
17510
 
17428
- },{"../../tipos-de-simbolos/egua-classico":197,"../simbolo":189,"./palavras-reservadas/egua-classico":177}],171:[function(require,module,exports){
17511
+ },{"../../tipos-de-simbolos/egua-classico":198,"../simbolo":190,"./palavras-reservadas/egua-classico":178}],172:[function(require,module,exports){
17429
17512
  "use strict";
17430
17513
  var __importDefault = (this && this.__importDefault) || function (mod) {
17431
17514
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17544,7 +17627,7 @@ class LexadorGuarani extends lexador_base_1.LexadorBase {
17544
17627
  }
17545
17628
  exports.LexadorGuarani = LexadorGuarani;
17546
17629
 
17547
- },{"../../tipos-de-simbolos/guarani":198,"../lexador-base":185,"./palavras-reservadas/guarani":178}],172:[function(require,module,exports){
17630
+ },{"../../tipos-de-simbolos/guarani":199,"../lexador-base":186,"./palavras-reservadas/guarani":179}],173:[function(require,module,exports){
17548
17631
  "use strict";
17549
17632
  var __importDefault = (this && this.__importDefault) || function (mod) {
17550
17633
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -17996,7 +18079,7 @@ class LexadorPitugues {
17996
18079
  }
17997
18080
  exports.LexadorPitugues = LexadorPitugues;
17998
18081
 
17999
- },{"../../tipos-de-simbolos/pitugues":200,"../simbolo":189,"./palavras-reservadas/pitugues":179,"browser-process-hrtime":384}],173:[function(require,module,exports){
18082
+ },{"../../tipos-de-simbolos/pitugues":201,"../simbolo":190,"./palavras-reservadas/pitugues":180,"browser-process-hrtime":385}],174:[function(require,module,exports){
18000
18083
  "use strict";
18001
18084
  var __importDefault = (this && this.__importDefault) || function (mod) {
18002
18085
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18248,7 +18331,7 @@ class LexadorPortugolIpt {
18248
18331
  }
18249
18332
  exports.LexadorPortugolIpt = LexadorPortugolIpt;
18250
18333
 
18251
- },{"../../tipos-de-simbolos/portugol-ipt":201,"../simbolo":189,"./palavras-reservadas/portugol-ipt":180}],174:[function(require,module,exports){
18334
+ },{"../../tipos-de-simbolos/portugol-ipt":202,"../simbolo":190,"./palavras-reservadas/portugol-ipt":181}],175:[function(require,module,exports){
18252
18335
  "use strict";
18253
18336
  var __importDefault = (this && this.__importDefault) || function (mod) {
18254
18337
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18606,7 +18689,7 @@ class LexadorPrisma {
18606
18689
  }
18607
18690
  exports.LexadorPrisma = LexadorPrisma;
18608
18691
 
18609
- },{"../../tipos-de-simbolos/prisma":202,"../simbolo":189,"./palavras-reservadas/prisma":181,"browser-process-hrtime":384}],175:[function(require,module,exports){
18692
+ },{"../../tipos-de-simbolos/prisma":203,"../simbolo":190,"./palavras-reservadas/prisma":182,"browser-process-hrtime":385}],176:[function(require,module,exports){
18610
18693
  "use strict";
18611
18694
  var __importDefault = (this && this.__importDefault) || function (mod) {
18612
18695
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -18997,7 +19080,7 @@ class LexadorTenda {
18997
19080
  }
18998
19081
  exports.LexadorTenda = LexadorTenda;
18999
19082
 
19000
- },{"../../tipos-de-simbolos/tenda":203,"../simbolo":189,"./palavras-reservadas/tenda":182,"browser-process-hrtime":384}],176:[function(require,module,exports){
19083
+ },{"../../tipos-de-simbolos/tenda":204,"../simbolo":190,"./palavras-reservadas/tenda":183,"browser-process-hrtime":385}],177:[function(require,module,exports){
19001
19084
  "use strict";
19002
19085
  var __importDefault = (this && this.__importDefault) || function (mod) {
19003
19086
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19018,7 +19101,7 @@ exports.default = {
19018
19101
  fimSe: calango_1.default.FIM_SE,
19019
19102
  };
19020
19103
 
19021
- },{"../../../tipos-de-simbolos/calango":194}],177:[function(require,module,exports){
19104
+ },{"../../../tipos-de-simbolos/calango":195}],178:[function(require,module,exports){
19022
19105
  "use strict";
19023
19106
  var __importDefault = (this && this.__importDefault) || function (mod) {
19024
19107
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19059,7 +19142,7 @@ exports.palavrasReservadas = {
19059
19142
  verdadeiro: egua_classico_1.default.VERDADEIRO,
19060
19143
  };
19061
19144
 
19062
- },{"../../../tipos-de-simbolos/egua-classico":197}],178:[function(require,module,exports){
19145
+ },{"../../../tipos-de-simbolos/egua-classico":198}],179:[function(require,module,exports){
19063
19146
  "use strict";
19064
19147
  var __importDefault = (this && this.__importDefault) || function (mod) {
19065
19148
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19071,7 +19154,7 @@ exports.palavrasReservadas = {
19071
19154
  hai: guarani_1.default.HAI,
19072
19155
  };
19073
19156
 
19074
- },{"../../../tipos-de-simbolos/guarani":198}],179:[function(require,module,exports){
19157
+ },{"../../../tipos-de-simbolos/guarani":199}],180:[function(require,module,exports){
19075
19158
  "use strict";
19076
19159
  var __importDefault = (this && this.__importDefault) || function (mod) {
19077
19160
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19133,7 +19216,7 @@ exports.palavrasReservadasMicroGramatica = {
19133
19216
  verdadeiro: pitugues_1.default.VERDADEIRO,
19134
19217
  };
19135
19218
 
19136
- },{"../../../tipos-de-simbolos/pitugues":200}],180:[function(require,module,exports){
19219
+ },{"../../../tipos-de-simbolos/pitugues":201}],181:[function(require,module,exports){
19137
19220
  "use strict";
19138
19221
  var __importDefault = (this && this.__importDefault) || function (mod) {
19139
19222
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19155,7 +19238,7 @@ exports.palavrasReservadas = {
19155
19238
  senão: portugol_ipt_1.default.SENAO,
19156
19239
  };
19157
19240
 
19158
- },{"../../../tipos-de-simbolos/portugol-ipt":201}],181:[function(require,module,exports){
19241
+ },{"../../../tipos-de-simbolos/portugol-ipt":202}],182:[function(require,module,exports){
19159
19242
  "use strict";
19160
19243
  var __importDefault = (this && this.__importDefault) || function (mod) {
19161
19244
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19203,7 +19286,7 @@ exports.palavrasReservadas = {
19203
19286
  verdadeiro: prisma_1.default.VERDADEIRO,
19204
19287
  };
19205
19288
 
19206
- },{"../../../tipos-de-simbolos/prisma":202}],182:[function(require,module,exports){
19289
+ },{"../../../tipos-de-simbolos/prisma":203}],183:[function(require,module,exports){
19207
19290
  "use strict";
19208
19291
  var __importDefault = (this && this.__importDefault) || function (mod) {
19209
19292
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19261,7 +19344,7 @@ exports.palavrasReservadas = {
19261
19344
  Texto: tenda_1.default.BIBLIOTECA_GLOBAL,
19262
19345
  };
19263
19346
 
19264
- },{"../../../tipos-de-simbolos/tenda":203}],183:[function(require,module,exports){
19347
+ },{"../../../tipos-de-simbolos/tenda":204}],184:[function(require,module,exports){
19265
19348
  "use strict";
19266
19349
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19267
19350
  if (k2 === undefined) k2 = k;
@@ -19284,7 +19367,7 @@ __exportStar(require("./lexador-base-linha-unica"), exports);
19284
19367
  __exportStar(require("./micro-lexador"), exports);
19285
19368
  __exportStar(require("./simbolo"), exports);
19286
19369
 
19287
- },{"./dialetos":168,"./lexador":186,"./lexador-base-linha-unica":184,"./micro-lexador":187,"./simbolo":189}],184:[function(require,module,exports){
19370
+ },{"./dialetos":169,"./lexador":187,"./lexador-base-linha-unica":185,"./micro-lexador":188,"./simbolo":190}],185:[function(require,module,exports){
19288
19371
  "use strict";
19289
19372
  Object.defineProperty(exports, "__esModule", { value: true });
19290
19373
  exports.LexadorBaseLinhaUnica = void 0;
@@ -19368,7 +19451,7 @@ class LexadorBaseLinhaUnica {
19368
19451
  }
19369
19452
  exports.LexadorBaseLinhaUnica = LexadorBaseLinhaUnica;
19370
19453
 
19371
- },{"./simbolo":189}],185:[function(require,module,exports){
19454
+ },{"./simbolo":190}],186:[function(require,module,exports){
19372
19455
  "use strict";
19373
19456
  Object.defineProperty(exports, "__esModule", { value: true });
19374
19457
  exports.LexadorBase = void 0;
@@ -19482,7 +19565,7 @@ class LexadorBase {
19482
19565
  }
19483
19566
  exports.LexadorBase = LexadorBase;
19484
19567
 
19485
- },{"./simbolo":189}],186:[function(require,module,exports){
19568
+ },{"./simbolo":190}],187:[function(require,module,exports){
19486
19569
  "use strict";
19487
19570
  var __importDefault = (this && this.__importDefault) || function (mod) {
19488
19571
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -19953,7 +20036,7 @@ class Lexador {
19953
20036
  }
19954
20037
  exports.Lexador = Lexador;
19955
20038
 
19956
- },{"../tipos-de-simbolos/delegua":196,"./palavras-reservadas":188,"./simbolo":189,"browser-process-hrtime":384}],187:[function(require,module,exports){
20039
+ },{"../tipos-de-simbolos/delegua":197,"./palavras-reservadas":189,"./simbolo":190,"browser-process-hrtime":385}],188:[function(require,module,exports){
19957
20040
  "use strict";
19958
20041
  var __importDefault = (this && this.__importDefault) || function (mod) {
19959
20042
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20186,7 +20269,7 @@ class MicroLexador {
20186
20269
  }
20187
20270
  exports.MicroLexador = MicroLexador;
20188
20271
 
20189
- },{"../tipos-de-simbolos/microgramaticas/delegua":199,"./palavras-reservadas":188,"./simbolo":189}],188:[function(require,module,exports){
20272
+ },{"../tipos-de-simbolos/microgramaticas/delegua":200,"./palavras-reservadas":189,"./simbolo":190}],189:[function(require,module,exports){
20190
20273
  "use strict";
20191
20274
  var __importDefault = (this && this.__importDefault) || function (mod) {
20192
20275
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -20256,7 +20339,7 @@ exports.palavrasReservadasMicroGramatica = {
20256
20339
  verdadeiro: delegua_1.default.VERDADEIRO,
20257
20340
  };
20258
20341
 
20259
- },{"../tipos-de-simbolos/delegua":196}],189:[function(require,module,exports){
20342
+ },{"../tipos-de-simbolos/delegua":197}],190:[function(require,module,exports){
20260
20343
  "use strict";
20261
20344
  Object.defineProperty(exports, "__esModule", { value: true });
20262
20345
  exports.Simbolo = void 0;
@@ -20274,7 +20357,7 @@ class Simbolo {
20274
20357
  }
20275
20358
  exports.Simbolo = Simbolo;
20276
20359
 
20277
- },{}],190:[function(require,module,exports){
20360
+ },{}],191:[function(require,module,exports){
20278
20361
  "use strict";
20279
20362
  Object.defineProperty(exports, "__esModule", { value: true });
20280
20363
  exports.ContinuarQuebra = exports.SustarQuebra = exports.RetornoQuebra = exports.Quebra = void 0;
@@ -20299,7 +20382,7 @@ class ContinuarQuebra extends Quebra {
20299
20382
  }
20300
20383
  exports.ContinuarQuebra = ContinuarQuebra;
20301
20384
 
20302
- },{}],191:[function(require,module,exports){
20385
+ },{}],192:[function(require,module,exports){
20303
20386
  "use strict";
20304
20387
  Object.defineProperty(exports, "__esModule", { value: true });
20305
20388
  exports.default = {
@@ -20329,7 +20412,7 @@ exports.default = {
20329
20412
  VETOR_TEXTO: 'texto[]',
20330
20413
  };
20331
20414
 
20332
- },{}],192:[function(require,module,exports){
20415
+ },{}],193:[function(require,module,exports){
20333
20416
  "use strict";
20334
20417
  Object.defineProperty(exports, "__esModule", { value: true });
20335
20418
  exports.default = {
@@ -20359,7 +20442,7 @@ exports.default = {
20359
20442
  VETOR_TEXTO: 'texto[]',
20360
20443
  };
20361
20444
 
20362
- },{}],193:[function(require,module,exports){
20445
+ },{}],194:[function(require,module,exports){
20363
20446
  "use strict";
20364
20447
  Object.defineProperty(exports, "__esModule", { value: true });
20365
20448
  exports.default = {
@@ -20378,7 +20461,7 @@ exports.default = {
20378
20461
  TEXTO: 'string',
20379
20462
  };
20380
20463
 
20381
- },{}],194:[function(require,module,exports){
20464
+ },{}],195:[function(require,module,exports){
20382
20465
  "use strict";
20383
20466
  Object.defineProperty(exports, "__esModule", { value: true });
20384
20467
  exports.default = {
@@ -20422,7 +20505,7 @@ exports.default = {
20422
20505
  VIRGULA: 'VIRGULA',
20423
20506
  };
20424
20507
 
20425
- },{}],195:[function(require,module,exports){
20508
+ },{}],196:[function(require,module,exports){
20426
20509
  "use strict";
20427
20510
  Object.defineProperty(exports, "__esModule", { value: true });
20428
20511
  exports.default = {
@@ -20448,7 +20531,7 @@ exports.default = {
20448
20531
  VIRGULA: 'VIRGULA',
20449
20532
  };
20450
20533
 
20451
- },{}],196:[function(require,module,exports){
20534
+ },{}],197:[function(require,module,exports){
20452
20535
  "use strict";
20453
20536
  Object.defineProperty(exports, "__esModule", { value: true });
20454
20537
  exports.default = {
@@ -20549,7 +20632,7 @@ exports.default = {
20549
20632
  VIRGULA: 'VIRGULA',
20550
20633
  };
20551
20634
 
20552
- },{}],197:[function(require,module,exports){
20635
+ },{}],198:[function(require,module,exports){
20553
20636
  "use strict";
20554
20637
  Object.defineProperty(exports, "__esModule", { value: true });
20555
20638
  exports.default = {
@@ -20627,7 +20710,7 @@ exports.default = {
20627
20710
  VIRGULA: 'VIRGULA',
20628
20711
  };
20629
20712
 
20630
- },{}],198:[function(require,module,exports){
20713
+ },{}],199:[function(require,module,exports){
20631
20714
  "use strict";
20632
20715
  Object.defineProperty(exports, "__esModule", { value: true });
20633
20716
  exports.default = {
@@ -20644,7 +20727,7 @@ exports.default = {
20644
20727
  VIRGULA: 'VIRGULA',
20645
20728
  };
20646
20729
 
20647
- },{}],199:[function(require,module,exports){
20730
+ },{}],200:[function(require,module,exports){
20648
20731
  "use strict";
20649
20732
  Object.defineProperty(exports, "__esModule", { value: true });
20650
20733
  exports.default = {
@@ -20697,7 +20780,7 @@ exports.default = {
20697
20780
  VIRGULA: 'VIRGULA',
20698
20781
  };
20699
20782
 
20700
- },{}],200:[function(require,module,exports){
20783
+ },{}],201:[function(require,module,exports){
20701
20784
  "use strict";
20702
20785
  Object.defineProperty(exports, "__esModule", { value: true });
20703
20786
  exports.default = {
@@ -20784,7 +20867,7 @@ exports.default = {
20784
20867
  VIRGULA: 'VIRGULA',
20785
20868
  };
20786
20869
 
20787
- },{}],201:[function(require,module,exports){
20870
+ },{}],202:[function(require,module,exports){
20788
20871
  "use strict";
20789
20872
  Object.defineProperty(exports, "__esModule", { value: true });
20790
20873
  exports.default = {
@@ -20823,7 +20906,7 @@ exports.default = {
20823
20906
  VIRGULA: 'VIRGULA',
20824
20907
  };
20825
20908
 
20826
- },{}],202:[function(require,module,exports){
20909
+ },{}],203:[function(require,module,exports){
20827
20910
  "use strict";
20828
20911
  Object.defineProperty(exports, "__esModule", { value: true });
20829
20912
  exports.default = {
@@ -20903,7 +20986,7 @@ exports.default = {
20903
20986
  VIRGULA: 'VIRGULA',
20904
20987
  };
20905
20988
 
20906
- },{}],203:[function(require,module,exports){
20989
+ },{}],204:[function(require,module,exports){
20907
20990
  "use strict";
20908
20991
  Object.defineProperty(exports, "__esModule", { value: true });
20909
20992
  // Em Tenda, isto é implementado em https://github.com/gabrielbrunop/tenda/blob/main/crates/scanner/src/token.rs#L42.
@@ -20998,7 +21081,7 @@ exports.default = {
20998
21081
  VIRGULA: 'VIRGULA',
20999
21082
  };
21000
21083
 
21001
- },{}],204:[function(require,module,exports){
21084
+ },{}],205:[function(require,module,exports){
21002
21085
  "use strict";
21003
21086
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21004
21087
  if (k2 === undefined) k2 = k;
@@ -21027,7 +21110,7 @@ __exportStar(require("./tradutor-reverso-javascript"), exports);
21027
21110
  __exportStar(require("./tradutor-reverso-python"), exports);
21028
21111
  __exportStar(require("./tradutor-reverso-tenda"), exports);
21029
21112
 
21030
- },{"./tradutor-assembly-arm":212,"./tradutor-assembly-x64":213,"./tradutor-assemblyscript":214,"./tradutor-calango":215,"./tradutor-javascript":216,"./tradutor-mermaidjs":217,"./tradutor-portugol-ipt":218,"./tradutor-python":219,"./tradutor-reverso-javascript":220,"./tradutor-reverso-python":221,"./tradutor-reverso-tenda":222}],205:[function(require,module,exports){
21113
+ },{"./tradutor-assembly-arm":213,"./tradutor-assembly-x64":214,"./tradutor-assemblyscript":215,"./tradutor-calango":216,"./tradutor-javascript":217,"./tradutor-mermaidjs":218,"./tradutor-portugol-ipt":219,"./tradutor-python":220,"./tradutor-reverso-javascript":221,"./tradutor-reverso-python":222,"./tradutor-reverso-tenda":223}],206:[function(require,module,exports){
21031
21114
  "use strict";
21032
21115
  Object.defineProperty(exports, "__esModule", { value: true });
21033
21116
  exports.ArestaFluxograma = void 0;
@@ -21039,7 +21122,7 @@ class ArestaFluxograma {
21039
21122
  }
21040
21123
  exports.ArestaFluxograma = ArestaFluxograma;
21041
21124
 
21042
- },{}],206:[function(require,module,exports){
21125
+ },{}],207:[function(require,module,exports){
21043
21126
  "use strict";
21044
21127
  Object.defineProperty(exports, "__esModule", { value: true });
21045
21128
  exports.DiagramaClasse = void 0;
@@ -21073,7 +21156,7 @@ class DiagramaClasse {
21073
21156
  }
21074
21157
  exports.DiagramaClasse = DiagramaClasse;
21075
21158
 
21076
- },{}],207:[function(require,module,exports){
21159
+ },{}],208:[function(require,module,exports){
21077
21160
  "use strict";
21078
21161
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21079
21162
  if (k2 === undefined) k2 = k;
@@ -21095,7 +21178,7 @@ __exportStar(require("./diagrama-classe"), exports);
21095
21178
  __exportStar(require("./subgrafo-classe"), exports);
21096
21179
  __exportStar(require("./vertice-fluxograma"), exports);
21097
21180
 
21098
- },{"./aresta-fluxograma":205,"./diagrama-classe":206,"./subgrafo-classe":208,"./vertice-fluxograma":209}],208:[function(require,module,exports){
21181
+ },{"./aresta-fluxograma":206,"./diagrama-classe":207,"./subgrafo-classe":209,"./vertice-fluxograma":210}],209:[function(require,module,exports){
21099
21182
  "use strict";
21100
21183
  Object.defineProperty(exports, "__esModule", { value: true });
21101
21184
  exports.SubgrafoClasse = void 0;
@@ -21141,7 +21224,7 @@ class SubgrafoClasse {
21141
21224
  }
21142
21225
  exports.SubgrafoClasse = SubgrafoClasse;
21143
21226
 
21144
- },{}],209:[function(require,module,exports){
21227
+ },{}],210:[function(require,module,exports){
21145
21228
  "use strict";
21146
21229
  Object.defineProperty(exports, "__esModule", { value: true });
21147
21230
  exports.VerticeFluxograma = void 0;
@@ -21158,7 +21241,7 @@ class VerticeFluxograma {
21158
21241
  }
21159
21242
  exports.VerticeFluxograma = VerticeFluxograma;
21160
21243
 
21161
- },{}],210:[function(require,module,exports){
21244
+ },{}],211:[function(require,module,exports){
21162
21245
  "use strict";
21163
21246
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
21164
21247
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -22398,7 +22481,7 @@ __decorate([
22398
22481
  Decorators_1.Override
22399
22482
  ], Python3Lexer.prototype, "nextToken", null);
22400
22483
 
22401
- },{"./python3-parser":211,"antlr4ts/CommonToken":232,"antlr4ts/Decorators":236,"antlr4ts/Lexer":244,"antlr4ts/Token":261,"antlr4ts/VocabularyImpl":267,"antlr4ts/atn/ATNDeserializer":273,"antlr4ts/atn/LexerATNSimulator":294,"antlr4ts/misc/Utils":355}],211:[function(require,module,exports){
22484
+ },{"./python3-parser":212,"antlr4ts/CommonToken":233,"antlr4ts/Decorators":237,"antlr4ts/Lexer":245,"antlr4ts/Token":262,"antlr4ts/VocabularyImpl":268,"antlr4ts/atn/ATNDeserializer":274,"antlr4ts/atn/LexerATNSimulator":295,"antlr4ts/misc/Utils":356}],212:[function(require,module,exports){
22402
22485
  "use strict";
22403
22486
  // Generated from fontes\tradutores\python\Python3.g4 by ANTLR 4.9.0-SNAPSHOT
22404
22487
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -33645,7 +33728,7 @@ class Yield_argContext extends ParserRuleContext_1.ParserRuleContext {
33645
33728
  }
33646
33729
  exports.Yield_argContext = Yield_argContext;
33647
33730
 
33648
- },{"antlr4ts/FailedPredicateException":240,"antlr4ts/NoViableAltException":248,"antlr4ts/Parser":249,"antlr4ts/ParserRuleContext":252,"antlr4ts/RecognitionException":255,"antlr4ts/Token":261,"antlr4ts/VocabularyImpl":267,"antlr4ts/atn/ATN":269,"antlr4ts/atn/ATNDeserializer":273,"antlr4ts/atn/ParserATNSimulator":310,"antlr4ts/misc/Utils":355}],212:[function(require,module,exports){
33731
+ },{"antlr4ts/FailedPredicateException":241,"antlr4ts/NoViableAltException":249,"antlr4ts/Parser":250,"antlr4ts/ParserRuleContext":253,"antlr4ts/RecognitionException":256,"antlr4ts/Token":262,"antlr4ts/VocabularyImpl":268,"antlr4ts/atn/ATN":270,"antlr4ts/atn/ATNDeserializer":274,"antlr4ts/atn/ParserATNSimulator":311,"antlr4ts/misc/Utils":356}],213:[function(require,module,exports){
33649
33732
  "use strict";
33650
33733
  Object.defineProperty(exports, "__esModule", { value: true });
33651
33734
  exports.TradutorAssemblyARM = void 0;
@@ -34361,7 +34444,7 @@ ${labelFim}:`;
34361
34444
  }
34362
34445
  exports.TradutorAssemblyARM = TradutorAssemblyARM;
34363
34446
 
34364
- },{"../construtos":51,"../declaracoes":96}],213:[function(require,module,exports){
34447
+ },{"../construtos":52,"../declaracoes":97}],214:[function(require,module,exports){
34365
34448
  "use strict";
34366
34449
  Object.defineProperty(exports, "__esModule", { value: true });
34367
34450
  exports.TradutorAssemblyX64 = void 0;
@@ -35029,7 +35112,7 @@ ${labelFim}:`;
35029
35112
  }
35030
35113
  exports.TradutorAssemblyX64 = TradutorAssemblyX64;
35031
35114
 
35032
- },{"../construtos":51,"../declaracoes":96}],214:[function(require,module,exports){
35115
+ },{"../construtos":52,"../declaracoes":97}],215:[function(require,module,exports){
35033
35116
  "use strict";
35034
35117
  var __importDefault = (this && this.__importDefault) || function (mod) {
35035
35118
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -35664,7 +35747,7 @@ class TradutorAssemblyScript {
35664
35747
  }
35665
35748
  exports.TradutorAssemblyScript = TradutorAssemblyScript;
35666
35749
 
35667
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],215:[function(require,module,exports){
35750
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":197}],216:[function(require,module,exports){
35668
35751
  "use strict";
35669
35752
  Object.defineProperty(exports, "__esModule", { value: true });
35670
35753
  exports.TradutorCalango = void 0;
@@ -35726,7 +35809,7 @@ class TradutorCalango {
35726
35809
  }
35727
35810
  exports.TradutorCalango = TradutorCalango;
35728
35811
 
35729
- },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":168}],216:[function(require,module,exports){
35812
+ },{"../avaliador-sintatico/dialetos/avaliador-sintatico-calango":4,"../lexador/dialetos":169}],217:[function(require,module,exports){
35730
35813
  "use strict";
35731
35814
  var __importDefault = (this && this.__importDefault) || function (mod) {
35732
35815
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -36479,7 +36562,7 @@ class TradutorJavaScript {
36479
36562
  }
36480
36563
  exports.TradutorJavaScript = TradutorJavaScript;
36481
36564
 
36482
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],217:[function(require,module,exports){
36565
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":197}],218:[function(require,module,exports){
36483
36566
  "use strict";
36484
36567
  var __importDefault = (this && this.__importDefault) || function (mod) {
36485
36568
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -36997,7 +37080,7 @@ class TradutorMermaidJs {
36997
37080
  }
36998
37081
  exports.TradutorMermaidJs = TradutorMermaidJs;
36999
37082
 
37000
- },{"../tipos-de-simbolos/delegua":196,"./mermaid":207}],218:[function(require,module,exports){
37083
+ },{"../tipos-de-simbolos/delegua":197,"./mermaid":208}],219:[function(require,module,exports){
37001
37084
  "use strict";
37002
37085
  Object.defineProperty(exports, "__esModule", { value: true });
37003
37086
  exports.TradutorPortugolIpt = void 0;
@@ -37059,7 +37142,7 @@ class TradutorPortugolIpt {
37059
37142
  }
37060
37143
  exports.TradutorPortugolIpt = TradutorPortugolIpt;
37061
37144
 
37062
- },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":168}],219:[function(require,module,exports){
37145
+ },{"../avaliador-sintatico/dialetos":10,"../lexador/dialetos":169}],220:[function(require,module,exports){
37063
37146
  "use strict";
37064
37147
  var __importDefault = (this && this.__importDefault) || function (mod) {
37065
37148
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -37708,7 +37791,7 @@ class TradutorPython {
37708
37791
  }
37709
37792
  exports.TradutorPython = TradutorPython;
37710
37793
 
37711
- },{"../construtos":51,"../declaracoes":96,"../tipos-de-simbolos/delegua":196}],220:[function(require,module,exports){
37794
+ },{"../construtos":52,"../declaracoes":97,"../tipos-de-simbolos/delegua":197}],221:[function(require,module,exports){
37712
37795
  "use strict";
37713
37796
  Object.defineProperty(exports, "__esModule", { value: true });
37714
37797
  exports.TradutorReversoJavaScript = void 0;
@@ -38105,7 +38188,7 @@ class TradutorReversoJavaScript {
38105
38188
  }
38106
38189
  exports.TradutorReversoJavaScript = TradutorReversoJavaScript;
38107
38190
 
38108
- },{}],221:[function(require,module,exports){
38191
+ },{}],222:[function(require,module,exports){
38109
38192
  "use strict";
38110
38193
  Object.defineProperty(exports, "__esModule", { value: true });
38111
38194
  exports.TradutorReversoPython = void 0;
@@ -38178,7 +38261,7 @@ class TradutorReversoPython {
38178
38261
  }
38179
38262
  exports.TradutorReversoPython = TradutorReversoPython;
38180
38263
 
38181
- },{"./python/python3-lexer":210,"./python/python3-parser":211,"antlr4ts":338,"antlr4ts/tree/ParseTreeWalker":357}],222:[function(require,module,exports){
38264
+ },{"./python/python3-lexer":211,"./python/python3-parser":212,"antlr4ts":339,"antlr4ts/tree/ParseTreeWalker":358}],223:[function(require,module,exports){
38182
38265
  "use strict";
38183
38266
  var __importDefault = (this && this.__importDefault) || function (mod) {
38184
38267
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -38772,7 +38855,7 @@ class TradutorReversoTenda {
38772
38855
  }
38773
38856
  exports.TradutorReversoTenda = TradutorReversoTenda;
38774
38857
 
38775
- },{"../construtos":51,"../tipos-de-simbolos/tenda":203}],223:[function(require,module,exports){
38858
+ },{"../construtos":52,"../tipos-de-simbolos/tenda":204}],224:[function(require,module,exports){
38776
38859
  "use strict";
38777
38860
  /*!
38778
38861
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38780,7 +38863,7 @@ exports.TradutorReversoTenda = TradutorReversoTenda;
38780
38863
  */
38781
38864
  Object.defineProperty(exports, "__esModule", { value: true });
38782
38865
 
38783
- },{}],224:[function(require,module,exports){
38866
+ },{}],225:[function(require,module,exports){
38784
38867
  "use strict";
38785
38868
  /*!
38786
38869
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38788,7 +38871,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
38788
38871
  */
38789
38872
  Object.defineProperty(exports, "__esModule", { value: true });
38790
38873
 
38791
- },{}],225:[function(require,module,exports){
38874
+ },{}],226:[function(require,module,exports){
38792
38875
  "use strict";
38793
38876
  /*!
38794
38877
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -38950,7 +39033,7 @@ __decorate([
38950
39033
  ], ANTLRInputStream.prototype, "toString", null);
38951
39034
  exports.ANTLRInputStream = ANTLRInputStream;
38952
39035
 
38953
- },{"./Decorators":236,"./IntStream":242,"assert":379}],226:[function(require,module,exports){
39036
+ },{"./Decorators":237,"./IntStream":243,"assert":380}],227:[function(require,module,exports){
38954
39037
  "use strict";
38955
39038
  /*!
38956
39039
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39033,7 +39116,7 @@ __decorate([
39033
39116
  ], BailErrorStrategy.prototype, "sync", null);
39034
39117
  exports.BailErrorStrategy = BailErrorStrategy;
39035
39118
 
39036
- },{"./Decorators":236,"./DefaultErrorStrategy":237,"./InputMismatchException":241,"./misc/ParseCancellationException":353}],227:[function(require,module,exports){
39119
+ },{"./Decorators":237,"./DefaultErrorStrategy":238,"./InputMismatchException":242,"./misc/ParseCancellationException":354}],228:[function(require,module,exports){
39037
39120
  "use strict";
39038
39121
  /*!
39039
39122
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39523,7 +39606,7 @@ BufferedTokenStream = __decorate([
39523
39606
  ], BufferedTokenStream);
39524
39607
  exports.BufferedTokenStream = BufferedTokenStream;
39525
39608
 
39526
- },{"./CommonToken":232,"./Decorators":236,"./Lexer":244,"./Token":261,"./misc/Interval":348,"assert":379}],228:[function(require,module,exports){
39609
+ },{"./CommonToken":233,"./Decorators":237,"./Lexer":245,"./Token":262,"./misc/Interval":349,"assert":380}],229:[function(require,module,exports){
39527
39610
  "use strict";
39528
39611
  /*!
39529
39612
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39531,7 +39614,7 @@ exports.BufferedTokenStream = BufferedTokenStream;
39531
39614
  */
39532
39615
  Object.defineProperty(exports, "__esModule", { value: true });
39533
39616
 
39534
- },{}],229:[function(require,module,exports){
39617
+ },{}],230:[function(require,module,exports){
39535
39618
  "use strict";
39536
39619
  /*!
39537
39620
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39665,7 +39748,7 @@ var CharStreams;
39665
39748
  // }
39666
39749
  })(CharStreams = exports.CharStreams || (exports.CharStreams = {}));
39667
39750
 
39668
- },{"./CodePointBuffer":230,"./CodePointCharStream":231,"./IntStream":242}],230:[function(require,module,exports){
39751
+ },{"./CodePointBuffer":231,"./CodePointCharStream":232,"./IntStream":243}],231:[function(require,module,exports){
39669
39752
  "use strict";
39670
39753
  /*!
39671
39754
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -39900,7 +39983,7 @@ exports.CodePointBuffer = CodePointBuffer;
39900
39983
  CodePointBuffer.Builder = Builder;
39901
39984
  })(CodePointBuffer = exports.CodePointBuffer || (exports.CodePointBuffer = {}));
39902
39985
 
39903
- },{"./misc/Character":344,"assert":379}],231:[function(require,module,exports){
39986
+ },{"./misc/Character":345,"assert":380}],232:[function(require,module,exports){
39904
39987
  "use strict";
39905
39988
  /*!
39906
39989
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40050,7 +40133,7 @@ __decorate([
40050
40133
  ], CodePointCharStream.prototype, "getText", null);
40051
40134
  exports.CodePointCharStream = CodePointCharStream;
40052
40135
 
40053
- },{"./Decorators":236,"./IntStream":242,"./misc/Interval":348,"assert":379}],232:[function(require,module,exports){
40136
+ },{"./Decorators":237,"./IntStream":243,"./misc/Interval":349,"assert":380}],233:[function(require,module,exports){
40054
40137
  "use strict";
40055
40138
  /*!
40056
40139
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40280,7 +40363,7 @@ CommonToken = __decorate([
40280
40363
  ], CommonToken);
40281
40364
  exports.CommonToken = CommonToken;
40282
40365
 
40283
- },{"./Decorators":236,"./Token":261,"./misc/Interval":348}],233:[function(require,module,exports){
40366
+ },{"./Decorators":237,"./Token":262,"./misc/Interval":349}],234:[function(require,module,exports){
40284
40367
  "use strict";
40285
40368
  /*!
40286
40369
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40344,7 +40427,7 @@ exports.CommonTokenFactory = CommonTokenFactory;
40344
40427
  CommonTokenFactory.DEFAULT = new CommonTokenFactory();
40345
40428
  })(CommonTokenFactory = exports.CommonTokenFactory || (exports.CommonTokenFactory = {}));
40346
40429
 
40347
- },{"./CommonToken":232,"./Decorators":236,"./misc/Interval":348}],234:[function(require,module,exports){
40430
+ },{"./CommonToken":233,"./Decorators":237,"./misc/Interval":349}],235:[function(require,module,exports){
40348
40431
  "use strict";
40349
40432
  /*!
40350
40433
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40471,7 +40554,7 @@ CommonTokenStream = __decorate([
40471
40554
  ], CommonTokenStream);
40472
40555
  exports.CommonTokenStream = CommonTokenStream;
40473
40556
 
40474
- },{"./BufferedTokenStream":227,"./Decorators":236,"./Token":261}],235:[function(require,module,exports){
40557
+ },{"./BufferedTokenStream":228,"./Decorators":237,"./Token":262}],236:[function(require,module,exports){
40475
40558
  "use strict";
40476
40559
  /*!
40477
40560
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40505,7 +40588,7 @@ exports.ConsoleErrorListener = ConsoleErrorListener;
40505
40588
  */
40506
40589
  ConsoleErrorListener.INSTANCE = new ConsoleErrorListener();
40507
40590
 
40508
- },{}],236:[function(require,module,exports){
40591
+ },{}],237:[function(require,module,exports){
40509
40592
  "use strict";
40510
40593
  /*!
40511
40594
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -40532,7 +40615,7 @@ function SuppressWarnings(options) {
40532
40615
  }
40533
40616
  exports.SuppressWarnings = SuppressWarnings;
40534
40617
 
40535
- },{}],237:[function(require,module,exports){
40618
+ },{}],238:[function(require,module,exports){
40536
40619
  "use strict";
40537
40620
  /*!
40538
40621
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41346,7 +41429,7 @@ __decorate([
41346
41429
  ], DefaultErrorStrategy.prototype, "consumeUntil", null);
41347
41430
  exports.DefaultErrorStrategy = DefaultErrorStrategy;
41348
41431
 
41349
- },{"./Decorators":236,"./FailedPredicateException":240,"./InputMismatchException":241,"./NoViableAltException":248,"./Token":261,"./atn/ATNState":275,"./atn/ATNStateType":276,"./atn/PredictionContext":316,"./misc/IntervalSet":349}],238:[function(require,module,exports){
41432
+ },{"./Decorators":237,"./FailedPredicateException":241,"./InputMismatchException":242,"./NoViableAltException":249,"./Token":262,"./atn/ATNState":276,"./atn/ATNStateType":277,"./atn/PredictionContext":317,"./misc/IntervalSet":350}],239:[function(require,module,exports){
41350
41433
  "use strict";
41351
41434
  /*!
41352
41435
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41422,7 +41505,7 @@ var Dependents;
41422
41505
  Dependents[Dependents["FOLLOWING"] = 9] = "FOLLOWING";
41423
41506
  })(Dependents = exports.Dependents || (exports.Dependents = {}));
41424
41507
 
41425
- },{}],239:[function(require,module,exports){
41508
+ },{}],240:[function(require,module,exports){
41426
41509
  "use strict";
41427
41510
  /*!
41428
41511
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41570,7 +41653,7 @@ __decorate([
41570
41653
  ], DiagnosticErrorListener.prototype, "getConflictingAlts", null);
41571
41654
  exports.DiagnosticErrorListener = DiagnosticErrorListener;
41572
41655
 
41573
- },{"./Decorators":236,"./misc/BitSet":343,"./misc/Interval":348}],240:[function(require,module,exports){
41656
+ },{"./Decorators":237,"./misc/BitSet":344,"./misc/Interval":349}],241:[function(require,module,exports){
41574
41657
  "use strict";
41575
41658
  /*!
41576
41659
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41635,7 +41718,7 @@ FailedPredicateException = __decorate([
41635
41718
  ], FailedPredicateException);
41636
41719
  exports.FailedPredicateException = FailedPredicateException;
41637
41720
 
41638
- },{"./Decorators":236,"./RecognitionException":255,"./atn/PredicateTransition":315}],241:[function(require,module,exports){
41721
+ },{"./Decorators":237,"./RecognitionException":256,"./atn/PredicateTransition":316}],242:[function(require,module,exports){
41639
41722
  "use strict";
41640
41723
  /*!
41641
41724
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41675,7 +41758,7 @@ InputMismatchException = __decorate([
41675
41758
  ], InputMismatchException);
41676
41759
  exports.InputMismatchException = InputMismatchException;
41677
41760
 
41678
- },{"./Decorators":236,"./RecognitionException":255}],242:[function(require,module,exports){
41761
+ },{"./Decorators":237,"./RecognitionException":256}],243:[function(require,module,exports){
41679
41762
  "use strict";
41680
41763
  /*!
41681
41764
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41698,7 +41781,7 @@ var IntStream;
41698
41781
  IntStream.UNKNOWN_SOURCE_NAME = "<unknown>";
41699
41782
  })(IntStream = exports.IntStream || (exports.IntStream = {}));
41700
41783
 
41701
- },{}],243:[function(require,module,exports){
41784
+ },{}],244:[function(require,module,exports){
41702
41785
  "use strict";
41703
41786
  /*!
41704
41787
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -41745,7 +41828,7 @@ __decorate([
41745
41828
  ], InterpreterRuleContext.prototype, "ruleIndex", null);
41746
41829
  exports.InterpreterRuleContext = InterpreterRuleContext;
41747
41830
 
41748
- },{"./Decorators":236,"./ParserRuleContext":252}],244:[function(require,module,exports){
41831
+ },{"./Decorators":237,"./ParserRuleContext":253}],245:[function(require,module,exports){
41749
41832
  "use strict";
41750
41833
  /*!
41751
41834
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42081,7 +42164,7 @@ __decorate([
42081
42164
  ], Lexer.prototype, "charPositionInLine", null);
42082
42165
  exports.Lexer = Lexer;
42083
42166
 
42084
- },{"./CommonTokenFactory":233,"./Decorators":236,"./IntStream":242,"./LexerNoViableAltException":246,"./Recognizer":256,"./Token":261,"./atn/LexerATNSimulator":294,"./misc/IntegerStack":347,"./misc/Interval":348}],245:[function(require,module,exports){
42167
+ },{"./CommonTokenFactory":234,"./Decorators":237,"./IntStream":243,"./LexerNoViableAltException":247,"./Recognizer":257,"./Token":262,"./atn/LexerATNSimulator":295,"./misc/IntegerStack":348,"./misc/Interval":349}],246:[function(require,module,exports){
42085
42168
  "use strict";
42086
42169
  /*!
42087
42170
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42161,7 +42244,7 @@ LexerInterpreter = __decorate([
42161
42244
  ], LexerInterpreter);
42162
42245
  exports.LexerInterpreter = LexerInterpreter;
42163
42246
 
42164
- },{"./Decorators":236,"./Lexer":244,"./atn/LexerATNSimulator":294}],246:[function(require,module,exports){
42247
+ },{"./Decorators":237,"./Lexer":245,"./atn/LexerATNSimulator":295}],247:[function(require,module,exports){
42165
42248
  "use strict";
42166
42249
  /*!
42167
42250
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42218,7 +42301,7 @@ LexerNoViableAltException = __decorate([
42218
42301
  ], LexerNoViableAltException);
42219
42302
  exports.LexerNoViableAltException = LexerNoViableAltException;
42220
42303
 
42221
- },{"./Decorators":236,"./RecognitionException":255,"./misc/Interval":348,"./misc/Utils":355}],247:[function(require,module,exports){
42304
+ },{"./Decorators":237,"./RecognitionException":256,"./misc/Interval":349,"./misc/Utils":356}],248:[function(require,module,exports){
42222
42305
  "use strict";
42223
42306
  /*!
42224
42307
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42428,7 +42511,7 @@ ListTokenSource = __decorate([
42428
42511
  ], ListTokenSource);
42429
42512
  exports.ListTokenSource = ListTokenSource;
42430
42513
 
42431
- },{"./CommonTokenFactory":233,"./Decorators":236,"./Token":261}],248:[function(require,module,exports){
42514
+ },{"./CommonTokenFactory":234,"./Decorators":237,"./Token":262}],249:[function(require,module,exports){
42432
42515
  "use strict";
42433
42516
  /*!
42434
42517
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -42483,7 +42566,7 @@ __decorate([
42483
42566
  ], NoViableAltException.prototype, "_startToken", void 0);
42484
42567
  exports.NoViableAltException = NoViableAltException;
42485
42568
 
42486
- },{"./Decorators":236,"./Parser":249,"./RecognitionException":255}],249:[function(require,module,exports){
42569
+ },{"./Decorators":237,"./Parser":250,"./RecognitionException":256}],250:[function(require,module,exports){
42487
42570
  (function (process){(function (){
42488
42571
  "use strict";
42489
42572
  /*!
@@ -43329,7 +43412,7 @@ __decorate([
43329
43412
  exports.Parser = Parser;
43330
43413
 
43331
43414
  }).call(this)}).call(this,require('_process'))
43332
- },{"./Decorators":236,"./DefaultErrorStrategy":237,"./Lexer":244,"./ProxyParserErrorListener":254,"./Recognizer":256,"./Token":261,"./atn/ATNDeserializationOptions":272,"./atn/ATNDeserializer":273,"./atn/ParseInfo":309,"./atn/ParserATNSimulator":310,"./atn/ProfilingATNSimulator":319,"./misc/IntegerStack":347,"./misc/Utils":355,"./tree/ErrorNode":356,"./tree/TerminalNode":359,"./tree/pattern/ParseTreePatternMatcher":364,"_process":438}],250:[function(require,module,exports){
43415
+ },{"./Decorators":237,"./DefaultErrorStrategy":238,"./Lexer":245,"./ProxyParserErrorListener":255,"./Recognizer":257,"./Token":262,"./atn/ATNDeserializationOptions":273,"./atn/ATNDeserializer":274,"./atn/ParseInfo":310,"./atn/ParserATNSimulator":311,"./atn/ProfilingATNSimulator":320,"./misc/IntegerStack":348,"./misc/Utils":356,"./tree/ErrorNode":357,"./tree/TerminalNode":360,"./tree/pattern/ParseTreePatternMatcher":365,"_process":439}],251:[function(require,module,exports){
43333
43416
  "use strict";
43334
43417
  /*!
43335
43418
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43337,7 +43420,7 @@ exports.Parser = Parser;
43337
43420
  */
43338
43421
  Object.defineProperty(exports, "__esModule", { value: true });
43339
43422
 
43340
- },{}],251:[function(require,module,exports){
43423
+ },{}],252:[function(require,module,exports){
43341
43424
  "use strict";
43342
43425
  /*!
43343
43426
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -43745,7 +43828,7 @@ ParserInterpreter = __decorate([
43745
43828
  ], ParserInterpreter);
43746
43829
  exports.ParserInterpreter = ParserInterpreter;
43747
43830
 
43748
- },{"./Decorators":236,"./FailedPredicateException":240,"./InputMismatchException":241,"./InterpreterRuleContext":243,"./Parser":249,"./RecognitionException":255,"./Token":261,"./atn/ATNState":275,"./atn/ATNStateType":276,"./atn/LoopEndState":306,"./atn/ParserATNSimulator":310,"./atn/StarLoopEntryState":328,"./misc/BitSet":343}],252:[function(require,module,exports){
43831
+ },{"./Decorators":237,"./FailedPredicateException":241,"./InputMismatchException":242,"./InterpreterRuleContext":244,"./Parser":250,"./RecognitionException":256,"./Token":262,"./atn/ATNState":276,"./atn/ATNStateType":277,"./atn/LoopEndState":307,"./atn/ParserATNSimulator":311,"./atn/StarLoopEntryState":329,"./misc/BitSet":344}],253:[function(require,module,exports){
43749
43832
  "use strict";
43750
43833
  /*!
43751
43834
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44046,7 +44129,7 @@ __decorate([
44046
44129
  ], ParserRuleContext.prototype, "sourceInterval", null);
44047
44130
  exports.ParserRuleContext = ParserRuleContext;
44048
44131
 
44049
- },{"./Decorators":236,"./RuleContext":257,"./misc/Interval":348,"./tree/ErrorNode":356,"./tree/TerminalNode":359}],253:[function(require,module,exports){
44132
+ },{"./Decorators":237,"./RuleContext":258,"./misc/Interval":349,"./tree/ErrorNode":357,"./tree/TerminalNode":360}],254:[function(require,module,exports){
44050
44133
  "use strict";
44051
44134
  /*!
44052
44135
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44096,7 +44179,7 @@ __decorate([
44096
44179
  ], ProxyErrorListener.prototype, "syntaxError", null);
44097
44180
  exports.ProxyErrorListener = ProxyErrorListener;
44098
44181
 
44099
- },{"./Decorators":236}],254:[function(require,module,exports){
44182
+ },{"./Decorators":237}],255:[function(require,module,exports){
44100
44183
  "use strict";
44101
44184
  /*!
44102
44185
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44155,7 +44238,7 @@ __decorate([
44155
44238
  ], ProxyParserErrorListener.prototype, "reportContextSensitivity", null);
44156
44239
  exports.ProxyParserErrorListener = ProxyParserErrorListener;
44157
44240
 
44158
- },{"./Decorators":236,"./ProxyErrorListener":253}],255:[function(require,module,exports){
44241
+ },{"./Decorators":237,"./ProxyErrorListener":254}],256:[function(require,module,exports){
44159
44242
  "use strict";
44160
44243
  /*!
44161
44244
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44260,7 +44343,7 @@ class RecognitionException extends Error {
44260
44343
  }
44261
44344
  exports.RecognitionException = RecognitionException;
44262
44345
 
44263
- },{}],256:[function(require,module,exports){
44346
+ },{}],257:[function(require,module,exports){
44264
44347
  "use strict";
44265
44348
  /*!
44266
44349
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44479,7 +44562,7 @@ __decorate([
44479
44562
  ], Recognizer.prototype, "getErrorListeners", null);
44480
44563
  exports.Recognizer = Recognizer;
44481
44564
 
44482
- },{"./ConsoleErrorListener":235,"./Decorators":236,"./ProxyErrorListener":253,"./Token":261,"./misc/Utils":355}],257:[function(require,module,exports){
44565
+ },{"./ConsoleErrorListener":236,"./Decorators":237,"./ProxyErrorListener":254,"./Token":262,"./misc/Utils":356}],258:[function(require,module,exports){
44483
44566
  "use strict";
44484
44567
  /*!
44485
44568
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44696,7 +44779,7 @@ __decorate([
44696
44779
  ], RuleContext.prototype, "toStringTree", null);
44697
44780
  exports.RuleContext = RuleContext;
44698
44781
 
44699
- },{"./Decorators":236,"./ParserRuleContext":252,"./Recognizer":256,"./atn/ATN":269,"./misc/Interval":348,"./tree/RuleNode":358,"./tree/Trees":360}],258:[function(require,module,exports){
44782
+ },{"./Decorators":237,"./ParserRuleContext":253,"./Recognizer":257,"./atn/ATN":270,"./misc/Interval":349,"./tree/RuleNode":359,"./tree/Trees":361}],259:[function(require,module,exports){
44700
44783
  "use strict";
44701
44784
  /*!
44702
44785
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44747,7 +44830,7 @@ __decorate([
44747
44830
  ], RuleContextWithAltNum.prototype, "altNumber", null);
44748
44831
  exports.RuleContextWithAltNum = RuleContextWithAltNum;
44749
44832
 
44750
- },{"./Decorators":236,"./ParserRuleContext":252,"./atn/ATN":269}],259:[function(require,module,exports){
44833
+ },{"./Decorators":237,"./ParserRuleContext":253,"./atn/ATN":270}],260:[function(require,module,exports){
44751
44834
  "use strict";
44752
44835
  /*!
44753
44836
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44770,7 +44853,7 @@ function RuleDependency(dependency) {
44770
44853
  }
44771
44854
  exports.RuleDependency = RuleDependency;
44772
44855
 
44773
- },{}],260:[function(require,module,exports){
44856
+ },{}],261:[function(require,module,exports){
44774
44857
  "use strict";
44775
44858
  /*!
44776
44859
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44789,7 +44872,7 @@ function RuleVersion(version) {
44789
44872
  }
44790
44873
  exports.RuleVersion = RuleVersion;
44791
44874
 
44792
- },{}],261:[function(require,module,exports){
44875
+ },{}],262:[function(require,module,exports){
44793
44876
  "use strict";
44794
44877
  /*!
44795
44878
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44829,7 +44912,7 @@ var Token;
44829
44912
  Token.MIN_USER_CHANNEL_VALUE = 2;
44830
44913
  })(Token = exports.Token || (exports.Token = {}));
44831
44914
 
44832
- },{"./IntStream":242}],262:[function(require,module,exports){
44915
+ },{"./IntStream":243}],263:[function(require,module,exports){
44833
44916
  "use strict";
44834
44917
  /*!
44835
44918
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44837,7 +44920,7 @@ var Token;
44837
44920
  */
44838
44921
  Object.defineProperty(exports, "__esModule", { value: true });
44839
44922
 
44840
- },{}],263:[function(require,module,exports){
44923
+ },{}],264:[function(require,module,exports){
44841
44924
  "use strict";
44842
44925
  /*!
44843
44926
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44845,7 +44928,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
44845
44928
  */
44846
44929
  Object.defineProperty(exports, "__esModule", { value: true });
44847
44930
 
44848
- },{}],264:[function(require,module,exports){
44931
+ },{}],265:[function(require,module,exports){
44849
44932
  "use strict";
44850
44933
  /*!
44851
44934
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -44853,7 +44936,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
44853
44936
  */
44854
44937
  Object.defineProperty(exports, "__esModule", { value: true });
44855
44938
 
44856
- },{}],265:[function(require,module,exports){
44939
+ },{}],266:[function(require,module,exports){
44857
44940
  "use strict";
44858
44941
  /*!
44859
44942
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45361,7 +45444,7 @@ __decorate([
45361
45444
  Decorators_1.Override
45362
45445
  ], ReplaceOp.prototype, "toString", null);
45363
45446
 
45364
- },{"./Decorators":236,"./Token":261,"./misc/Interval":348}],266:[function(require,module,exports){
45447
+ },{"./Decorators":237,"./Token":262,"./misc/Interval":349}],267:[function(require,module,exports){
45365
45448
  "use strict";
45366
45449
  /*!
45367
45450
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45369,7 +45452,7 @@ __decorate([
45369
45452
  */
45370
45453
  Object.defineProperty(exports, "__esModule", { value: true });
45371
45454
 
45372
- },{}],267:[function(require,module,exports){
45455
+ },{}],268:[function(require,module,exports){
45373
45456
  "use strict";
45374
45457
  /*!
45375
45458
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45489,7 +45572,7 @@ __decorate([
45489
45572
  ], VocabularyImpl, "EMPTY_VOCABULARY", void 0);
45490
45573
  exports.VocabularyImpl = VocabularyImpl;
45491
45574
 
45492
- },{"./Decorators":236,"./Token":261}],268:[function(require,module,exports){
45575
+ },{"./Decorators":237,"./Token":262}],269:[function(require,module,exports){
45493
45576
  "use strict";
45494
45577
  /*!
45495
45578
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45497,7 +45580,7 @@ exports.VocabularyImpl = VocabularyImpl;
45497
45580
  */
45498
45581
  Object.defineProperty(exports, "__esModule", { value: true });
45499
45582
 
45500
- },{}],269:[function(require,module,exports){
45583
+ },{}],270:[function(require,module,exports){
45501
45584
  "use strict";
45502
45585
  /*!
45503
45586
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -45719,7 +45802,7 @@ exports.ATN = ATN;
45719
45802
  })(ATN = exports.ATN || (exports.ATN = {}));
45720
45803
  exports.ATN = ATN;
45721
45804
 
45722
- },{"../Decorators":236,"../Token":261,"../dfa/DFA":334,"../misc/Array2DHashMap":339,"../misc/IntervalSet":349,"../misc/ObjectEqualityComparator":352,"./InvalidState":292,"./LL1Analyzer":293,"./PredictionContext":316,"assert":379}],270:[function(require,module,exports){
45805
+ },{"../Decorators":237,"../Token":262,"../dfa/DFA":335,"../misc/Array2DHashMap":340,"../misc/IntervalSet":350,"../misc/ObjectEqualityComparator":353,"./InvalidState":293,"./LL1Analyzer":294,"./PredictionContext":317,"assert":380}],271:[function(require,module,exports){
45723
45806
  "use strict";
45724
45807
  /*!
45725
45808
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46244,7 +46327,7 @@ ActionSemanticContextATNConfig = __decorate([
46244
46327
  __param(1, Decorators_1.NotNull), __param(2, Decorators_1.NotNull)
46245
46328
  ], ActionSemanticContextATNConfig);
46246
46329
 
46247
- },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/MurmurHash":351,"../misc/ObjectEqualityComparator":352,"./DecisionState":289,"./PredictionContext":316,"./SemanticContext":324,"assert":379}],271:[function(require,module,exports){
46330
+ },{"../Decorators":237,"../misc/Array2DHashMap":340,"../misc/MurmurHash":352,"../misc/ObjectEqualityComparator":353,"./DecisionState":290,"./PredictionContext":317,"./SemanticContext":325,"assert":380}],272:[function(require,module,exports){
46248
46331
  "use strict";
46249
46332
  /*!
46250
46333
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46691,7 +46774,7 @@ __decorate([
46691
46774
  ], ATNConfigSet.prototype, "hashCode", null);
46692
46775
  exports.ATNConfigSet = ATNConfigSet;
46693
46776
 
46694
- },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/Array2DHashSet":340,"../misc/ArrayEqualityComparator":341,"../misc/BitSet":343,"../misc/ObjectEqualityComparator":352,"../misc/Utils":355,"./ATN":269,"./ATNConfig":270,"./PredictionContext":316,"./PredictionContextCache":317,"./SemanticContext":324,"assert":379}],272:[function(require,module,exports){
46777
+ },{"../Decorators":237,"../misc/Array2DHashMap":340,"../misc/Array2DHashSet":341,"../misc/ArrayEqualityComparator":342,"../misc/BitSet":344,"../misc/ObjectEqualityComparator":353,"../misc/Utils":356,"./ATN":270,"./ATNConfig":271,"./PredictionContext":317,"./PredictionContextCache":318,"./SemanticContext":325,"assert":380}],273:[function(require,module,exports){
46695
46778
  "use strict";
46696
46779
  /*!
46697
46780
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -46770,7 +46853,7 @@ __decorate([
46770
46853
  ], ATNDeserializationOptions, "defaultOptions", null);
46771
46854
  exports.ATNDeserializationOptions = ATNDeserializationOptions;
46772
46855
 
46773
- },{"../Decorators":236}],273:[function(require,module,exports){
46856
+ },{"../Decorators":237}],274:[function(require,module,exports){
46774
46857
  "use strict";
46775
46858
  /*!
46776
46859
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47857,7 +47940,7 @@ __decorate([
47857
47940
  ], ATNDeserializer.prototype, "edgeFactory", null);
47858
47941
  exports.ATNDeserializer = ATNDeserializer;
47859
47942
 
47860
- },{"../Decorators":236,"../Token":261,"../dfa/DFA":334,"../misc/Array2DHashSet":340,"../misc/BitSet":343,"../misc/IntervalSet":349,"../misc/UUID":354,"./ATN":269,"./ATNDeserializationOptions":272,"./ATNStateType":276,"./ActionTransition":278,"./AtomTransition":280,"./BasicBlockStartState":281,"./BasicState":282,"./BlockEndState":283,"./BlockStartState":284,"./DecisionState":289,"./EpsilonTransition":290,"./InvalidState":292,"./LexerChannelAction":296,"./LexerCustomAction":297,"./LexerModeAction":299,"./LexerMoreAction":300,"./LexerPopModeAction":301,"./LexerPushModeAction":302,"./LexerSkipAction":303,"./LexerTypeAction":304,"./LoopEndState":306,"./NotSetTransition":307,"./ParserATNSimulator":310,"./PlusBlockStartState":311,"./PlusLoopbackState":312,"./PrecedencePredicateTransition":313,"./PredicateTransition":315,"./RangeTransition":320,"./RuleStartState":321,"./RuleStopState":322,"./RuleTransition":323,"./SetTransition":325,"./StarBlockStartState":327,"./StarLoopEntryState":328,"./StarLoopbackState":329,"./TokensStartState":330,"./WildcardTransition":332}],274:[function(require,module,exports){
47943
+ },{"../Decorators":237,"../Token":262,"../dfa/DFA":335,"../misc/Array2DHashSet":341,"../misc/BitSet":344,"../misc/IntervalSet":350,"../misc/UUID":355,"./ATN":270,"./ATNDeserializationOptions":273,"./ATNStateType":277,"./ActionTransition":279,"./AtomTransition":281,"./BasicBlockStartState":282,"./BasicState":283,"./BlockEndState":284,"./BlockStartState":285,"./DecisionState":290,"./EpsilonTransition":291,"./InvalidState":293,"./LexerChannelAction":297,"./LexerCustomAction":298,"./LexerModeAction":300,"./LexerMoreAction":301,"./LexerPopModeAction":302,"./LexerPushModeAction":303,"./LexerSkipAction":304,"./LexerTypeAction":305,"./LoopEndState":307,"./NotSetTransition":308,"./ParserATNSimulator":311,"./PlusBlockStartState":312,"./PlusLoopbackState":313,"./PrecedencePredicateTransition":314,"./PredicateTransition":316,"./RangeTransition":321,"./RuleStartState":322,"./RuleStopState":323,"./RuleTransition":324,"./SetTransition":326,"./StarBlockStartState":328,"./StarLoopEntryState":329,"./StarLoopbackState":330,"./TokensStartState":331,"./WildcardTransition":333}],275:[function(require,module,exports){
47861
47944
  "use strict";
47862
47945
  /*!
47863
47946
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -47921,7 +48004,7 @@ exports.ATNSimulator = ATNSimulator;
47921
48004
  })(ATNSimulator = exports.ATNSimulator || (exports.ATNSimulator = {}));
47922
48005
  exports.ATNSimulator = ATNSimulator;
47923
48006
 
47924
- },{"../Decorators":236,"../dfa/DFAState":336,"./ATNConfigSet":271,"./PredictionContext":316}],275:[function(require,module,exports){
48007
+ },{"../Decorators":237,"../dfa/DFAState":337,"./ATNConfigSet":272,"./PredictionContext":317}],276:[function(require,module,exports){
47925
48008
  "use strict";
47926
48009
  /*!
47927
48010
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48108,7 +48191,7 @@ exports.ATNState = ATNState;
48108
48191
  ATNState.INVALID_STATE_NUMBER = -1;
48109
48192
  })(ATNState = exports.ATNState || (exports.ATNState = {}));
48110
48193
 
48111
- },{"../Decorators":236}],276:[function(require,module,exports){
48194
+ },{"../Decorators":237}],277:[function(require,module,exports){
48112
48195
  "use strict";
48113
48196
  /*!
48114
48197
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48134,7 +48217,7 @@ var ATNStateType;
48134
48217
  ATNStateType[ATNStateType["LOOP_END"] = 12] = "LOOP_END";
48135
48218
  })(ATNStateType = exports.ATNStateType || (exports.ATNStateType = {}));
48136
48219
 
48137
- },{}],277:[function(require,module,exports){
48220
+ },{}],278:[function(require,module,exports){
48138
48221
  "use strict";
48139
48222
  /*!
48140
48223
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48154,7 +48237,7 @@ class AbstractPredicateTransition extends Transition_1.Transition {
48154
48237
  }
48155
48238
  exports.AbstractPredicateTransition = AbstractPredicateTransition;
48156
48239
 
48157
- },{"./Transition":331}],278:[function(require,module,exports){
48240
+ },{"./Transition":332}],279:[function(require,module,exports){
48158
48241
  "use strict";
48159
48242
  /*!
48160
48243
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48210,7 +48293,7 @@ ActionTransition = __decorate([
48210
48293
  ], ActionTransition);
48211
48294
  exports.ActionTransition = ActionTransition;
48212
48295
 
48213
- },{"../Decorators":236,"./Transition":331}],279:[function(require,module,exports){
48296
+ },{"../Decorators":237,"./Transition":332}],280:[function(require,module,exports){
48214
48297
  "use strict";
48215
48298
  /*!
48216
48299
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48297,7 +48380,7 @@ AmbiguityInfo = __decorate([
48297
48380
  ], AmbiguityInfo);
48298
48381
  exports.AmbiguityInfo = AmbiguityInfo;
48299
48382
 
48300
- },{"../Decorators":236,"./DecisionEventInfo":287}],280:[function(require,module,exports){
48383
+ },{"../Decorators":237,"./DecisionEventInfo":288}],281:[function(require,module,exports){
48301
48384
  "use strict";
48302
48385
  /*!
48303
48386
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48355,7 +48438,7 @@ AtomTransition = __decorate([
48355
48438
  ], AtomTransition);
48356
48439
  exports.AtomTransition = AtomTransition;
48357
48440
 
48358
- },{"../Decorators":236,"../misc/IntervalSet":349,"./Transition":331}],281:[function(require,module,exports){
48441
+ },{"../Decorators":237,"../misc/IntervalSet":350,"./Transition":332}],282:[function(require,module,exports){
48359
48442
  "use strict";
48360
48443
  /*!
48361
48444
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48387,7 +48470,7 @@ __decorate([
48387
48470
  ], BasicBlockStartState.prototype, "stateType", null);
48388
48471
  exports.BasicBlockStartState = BasicBlockStartState;
48389
48472
 
48390
- },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],282:[function(require,module,exports){
48473
+ },{"../Decorators":237,"./ATNStateType":277,"./BlockStartState":285}],283:[function(require,module,exports){
48391
48474
  "use strict";
48392
48475
  /*!
48393
48476
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48419,7 +48502,7 @@ __decorate([
48419
48502
  ], BasicState.prototype, "stateType", null);
48420
48503
  exports.BasicState = BasicState;
48421
48504
 
48422
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],283:[function(require,module,exports){
48505
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],284:[function(require,module,exports){
48423
48506
  "use strict";
48424
48507
  /*!
48425
48508
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48448,7 +48531,7 @@ __decorate([
48448
48531
  ], BlockEndState.prototype, "stateType", null);
48449
48532
  exports.BlockEndState = BlockEndState;
48450
48533
 
48451
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],284:[function(require,module,exports){
48534
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],285:[function(require,module,exports){
48452
48535
  "use strict";
48453
48536
  /*!
48454
48537
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48462,7 +48545,7 @@ class BlockStartState extends DecisionState_1.DecisionState {
48462
48545
  }
48463
48546
  exports.BlockStartState = BlockStartState;
48464
48547
 
48465
- },{"./DecisionState":289}],285:[function(require,module,exports){
48548
+ },{"./DecisionState":290}],286:[function(require,module,exports){
48466
48549
  "use strict";
48467
48550
  /*!
48468
48551
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48532,7 +48615,7 @@ __decorate([
48532
48615
  ], ConflictInfo.prototype, "hashCode", null);
48533
48616
  exports.ConflictInfo = ConflictInfo;
48534
48617
 
48535
- },{"../Decorators":236,"../misc/Utils":355}],286:[function(require,module,exports){
48618
+ },{"../Decorators":237,"../misc/Utils":356}],287:[function(require,module,exports){
48536
48619
  "use strict";
48537
48620
  /*!
48538
48621
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48592,7 +48675,7 @@ ContextSensitivityInfo = __decorate([
48592
48675
  ], ContextSensitivityInfo);
48593
48676
  exports.ContextSensitivityInfo = ContextSensitivityInfo;
48594
48677
 
48595
- },{"../Decorators":236,"./DecisionEventInfo":287}],287:[function(require,module,exports){
48678
+ },{"../Decorators":237,"./DecisionEventInfo":288}],288:[function(require,module,exports){
48596
48679
  "use strict";
48597
48680
  /*!
48598
48681
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48644,7 +48727,7 @@ DecisionEventInfo = __decorate([
48644
48727
  ], DecisionEventInfo);
48645
48728
  exports.DecisionEventInfo = DecisionEventInfo;
48646
48729
 
48647
- },{"../Decorators":236}],288:[function(require,module,exports){
48730
+ },{"../Decorators":237}],289:[function(require,module,exports){
48648
48731
  "use strict";
48649
48732
  /*!
48650
48733
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48857,7 +48940,7 @@ __decorate([
48857
48940
  ], DecisionInfo.prototype, "toString", null);
48858
48941
  exports.DecisionInfo = DecisionInfo;
48859
48942
 
48860
- },{"../Decorators":236}],289:[function(require,module,exports){
48943
+ },{"../Decorators":237}],290:[function(require,module,exports){
48861
48944
  "use strict";
48862
48945
  /*!
48863
48946
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48877,7 +48960,7 @@ class DecisionState extends ATNState_1.ATNState {
48877
48960
  }
48878
48961
  exports.DecisionState = DecisionState;
48879
48962
 
48880
- },{"./ATNState":275}],290:[function(require,module,exports){
48963
+ },{"./ATNState":276}],291:[function(require,module,exports){
48881
48964
  "use strict";
48882
48965
  /*!
48883
48966
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48943,7 +49026,7 @@ EpsilonTransition = __decorate([
48943
49026
  ], EpsilonTransition);
48944
49027
  exports.EpsilonTransition = EpsilonTransition;
48945
49028
 
48946
- },{"../Decorators":236,"./Transition":331}],291:[function(require,module,exports){
49029
+ },{"../Decorators":237,"./Transition":332}],292:[function(require,module,exports){
48947
49030
  "use strict";
48948
49031
  /*!
48949
49032
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -48996,7 +49079,7 @@ ErrorInfo = __decorate([
48996
49079
  ], ErrorInfo);
48997
49080
  exports.ErrorInfo = ErrorInfo;
48998
49081
 
48999
- },{"../Decorators":236,"./DecisionEventInfo":287}],292:[function(require,module,exports){
49082
+ },{"../Decorators":237,"./DecisionEventInfo":288}],293:[function(require,module,exports){
49000
49083
  "use strict";
49001
49084
  /*!
49002
49085
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49027,7 +49110,7 @@ __decorate([
49027
49110
  ], InvalidState.prototype, "stateType", null);
49028
49111
  exports.InvalidState = InvalidState;
49029
49112
 
49030
- },{"../Decorators":236,"./ATNStateType":276,"./BasicState":282}],293:[function(require,module,exports){
49113
+ },{"../Decorators":237,"./ATNStateType":277,"./BasicState":283}],294:[function(require,module,exports){
49031
49114
  "use strict";
49032
49115
  /*!
49033
49116
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49249,7 +49332,7 @@ LL1Analyzer = __decorate([
49249
49332
  ], LL1Analyzer);
49250
49333
  exports.LL1Analyzer = LL1Analyzer;
49251
49334
 
49252
- },{"../Decorators":236,"../Token":261,"../misc/Array2DHashSet":340,"../misc/BitSet":343,"../misc/IntervalSet":349,"../misc/ObjectEqualityComparator":352,"./ATNConfig":270,"./AbstractPredicateTransition":277,"./NotSetTransition":307,"./PredictionContext":316,"./RuleStopState":322,"./RuleTransition":323,"./WildcardTransition":332}],294:[function(require,module,exports){
49335
+ },{"../Decorators":237,"../Token":262,"../misc/Array2DHashSet":341,"../misc/BitSet":344,"../misc/IntervalSet":350,"../misc/ObjectEqualityComparator":353,"./ATNConfig":271,"./AbstractPredicateTransition":278,"./NotSetTransition":308,"./PredictionContext":317,"./RuleStopState":323,"./RuleTransition":324,"./WildcardTransition":333}],295:[function(require,module,exports){
49253
49336
  "use strict";
49254
49337
  /*!
49255
49338
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -49966,7 +50049,7 @@ exports.LexerATNSimulator = LexerATNSimulator;
49966
50049
  })(LexerATNSimulator = exports.LexerATNSimulator || (exports.LexerATNSimulator = {}));
49967
50050
  exports.LexerATNSimulator = LexerATNSimulator;
49968
50051
 
49969
- },{"../Decorators":236,"../IntStream":242,"../Lexer":244,"../LexerNoViableAltException":246,"../Token":261,"../dfa/AcceptStateInfo":333,"../dfa/DFAState":336,"../misc/Interval":348,"./ATN":269,"./ATNConfig":270,"./ATNConfigSet":271,"./ATNSimulator":274,"./LexerActionExecutor":295,"./OrderedATNConfigSet":308,"./PredictionContext":316,"./RuleStopState":322,"assert":379}],295:[function(require,module,exports){
50052
+ },{"../Decorators":237,"../IntStream":243,"../Lexer":245,"../LexerNoViableAltException":247,"../Token":262,"../dfa/AcceptStateInfo":334,"../dfa/DFAState":337,"../misc/Interval":349,"./ATN":270,"./ATNConfig":271,"./ATNConfigSet":272,"./ATNSimulator":275,"./LexerActionExecutor":296,"./OrderedATNConfigSet":309,"./PredictionContext":317,"./RuleStopState":323,"assert":380}],296:[function(require,module,exports){
49970
50053
  "use strict";
49971
50054
  /*!
49972
50055
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50167,7 +50250,7 @@ LexerActionExecutor = __decorate([
50167
50250
  ], LexerActionExecutor);
50168
50251
  exports.LexerActionExecutor = LexerActionExecutor;
50169
50252
 
50170
- },{"../Decorators":236,"../misc/ArrayEqualityComparator":341,"../misc/MurmurHash":351,"./LexerIndexedCustomAction":298}],296:[function(require,module,exports){
50253
+ },{"../Decorators":237,"../misc/ArrayEqualityComparator":342,"../misc/MurmurHash":352,"./LexerIndexedCustomAction":299}],297:[function(require,module,exports){
50171
50254
  "use strict";
50172
50255
  /*!
50173
50256
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50272,7 +50355,7 @@ __decorate([
50272
50355
  ], LexerChannelAction.prototype, "toString", null);
50273
50356
  exports.LexerChannelAction = LexerChannelAction;
50274
50357
 
50275
- },{"../Decorators":236,"../misc/MurmurHash":351}],297:[function(require,module,exports){
50358
+ },{"../Decorators":237,"../misc/MurmurHash":352}],298:[function(require,module,exports){
50276
50359
  "use strict";
50277
50360
  /*!
50278
50361
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50401,7 +50484,7 @@ __decorate([
50401
50484
  ], LexerCustomAction.prototype, "equals", null);
50402
50485
  exports.LexerCustomAction = LexerCustomAction;
50403
50486
 
50404
- },{"../Decorators":236,"../misc/MurmurHash":351}],298:[function(require,module,exports){
50487
+ },{"../Decorators":237,"../misc/MurmurHash":352}],299:[function(require,module,exports){
50405
50488
  "use strict";
50406
50489
  /*!
50407
50490
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50536,7 +50619,7 @@ LexerIndexedCustomAction = __decorate([
50536
50619
  ], LexerIndexedCustomAction);
50537
50620
  exports.LexerIndexedCustomAction = LexerIndexedCustomAction;
50538
50621
 
50539
- },{"../Decorators":236,"../misc/MurmurHash":351}],299:[function(require,module,exports){
50622
+ },{"../Decorators":237,"../misc/MurmurHash":352}],300:[function(require,module,exports){
50540
50623
  "use strict";
50541
50624
  /*!
50542
50625
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50641,7 +50724,7 @@ __decorate([
50641
50724
  ], LexerModeAction.prototype, "toString", null);
50642
50725
  exports.LexerModeAction = LexerModeAction;
50643
50726
 
50644
- },{"../Decorators":236,"../misc/MurmurHash":351}],300:[function(require,module,exports){
50727
+ },{"../Decorators":237,"../misc/MurmurHash":352}],301:[function(require,module,exports){
50645
50728
  "use strict";
50646
50729
  /*!
50647
50730
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50737,7 +50820,7 @@ exports.LexerMoreAction = LexerMoreAction;
50737
50820
  LexerMoreAction.INSTANCE = new LexerMoreAction();
50738
50821
  })(LexerMoreAction = exports.LexerMoreAction || (exports.LexerMoreAction = {}));
50739
50822
 
50740
- },{"../Decorators":236,"../misc/MurmurHash":351}],301:[function(require,module,exports){
50823
+ },{"../Decorators":237,"../misc/MurmurHash":352}],302:[function(require,module,exports){
50741
50824
  "use strict";
50742
50825
  /*!
50743
50826
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50833,7 +50916,7 @@ exports.LexerPopModeAction = LexerPopModeAction;
50833
50916
  LexerPopModeAction.INSTANCE = new LexerPopModeAction();
50834
50917
  })(LexerPopModeAction = exports.LexerPopModeAction || (exports.LexerPopModeAction = {}));
50835
50918
 
50836
- },{"../Decorators":236,"../misc/MurmurHash":351}],302:[function(require,module,exports){
50919
+ },{"../Decorators":237,"../misc/MurmurHash":352}],303:[function(require,module,exports){
50837
50920
  "use strict";
50838
50921
  /*!
50839
50922
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -50938,7 +51021,7 @@ __decorate([
50938
51021
  ], LexerPushModeAction.prototype, "toString", null);
50939
51022
  exports.LexerPushModeAction = LexerPushModeAction;
50940
51023
 
50941
- },{"../Decorators":236,"../misc/MurmurHash":351}],303:[function(require,module,exports){
51024
+ },{"../Decorators":237,"../misc/MurmurHash":352}],304:[function(require,module,exports){
50942
51025
  "use strict";
50943
51026
  /*!
50944
51027
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51034,7 +51117,7 @@ exports.LexerSkipAction = LexerSkipAction;
51034
51117
  LexerSkipAction.INSTANCE = new LexerSkipAction();
51035
51118
  })(LexerSkipAction = exports.LexerSkipAction || (exports.LexerSkipAction = {}));
51036
51119
 
51037
- },{"../Decorators":236,"../misc/MurmurHash":351}],304:[function(require,module,exports){
51120
+ },{"../Decorators":237,"../misc/MurmurHash":352}],305:[function(require,module,exports){
51038
51121
  "use strict";
51039
51122
  /*!
51040
51123
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51138,7 +51221,7 @@ __decorate([
51138
51221
  ], LexerTypeAction.prototype, "toString", null);
51139
51222
  exports.LexerTypeAction = LexerTypeAction;
51140
51223
 
51141
- },{"../Decorators":236,"../misc/MurmurHash":351}],305:[function(require,module,exports){
51224
+ },{"../Decorators":237,"../misc/MurmurHash":352}],306:[function(require,module,exports){
51142
51225
  "use strict";
51143
51226
  /*!
51144
51227
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51190,7 +51273,7 @@ LookaheadEventInfo = __decorate([
51190
51273
  ], LookaheadEventInfo);
51191
51274
  exports.LookaheadEventInfo = LookaheadEventInfo;
51192
51275
 
51193
- },{"../Decorators":236,"./DecisionEventInfo":287}],306:[function(require,module,exports){
51276
+ },{"../Decorators":237,"./DecisionEventInfo":288}],307:[function(require,module,exports){
51194
51277
  "use strict";
51195
51278
  /*!
51196
51279
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51219,7 +51302,7 @@ __decorate([
51219
51302
  ], LoopEndState.prototype, "stateType", null);
51220
51303
  exports.LoopEndState = LoopEndState;
51221
51304
 
51222
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],307:[function(require,module,exports){
51305
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],308:[function(require,module,exports){
51223
51306
  "use strict";
51224
51307
  /*!
51225
51308
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51268,7 +51351,7 @@ NotSetTransition = __decorate([
51268
51351
  ], NotSetTransition);
51269
51352
  exports.NotSetTransition = NotSetTransition;
51270
51353
 
51271
- },{"../Decorators":236,"./SetTransition":325}],308:[function(require,module,exports){
51354
+ },{"../Decorators":237,"./SetTransition":326}],309:[function(require,module,exports){
51272
51355
  "use strict";
51273
51356
  /*!
51274
51357
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51323,7 +51406,7 @@ __decorate([
51323
51406
  ], OrderedATNConfigSet.prototype, "canMerge", null);
51324
51407
  exports.OrderedATNConfigSet = OrderedATNConfigSet;
51325
51408
 
51326
- },{"../Decorators":236,"./ATNConfigSet":271}],309:[function(require,module,exports){
51409
+ },{"../Decorators":237,"./ATNConfigSet":272}],310:[function(require,module,exports){
51327
51410
  "use strict";
51328
51411
  /*!
51329
51412
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -51485,7 +51568,7 @@ ParseInfo = __decorate([
51485
51568
  ], ParseInfo);
51486
51569
  exports.ParseInfo = ParseInfo;
51487
51570
 
51488
- },{"../Decorators":236}],310:[function(require,module,exports){
51571
+ },{"../Decorators":237}],311:[function(require,module,exports){
51489
51572
  "use strict";
51490
51573
  /*!
51491
51574
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53758,7 +53841,7 @@ ParserATNSimulator = __decorate([
53758
53841
  ], ParserATNSimulator);
53759
53842
  exports.ParserATNSimulator = ParserATNSimulator;
53760
53843
 
53761
- },{"../Decorators":236,"../IntStream":242,"../NoViableAltException":248,"../ParserRuleContext":252,"../Token":261,"../VocabularyImpl":267,"../dfa/AcceptStateInfo":333,"../dfa/DFAState":336,"../misc/Array2DHashSet":340,"../misc/Arrays":342,"../misc/BitSet":343,"../misc/IntegerList":346,"../misc/Interval":348,"../misc/ObjectEqualityComparator":352,"./ATN":269,"./ATNConfig":270,"./ATNConfigSet":271,"./ATNSimulator":274,"./ATNStateType":276,"./ActionTransition":278,"./AtomTransition":280,"./ConflictInfo":285,"./DecisionState":289,"./NotSetTransition":307,"./PredictionContext":316,"./PredictionContextCache":317,"./PredictionMode":318,"./RuleStopState":322,"./RuleTransition":323,"./SemanticContext":324,"./SetTransition":325,"./SimulatorState":326,"assert":379}],311:[function(require,module,exports){
53844
+ },{"../Decorators":237,"../IntStream":243,"../NoViableAltException":249,"../ParserRuleContext":253,"../Token":262,"../VocabularyImpl":268,"../dfa/AcceptStateInfo":334,"../dfa/DFAState":337,"../misc/Array2DHashSet":341,"../misc/Arrays":343,"../misc/BitSet":344,"../misc/IntegerList":347,"../misc/Interval":349,"../misc/ObjectEqualityComparator":353,"./ATN":270,"./ATNConfig":271,"./ATNConfigSet":272,"./ATNSimulator":275,"./ATNStateType":277,"./ActionTransition":279,"./AtomTransition":281,"./ConflictInfo":286,"./DecisionState":290,"./NotSetTransition":308,"./PredictionContext":317,"./PredictionContextCache":318,"./PredictionMode":319,"./RuleStopState":323,"./RuleTransition":324,"./SemanticContext":325,"./SetTransition":326,"./SimulatorState":327,"assert":380}],312:[function(require,module,exports){
53762
53845
  "use strict";
53763
53846
  /*!
53764
53847
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53791,7 +53874,7 @@ __decorate([
53791
53874
  ], PlusBlockStartState.prototype, "stateType", null);
53792
53875
  exports.PlusBlockStartState = PlusBlockStartState;
53793
53876
 
53794
- },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],312:[function(require,module,exports){
53877
+ },{"../Decorators":237,"./ATNStateType":277,"./BlockStartState":285}],313:[function(require,module,exports){
53795
53878
  "use strict";
53796
53879
  /*!
53797
53880
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53822,7 +53905,7 @@ __decorate([
53822
53905
  ], PlusLoopbackState.prototype, "stateType", null);
53823
53906
  exports.PlusLoopbackState = PlusLoopbackState;
53824
53907
 
53825
- },{"../Decorators":236,"./ATNStateType":276,"./DecisionState":289}],313:[function(require,module,exports){
53908
+ },{"../Decorators":237,"./ATNStateType":277,"./DecisionState":290}],314:[function(require,module,exports){
53826
53909
  "use strict";
53827
53910
  /*!
53828
53911
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53885,7 +53968,7 @@ PrecedencePredicateTransition = __decorate([
53885
53968
  ], PrecedencePredicateTransition);
53886
53969
  exports.PrecedencePredicateTransition = PrecedencePredicateTransition;
53887
53970
 
53888
- },{"../Decorators":236,"./AbstractPredicateTransition":277,"./SemanticContext":324}],314:[function(require,module,exports){
53971
+ },{"../Decorators":237,"./AbstractPredicateTransition":278,"./SemanticContext":325}],315:[function(require,module,exports){
53889
53972
  "use strict";
53890
53973
  /*!
53891
53974
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -53948,7 +54031,7 @@ PredicateEvalInfo = __decorate([
53948
54031
  ], PredicateEvalInfo);
53949
54032
  exports.PredicateEvalInfo = PredicateEvalInfo;
53950
54033
 
53951
- },{"../Decorators":236,"./DecisionEventInfo":287}],315:[function(require,module,exports){
54034
+ },{"../Decorators":237,"./DecisionEventInfo":288}],316:[function(require,module,exports){
53952
54035
  "use strict";
53953
54036
  /*!
53954
54037
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54014,7 +54097,7 @@ PredicateTransition = __decorate([
54014
54097
  ], PredicateTransition);
54015
54098
  exports.PredicateTransition = PredicateTransition;
54016
54099
 
54017
- },{"../Decorators":236,"./AbstractPredicateTransition":277,"./SemanticContext":324}],316:[function(require,module,exports){
54100
+ },{"../Decorators":237,"./AbstractPredicateTransition":278,"./SemanticContext":325}],317:[function(require,module,exports){
54018
54101
  "use strict";
54019
54102
  /*!
54020
54103
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54705,7 +54788,7 @@ exports.SingletonPredictionContext = SingletonPredictionContext;
54705
54788
  PredictionContext.IdentityEqualityComparator = IdentityEqualityComparator;
54706
54789
  })(PredictionContext = exports.PredictionContext || (exports.PredictionContext = {}));
54707
54790
 
54708
- },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/Array2DHashSet":340,"../misc/Arrays":342,"../misc/MurmurHash":351,"./PredictionContextCache":317,"assert":379}],317:[function(require,module,exports){
54791
+ },{"../Decorators":237,"../misc/Array2DHashMap":340,"../misc/Array2DHashSet":341,"../misc/Arrays":343,"../misc/MurmurHash":352,"./PredictionContextCache":318,"assert":380}],318:[function(require,module,exports){
54709
54792
  "use strict";
54710
54793
  /*!
54711
54794
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -54846,7 +54929,7 @@ PredictionContextCache.UNCACHED = new PredictionContextCache(false);
54846
54929
  PredictionContextCache.IdentityCommutativePredictionContextOperands = IdentityCommutativePredictionContextOperands;
54847
54930
  })(PredictionContextCache = exports.PredictionContextCache || (exports.PredictionContextCache = {}));
54848
54931
 
54849
- },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/ObjectEqualityComparator":352,"./PredictionContext":316,"assert":379}],318:[function(require,module,exports){
54932
+ },{"../Decorators":237,"../misc/Array2DHashMap":340,"../misc/ObjectEqualityComparator":353,"./PredictionContext":317,"assert":380}],319:[function(require,module,exports){
54850
54933
  "use strict";
54851
54934
  /*!
54852
54935
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55007,7 +55090,7 @@ var PredictionMode;
55007
55090
  PredictionMode.allConfigsInRuleStopStates = allConfigsInRuleStopStates;
55008
55091
  })(PredictionMode = exports.PredictionMode || (exports.PredictionMode = {}));
55009
55092
 
55010
- },{"../Decorators":236,"../misc/Array2DHashMap":339,"../misc/MurmurHash":351,"./RuleStopState":322}],319:[function(require,module,exports){
55093
+ },{"../Decorators":237,"../misc/Array2DHashMap":340,"../misc/MurmurHash":352,"./RuleStopState":323}],320:[function(require,module,exports){
55011
55094
  (function (process){(function (){
55012
55095
  "use strict";
55013
55096
  /*!
@@ -55276,7 +55359,7 @@ __decorate([
55276
55359
  exports.ProfilingATNSimulator = ProfilingATNSimulator;
55277
55360
 
55278
55361
  }).call(this)}).call(this,require('_process'))
55279
- },{"../Decorators":236,"./ATN":269,"./ATNSimulator":274,"./AmbiguityInfo":279,"./ContextSensitivityInfo":286,"./DecisionInfo":288,"./ErrorInfo":291,"./LookaheadEventInfo":305,"./ParserATNSimulator":310,"./PredicateEvalInfo":314,"./SemanticContext":324,"./SimulatorState":326,"_process":438}],320:[function(require,module,exports){
55362
+ },{"../Decorators":237,"./ATN":270,"./ATNSimulator":275,"./AmbiguityInfo":280,"./ContextSensitivityInfo":287,"./DecisionInfo":289,"./ErrorInfo":292,"./LookaheadEventInfo":306,"./ParserATNSimulator":311,"./PredicateEvalInfo":315,"./SemanticContext":325,"./SimulatorState":327,"_process":439}],321:[function(require,module,exports){
55280
55363
  "use strict";
55281
55364
  /*!
55282
55365
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55334,7 +55417,7 @@ RangeTransition = __decorate([
55334
55417
  ], RangeTransition);
55335
55418
  exports.RangeTransition = RangeTransition;
55336
55419
 
55337
- },{"../Decorators":236,"../misc/IntervalSet":349,"./Transition":331}],321:[function(require,module,exports){
55420
+ },{"../Decorators":237,"../misc/IntervalSet":350,"./Transition":332}],322:[function(require,module,exports){
55338
55421
  "use strict";
55339
55422
  /*!
55340
55423
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55367,7 +55450,7 @@ __decorate([
55367
55450
  ], RuleStartState.prototype, "stateType", null);
55368
55451
  exports.RuleStartState = RuleStartState;
55369
55452
 
55370
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],322:[function(require,module,exports){
55453
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],323:[function(require,module,exports){
55371
55454
  "use strict";
55372
55455
  /*!
55373
55456
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55406,7 +55489,7 @@ __decorate([
55406
55489
  ], RuleStopState.prototype, "stateType", null);
55407
55490
  exports.RuleStopState = RuleStopState;
55408
55491
 
55409
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],323:[function(require,module,exports){
55492
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],324:[function(require,module,exports){
55410
55493
  "use strict";
55411
55494
  /*!
55412
55495
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55462,7 +55545,7 @@ RuleTransition = __decorate([
55462
55545
  ], RuleTransition);
55463
55546
  exports.RuleTransition = RuleTransition;
55464
55547
 
55465
- },{"../Decorators":236,"./Transition":331}],324:[function(require,module,exports){
55548
+ },{"../Decorators":237,"./Transition":332}],325:[function(require,module,exports){
55466
55549
  "use strict";
55467
55550
  /*!
55468
55551
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -55942,7 +56025,7 @@ exports.SemanticContext = SemanticContext;
55942
56025
  SemanticContext.OR = OR;
55943
56026
  })(SemanticContext = exports.SemanticContext || (exports.SemanticContext = {}));
55944
56027
 
55945
- },{"../Decorators":236,"../misc/Array2DHashSet":340,"../misc/ArrayEqualityComparator":341,"../misc/MurmurHash":351,"../misc/ObjectEqualityComparator":352,"../misc/Utils":355}],325:[function(require,module,exports){
56028
+ },{"../Decorators":237,"../misc/Array2DHashSet":341,"../misc/ArrayEqualityComparator":342,"../misc/MurmurHash":352,"../misc/ObjectEqualityComparator":353,"../misc/Utils":356}],326:[function(require,module,exports){
55946
56029
  "use strict";
55947
56030
  /*!
55948
56031
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56008,7 +56091,7 @@ SetTransition = __decorate([
56008
56091
  ], SetTransition);
56009
56092
  exports.SetTransition = SetTransition;
56010
56093
 
56011
- },{"../Decorators":236,"../Token":261,"../misc/IntervalSet":349,"./Transition":331}],326:[function(require,module,exports){
56094
+ },{"../Decorators":237,"../Token":262,"../misc/IntervalSet":350,"./Transition":332}],327:[function(require,module,exports){
56012
56095
  "use strict";
56013
56096
  /*!
56014
56097
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56044,7 +56127,7 @@ SimulatorState = __decorate([
56044
56127
  ], SimulatorState);
56045
56128
  exports.SimulatorState = SimulatorState;
56046
56129
 
56047
- },{"../Decorators":236,"../ParserRuleContext":252}],327:[function(require,module,exports){
56130
+ },{"../Decorators":237,"../ParserRuleContext":253}],328:[function(require,module,exports){
56048
56131
  "use strict";
56049
56132
  /*!
56050
56133
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56072,7 +56155,7 @@ __decorate([
56072
56155
  ], StarBlockStartState.prototype, "stateType", null);
56073
56156
  exports.StarBlockStartState = StarBlockStartState;
56074
56157
 
56075
- },{"../Decorators":236,"./ATNStateType":276,"./BlockStartState":284}],328:[function(require,module,exports){
56158
+ },{"../Decorators":237,"./ATNStateType":277,"./BlockStartState":285}],329:[function(require,module,exports){
56076
56159
  "use strict";
56077
56160
  /*!
56078
56161
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56129,7 +56212,7 @@ __decorate([
56129
56212
  ], StarLoopEntryState.prototype, "stateType", null);
56130
56213
  exports.StarLoopEntryState = StarLoopEntryState;
56131
56214
 
56132
- },{"../Decorators":236,"../misc/BitSet":343,"./ATNStateType":276,"./DecisionState":289}],329:[function(require,module,exports){
56215
+ },{"../Decorators":237,"../misc/BitSet":344,"./ATNStateType":277,"./DecisionState":290}],330:[function(require,module,exports){
56133
56216
  "use strict";
56134
56217
  /*!
56135
56218
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56160,7 +56243,7 @@ __decorate([
56160
56243
  ], StarLoopbackState.prototype, "stateType", null);
56161
56244
  exports.StarLoopbackState = StarLoopbackState;
56162
56245
 
56163
- },{"../Decorators":236,"./ATNState":275,"./ATNStateType":276}],330:[function(require,module,exports){
56246
+ },{"../Decorators":237,"./ATNState":276,"./ATNStateType":277}],331:[function(require,module,exports){
56164
56247
  "use strict";
56165
56248
  /*!
56166
56249
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56189,7 +56272,7 @@ __decorate([
56189
56272
  ], TokensStartState.prototype, "stateType", null);
56190
56273
  exports.TokensStartState = TokensStartState;
56191
56274
 
56192
- },{"../Decorators":236,"./ATNStateType":276,"./DecisionState":289}],331:[function(require,module,exports){
56275
+ },{"../Decorators":237,"./ATNStateType":277,"./DecisionState":290}],332:[function(require,module,exports){
56193
56276
  "use strict";
56194
56277
  /*!
56195
56278
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56263,7 +56346,7 @@ Transition = __decorate([
56263
56346
  ], Transition);
56264
56347
  exports.Transition = Transition;
56265
56348
 
56266
- },{"../Decorators":236}],332:[function(require,module,exports){
56349
+ },{"../Decorators":237}],333:[function(require,module,exports){
56267
56350
  "use strict";
56268
56351
  /*!
56269
56352
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56311,7 +56394,7 @@ WildcardTransition = __decorate([
56311
56394
  ], WildcardTransition);
56312
56395
  exports.WildcardTransition = WildcardTransition;
56313
56396
 
56314
- },{"../Decorators":236,"./Transition":331}],333:[function(require,module,exports){
56397
+ },{"../Decorators":237,"./Transition":332}],334:[function(require,module,exports){
56315
56398
  "use strict";
56316
56399
  /*!
56317
56400
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56353,7 +56436,7 @@ class AcceptStateInfo {
56353
56436
  }
56354
56437
  exports.AcceptStateInfo = AcceptStateInfo;
56355
56438
 
56356
- },{}],334:[function(require,module,exports){
56439
+ },{}],335:[function(require,module,exports){
56357
56440
  "use strict";
56358
56441
  /*!
56359
56442
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56528,7 +56611,7 @@ DFA = __decorate([
56528
56611
  ], DFA);
56529
56612
  exports.DFA = DFA;
56530
56613
 
56531
- },{"../Decorators":236,"../VocabularyImpl":267,"../atn/ATNConfigSet":271,"../atn/StarLoopEntryState":328,"../misc/Array2DHashSet":340,"../misc/ObjectEqualityComparator":352,"./DFASerializer":335,"./DFAState":336,"./LexerDFASerializer":337}],335:[function(require,module,exports){
56614
+ },{"../Decorators":237,"../VocabularyImpl":268,"../atn/ATNConfigSet":272,"../atn/StarLoopEntryState":329,"../misc/Array2DHashSet":341,"../misc/ObjectEqualityComparator":353,"./DFASerializer":336,"./DFAState":337,"./LexerDFASerializer":338}],336:[function(require,module,exports){
56532
56615
  "use strict";
56533
56616
  /*!
56534
56617
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56670,7 +56753,7 @@ __decorate([
56670
56753
  ], DFASerializer.prototype, "toString", null);
56671
56754
  exports.DFASerializer = DFASerializer;
56672
56755
 
56673
- },{"../Decorators":236,"../Recognizer":256,"../VocabularyImpl":267,"../atn/ATNSimulator":274,"../atn/PredictionContext":316}],336:[function(require,module,exports){
56756
+ },{"../Decorators":237,"../Recognizer":257,"../VocabularyImpl":268,"../atn/ATNSimulator":275,"../atn/PredictionContext":317}],337:[function(require,module,exports){
56674
56757
  "use strict";
56675
56758
  /*!
56676
56759
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56901,7 +56984,7 @@ exports.DFAState = DFAState;
56901
56984
  DFAState.PredPrediction = PredPrediction;
56902
56985
  })(DFAState = exports.DFAState || (exports.DFAState = {}));
56903
56986
 
56904
- },{"../Decorators":236,"../atn/ATN":269,"../atn/PredictionContext":316,"../misc/BitSet":343,"../misc/MurmurHash":351,"assert":379}],337:[function(require,module,exports){
56987
+ },{"../Decorators":237,"../atn/ATN":270,"../atn/PredictionContext":317,"../misc/BitSet":344,"../misc/MurmurHash":352,"assert":380}],338:[function(require,module,exports){
56905
56988
  "use strict";
56906
56989
  /*!
56907
56990
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -56938,7 +57021,7 @@ LexerDFASerializer = __decorate([
56938
57021
  ], LexerDFASerializer);
56939
57022
  exports.LexerDFASerializer = LexerDFASerializer;
56940
57023
 
56941
- },{"../Decorators":236,"../VocabularyImpl":267,"./DFASerializer":335}],338:[function(require,module,exports){
57024
+ },{"../Decorators":237,"../VocabularyImpl":268,"./DFASerializer":336}],339:[function(require,module,exports){
56942
57025
  "use strict";
56943
57026
  /*!
56944
57027
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57004,7 +57087,7 @@ __exportStar(require("./Vocabulary"), exports);
57004
57087
  __exportStar(require("./VocabularyImpl"), exports);
57005
57088
  __exportStar(require("./WritableToken"), exports);
57006
57089
 
57007
- },{"./ANTLRErrorListener":223,"./ANTLRErrorStrategy":224,"./ANTLRInputStream":225,"./BailErrorStrategy":226,"./BufferedTokenStream":227,"./CharStream":228,"./CharStreams":229,"./CodePointBuffer":230,"./CodePointCharStream":231,"./CommonToken":232,"./CommonTokenFactory":233,"./CommonTokenStream":234,"./ConsoleErrorListener":235,"./DefaultErrorStrategy":237,"./Dependents":238,"./DiagnosticErrorListener":239,"./FailedPredicateException":240,"./InputMismatchException":241,"./IntStream":242,"./InterpreterRuleContext":243,"./Lexer":244,"./LexerInterpreter":245,"./LexerNoViableAltException":246,"./ListTokenSource":247,"./NoViableAltException":248,"./Parser":249,"./ParserErrorListener":250,"./ParserInterpreter":251,"./ParserRuleContext":252,"./ProxyErrorListener":253,"./ProxyParserErrorListener":254,"./RecognitionException":255,"./Recognizer":256,"./RuleContext":257,"./RuleContextWithAltNum":258,"./RuleDependency":259,"./RuleVersion":260,"./Token":261,"./TokenFactory":262,"./TokenSource":263,"./TokenStream":264,"./TokenStreamRewriter":265,"./Vocabulary":266,"./VocabularyImpl":267,"./WritableToken":268}],339:[function(require,module,exports){
57090
+ },{"./ANTLRErrorListener":224,"./ANTLRErrorStrategy":225,"./ANTLRInputStream":226,"./BailErrorStrategy":227,"./BufferedTokenStream":228,"./CharStream":229,"./CharStreams":230,"./CodePointBuffer":231,"./CodePointCharStream":232,"./CommonToken":233,"./CommonTokenFactory":234,"./CommonTokenStream":235,"./ConsoleErrorListener":236,"./DefaultErrorStrategy":238,"./Dependents":239,"./DiagnosticErrorListener":240,"./FailedPredicateException":241,"./InputMismatchException":242,"./IntStream":243,"./InterpreterRuleContext":244,"./Lexer":245,"./LexerInterpreter":246,"./LexerNoViableAltException":247,"./ListTokenSource":248,"./NoViableAltException":249,"./Parser":250,"./ParserErrorListener":251,"./ParserInterpreter":252,"./ParserRuleContext":253,"./ProxyErrorListener":254,"./ProxyParserErrorListener":255,"./RecognitionException":256,"./Recognizer":257,"./RuleContext":258,"./RuleContextWithAltNum":259,"./RuleDependency":260,"./RuleVersion":261,"./Token":262,"./TokenFactory":263,"./TokenSource":264,"./TokenStream":265,"./TokenStreamRewriter":266,"./Vocabulary":267,"./VocabularyImpl":268,"./WritableToken":269}],340:[function(require,module,exports){
57008
57091
  "use strict";
57009
57092
  /*!
57010
57093
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57087,7 +57170,7 @@ class Array2DHashMap {
57087
57170
  }
57088
57171
  exports.Array2DHashMap = Array2DHashMap;
57089
57172
 
57090
- },{"./Array2DHashSet":340}],340:[function(require,module,exports){
57173
+ },{"./Array2DHashSet":341}],341:[function(require,module,exports){
57091
57174
  "use strict";
57092
57175
  /*!
57093
57176
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57454,7 +57537,7 @@ __decorate([
57454
57537
  ], Array2DHashSet.prototype, "createBuckets", null);
57455
57538
  exports.Array2DHashSet = Array2DHashSet;
57456
57539
 
57457
- },{"../Decorators":236,"./DefaultEqualityComparator":345,"./MurmurHash":351,"assert":379}],341:[function(require,module,exports){
57540
+ },{"../Decorators":237,"./DefaultEqualityComparator":346,"./MurmurHash":352,"assert":380}],342:[function(require,module,exports){
57458
57541
  "use strict";
57459
57542
  /*!
57460
57543
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57526,7 +57609,7 @@ __decorate([
57526
57609
  ], ArrayEqualityComparator.prototype, "equals", null);
57527
57610
  exports.ArrayEqualityComparator = ArrayEqualityComparator;
57528
57611
 
57529
- },{"../Decorators":236,"./MurmurHash":351,"./ObjectEqualityComparator":352}],342:[function(require,module,exports){
57612
+ },{"../Decorators":237,"./MurmurHash":352,"./ObjectEqualityComparator":353}],343:[function(require,module,exports){
57530
57613
  "use strict";
57531
57614
  /*!
57532
57615
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -57596,7 +57679,7 @@ var Arrays;
57596
57679
  Arrays.toString = toString;
57597
57680
  })(Arrays = exports.Arrays || (exports.Arrays = {}));
57598
57681
 
57599
- },{}],343:[function(require,module,exports){
57682
+ },{}],344:[function(require,module,exports){
57600
57683
  "use strict";
57601
57684
  /*!
57602
57685
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58268,7 +58351,7 @@ class BitSetIterator {
58268
58351
  [Symbol.iterator]() { return this; }
58269
58352
  }
58270
58353
 
58271
- },{"./MurmurHash":351,"util":443}],344:[function(require,module,exports){
58354
+ },{"./MurmurHash":352,"util":444}],345:[function(require,module,exports){
58272
58355
  "use strict";
58273
58356
  /*!
58274
58357
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58289,7 +58372,7 @@ function isSupplementaryCodePoint(ch) {
58289
58372
  }
58290
58373
  exports.isSupplementaryCodePoint = isSupplementaryCodePoint;
58291
58374
 
58292
- },{}],345:[function(require,module,exports){
58375
+ },{}],346:[function(require,module,exports){
58293
58376
  "use strict";
58294
58377
  /*!
58295
58378
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58360,7 +58443,7 @@ __decorate([
58360
58443
  ], DefaultEqualityComparator.prototype, "equals", null);
58361
58444
  exports.DefaultEqualityComparator = DefaultEqualityComparator;
58362
58445
 
58363
- },{"../Decorators":236,"./MurmurHash":351,"./ObjectEqualityComparator":352}],346:[function(require,module,exports){
58446
+ },{"../Decorators":237,"./MurmurHash":352,"./ObjectEqualityComparator":353}],347:[function(require,module,exports){
58364
58447
  "use strict";
58365
58448
  /*!
58366
58449
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58654,7 +58737,7 @@ __decorate([
58654
58737
  ], IntegerList.prototype, "toString", null);
58655
58738
  exports.IntegerList = IntegerList;
58656
58739
 
58657
- },{"../Decorators":236,"./Arrays":342}],347:[function(require,module,exports){
58740
+ },{"../Decorators":237,"./Arrays":343}],348:[function(require,module,exports){
58658
58741
  "use strict";
58659
58742
  /*!
58660
58743
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58684,7 +58767,7 @@ class IntegerStack extends IntegerList_1.IntegerList {
58684
58767
  }
58685
58768
  exports.IntegerStack = IntegerStack;
58686
58769
 
58687
- },{"./IntegerList":346}],348:[function(require,module,exports){
58770
+ },{"./IntegerList":347}],349:[function(require,module,exports){
58688
58771
  "use strict";
58689
58772
  /*!
58690
58773
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -58827,7 +58910,7 @@ __decorate([
58827
58910
  ], Interval.prototype, "toString", null);
58828
58911
  exports.Interval = Interval;
58829
58912
 
58830
- },{"../Decorators":236}],349:[function(require,module,exports){
58913
+ },{"../Decorators":237}],350:[function(require,module,exports){
58831
58914
  "use strict";
58832
58915
  /*!
58833
58916
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59473,7 +59556,7 @@ __decorate([
59473
59556
  ], IntervalSet, "subtract", null);
59474
59557
  exports.IntervalSet = IntervalSet;
59475
59558
 
59476
- },{"../Decorators":236,"../Lexer":244,"../Token":261,"./ArrayEqualityComparator":341,"./IntegerList":346,"./Interval":348,"./MurmurHash":351}],350:[function(require,module,exports){
59559
+ },{"../Decorators":237,"../Lexer":245,"../Token":262,"./ArrayEqualityComparator":342,"./IntegerList":347,"./Interval":349,"./MurmurHash":352}],351:[function(require,module,exports){
59477
59560
  "use strict";
59478
59561
  /*!
59479
59562
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59506,7 +59589,7 @@ class MultiMap extends Map {
59506
59589
  }
59507
59590
  exports.MultiMap = MultiMap;
59508
59591
 
59509
- },{}],351:[function(require,module,exports){
59592
+ },{}],352:[function(require,module,exports){
59510
59593
  "use strict";
59511
59594
  /*!
59512
59595
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59621,7 +59704,7 @@ var MurmurHash;
59621
59704
  }
59622
59705
  })(MurmurHash = exports.MurmurHash || (exports.MurmurHash = {}));
59623
59706
 
59624
- },{}],352:[function(require,module,exports){
59707
+ },{}],353:[function(require,module,exports){
59625
59708
  "use strict";
59626
59709
  /*!
59627
59710
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59680,7 +59763,7 @@ __decorate([
59680
59763
  ], ObjectEqualityComparator.prototype, "equals", null);
59681
59764
  exports.ObjectEqualityComparator = ObjectEqualityComparator;
59682
59765
 
59683
- },{"../Decorators":236}],353:[function(require,module,exports){
59766
+ },{"../Decorators":237}],354:[function(require,module,exports){
59684
59767
  "use strict";
59685
59768
  /*!
59686
59769
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59709,7 +59792,7 @@ class ParseCancellationException extends Error {
59709
59792
  }
59710
59793
  exports.ParseCancellationException = ParseCancellationException;
59711
59794
 
59712
- },{}],354:[function(require,module,exports){
59795
+ },{}],355:[function(require,module,exports){
59713
59796
  "use strict";
59714
59797
  /*!
59715
59798
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59763,7 +59846,7 @@ class UUID {
59763
59846
  }
59764
59847
  exports.UUID = UUID;
59765
59848
 
59766
- },{"./MurmurHash":351}],355:[function(require,module,exports){
59849
+ },{"./MurmurHash":352}],356:[function(require,module,exports){
59767
59850
  "use strict";
59768
59851
  /*!
59769
59852
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59938,7 +60021,7 @@ exports.toCharArray = toCharArray;
59938
60021
  // return s;
59939
60022
  // }
59940
60023
 
59941
- },{}],356:[function(require,module,exports){
60024
+ },{}],357:[function(require,module,exports){
59942
60025
  "use strict";
59943
60026
  /*!
59944
60027
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -59974,7 +60057,7 @@ __decorate([
59974
60057
  ], ErrorNode.prototype, "accept", null);
59975
60058
  exports.ErrorNode = ErrorNode;
59976
60059
 
59977
- },{"../Decorators":236,"./TerminalNode":359}],357:[function(require,module,exports){
60060
+ },{"../Decorators":237,"./TerminalNode":360}],358:[function(require,module,exports){
59978
60061
  "use strict";
59979
60062
  /*!
59980
60063
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60079,7 +60162,7 @@ exports.ParseTreeWalker = ParseTreeWalker;
60079
60162
  ParseTreeWalker.DEFAULT = new ParseTreeWalker();
60080
60163
  })(ParseTreeWalker = exports.ParseTreeWalker || (exports.ParseTreeWalker = {}));
60081
60164
 
60082
- },{"./ErrorNode":356,"./RuleNode":358,"./TerminalNode":359}],358:[function(require,module,exports){
60165
+ },{"./ErrorNode":357,"./RuleNode":359,"./TerminalNode":360}],359:[function(require,module,exports){
60083
60166
  "use strict";
60084
60167
  /*!
60085
60168
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60091,7 +60174,7 @@ class RuleNode {
60091
60174
  }
60092
60175
  exports.RuleNode = RuleNode;
60093
60176
 
60094
- },{}],359:[function(require,module,exports){
60177
+ },{}],360:[function(require,module,exports){
60095
60178
  "use strict";
60096
60179
  /*!
60097
60180
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60183,7 +60266,7 @@ __decorate([
60183
60266
  ], TerminalNode.prototype, "toString", null);
60184
60267
  exports.TerminalNode = TerminalNode;
60185
60268
 
60186
- },{"../Decorators":236,"../Token":261,"../misc/Interval":348}],360:[function(require,module,exports){
60269
+ },{"../Decorators":237,"../Token":262,"../misc/Interval":349}],361:[function(require,module,exports){
60187
60270
  "use strict";
60188
60271
  /*!
60189
60272
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60427,7 +60510,7 @@ __decorate([
60427
60510
  ], Trees, "getRootOfSubtreeEnclosingRegion", null);
60428
60511
  exports.Trees = Trees;
60429
60512
 
60430
- },{"../CommonToken":232,"../Decorators":236,"../Parser":249,"../ParserRuleContext":252,"../Token":261,"../atn/ATN":269,"../misc/Utils":355,"./ErrorNode":356,"./RuleNode":358,"./TerminalNode":359}],361:[function(require,module,exports){
60513
+ },{"../CommonToken":233,"../Decorators":237,"../Parser":250,"../ParserRuleContext":253,"../Token":262,"../atn/ATN":270,"../misc/Utils":356,"./ErrorNode":357,"./RuleNode":359,"./TerminalNode":360}],362:[function(require,module,exports){
60431
60514
  "use strict";
60432
60515
  /*!
60433
60516
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60451,7 +60534,7 @@ class Chunk {
60451
60534
  }
60452
60535
  exports.Chunk = Chunk;
60453
60536
 
60454
- },{}],362:[function(require,module,exports){
60537
+ },{}],363:[function(require,module,exports){
60455
60538
  "use strict";
60456
60539
  /*!
60457
60540
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60631,7 +60714,7 @@ ParseTreeMatch = __decorate([
60631
60714
  ], ParseTreeMatch);
60632
60715
  exports.ParseTreeMatch = ParseTreeMatch;
60633
60716
 
60634
- },{"../../Decorators":236}],363:[function(require,module,exports){
60717
+ },{"../../Decorators":237}],364:[function(require,module,exports){
60635
60718
  "use strict";
60636
60719
  /*!
60637
60720
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -60789,7 +60872,7 @@ ParseTreePattern = __decorate([
60789
60872
  ], ParseTreePattern);
60790
60873
  exports.ParseTreePattern = ParseTreePattern;
60791
60874
 
60792
- },{"../../Decorators":236,"../xpath/XPath":369}],364:[function(require,module,exports){
60875
+ },{"../../Decorators":237,"../xpath/XPath":370}],365:[function(require,module,exports){
60793
60876
  "use strict";
60794
60877
  /*!
60795
60878
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61267,7 +61350,7 @@ exports.ParseTreePatternMatcher = ParseTreePatternMatcher;
61267
61350
  ParseTreePatternMatcher.StartRuleDoesNotConsumeFullPattern = StartRuleDoesNotConsumeFullPattern;
61268
61351
  })(ParseTreePatternMatcher = exports.ParseTreePatternMatcher || (exports.ParseTreePatternMatcher = {}));
61269
61352
 
61270
- },{"../../BailErrorStrategy":226,"../../CharStreams":229,"../../CommonTokenStream":234,"../../Decorators":236,"../../ListTokenSource":247,"../../ParserInterpreter":251,"../../ParserRuleContext":252,"../../RecognitionException":255,"../../Token":261,"../../misc/MultiMap":350,"../../misc/ParseCancellationException":353,"../RuleNode":358,"../TerminalNode":359,"./ParseTreeMatch":362,"./ParseTreePattern":363,"./RuleTagToken":365,"./TagChunk":366,"./TextChunk":367,"./TokenTagToken":368}],365:[function(require,module,exports){
61353
+ },{"../../BailErrorStrategy":227,"../../CharStreams":230,"../../CommonTokenStream":235,"../../Decorators":237,"../../ListTokenSource":248,"../../ParserInterpreter":252,"../../ParserRuleContext":253,"../../RecognitionException":256,"../../Token":262,"../../misc/MultiMap":351,"../../misc/ParseCancellationException":354,"../RuleNode":359,"../TerminalNode":360,"./ParseTreeMatch":363,"./ParseTreePattern":364,"./RuleTagToken":366,"./TagChunk":367,"./TextChunk":368,"./TokenTagToken":369}],366:[function(require,module,exports){
61271
61354
  "use strict";
61272
61355
  /*!
61273
61356
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61465,7 +61548,7 @@ RuleTagToken = __decorate([
61465
61548
  ], RuleTagToken);
61466
61549
  exports.RuleTagToken = RuleTagToken;
61467
61550
 
61468
- },{"../../Decorators":236,"../../Token":261}],366:[function(require,module,exports){
61551
+ },{"../../Decorators":237,"../../Token":262}],367:[function(require,module,exports){
61469
61552
  "use strict";
61470
61553
  /*!
61471
61554
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61552,7 +61635,7 @@ __decorate([
61552
61635
  ], TagChunk.prototype, "toString", null);
61553
61636
  exports.TagChunk = TagChunk;
61554
61637
 
61555
- },{"../../Decorators":236,"./Chunk":361}],367:[function(require,module,exports){
61638
+ },{"../../Decorators":237,"./Chunk":362}],368:[function(require,module,exports){
61556
61639
  "use strict";
61557
61640
  /*!
61558
61641
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61622,7 +61705,7 @@ TextChunk = __decorate([
61622
61705
  ], TextChunk);
61623
61706
  exports.TextChunk = TextChunk;
61624
61707
 
61625
- },{"../../Decorators":236,"./Chunk":361}],368:[function(require,module,exports){
61708
+ },{"../../Decorators":237,"./Chunk":362}],369:[function(require,module,exports){
61626
61709
  "use strict";
61627
61710
  /*!
61628
61711
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61717,7 +61800,7 @@ TokenTagToken = __decorate([
61717
61800
  ], TokenTagToken);
61718
61801
  exports.TokenTagToken = TokenTagToken;
61719
61802
 
61720
- },{"../../CommonToken":232,"../../Decorators":236}],369:[function(require,module,exports){
61803
+ },{"../../CommonToken":233,"../../Decorators":237}],370:[function(require,module,exports){
61721
61804
  "use strict";
61722
61805
  /*!
61723
61806
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61914,7 +61997,7 @@ exports.XPath = XPath;
61914
61997
  XPath.WILDCARD = "*"; // word not operator/separator
61915
61998
  XPath.NOT = "!"; // word for invert operator
61916
61999
 
61917
- },{"../../CharStreams":229,"../../CommonTokenStream":234,"../../LexerNoViableAltException":246,"../../ParserRuleContext":252,"../../Token":261,"./XPathLexer":371,"./XPathLexerErrorListener":372,"./XPathRuleAnywhereElement":373,"./XPathRuleElement":374,"./XPathTokenAnywhereElement":375,"./XPathTokenElement":376,"./XPathWildcardAnywhereElement":377,"./XPathWildcardElement":378}],370:[function(require,module,exports){
62000
+ },{"../../CharStreams":230,"../../CommonTokenStream":235,"../../LexerNoViableAltException":247,"../../ParserRuleContext":253,"../../Token":262,"./XPathLexer":372,"./XPathLexerErrorListener":373,"./XPathRuleAnywhereElement":374,"./XPathRuleElement":375,"./XPathTokenAnywhereElement":376,"./XPathTokenElement":377,"./XPathWildcardAnywhereElement":378,"./XPathWildcardElement":379}],371:[function(require,module,exports){
61918
62001
  "use strict";
61919
62002
  /*!
61920
62003
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -61949,7 +62032,7 @@ __decorate([
61949
62032
  ], XPathElement.prototype, "toString", null);
61950
62033
  exports.XPathElement = XPathElement;
61951
62034
 
61952
- },{"../../Decorators":236}],371:[function(require,module,exports){
62035
+ },{"../../Decorators":237}],372:[function(require,module,exports){
61953
62036
  "use strict";
61954
62037
  // Generated from XPathLexer.g4 by ANTLR 4.9.0-SNAPSHOT
61955
62038
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -62424,7 +62507,7 @@ XPathLexer._serializedATN = Utils.join([
62424
62507
  XPathLexer._serializedATNSegment1,
62425
62508
  ], "");
62426
62509
 
62427
- },{"../../Lexer":244,"../../VocabularyImpl":267,"../../atn/ATNDeserializer":273,"../../atn/LexerATNSimulator":294,"../../misc/Utils":355}],372:[function(require,module,exports){
62510
+ },{"../../Lexer":245,"../../VocabularyImpl":268,"../../atn/ATNDeserializer":274,"../../atn/LexerATNSimulator":295,"../../misc/Utils":356}],373:[function(require,module,exports){
62428
62511
  "use strict";
62429
62512
  /*!
62430
62513
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62449,7 +62532,7 @@ __decorate([
62449
62532
  ], XPathLexerErrorListener.prototype, "syntaxError", null);
62450
62533
  exports.XPathLexerErrorListener = XPathLexerErrorListener;
62451
62534
 
62452
- },{"../../Decorators":236}],373:[function(require,module,exports){
62535
+ },{"../../Decorators":237}],374:[function(require,module,exports){
62453
62536
  "use strict";
62454
62537
  /*!
62455
62538
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62483,7 +62566,7 @@ __decorate([
62483
62566
  ], XPathRuleAnywhereElement.prototype, "evaluate", null);
62484
62567
  exports.XPathRuleAnywhereElement = XPathRuleAnywhereElement;
62485
62568
 
62486
- },{"../../Decorators":236,"../Trees":360,"./XPathElement":370}],374:[function(require,module,exports){
62569
+ },{"../../Decorators":237,"../Trees":361,"./XPathElement":371}],375:[function(require,module,exports){
62487
62570
  "use strict";
62488
62571
  /*!
62489
62572
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62526,7 +62609,7 @@ __decorate([
62526
62609
  ], XPathRuleElement.prototype, "evaluate", null);
62527
62610
  exports.XPathRuleElement = XPathRuleElement;
62528
62611
 
62529
- },{"../../Decorators":236,"../../ParserRuleContext":252,"../Trees":360,"./XPathElement":370}],375:[function(require,module,exports){
62612
+ },{"../../Decorators":237,"../../ParserRuleContext":253,"../Trees":361,"./XPathElement":371}],376:[function(require,module,exports){
62530
62613
  "use strict";
62531
62614
  /*!
62532
62615
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62558,7 +62641,7 @@ __decorate([
62558
62641
  ], XPathTokenAnywhereElement.prototype, "evaluate", null);
62559
62642
  exports.XPathTokenAnywhereElement = XPathTokenAnywhereElement;
62560
62643
 
62561
- },{"../../Decorators":236,"../Trees":360,"./XPathElement":370}],376:[function(require,module,exports){
62644
+ },{"../../Decorators":237,"../Trees":361,"./XPathElement":371}],377:[function(require,module,exports){
62562
62645
  "use strict";
62563
62646
  /*!
62564
62647
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62601,7 +62684,7 @@ __decorate([
62601
62684
  ], XPathTokenElement.prototype, "evaluate", null);
62602
62685
  exports.XPathTokenElement = XPathTokenElement;
62603
62686
 
62604
- },{"../../Decorators":236,"../TerminalNode":359,"../Trees":360,"./XPathElement":370}],377:[function(require,module,exports){
62687
+ },{"../../Decorators":237,"../TerminalNode":360,"../Trees":361,"./XPathElement":371}],378:[function(require,module,exports){
62605
62688
  "use strict";
62606
62689
  /*!
62607
62690
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62637,7 +62720,7 @@ __decorate([
62637
62720
  ], XPathWildcardAnywhereElement.prototype, "evaluate", null);
62638
62721
  exports.XPathWildcardAnywhereElement = XPathWildcardAnywhereElement;
62639
62722
 
62640
- },{"../../Decorators":236,"../Trees":360,"./XPath":369,"./XPathElement":370}],378:[function(require,module,exports){
62723
+ },{"../../Decorators":237,"../Trees":361,"./XPath":370,"./XPathElement":371}],379:[function(require,module,exports){
62641
62724
  "use strict";
62642
62725
  /*!
62643
62726
  * Copyright 2016 The ANTLR Project. All rights reserved.
@@ -62677,7 +62760,7 @@ __decorate([
62677
62760
  ], XPathWildcardElement.prototype, "evaluate", null);
62678
62761
  exports.XPathWildcardElement = XPathWildcardElement;
62679
62762
 
62680
- },{"../../Decorators":236,"../Trees":360,"./XPath":369,"./XPathElement":370}],379:[function(require,module,exports){
62763
+ },{"../../Decorators":237,"../Trees":361,"./XPath":370,"./XPathElement":371}],380:[function(require,module,exports){
62681
62764
  (function (global){(function (){
62682
62765
  'use strict';
62683
62766
 
@@ -63187,7 +63270,7 @@ var objectKeys = Object.keys || function (obj) {
63187
63270
  };
63188
63271
 
63189
63272
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63190
- },{"object.assign/polyfill":436,"util/":382}],380:[function(require,module,exports){
63273
+ },{"object.assign/polyfill":437,"util/":383}],381:[function(require,module,exports){
63191
63274
  if (typeof Object.create === 'function') {
63192
63275
  // implementation from standard node.js 'util' module
63193
63276
  module.exports = function inherits(ctor, superCtor) {
@@ -63212,14 +63295,14 @@ if (typeof Object.create === 'function') {
63212
63295
  }
63213
63296
  }
63214
63297
 
63215
- },{}],381:[function(require,module,exports){
63298
+ },{}],382:[function(require,module,exports){
63216
63299
  module.exports = function isBuffer(arg) {
63217
63300
  return arg && typeof arg === 'object'
63218
63301
  && typeof arg.copy === 'function'
63219
63302
  && typeof arg.fill === 'function'
63220
63303
  && typeof arg.readUInt8 === 'function';
63221
63304
  }
63222
- },{}],382:[function(require,module,exports){
63305
+ },{}],383:[function(require,module,exports){
63223
63306
  (function (process,global){(function (){
63224
63307
  // Copyright Joyent, Inc. and other Node contributors.
63225
63308
  //
@@ -63809,7 +63892,7 @@ function hasOwnProperty(obj, prop) {
63809
63892
  }
63810
63893
 
63811
63894
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63812
- },{"./support/isBuffer":381,"_process":438,"inherits":380}],383:[function(require,module,exports){
63895
+ },{"./support/isBuffer":382,"_process":439,"inherits":381}],384:[function(require,module,exports){
63813
63896
  (function (global){(function (){
63814
63897
  'use strict';
63815
63898
 
@@ -63830,7 +63913,7 @@ module.exports = function availableTypedArrays() {
63830
63913
  };
63831
63914
 
63832
63915
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63833
- },{"possible-typed-array-names":437}],384:[function(require,module,exports){
63916
+ },{"possible-typed-array-names":438}],385:[function(require,module,exports){
63834
63917
  (function (process,global){(function (){
63835
63918
  module.exports = process.hrtime || hrtime
63836
63919
 
@@ -63861,7 +63944,7 @@ function hrtime(previousTimestamp){
63861
63944
  return [seconds,nanoseconds]
63862
63945
  }
63863
63946
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
63864
- },{"_process":438}],385:[function(require,module,exports){
63947
+ },{"_process":439}],386:[function(require,module,exports){
63865
63948
  'use strict';
63866
63949
 
63867
63950
  var bind = require('function-bind');
@@ -63873,7 +63956,7 @@ var $reflectApply = require('./reflectApply');
63873
63956
  /** @type {import('./actualApply')} */
63874
63957
  module.exports = $reflectApply || bind.call($call, $apply);
63875
63958
 
63876
- },{"./functionApply":387,"./functionCall":388,"./reflectApply":390,"function-bind":406}],386:[function(require,module,exports){
63959
+ },{"./functionApply":388,"./functionCall":389,"./reflectApply":391,"function-bind":407}],387:[function(require,module,exports){
63877
63960
  'use strict';
63878
63961
 
63879
63962
  var bind = require('function-bind');
@@ -63885,19 +63968,19 @@ module.exports = function applyBind() {
63885
63968
  return actualApply(bind, $apply, arguments);
63886
63969
  };
63887
63970
 
63888
- },{"./actualApply":385,"./functionApply":387,"function-bind":406}],387:[function(require,module,exports){
63971
+ },{"./actualApply":386,"./functionApply":388,"function-bind":407}],388:[function(require,module,exports){
63889
63972
  'use strict';
63890
63973
 
63891
63974
  /** @type {import('./functionApply')} */
63892
63975
  module.exports = Function.prototype.apply;
63893
63976
 
63894
- },{}],388:[function(require,module,exports){
63977
+ },{}],389:[function(require,module,exports){
63895
63978
  'use strict';
63896
63979
 
63897
63980
  /** @type {import('./functionCall')} */
63898
63981
  module.exports = Function.prototype.call;
63899
63982
 
63900
- },{}],389:[function(require,module,exports){
63983
+ },{}],390:[function(require,module,exports){
63901
63984
  'use strict';
63902
63985
 
63903
63986
  var bind = require('function-bind');
@@ -63914,13 +63997,13 @@ module.exports = function callBindBasic(args) {
63914
63997
  return $actualApply(bind, $call, args);
63915
63998
  };
63916
63999
 
63917
- },{"./actualApply":385,"./functionCall":388,"es-errors/type":401,"function-bind":406}],390:[function(require,module,exports){
64000
+ },{"./actualApply":386,"./functionCall":389,"es-errors/type":402,"function-bind":407}],391:[function(require,module,exports){
63918
64001
  'use strict';
63919
64002
 
63920
64003
  /** @type {import('./reflectApply')} */
63921
64004
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
63922
64005
 
63923
- },{}],391:[function(require,module,exports){
64006
+ },{}],392:[function(require,module,exports){
63924
64007
  'use strict';
63925
64008
 
63926
64009
  var setFunctionLength = require('set-function-length');
@@ -63946,7 +64029,7 @@ if ($defineProperty) {
63946
64029
  module.exports.apply = applyBind;
63947
64030
  }
63948
64031
 
63949
- },{"call-bind-apply-helpers":389,"call-bind-apply-helpers/applyBind":386,"es-define-property":395,"set-function-length":440}],392:[function(require,module,exports){
64032
+ },{"call-bind-apply-helpers":390,"call-bind-apply-helpers/applyBind":387,"es-define-property":396,"set-function-length":441}],393:[function(require,module,exports){
63950
64033
  'use strict';
63951
64034
 
63952
64035
  var GetIntrinsic = require('get-intrinsic');
@@ -63967,7 +64050,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
63967
64050
  return intrinsic;
63968
64051
  };
63969
64052
 
63970
- },{"call-bind-apply-helpers":389,"get-intrinsic":407}],393:[function(require,module,exports){
64053
+ },{"call-bind-apply-helpers":390,"get-intrinsic":408}],394:[function(require,module,exports){
63971
64054
  'use strict';
63972
64055
 
63973
64056
  var $defineProperty = require('es-define-property');
@@ -64025,7 +64108,7 @@ module.exports = function defineDataProperty(
64025
64108
  }
64026
64109
  };
64027
64110
 
64028
- },{"es-define-property":395,"es-errors/syntax":400,"es-errors/type":401,"gopd":412}],394:[function(require,module,exports){
64111
+ },{"es-define-property":396,"es-errors/syntax":401,"es-errors/type":402,"gopd":413}],395:[function(require,module,exports){
64029
64112
  'use strict';
64030
64113
 
64031
64114
  var callBind = require('call-bind-apply-helpers');
@@ -64057,7 +64140,7 @@ module.exports = desc && typeof desc.get === 'function'
64057
64140
  }
64058
64141
  : false;
64059
64142
 
64060
- },{"call-bind-apply-helpers":389,"gopd":412}],395:[function(require,module,exports){
64143
+ },{"call-bind-apply-helpers":390,"gopd":413}],396:[function(require,module,exports){
64061
64144
  'use strict';
64062
64145
 
64063
64146
  /** @type {import('.')} */
@@ -64073,55 +64156,55 @@ if ($defineProperty) {
64073
64156
 
64074
64157
  module.exports = $defineProperty;
64075
64158
 
64076
- },{}],396:[function(require,module,exports){
64159
+ },{}],397:[function(require,module,exports){
64077
64160
  'use strict';
64078
64161
 
64079
64162
  /** @type {import('./eval')} */
64080
64163
  module.exports = EvalError;
64081
64164
 
64082
- },{}],397:[function(require,module,exports){
64165
+ },{}],398:[function(require,module,exports){
64083
64166
  'use strict';
64084
64167
 
64085
64168
  /** @type {import('.')} */
64086
64169
  module.exports = Error;
64087
64170
 
64088
- },{}],398:[function(require,module,exports){
64171
+ },{}],399:[function(require,module,exports){
64089
64172
  'use strict';
64090
64173
 
64091
64174
  /** @type {import('./range')} */
64092
64175
  module.exports = RangeError;
64093
64176
 
64094
- },{}],399:[function(require,module,exports){
64177
+ },{}],400:[function(require,module,exports){
64095
64178
  'use strict';
64096
64179
 
64097
64180
  /** @type {import('./ref')} */
64098
64181
  module.exports = ReferenceError;
64099
64182
 
64100
- },{}],400:[function(require,module,exports){
64183
+ },{}],401:[function(require,module,exports){
64101
64184
  'use strict';
64102
64185
 
64103
64186
  /** @type {import('./syntax')} */
64104
64187
  module.exports = SyntaxError;
64105
64188
 
64106
- },{}],401:[function(require,module,exports){
64189
+ },{}],402:[function(require,module,exports){
64107
64190
  'use strict';
64108
64191
 
64109
64192
  /** @type {import('./type')} */
64110
64193
  module.exports = TypeError;
64111
64194
 
64112
- },{}],402:[function(require,module,exports){
64195
+ },{}],403:[function(require,module,exports){
64113
64196
  'use strict';
64114
64197
 
64115
64198
  /** @type {import('./uri')} */
64116
64199
  module.exports = URIError;
64117
64200
 
64118
- },{}],403:[function(require,module,exports){
64201
+ },{}],404:[function(require,module,exports){
64119
64202
  'use strict';
64120
64203
 
64121
64204
  /** @type {import('.')} */
64122
64205
  module.exports = Object;
64123
64206
 
64124
- },{}],404:[function(require,module,exports){
64207
+ },{}],405:[function(require,module,exports){
64125
64208
  'use strict';
64126
64209
 
64127
64210
  var isCallable = require('is-callable');
@@ -64192,7 +64275,7 @@ module.exports = function forEach(list, iterator, thisArg) {
64192
64275
  }
64193
64276
  };
64194
64277
 
64195
- },{"is-callable":420}],405:[function(require,module,exports){
64278
+ },{"is-callable":421}],406:[function(require,module,exports){
64196
64279
  'use strict';
64197
64280
 
64198
64281
  /* eslint no-invalid-this: 1 */
@@ -64278,14 +64361,14 @@ module.exports = function bind(that) {
64278
64361
  return bound;
64279
64362
  };
64280
64363
 
64281
- },{}],406:[function(require,module,exports){
64364
+ },{}],407:[function(require,module,exports){
64282
64365
  'use strict';
64283
64366
 
64284
64367
  var implementation = require('./implementation');
64285
64368
 
64286
64369
  module.exports = Function.prototype.bind || implementation;
64287
64370
 
64288
- },{"./implementation":405}],407:[function(require,module,exports){
64371
+ },{"./implementation":406}],408:[function(require,module,exports){
64289
64372
  'use strict';
64290
64373
 
64291
64374
  var undefined;
@@ -64665,7 +64748,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
64665
64748
  return value;
64666
64749
  };
64667
64750
 
64668
- },{"call-bind-apply-helpers/functionApply":387,"call-bind-apply-helpers/functionCall":388,"es-define-property":395,"es-errors":397,"es-errors/eval":396,"es-errors/range":398,"es-errors/ref":399,"es-errors/syntax":400,"es-errors/type":401,"es-errors/uri":402,"es-object-atoms":403,"function-bind":406,"get-proto":410,"get-proto/Object.getPrototypeOf":408,"get-proto/Reflect.getPrototypeOf":409,"gopd":412,"has-symbols":414,"hasown":417,"math-intrinsics/abs":424,"math-intrinsics/floor":425,"math-intrinsics/max":427,"math-intrinsics/min":428,"math-intrinsics/pow":429,"math-intrinsics/round":430,"math-intrinsics/sign":431}],408:[function(require,module,exports){
64751
+ },{"call-bind-apply-helpers/functionApply":388,"call-bind-apply-helpers/functionCall":389,"es-define-property":396,"es-errors":398,"es-errors/eval":397,"es-errors/range":399,"es-errors/ref":400,"es-errors/syntax":401,"es-errors/type":402,"es-errors/uri":403,"es-object-atoms":404,"function-bind":407,"get-proto":411,"get-proto/Object.getPrototypeOf":409,"get-proto/Reflect.getPrototypeOf":410,"gopd":413,"has-symbols":415,"hasown":418,"math-intrinsics/abs":425,"math-intrinsics/floor":426,"math-intrinsics/max":428,"math-intrinsics/min":429,"math-intrinsics/pow":430,"math-intrinsics/round":431,"math-intrinsics/sign":432}],409:[function(require,module,exports){
64669
64752
  'use strict';
64670
64753
 
64671
64754
  var $Object = require('es-object-atoms');
@@ -64673,13 +64756,13 @@ var $Object = require('es-object-atoms');
64673
64756
  /** @type {import('./Object.getPrototypeOf')} */
64674
64757
  module.exports = $Object.getPrototypeOf || null;
64675
64758
 
64676
- },{"es-object-atoms":403}],409:[function(require,module,exports){
64759
+ },{"es-object-atoms":404}],410:[function(require,module,exports){
64677
64760
  'use strict';
64678
64761
 
64679
64762
  /** @type {import('./Reflect.getPrototypeOf')} */
64680
64763
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
64681
64764
 
64682
- },{}],410:[function(require,module,exports){
64765
+ },{}],411:[function(require,module,exports){
64683
64766
  'use strict';
64684
64767
 
64685
64768
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -64708,13 +64791,13 @@ module.exports = reflectGetProto
64708
64791
  }
64709
64792
  : null;
64710
64793
 
64711
- },{"./Object.getPrototypeOf":408,"./Reflect.getPrototypeOf":409,"dunder-proto/get":394}],411:[function(require,module,exports){
64794
+ },{"./Object.getPrototypeOf":409,"./Reflect.getPrototypeOf":410,"dunder-proto/get":395}],412:[function(require,module,exports){
64712
64795
  'use strict';
64713
64796
 
64714
64797
  /** @type {import('./gOPD')} */
64715
64798
  module.exports = Object.getOwnPropertyDescriptor;
64716
64799
 
64717
- },{}],412:[function(require,module,exports){
64800
+ },{}],413:[function(require,module,exports){
64718
64801
  'use strict';
64719
64802
 
64720
64803
  /** @type {import('.')} */
@@ -64731,7 +64814,7 @@ if ($gOPD) {
64731
64814
 
64732
64815
  module.exports = $gOPD;
64733
64816
 
64734
- },{"./gOPD":411}],413:[function(require,module,exports){
64817
+ },{"./gOPD":412}],414:[function(require,module,exports){
64735
64818
  'use strict';
64736
64819
 
64737
64820
  var $defineProperty = require('es-define-property');
@@ -64755,7 +64838,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
64755
64838
 
64756
64839
  module.exports = hasPropertyDescriptors;
64757
64840
 
64758
- },{"es-define-property":395}],414:[function(require,module,exports){
64841
+ },{"es-define-property":396}],415:[function(require,module,exports){
64759
64842
  'use strict';
64760
64843
 
64761
64844
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -64771,7 +64854,7 @@ module.exports = function hasNativeSymbols() {
64771
64854
  return hasSymbolSham();
64772
64855
  };
64773
64856
 
64774
- },{"./shams":415}],415:[function(require,module,exports){
64857
+ },{"./shams":416}],416:[function(require,module,exports){
64775
64858
  'use strict';
64776
64859
 
64777
64860
  /** @type {import('./shams')} */
@@ -64818,7 +64901,7 @@ module.exports = function hasSymbols() {
64818
64901
  return true;
64819
64902
  };
64820
64903
 
64821
- },{}],416:[function(require,module,exports){
64904
+ },{}],417:[function(require,module,exports){
64822
64905
  'use strict';
64823
64906
 
64824
64907
  var hasSymbols = require('has-symbols/shams');
@@ -64828,7 +64911,7 @@ module.exports = function hasToStringTagShams() {
64828
64911
  return hasSymbols() && !!Symbol.toStringTag;
64829
64912
  };
64830
64913
 
64831
- },{"has-symbols/shams":415}],417:[function(require,module,exports){
64914
+ },{"has-symbols/shams":416}],418:[function(require,module,exports){
64832
64915
  'use strict';
64833
64916
 
64834
64917
  var call = Function.prototype.call;
@@ -64838,7 +64921,7 @@ var bind = require('function-bind');
64838
64921
  /** @type {import('.')} */
64839
64922
  module.exports = bind.call(call, $hasOwn);
64840
64923
 
64841
- },{"function-bind":406}],418:[function(require,module,exports){
64924
+ },{"function-bind":407}],419:[function(require,module,exports){
64842
64925
  if (typeof Object.create === 'function') {
64843
64926
  // implementation from standard node.js 'util' module
64844
64927
  module.exports = function inherits(ctor, superCtor) {
@@ -64867,7 +64950,7 @@ if (typeof Object.create === 'function') {
64867
64950
  }
64868
64951
  }
64869
64952
 
64870
- },{}],419:[function(require,module,exports){
64953
+ },{}],420:[function(require,module,exports){
64871
64954
  'use strict';
64872
64955
 
64873
64956
  var hasToStringTag = require('has-tostringtag/shams')();
@@ -64913,7 +64996,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
64913
64996
  /** @type {import('.')} */
64914
64997
  module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
64915
64998
 
64916
- },{"call-bound":392,"has-tostringtag/shams":416}],420:[function(require,module,exports){
64999
+ },{"call-bound":393,"has-tostringtag/shams":417}],421:[function(require,module,exports){
64917
65000
  'use strict';
64918
65001
 
64919
65002
  var fnToStr = Function.prototype.toString;
@@ -65016,7 +65099,7 @@ module.exports = reflectApply
65016
65099
  return tryFunctionObject(value);
65017
65100
  };
65018
65101
 
65019
- },{}],421:[function(require,module,exports){
65102
+ },{}],422:[function(require,module,exports){
65020
65103
  'use strict';
65021
65104
 
65022
65105
  var callBound = require('call-bound');
@@ -65065,7 +65148,7 @@ module.exports = function isGeneratorFunction(fn) {
65065
65148
  return getProto(fn) === GeneratorFunction;
65066
65149
  };
65067
65150
 
65068
- },{"call-bound":392,"get-proto":410,"has-tostringtag/shams":416,"safe-regex-test":439}],422:[function(require,module,exports){
65151
+ },{"call-bound":393,"get-proto":411,"has-tostringtag/shams":417,"safe-regex-test":440}],423:[function(require,module,exports){
65069
65152
  'use strict';
65070
65153
 
65071
65154
  var callBound = require('call-bound');
@@ -65136,7 +65219,7 @@ if (hasToStringTag) {
65136
65219
 
65137
65220
  module.exports = fn;
65138
65221
 
65139
- },{"call-bound":392,"gopd":412,"has-tostringtag/shams":416,"hasown":417}],423:[function(require,module,exports){
65222
+ },{"call-bound":393,"gopd":413,"has-tostringtag/shams":417,"hasown":418}],424:[function(require,module,exports){
65140
65223
  'use strict';
65141
65224
 
65142
65225
  var whichTypedArray = require('which-typed-array');
@@ -65146,19 +65229,19 @@ module.exports = function isTypedArray(value) {
65146
65229
  return !!whichTypedArray(value);
65147
65230
  };
65148
65231
 
65149
- },{"which-typed-array":444}],424:[function(require,module,exports){
65232
+ },{"which-typed-array":445}],425:[function(require,module,exports){
65150
65233
  'use strict';
65151
65234
 
65152
65235
  /** @type {import('./abs')} */
65153
65236
  module.exports = Math.abs;
65154
65237
 
65155
- },{}],425:[function(require,module,exports){
65238
+ },{}],426:[function(require,module,exports){
65156
65239
  'use strict';
65157
65240
 
65158
65241
  /** @type {import('./floor')} */
65159
65242
  module.exports = Math.floor;
65160
65243
 
65161
- },{}],426:[function(require,module,exports){
65244
+ },{}],427:[function(require,module,exports){
65162
65245
  'use strict';
65163
65246
 
65164
65247
  /** @type {import('./isNaN')} */
@@ -65166,31 +65249,31 @@ module.exports = Number.isNaN || function isNaN(a) {
65166
65249
  return a !== a;
65167
65250
  };
65168
65251
 
65169
- },{}],427:[function(require,module,exports){
65252
+ },{}],428:[function(require,module,exports){
65170
65253
  'use strict';
65171
65254
 
65172
65255
  /** @type {import('./max')} */
65173
65256
  module.exports = Math.max;
65174
65257
 
65175
- },{}],428:[function(require,module,exports){
65258
+ },{}],429:[function(require,module,exports){
65176
65259
  'use strict';
65177
65260
 
65178
65261
  /** @type {import('./min')} */
65179
65262
  module.exports = Math.min;
65180
65263
 
65181
- },{}],429:[function(require,module,exports){
65264
+ },{}],430:[function(require,module,exports){
65182
65265
  'use strict';
65183
65266
 
65184
65267
  /** @type {import('./pow')} */
65185
65268
  module.exports = Math.pow;
65186
65269
 
65187
- },{}],430:[function(require,module,exports){
65270
+ },{}],431:[function(require,module,exports){
65188
65271
  'use strict';
65189
65272
 
65190
65273
  /** @type {import('./round')} */
65191
65274
  module.exports = Math.round;
65192
65275
 
65193
- },{}],431:[function(require,module,exports){
65276
+ },{}],432:[function(require,module,exports){
65194
65277
  'use strict';
65195
65278
 
65196
65279
  var $isNaN = require('./isNaN');
@@ -65203,7 +65286,7 @@ module.exports = function sign(number) {
65203
65286
  return number < 0 ? -1 : +1;
65204
65287
  };
65205
65288
 
65206
- },{"./isNaN":426}],432:[function(require,module,exports){
65289
+ },{"./isNaN":427}],433:[function(require,module,exports){
65207
65290
  'use strict';
65208
65291
 
65209
65292
  var keysShim;
@@ -65327,7 +65410,7 @@ if (!Object.keys) {
65327
65410
  }
65328
65411
  module.exports = keysShim;
65329
65412
 
65330
- },{"./isArguments":434}],433:[function(require,module,exports){
65413
+ },{"./isArguments":435}],434:[function(require,module,exports){
65331
65414
  'use strict';
65332
65415
 
65333
65416
  var slice = Array.prototype.slice;
@@ -65361,7 +65444,7 @@ keysShim.shim = function shimObjectKeys() {
65361
65444
 
65362
65445
  module.exports = keysShim;
65363
65446
 
65364
- },{"./implementation":432,"./isArguments":434}],434:[function(require,module,exports){
65447
+ },{"./implementation":433,"./isArguments":435}],435:[function(require,module,exports){
65365
65448
  'use strict';
65366
65449
 
65367
65450
  var toStr = Object.prototype.toString;
@@ -65380,7 +65463,7 @@ module.exports = function isArguments(value) {
65380
65463
  return isArgs;
65381
65464
  };
65382
65465
 
65383
- },{}],435:[function(require,module,exports){
65466
+ },{}],436:[function(require,module,exports){
65384
65467
  'use strict';
65385
65468
 
65386
65469
  // modified from https://github.com/es-shims/es6-shim
@@ -65428,7 +65511,7 @@ module.exports = function assign(target, source1) {
65428
65511
  return to; // step 4
65429
65512
  };
65430
65513
 
65431
- },{"call-bound":392,"es-object-atoms":403,"has-symbols/shams":415,"object-keys":433}],436:[function(require,module,exports){
65514
+ },{"call-bound":393,"es-object-atoms":404,"has-symbols/shams":416,"object-keys":434}],437:[function(require,module,exports){
65432
65515
  'use strict';
65433
65516
 
65434
65517
  var implementation = require('./implementation');
@@ -65485,7 +65568,7 @@ module.exports = function getPolyfill() {
65485
65568
  return Object.assign;
65486
65569
  };
65487
65570
 
65488
- },{"./implementation":435}],437:[function(require,module,exports){
65571
+ },{"./implementation":436}],438:[function(require,module,exports){
65489
65572
  'use strict';
65490
65573
 
65491
65574
  /** @type {import('.')} */
@@ -65504,7 +65587,7 @@ module.exports = [
65504
65587
  'BigUint64Array'
65505
65588
  ];
65506
65589
 
65507
- },{}],438:[function(require,module,exports){
65590
+ },{}],439:[function(require,module,exports){
65508
65591
  // shim for using process in browser
65509
65592
  var process = module.exports = {};
65510
65593
 
@@ -65690,7 +65773,7 @@ process.chdir = function (dir) {
65690
65773
  };
65691
65774
  process.umask = function() { return 0; };
65692
65775
 
65693
- },{}],439:[function(require,module,exports){
65776
+ },{}],440:[function(require,module,exports){
65694
65777
  'use strict';
65695
65778
 
65696
65779
  var callBound = require('call-bound');
@@ -65709,7 +65792,7 @@ module.exports = function regexTester(regex) {
65709
65792
  };
65710
65793
  };
65711
65794
 
65712
- },{"call-bound":392,"es-errors/type":401,"is-regex":422}],440:[function(require,module,exports){
65795
+ },{"call-bound":393,"es-errors/type":402,"is-regex":423}],441:[function(require,module,exports){
65713
65796
  'use strict';
65714
65797
 
65715
65798
  var GetIntrinsic = require('get-intrinsic');
@@ -65753,9 +65836,9 @@ module.exports = function setFunctionLength(fn, length) {
65753
65836
  return fn;
65754
65837
  };
65755
65838
 
65756
- },{"define-data-property":393,"es-errors/type":401,"get-intrinsic":407,"gopd":412,"has-property-descriptors":413}],441:[function(require,module,exports){
65757
- arguments[4][381][0].apply(exports,arguments)
65758
- },{"dup":381}],442:[function(require,module,exports){
65839
+ },{"define-data-property":394,"es-errors/type":402,"get-intrinsic":408,"gopd":413,"has-property-descriptors":414}],442:[function(require,module,exports){
65840
+ arguments[4][382][0].apply(exports,arguments)
65841
+ },{"dup":382}],443:[function(require,module,exports){
65759
65842
  // Currently in sync with Node.js lib/internal/util/types.js
65760
65843
  // https://github.com/nodejs/node/commit/112cc7c27551254aa2b17098fb774867f05ed0d9
65761
65844
 
@@ -66091,7 +66174,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
66091
66174
  });
66092
66175
  });
66093
66176
 
66094
- },{"is-arguments":419,"is-generator-function":421,"is-typed-array":423,"which-typed-array":444}],443:[function(require,module,exports){
66177
+ },{"is-arguments":420,"is-generator-function":422,"is-typed-array":424,"which-typed-array":445}],444:[function(require,module,exports){
66095
66178
  (function (process){(function (){
66096
66179
  // Copyright Joyent, Inc. and other Node contributors.
66097
66180
  //
@@ -66810,7 +66893,7 @@ function callbackify(original) {
66810
66893
  exports.callbackify = callbackify;
66811
66894
 
66812
66895
  }).call(this)}).call(this,require('_process'))
66813
- },{"./support/isBuffer":441,"./support/types":442,"_process":438,"inherits":418}],444:[function(require,module,exports){
66896
+ },{"./support/isBuffer":442,"./support/types":443,"_process":439,"inherits":419}],445:[function(require,module,exports){
66814
66897
  (function (global){(function (){
66815
66898
  'use strict';
66816
66899
 
@@ -66931,5 +67014,5 @@ module.exports = function whichTypedArray(value) {
66931
67014
  };
66932
67015
 
66933
67016
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
66934
- },{"available-typed-arrays":383,"call-bind":391,"call-bound":392,"for-each":404,"get-proto":410,"gopd":412,"has-tostringtag/shams":416}]},{},[120])(120)
67017
+ },{"available-typed-arrays":384,"call-bind":392,"call-bound":393,"for-each":405,"get-proto":411,"gopd":413,"has-tostringtag/shams":417}]},{},[121])(121)
66935
67018
  });