Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
409 changes: 334 additions & 75 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@heroicons/react": "^2.2.0",
"@minify-html/wasm": "^0.18.1",
"@node-core/rehype-shiki": "^1.4.1",
"@node-core/ui-components": "^1.6.0",
"@node-core/ui-components": "^1.6.1",
"@orama/orama": "^3.1.18",
"@orama/ui": "^1.5.4",
"@rollup/plugin-virtual": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/generators/jsx-ast/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ export const TYPES_WITH_METHOD_SIGNATURES = [
'classMethod',
];

// Regex to trim leading whitespace and colons from strings
export const TRIMMABLE_PADDING_REGEX = /^[\s:]+/;
// Regex to trim leading whitespace, colons, and hyphens from strings
export const TRIMMABLE_PADDING_REGEX = /^[\s:-]+/;

// Patterns to map deprecation "Type" text to AlertBox levels.
// Order matters: first match wins.
Expand Down
114 changes: 0 additions & 114 deletions src/generators/jsx-ast/utils/__tests__/buildPropertyTable.test.mjs

This file was deleted.

45 changes: 0 additions & 45 deletions src/generators/jsx-ast/utils/__tests__/buildSignature.test.mjs

This file was deleted.

Loading
Loading