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).
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 (currentlysrc/compile/compile.ts
does it).