@algorandfoundation/puya-ts 1.2.0-beta.4 → 1.2.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/{analyser-service-_vXhzOY0.js → analyser-service-D0IsFlp4.js} +409 -372
- package/analyser-service-D0IsFlp4.js.map +1 -0
- package/analyserService.mjs +7 -6
- package/analyserService.mjs.map +1 -1
- package/arc4-clientgen-BMCeFyNd.js +324 -0
- package/arc4-clientgen-BMCeFyNd.js.map +1 -0
- package/arc4-clientgen.d.ts +6 -0
- package/awst/intrinsic-factory.d.ts +4 -2
- package/awst/json-serialize-awst.d.ts +0 -1
- package/awst/node-factory.d.ts +1 -0
- package/awst/nodes.d.ts +26 -15
- package/awst/source-location.d.ts +0 -1
- package/awst/to-code-visitor.d.ts +3 -2
- package/awst/validation/arc4-approval-calls-router.d.ts +1 -1
- package/awst/validation/{awst-traverser.d.ts → function-traverser.d.ts} +4 -10
- package/awst/wtypes.d.ts +47 -45
- package/awst_build/arc4-util.d.ts +1 -38
- package/awst_build/ast-visitors/base-visitor.d.ts +0 -1
- package/awst_build/ast-visitors/class-definition-visitor.d.ts +721 -1
- package/awst_build/ast-visitors/contract-method-visitor.d.ts +3 -5
- package/awst_build/ast-visitors/function-visitor.d.ts +721 -1
- package/awst_build/ast-visitors/text-visitor.d.ts +721 -1
- package/awst_build/context/awst-build-context.d.ts +1 -1
- package/awst_build/eb/arc28/arc-28-emit-function-builder.d.ts +1 -2
- package/awst_build/eb/arc4/arrays.d.ts +2 -1
- package/awst_build/eb/arc4/c2c.d.ts +0 -17
- package/awst_build/eb/arc4/uintn.d.ts +1 -1
- package/awst_build/eb/arc4/util.d.ts +1 -0
- package/awst_build/eb/array-like/arrays.d.ts +3 -2
- package/awst_build/eb/array-like/util.d.ts +0 -1
- package/awst_build/eb/bytes-expression-builder.d.ts +0 -28
- package/awst_build/eb/contract-builder.d.ts +0 -11
- package/awst_build/eb/index.d.ts +0 -2
- package/awst_build/eb/literal/object-literal-expression-builder.d.ts +8 -4
- package/awst_build/eb/logged-error-builder.d.ts +11 -0
- package/awst_build/eb/objects/util.d.ts +0 -2
- package/awst_build/eb/op-module-builder.d.ts +0 -3
- package/awst_build/eb/storage/box/box.d.ts +1 -21
- package/awst_build/eb/storage/global-map.d.ts +21 -0
- package/awst_build/eb/storage/local-map.d.ts +21 -0
- package/awst_build/eb/string-expression-builder.d.ts +0 -6
- package/awst_build/eb/util/resolve-compat-builder.d.ts +0 -8
- package/awst_build/models/decorator-data.d.ts +1 -0
- package/awst_build/op-metadata.d.ts +4 -3
- package/awst_build/ptypes/arc4-types.d.ts +11 -7
- package/awst_build/ptypes/base.d.ts +5 -0
- package/awst_build/ptypes/for-export.d.ts +0 -1
- package/awst_build/ptypes/index.d.ts +103 -100
- package/awst_build/ptypes/util.d.ts +2 -2
- package/awst_build/ptypes/visitor.d.ts +3 -1
- package/awst_build/ptypes/visitors/default-visitor.d.ts +3 -1
- package/awst_build/ptypes/visitors/index-type-visitor.d.ts +0 -31
- package/awst_build/type-resolver.d.ts +1 -1
- package/bin/puyats-clientgen.d.ts +2 -0
- package/bin/puyats-clientgen.mjs +101 -0
- package/bin/puyats-clientgen.mjs.map +1 -0
- package/bin/puyats-ls.mjs +24 -49
- package/bin/puyats-ls.mjs.map +1 -1
- package/bin/run-cli.mjs +19 -13
- package/bin/run-cli.mjs.map +1 -1
- package/{check-node-version-CNvxI8_l.js → check-node-version-BP_a9Mv8.js} +3 -3
- package/{check-node-version-CNvxI8_l.js.map → check-node-version-BP_a9Mv8.js.map} +1 -1
- package/cli/build-command.d.ts +2 -0
- package/cli-ls.d.ts +1 -1
- package/cli.d.ts +1 -1
- package/cli.mjs +39 -79
- package/cli.mjs.map +1 -1
- package/clientgen.d.ts +1 -0
- package/code-fix/{invalid-non-null-assertion.d.ts → no-op-non-null-assertion.d.ts} +1 -1
- package/{compile-Bz8LVwK2.js → compile-BaYaEC1Y.js} +11 -4
- package/compile-BaYaEC1Y.js.map +1 -0
- package/compile.d.ts +1 -1
- package/constants.d.ts +7 -2
- package/contract-class-model-pgJctz5F.js +5456 -0
- package/contract-class-model-pgJctz5F.js.map +1 -0
- package/errors.d.ts +1 -6
- package/index.d.ts +1 -2
- package/index.mjs +36 -26
- package/index.mjs.map +1 -1
- package/language-server/analyser-service.d.ts +0 -1
- package/language-server/compile-trigger-queue.d.ts +2 -2
- package/language-server/puya-language-server.d.ts +0 -38
- package/logger/index.d.ts +0 -7
- package/{options-COFRHTFQ.js → options-8bOJR8qx.js} +2776 -8517
- package/options-8bOJR8qx.js.map +1 -0
- package/options.d.ts +8 -3
- package/package.json +20 -12
- package/puya/check-puya-version.d.ts +0 -13
- package/puya/index.d.ts +1 -1
- package/puya/log-deserializer.d.ts +0 -2
- package/puya/puya-service.d.ts +5 -1
- package/{resolve-puya-path-DtTAMi0Y.js → resolve-puya-path-EZBzWIlE.js} +9 -45
- package/resolve-puya-path-EZBzWIlE.js.map +1 -0
- package/semver-DpFo0aCr.js +45 -0
- package/semver-DpFo0aCr.js.map +1 -0
- package/util/base-85.d.ts +1 -4
- package/util/generate-temp-file.d.ts +0 -8
- package/util/index.d.ts +1 -3
- package/util/typed-message-port.d.ts +2 -2
- package/util-JPoBh0Op.js +63 -0
- package/util-JPoBh0Op.js.map +1 -0
- package/visitor/syntax-names.d.ts +194 -194
- package/visitor/visitor.d.ts +4 -4
- package/analyser-service-_vXhzOY0.js.map +0 -1
- package/compile-Bz8LVwK2.js.map +0 -1
- package/language-server/ls-logger.d.ts +0 -11
- package/options-COFRHTFQ.js.map +0 -1
- package/resolve-puya-path-DtTAMi0Y.js.map +0 -1
- package/util/arc4-signature-parser.d.ts +0 -14
- package/util/polyfills.d.ts +0 -1
package/README.md
CHANGED
|
@@ -10,9 +10,11 @@ Algorand TypeScript is compiled for execution on the AVM by PuyaTs, a TypeScript
|
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
13
|
-
- [Language Guide](https://algorandfoundation.github.io/puya-ts/
|
|
14
|
-
- [API
|
|
15
|
-
- [CLI Guide](https://algorandfoundation.github.io/puya-ts/
|
|
13
|
+
- [Language Guide](https://algorandfoundation.github.io/puya-ts/language-guide/)
|
|
14
|
+
- [API Reference](https://algorandfoundation.github.io/puya-ts/api/)
|
|
15
|
+
- [CLI Guide](https://algorandfoundation.github.io/puya-ts/cli/)
|
|
16
|
+
- [Migration Guides](https://algorandfoundation.github.io/puya-ts/migration-guides/)
|
|
17
|
+
- [Release Notes](https://github.com/algorandfoundation/puya-ts/releases)
|
|
16
18
|
- [Contribution Guide](CONTRIBUTING.md)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
|
|
20
|
+
For developing the documentation site locally, see the [docs README](docs/README.md).
|