You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: