Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Jul 17, 2024
1 parent a77a88d commit 140b316
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .api/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,15 @@ declare module "@cocos/ccbuild" {
*/
intrinsicFlags?: Record<string, unknown>;
/**
* List of uuid that the feature depend on.
* List of uuid that the feature depends on.
*/
dependentAssets?: string[];
/**
* List of module that the feature depend on.
* List of script uuid that the feature depends on.
*/
dependentScripts?: string[];
/**
* List of module that the feature depends on.
*/
dependentModules?: string[];
/**
Expand Down

0 comments on commit 140b316

Please sign in to comment.