-
-
Notifications
You must be signed in to change notification settings - Fork 116
chore: cleanup after jsdoc #659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3fcaac4
refactor: move types to .d.ts files in preparation of ts-to-jsdoc
dominikg 306e2b4
Merge branch 'main' into refactor/ts2jsdoc
dominikg 324f3aa
wip: convert ts to jsdoc
dominikg 431d126
wip: ts to jsdoc
dominikg 7e7c7d9
wip: ts to jsdoc conversion
dominikg b692718
wip: finished jsdoc conversion, renamed .d.ts files to avoid collisio…
dominikg 8cd221e
Merge branch 'main' into refactor/ts2jsdoc
dominikg 770cee0
test: add small wait for inspector icon to become visible to avoid fl…
dominikg 7c42425
Merge branch 'fix/flaky-inspector-test' into refactor/ts2jsdoc
dominikg b04e577
wip: move internal types into src/types, improve index.d.ts
dominikg 5a14424
wip: move unit tests out of src dir and update filters
dominikg 69272c8
chore: switch to eslint-plugin-n to get rid of some errors
dominikg fbfdd5c
refactor: update jsdoc syntax (#656)
bluwy f4e6655
Merge branch 'main' into refactor/ts2jsdoc
dominikg 1d98fb5
refactor: rename prepared .ts files to .js, update scripts, add chang…
dominikg 187b57b
fix: replace nullish assignment (requires node15) and enable error ru…
dominikg 0c59fa8
chore: fix types path
bluwy ec94dba
Merge branch 'main' into refactor/ts2jsdoc-step2
dominikg 8a5b7cb
remove tsup
dominikg 9c7c0a7
chore(types): replace rollup types with vite reexport
dominikg c2d8999
chore: improve utility scripts, add publint
dominikg 7cbd963
Merge branch 'main' into refactor/cleanup-after-jsdoc
dominikg fb89a96
chore: call check:types and check:publint in public packages via filter
dominikg 0495bbb
chore: disable tsc emit in inspector
dominikg b0db7d7
chore: remove noop build script
dominikg 5c4650b
chore: actually enable parallel processing for checks
dominikg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ temp | |
**/temp | ||
*.tmp | ||
**/*.tmp | ||
.eslintcache | ||
|
||
# build and dist | ||
build | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
aggregate-output=true | ||
reporter=append-only | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/vite-plugin-svelte-inspector/src/runtime/load-inspector.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.