Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Jan 4, 2024
1 parent c0719f8 commit 6962af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/tools-cli/src/scripts/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ function invalidateCache() {
setSetting("autocomplete.developerModeNPMInvalidateCache", true);
}

/**
* Generate index files for spec build
*/
async function generateIndex(outdir: string, files: string[]) {
const parsedFiles = files.map(path.parse);

Expand Down

0 comments on commit 6962af3

Please sign in to comment.