ton-org / blueprint

TON development for professionals - all-in-one tool for writing, testing and deploying smart contracts
475 stars 95 forks source link

What TypeScript API is expected from Tact compiler? #135

Open anton-trunov opened 4 months ago

anton-trunov commented 4 months ago

We are going to define a third-party TypeScript API for the Tact compiler, so we need to know what exactly is used by Blueprint, meaning that things like import * as Tact from '@tact-lang/compiler' should not be used in Blueprint (currently src/compile/compile.ts does it).