We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe9bd3 commit 9ad6b00Copy full SHA for 9ad6b00
1 file changed
scripts/generate-exports.js
@@ -167,7 +167,7 @@ function generateIndex() {
167
}))
168
// Permission-set lexicons have no TS shape — lex gen-api cannot codegen them
169
// — so they are excluded from `generated/` here, by the SAME content check
170
- // (`main.type === "permission-set"`) that scripts/codegen-lexicon-files.js
+ // (`main.type === "permission-set"`) that scripts/run-lex-codegen.js
171
// uses to exclude them from the gen-* CLI invocations. Excluding by content
172
// (not by path) keeps the two in lock-step regardless of where set files live.
173
.filter(({ doc }) => doc?.defs?.main?.type !== "permission-set");
0 commit comments