You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dev-utils/src/generate-documentation-table.ts
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -360,19 +360,20 @@ type IncludeEntry = {
360
360
supportedBundlers: ["webpack","vite","rollup"],
361
361
},
362
362
{
363
-
name: "ignoredFiles",
363
+
name: "ignoreComponents",
364
364
type: "string[]",
365
365
fullDescription:
366
-
"A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files.",
367
-
supportedBundlers: ["webpack","vite","rollup"],
368
-
},
369
-
{
370
-
name: "ignoredComponents",
371
-
type: "string[]",
372
-
fullDescription:
373
-
"A list of strings representing the names of components to ignore. The plugin will not perform any annotations on these components.",
366
+
"A list of strings representing the names of components to ignore. The plugin will not perform apply `data-sentry` annotations on the DOM element for this component.",
374
367
supportedBundlers: ["webpack","vite","rollup"],
375
368
},
369
+
// TODO: Support this option in the future
370
+
// {
371
+
// name: "ignoreFiles",
372
+
// type: "string[]",
373
+
// fullDescription:
374
+
// "A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files.",
0 commit comments