mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
cleanup
This commit is contained in:
parent
7d8a08b67b
commit
199c211e1d
2 changed files with 0 additions and 3 deletions
|
@ -192,7 +192,6 @@ pnpm i -D carbon-preprocess-svelte
|
||||||
|
|
||||||
### `optimizeImports`
|
### `optimizeImports`
|
||||||
|
|
||||||
`optimizeImports` is a Svelte preprocessor that rewrites barrel imports from Carbon components/icons/pictograms packages to their source Svelte code paths. This can significantly speed up development and production build compile times while preserving typeahead and autocompletion offered by integrated development environments (IDE) like VS Code.
|
|
||||||
`optimizeImports` is a Svelte preprocessor that rewrites barrel imports from Carbon components/icons/pictograms packages to their source Svelte code paths. This can significantly speed up development and production build compile times while preserving typeahead and autocompletion offered by integrated development environments (IDE) like VS Code.
|
`optimizeImports` is a Svelte preprocessor that rewrites barrel imports from Carbon components/icons/pictograms packages to their source Svelte code paths. This can significantly speed up development and production build compile times while preserving typeahead and autocompletion offered by integrated development environments (IDE) like VS Code.
|
||||||
|
|
||||||
The preprocessor optimizes imports from the following packages:
|
The preprocessor optimizes imports from the following packages:
|
||||||
|
|
|
@ -141,8 +141,6 @@
|
||||||
$$props["aria-label"] ||
|
$$props["aria-label"] ||
|
||||||
"Numeric input field with increment and decrement buttons";
|
"Numeric input field with increment and decrement buttons";
|
||||||
|
|
||||||
//$: value && !!changeCaretPosition;
|
|
||||||
|
|
||||||
function parse(raw) {
|
function parse(raw) {
|
||||||
return raw != "" ? Number(raw) : null;
|
return raw != "" ? Number(raw) : null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue