@algorandfoundation/puya-ts 1.2.0-beta.32 → 1.2.0-beta.34

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 (61) hide show
  1. package/{analyser-service-4cYQscWZ.js → analyser-service-DjrWRS0-.js} +3 -3
  2. package/{analyser-service-4cYQscWZ.js.map → analyser-service-DjrWRS0-.js.map} +1 -1
  3. package/analyserService.mjs +3 -3
  4. package/{arc4-clientgen-CkO21MdT.js → arc4-clientgen-CZtNN1eT.js} +3 -3
  5. package/arc4-clientgen-CZtNN1eT.js.map +1 -0
  6. package/awst_build/ast-visitors/class-definition-visitor.d.ts +721 -1
  7. package/awst_build/ast-visitors/function-visitor.d.ts +721 -1
  8. package/awst_build/ast-visitors/text-visitor.d.ts +721 -1
  9. package/awst_build/eb/arc4/arrays.d.ts +2 -1
  10. package/awst_build/eb/arc4/c2c.d.ts +0 -17
  11. package/awst_build/eb/array-like/arrays.d.ts +3 -2
  12. package/awst_build/eb/bytes-expression-builder.d.ts +0 -28
  13. package/awst_build/eb/contract-builder.d.ts +0 -11
  14. package/awst_build/eb/index.d.ts +0 -1
  15. package/awst_build/eb/literal/object-literal-expression-builder.d.ts +8 -4
  16. package/awst_build/eb/objects/util.d.ts +0 -2
  17. package/awst_build/eb/op-module-builder.d.ts +0 -3
  18. package/awst_build/eb/storage/box/box.d.ts +1 -21
  19. package/awst_build/eb/string-expression-builder.d.ts +0 -6
  20. package/awst_build/eb/util/resolve-compat-builder.d.ts +0 -8
  21. package/awst_build/op-metadata.d.ts +4 -3
  22. package/awst_build/ptypes/arc4-types.d.ts +0 -1
  23. package/awst_build/ptypes/index.d.ts +1 -1
  24. package/awst_build/ptypes/visitors/index-type-visitor.d.ts +0 -30
  25. package/bin/puyats-clientgen.mjs +5 -5
  26. package/bin/puyats-ls.mjs +6 -6
  27. package/bin/puyats-ls.mjs.map +1 -1
  28. package/bin/run-cli.mjs +8 -8
  29. package/{check-node-version-CJZN8bUo.js → check-node-version-BYGc-qxw.js} +3 -3
  30. package/{check-node-version-CJZN8bUo.js.map → check-node-version-BYGc-qxw.js.map} +1 -1
  31. package/cli.mjs +8 -8
  32. package/{compile-P13jbcuM.js → compile-BKk4hPli.js} +6 -6
  33. package/{compile-P13jbcuM.js.map → compile-BKk4hPli.js.map} +1 -1
  34. package/constants.d.ts +5 -0
  35. package/{contract-class-model-BUOeMEKh.js → contract-class-model-Dpn9A-pJ.js} +38 -33
  36. package/contract-class-model-Dpn9A-pJ.js.map +1 -0
  37. package/errors.d.ts +1 -6
  38. package/index.mjs +8 -9
  39. package/index.mjs.map +1 -1
  40. package/language-server/compile-trigger-queue.d.ts +2 -2
  41. package/language-server/puya-language-server.d.ts +0 -38
  42. package/logger/index.d.ts +0 -7
  43. package/{options-DgrJjFC_.js → options-BCW57sPn.js} +142 -132
  44. package/options-BCW57sPn.js.map +1 -0
  45. package/options.d.ts +4 -3
  46. package/package.json +2 -2
  47. package/puya/check-puya-version.d.ts +0 -13
  48. package/puya/log-deserializer.d.ts +0 -2
  49. package/{resolve-puya-path-n5rXecTR.js → resolve-puya-path-CdZID0Yd.js} +4 -4
  50. package/resolve-puya-path-CdZID0Yd.js.map +1 -0
  51. package/{semver-C4QVXBwz.js → semver-a7hIj_hk.js} +2 -2
  52. package/{semver-C4QVXBwz.js.map → semver-a7hIj_hk.js.map} +1 -1
  53. package/{util-J87OKSaa.js → util-nZLj7LWS.js} +2 -2
  54. package/{util-J87OKSaa.js.map → util-nZLj7LWS.js.map} +1 -1
  55. package/visitor/syntax-names.d.ts +4 -4
  56. package/visitor/visitor.d.ts +4 -4
  57. package/arc4-clientgen-CkO21MdT.js.map +0 -1
  58. package/contract-class-model-BUOeMEKh.js.map +0 -1
  59. package/language-server/ls-logger.d.ts +0 -11
  60. package/options-DgrJjFC_.js.map +0 -1
  61. package/resolve-puya-path-n5rXecTR.js.map +0 -1
@@ -11,8 +11,12 @@ const algoTsPackage = '@algorandfoundation/algorand-typescript';
11
11
  const Constants = {
12
12
  algoTsPackage,
13
13
  moduleNames: {
14
+ tslib: 'lib.d.ts',
14
15
  typescript: {
16
+ decorators: 'typescript/lib/lib.decorators.d.ts',
15
17
  es5: 'typescript/lib/lib.es5.d.ts',
18
+ generator: 'typescript/lib/lib.es2015.generator.d.ts',
19
+ iterable: 'typescript/lib/lib.es2015.iterable.d.ts',
16
20
  },
17
21
  polytype: 'polytype/lib/polytype-module.d.ts',
18
22
  algoTs: {
@@ -41,6 +45,7 @@ const Constants = {
41
45
  util: `${algoTsPackage}/util.d.ts`,
42
46
  mutableObject: `${algoTsPackage}/mutable-object.d.ts`,
43
47
  },
48
+ puyaTs: 'puya-ts',
44
49
  },
45
50
  symbolNames: {
46
51
  approvalProgramMethodName: 'approvalProgram',
@@ -1409,7 +1414,7 @@ class IntersectionPType extends TransientType {
1409
1414
  const name = types.map((t) => t).join(' & ');
1410
1415
  super({
1411
1416
  name,
1412
- module: 'lib.d.ts',
1417
+ module: Constants.moduleNames.tslib,
1413
1418
  singleton: false,
1414
1419
  typeMessage: transientTypeErrors.intersectionTypes(name).usedAsType,
1415
1420
  expressionMessage: transientTypeErrors.intersectionTypes(name).usedInExpression,
@@ -1457,7 +1462,7 @@ class UnionPType extends TransientType {
1457
1462
  }
1458
1463
  super({
1459
1464
  name,
1460
- module: 'lib.d.ts',
1465
+ module: Constants.moduleNames.tslib,
1461
1466
  singleton: false,
1462
1467
  typeMessage,
1463
1468
  expressionMessage,
@@ -1700,7 +1705,7 @@ class InternalType extends PType {
1700
1705
  }
1701
1706
  }
1702
1707
  const ClassMethodDecoratorContext = new InternalType({
1703
- module: 'typescript/lib/lib.decorators.d.ts',
1708
+ module: Constants.moduleNames.typescript.decorators,
1704
1709
  name: 'ClassMethodDecoratorContext',
1705
1710
  });
1706
1711
  class AnyPType extends PType {
@@ -1709,7 +1714,7 @@ class AnyPType extends PType {
1709
1714
  throw new CodeError('`any` is not valid as a variable, parameter, return, or property type.');
1710
1715
  }
1711
1716
  name = 'any';
1712
- module = 'lib.d.ts';
1717
+ module = Constants.moduleNames.tslib;
1713
1718
  singleton = false;
1714
1719
  accept(visitor) {
1715
1720
  return visitor.visitAnyPType(this);
@@ -1928,7 +1933,7 @@ class ArrayLiteralPType extends PType {
1928
1933
  }
1929
1934
  class MutableTuplePType extends PType {
1930
1935
  [PType.IdSymbol] = 'MutableTuplePType';
1931
- module = 'lib.d.ts';
1936
+ module = Constants.moduleNames.tslib;
1932
1937
  get name() {
1933
1938
  return `[${this.items.map((i) => i.name).join(', ')}]`;
1934
1939
  }
@@ -1953,7 +1958,7 @@ class MutableTuplePType extends PType {
1953
1958
  }
1954
1959
  class ReadonlyTuplePType extends PType {
1955
1960
  [PType.IdSymbol] = 'ReadonlyTuplePType';
1956
- module = 'lib.d.ts';
1961
+ module = Constants.moduleNames.tslib;
1957
1962
  get name() {
1958
1963
  return `readonly [${this.items.map((i) => i.name).join(', ')}]`;
1959
1964
  }
@@ -2092,7 +2097,7 @@ const ReadonlyGeneric = new GenericPType({
2092
2097
  });
2093
2098
  class ObjectPType extends PType {
2094
2099
  name;
2095
- module = 'lib.d.ts';
2100
+ module = Constants.moduleNames.tslib;
2096
2101
  alias;
2097
2102
  description;
2098
2103
  properties;
@@ -2227,38 +2232,38 @@ function isTupleLike(ptype) {
2227
2232
  }
2228
2233
  const voidPType = new ABICompatibleInstanceType({
2229
2234
  name: 'void',
2230
- module: 'lib.d.ts',
2235
+ module: Constants.moduleNames.tslib,
2231
2236
  wtype: wtypes.voidWType,
2232
2237
  abiTypeSignature: 'void',
2233
2238
  });
2234
2239
  const neverPType = new InstanceType({
2235
2240
  name: 'never',
2236
- module: 'lib.d.ts',
2241
+ module: Constants.moduleNames.tslib,
2237
2242
  wtype: wtypes.voidWType,
2238
2243
  });
2239
2244
  const unknownPType = new UnsupportedType({
2240
2245
  name: 'unknown',
2241
- module: 'lib.d.ts',
2246
+ module: Constants.moduleNames.tslib,
2242
2247
  fullName: 'unknown',
2243
2248
  });
2244
2249
  const esSymbol = new UnsupportedType({
2245
2250
  name: 'symbol',
2246
- module: 'lib.d.ts',
2251
+ module: Constants.moduleNames.tslib,
2247
2252
  fullName: 'symbol',
2248
2253
  });
2249
2254
  const nullPType = new UnsupportedType({
2250
2255
  name: 'null',
2251
- module: 'lib.d.ts',
2256
+ module: Constants.moduleNames.tslib,
2252
2257
  fullName: 'null',
2253
2258
  });
2254
2259
  const undefinedPType = new UnsupportedType({
2255
2260
  name: 'undefined',
2256
- module: 'lib.d.ts',
2261
+ module: Constants.moduleNames.tslib,
2257
2262
  fullName: 'undefined',
2258
2263
  });
2259
2264
  const PromiseGeneric = new GenericPType({
2260
2265
  name: 'Promise',
2261
- module: 'typescript/lib/lib.es5.d.ts',
2266
+ module: Constants.moduleNames.typescript.es5,
2262
2267
  parameterise(ptypes) {
2263
2268
  codeInvariant(ptypes.length === 1, 'Promise expects exactly 1 generic parameter');
2264
2269
  return new PromiseType({ resolveType: ptypes[0] });
@@ -2269,7 +2274,7 @@ class PromiseType extends UnsupportedType {
2269
2274
  constructor({ resolveType }) {
2270
2275
  super({
2271
2276
  name: 'Promise',
2272
- module: 'typescript/lib/lib.es5.d.ts',
2277
+ module: Constants.moduleNames.typescript.es5,
2273
2278
  });
2274
2279
  this.resolveType = resolveType;
2275
2280
  }
@@ -2277,12 +2282,12 @@ class PromiseType extends UnsupportedType {
2277
2282
  const anyPType = new AnyPType();
2278
2283
  const boolPType = new InstanceType({
2279
2284
  name: 'boolean',
2280
- module: 'lib.d.ts',
2285
+ module: Constants.moduleNames.tslib,
2281
2286
  wtype: wtypes.boolWType,
2282
2287
  });
2283
2288
  const BooleanFunction = new LibFunctionType({
2284
2289
  name: 'Boolean',
2285
- module: 'typescript/lib/lib.es5.d.ts',
2290
+ module: Constants.moduleNames.typescript.es5,
2286
2291
  });
2287
2292
  class BigIntPType extends TransientType {
2288
2293
  [PType.IdSymbol] = 'BigIntPType';
@@ -2292,19 +2297,19 @@ class NumberPType extends TransientType {
2292
2297
  }
2293
2298
  const bigIntPType = new BigIntPType({
2294
2299
  name: 'bigint',
2295
- module: 'lib.d.ts',
2300
+ module: Constants.moduleNames.tslib,
2296
2301
  singleton: false,
2297
2302
  typeMessage: transientTypeErrors.nativeNumeric('bigint').usedAsType,
2298
2303
  expressionMessage: transientTypeErrors.nativeNumeric('bigint').usedInExpression,
2299
2304
  });
2300
2305
  const stringPType = new InstanceType({
2301
2306
  name: 'string',
2302
- module: 'lib.d.ts',
2307
+ module: Constants.moduleNames.tslib,
2303
2308
  wtype: wtypes.stringWType,
2304
2309
  });
2305
2310
  const StringFunction = new LibFunctionType({
2306
2311
  name: 'String',
2307
- module: 'typescript/lib/lib.es5.d.ts',
2312
+ module: Constants.moduleNames.typescript.es5,
2308
2313
  });
2309
2314
  const uint64PType = new InstanceType({
2310
2315
  name: 'uint64',
@@ -2322,7 +2327,7 @@ class NumericLiteralPType extends TransientType {
2322
2327
  constructor({ literalValue }) {
2323
2328
  super({
2324
2329
  name: `${literalValue}`,
2325
- module: 'lib.d.ts',
2330
+ module: Constants.moduleNames.tslib,
2326
2331
  singleton: false,
2327
2332
  typeMessage: transientTypeErrors.nativeNumeric(literalValue.toString()).usedAsType,
2328
2333
  expressionMessage: transientTypeErrors.nativeNumeric(literalValue.toString()).usedInExpression,
@@ -2337,7 +2342,7 @@ class BigIntLiteralPType extends TransientType {
2337
2342
  constructor({ literalValue }) {
2338
2343
  super({
2339
2344
  name: `${literalValue}n`,
2340
- module: 'lib.d.ts',
2345
+ module: Constants.moduleNames.tslib,
2341
2346
  singleton: false,
2342
2347
  typeMessage: transientTypeErrors.nativeNumeric(`${literalValue}n`).usedAsType,
2343
2348
  expressionMessage: transientTypeErrors.nativeNumeric(`${literalValue}n`).usedInExpression,
@@ -2348,7 +2353,7 @@ class BigIntLiteralPType extends TransientType {
2348
2353
  }
2349
2354
  const numberPType = new NumberPType({
2350
2355
  name: 'number',
2351
- module: 'lib.d.ts',
2356
+ module: Constants.moduleNames.tslib,
2352
2357
  singleton: false,
2353
2358
  typeMessage: transientTypeErrors.nativeNumeric('number').usedAsType,
2354
2359
  expressionMessage: transientTypeErrors.nativeNumeric('number').usedInExpression,
@@ -2492,7 +2497,7 @@ const arc4BaseContractType = new BaseContractClassType({
2492
2497
  sourceLocation: SourceLocation.None,
2493
2498
  });
2494
2499
  const itoaMethod = new LibFunctionType({
2495
- module: 'puya-ts',
2500
+ module: Constants.moduleNames.puyaTs,
2496
2501
  name: 'itoa',
2497
2502
  });
2498
2503
  const arc4BareMethodDecorator = new LibFunctionType({
@@ -2718,7 +2723,7 @@ const urangeFunction = new LibFunctionType({
2718
2723
  });
2719
2724
  const IterableIteratorGeneric = new GenericPType({
2720
2725
  name: 'IterableIterator',
2721
- module: 'typescript/lib/lib.es2015.iterable.d.ts',
2726
+ module: Constants.moduleNames.typescript.iterable,
2722
2727
  parameterise(typeArgs) {
2723
2728
  codeInvariant(typeArgs.length >= 1 && typeArgs.length <= 3, 'IterableIterator type expects 1-3 type parameters');
2724
2729
  // Currently ignoring return and next types
@@ -2734,7 +2739,7 @@ class IterableIteratorType extends TransientType {
2734
2739
  constructor({ itemType }) {
2735
2740
  super({
2736
2741
  name: `IterableIterator<${itemType.name}>`,
2737
- module: 'typescript/lib/lib.es2015.iterable.d.ts',
2742
+ module: Constants.moduleNames.typescript.iterable,
2738
2743
  typeMessage: '`IterableIterator` is not valid as a variable, parameter, return, or property type. ',
2739
2744
  expressionMessage: 'IterableIterator expressions can only be used in for loops',
2740
2745
  singleton: false,
@@ -2750,7 +2755,7 @@ class IterableIteratorType extends TransientType {
2750
2755
  }
2751
2756
  const GeneratorGeneric = new GenericPType({
2752
2757
  name: 'Generator',
2753
- module: 'typescript/lib/lib.es2015.generator.d.ts',
2758
+ module: Constants.moduleNames.typescript.generator,
2754
2759
  parameterise(ptypes) {
2755
2760
  codeInvariant(ptypes.length === 3, 'Generator type expects exactly 3 type params');
2756
2761
  const [itemType, returnType, nextType] = ptypes;
@@ -2768,7 +2773,7 @@ class GeneratorType extends UnsupportedType {
2768
2773
  constructor({ itemType, returnType, nextType }) {
2769
2774
  super({
2770
2775
  name: 'Generator',
2771
- module: 'typescript/lib/lib.es2015.generator.d.ts',
2776
+ module: Constants.moduleNames.typescript.generator,
2772
2777
  });
2773
2778
  this.itemType = itemType;
2774
2779
  this.returnType = returnType;
@@ -4935,7 +4940,7 @@ const explicitNodeFactory = {
4935
4940
  });
4936
4941
  },
4937
4942
  assignmentExpression({ target, value, sourceLocation, }) {
4938
- codeInvariant(target.wtype.equals(value.wtype), `Assignment target type ${target.wtype} must match assigned value type ${value.wtype}`);
4943
+ codeInvariant(target.wtype.equals(value.wtype), `Assignment target type ${target.wtype} must match assigned value type ${value.wtype}`, sourceLocation);
4939
4944
  return new AssignmentExpression({
4940
4945
  target,
4941
4946
  value,
@@ -4944,7 +4949,7 @@ const explicitNodeFactory = {
4944
4949
  });
4945
4950
  },
4946
4951
  assignmentStatement({ target, value, sourceLocation, }) {
4947
- codeInvariant(target.wtype.equals(value.wtype), `Assignment target type ${target.wtype} must match assigned value type ${value.wtype}`);
4952
+ codeInvariant(target.wtype.equals(value.wtype), `Assignment target type ${target.wtype} must match assigned value type ${value.wtype}`, sourceLocation);
4948
4953
  return new AssignmentStatement({
4949
4954
  target,
4950
4955
  value,
@@ -5419,8 +5424,8 @@ class ContractClassModel {
5419
5424
  }
5420
5425
  }
5421
5426
  }
5422
- codeInvariant(approvalProgram, 'must have approval');
5423
- codeInvariant(clearProgram, 'must have clear');
5427
+ codeInvariant(approvalProgram, 'must have approval', this.sourceLocation);
5428
+ codeInvariant(clearProgram, 'must have clear', this.sourceLocation);
5424
5429
  if (!this.hasExplicitStateTotals && firstBaseWithStateTotals) {
5425
5430
  logger.warn(this.options?.sourceLocation ?? this.sourceLocation, `Contract extends base contract ${firstBaseWithStateTotals.id} with explicit stateTotals, but does not define its own stateTotals. This could result in insufficient reserved state at run time. An empty object may be provided in order to indicate that this contract should revert to the default behaviour`);
5426
5431
  }
@@ -5586,4 +5591,4 @@ class CompilationSet extends CustomKeyMap {
5586
5591
  }
5587
5592
 
5588
5593
  export { FixedArrayGeneric as $, AbsolutePath as A, AssetConfigTxnFunction as B, ContractReference as C, AssetFreezeTxnFunction as D, AssetFunction as E, AssetTransferTxnFunction as F, BaseContractClassType as G, BigIntLiteralPType as H, InternalError as I, BigIntPType as J, BigUintFunction as K, LogLevel as L, BooleanFunction as M, BoxGeneric as N, OnCompletionAction as O, PuyaError as P, BoxMapGeneric as Q, BoxMapPType as R, BoxPType as S, BytesFunction as T, BytesGeneric as U, BytesPType as V, ClassMethodDecoratorContext as W, ClearStateProgram as X, ClusteredContractClassType as Y, ClusteredPrototype as Z, ContractClassPType as _, LoggingContext as a, UnsupportedType as a$, FixedArrayPType as a0, FunctionPType as a1, GeneratorGeneric as a2, GeneratorType as a3, GenericPType as a4, GlobalMapGeneric as a5, GlobalMapType as a6, GlobalStateGeneric as a7, GlobalStateType as a8, GroupTransactionPType as a9, NumericLiteralPType as aA, ObjectLiteralPType as aB, ObjectWithOptionalFieldsType as aC, PType as aD, PaymentTxnFunction as aE, PolytypeClassMethodHelper as aF, PromiseGeneric as aG, PromiseType as aH, ReadonlyArrayGeneric as aI, ReadonlyArrayPType as aJ, ReadonlyGeneric as aK, ReadonlyTuplePType as aL, ReferenceArrayGeneric as aM, ReferenceArrayType as aN, StringFunction as aO, SuperPrototypeSelector as aP, SuperPrototypeSelectorGeneric as aQ, TemplateVarFunction as aR, TransactionFunction as aS, TransactionFunctionType as aT, TransientType as aU, TypeParameterType as aV, Uint64EnumMemberLiteralType as aW, Uint64EnumMemberType as aX, Uint64EnumType as aY, Uint64Function as aZ, UnionPType as a_, ImmutableObjectPType as aa, InnerTransactionPType as ab, InstanceType as ac, InternalType as ad, IntersectionPType as ae, IntrinsicEnumType as af, IntrinsicFunctionGroupType as ag, IntrinsicFunctionGroupTypeType as ah, IntrinsicFunctionType as ai, IntrinsicFunctionTypeType as aj, IterableIteratorGeneric as ak, IterableIteratorType as al, ItxnParamsPType as am, KeyRegistrationTxnFunction as an, LibClassType as ao, LibFunctionType as ap, LibObjType as aq, LocalMapGeneric as ar, LocalMapType as as, LocalStateGeneric as at, LocalStateType as au, LogicSigPType as av, MutableObjectPType as aw, MutableTuplePType as ax, NamespacePType as ay, NumberPType as az, ContractClassModel as b, stringPType as b$, anyItxnParamsType as b0, anyItxnType as b1, anyPType as b2, applicationCallItxnFn as b3, applicationCallItxnParamsType as b4, applicationItxnType as b5, arc28EmitFunction as b6, arc4AbiMethodDecorator as b7, arc4BareMethodDecorator as b8, arc4BaseContractType as b9, errFunction as bA, esSymbol as bB, inputOnlyObjects as bC, isArrayType as bD, isObjectType as bE, isTupleLike as bF, itoaMethod as bG, itxnComposePType as bH, keyRegistrationItxnFn as bI, keyRegistrationItxnParamsType as bJ, keyRegistrationItxnType as bK, logFunction as bL, loggedAssertFunction as bM, loggedErrFunction as bN, logicSigBaseType as bO, logicSigOptionsDecorator as bP, matchFunction as bQ, mimcConfigurationsPType as bR, neverPType as bS, nullPType as bT, numberPType as bU, onCompleteActionType as bV, opUpFeeSourceType as bW, paymentItxnFn as bX, paymentItxnParamsType as bY, paymentItxnType as bZ, readonlyDecorator as b_, assertFunction as ba, assertMatchFunction as bb, assetConfigItxnFn as bc, assetConfigItxnParamsType as bd, assetConfigItxnType as be, assetFreezeItxnFn as bf, assetFreezeItxnParamsType as bg, assetFreezeItxnType as bh, assetTransferItxnFn as bi, assetTransferItxnParamsType as bj, assetTransferItxnType as bk, base64PType as bl, baseContractType as bm, bigIntPType as bn, biguintPType as bo, boolPType as bp, bytesPType as bq, bzeroFunction as br, cloneFunctionPType as bs, compileFunctionType as bt, compiledContractType as bu, compiledLogicSigType as bv, contractOptionsDecorator as bw, ecPType as bx, ecdsaPType as by, ensureBudgetFunction as bz, CodeError as c, FixableCodeError as c$, submitGroupItxnFunction as c0, transactionTypeType as c1, uint64PType as c2, undefinedPType as c3, unknownPType as c4, urangeFunction as c5, validateEncodingFunctionPType as c6, vrfVerifyPType as c7, uint8ArrayToBigInt as c8, uint8ArrayToBase64 as c9, instanceOfAny as cA, SingleEvaluation as cB, VarExpression as cC, nodeFactory as cD, NotSupported as cE, TupleItemExpression as cF, FieldExpression as cG, IndexExpression as cH, TupleExpression as cI, AppStateExpression as cJ, AppAccountStateExpression as cK, BoxValueExpression as cL, ReinterpretCast as cM, StateGetEx as cN, StateGet as cO, hasFlags as cP, BinaryBooleanOperator as cQ, SymbolName as cR, intersectsFlags as cS, extractModuleName as cT, toSubScript as cU, CompilationSet as cV, ARC4ABIMethodConfig as cW, EqualityComparison as cX, ARC4CreateOption as cY, NewArray as cZ, BytesEncoding as c_, uint8ArrayToBase32 as ca, uint8ArrayToUtf8 as cb, base64ToUint8Array as cc, base32ToUint8Array as cd, bigIntToUint8Array as ce, utf8ToUint8Array as cf, LogSource as cg, SourceLocation as ch, isMinLevel as ci, enumFromValue as cj, mkDirIfNotExists as ck, distinct as cl, zipStrict as cm, isIn as cn, wtypes as co, codeInvariant as cp, invariant as cq, throwError as cr, StringConstant as cs, BytesConstant as ct, IntegerConstant as cu, BoolConstant as cv, AddressConstant as cw, MethodConstant as cx, DecimalConstant as cy, TemplateVar as cz, Constants as d, Goto as d$, UInt64BinaryOperator as d0, tryConvertEnum as d1, NumericComparison as d2, UInt64UnaryOperator as d3, UInt64PostfixUnaryOperator as d4, wrapInCodeError as d5, TransactionKind as d6, LogicSigReference as d7, getInnerTransactionType as d8, getItxnParamsType as d9, CheckedMaybe as dA, StageInnerTransactions as dB, SubmitInnerTransaction as dC, AssignmentExpression as dD, CommaExpression as dE, NumericComparisonExpression as dF, BytesComparisonExpression as dG, PuyaLibCall as dH, UInt64UnaryOperation as dI, UInt64PostfixUnaryOperation as dJ, BigUIntPostfixUnaryOperation as dK, BytesUnaryOperation as dL, UInt64BinaryOperation as dM, BigUIntBinaryOperation as dN, BooleanBinaryOperation as dO, Not as dP, Emit as dQ, Range as dR, Enumeration as dS, Reversed as dT, StateExists as dU, ARC4Router as dV, MethodSignatureString as dW, SubroutineID as dX, ContractMethodTarget as dY, InstanceMethodTarget as dZ, patchErrorLocation as d_, CompiledContract as da, ARC4BareMethodConfig as db, MethodSignature as dc, BigUIntBinaryOperator as dd, BigUIntPostfixUnaryOperator as de, BytesBinaryOperator as df, IntrinsicCall as dg, enumKeyFromValue as dh, BytesUnaryOperator as di, PuyaLibFunction as dj, Expression as dk, AppStorageKind as dl, transientTypeErrors as dm, getGroupTransactionType as dn, Contract as dp, InstanceSuperMethodTarget as dq, ExpressionStatement as dr, AssertExpression as ds, VoidConstant as dt, ArrayConcat as du, ArrayPop as dv, ArrayReplace as dw, ArrayLength as dx, SizeOf as dy, UpdateInnerTransaction as dz, accountPType as e, ReturnStatement as e0, ContractMethod as e1, sameSets as e2, Subroutine as e3, LogicSigClassModel as e4, ptypeIn as e5, expandMaybeArray as e6, applicationPType as f, assetPType as g, anyGtxnType as h, assetConfigGtxnType as i, assetTransferGtxnType as j, keyRegistrationGtxnType as k, logger as l, assetFreezeGtxnType as m, applicationCallGtxnType as n, ABICompatibleInstanceType as o, paymentGtxnType as p, ALL_OP_ENUMS as q, AccountFunction as r, AnyPType as s, ApplicationFunctionType as t, ApplicationTxnFunction as u, voidPType as v, ApprovalProgram as w, ArrayGeneric as x, ArrayLiteralPType as y, ArrayPType as z };
5589
- //# sourceMappingURL=contract-class-model-BUOeMEKh.js.map
5594
+ //# sourceMappingURL=contract-class-model-Dpn9A-pJ.js.map