Skip to content

Commit

Permalink
feat: add explicit mode "full"
Browse files Browse the repository at this point in the history
But didn't add an option to override it as Blueprint expects the full builds to happen, with TypeScript wrappers and such by the end of them
  • Loading branch information
novusnota committed May 3, 2024
1 parent 9443d75 commit 02f3cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compile/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async function doCompileTact(config: TactCompilerConfig, name: string): Promise<
path: config.target,
output: path.join(BUILD_DIR, name),
options: {...rootConfigOptions, ...config.options},
mode: "full",
},
stdlib: '/stdlib',
project: fs,
Expand Down

0 comments on commit 02f3cf7

Please sign in to comment.