Skip to content

Commit

Permalink
chore(code-gen): export containerInjectConstants function (#2206)
Browse files Browse the repository at this point in the history
Co-authored-by: 林熠 <[email protected]>
  • Loading branch information
BARM and JackLian committed Jul 6, 2023
1 parent e79a2d8 commit 6db5358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/code-generator/src/solutions/icejs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ export default function createIceJsProjectBuilder(

export const plugins = {
containerClass,
containerInitState,
containerInjectContext,
containerInjectUtils,
containerInjectI18n,
containerInjectDataSourceEngine,
containerInjectI18n,
containerInjectConstants,
containerInitState,
containerLifeCycle,
containerMethod,
jsx,
Expand Down

0 comments on commit 6db5358

Please sign in to comment.