Define, organize and document Tact API #543
Labels
misc: ecosystem
Blueprint, Misti, Verifier, Web IDE, VSCode plugin
scope: dev-docs
Internal documentation of the Tact compiler and the repository. (dev-docs/)
scope: library-api
Tact's TypeScript API for third-party tools (src/index.ts)
See the closely related issue #314 and also the major tools that use Tact's API: Tact VS Code plugin, Blueprint, misti, tact-check, tact-lsp.
We should also put more projects in CI to test we don't break the third-party API.
PR #647 started to address this issue by putting some exports into
index.ts
, where the rest of the API exports should also go.The text was updated successfully, but these errors were encountered: