generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix generated ESM, revamp build system #113
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0f5bf98
replace build system with svelte-package. refactor for typescript. lo…
hobbes7878 67bc5e4
adds test-runner
hobbes7878 53f31e9
resolve merge conflicts
hobbes7878 40c1152
await click in interaction test
hobbes7878 25a4298
finish tests with vitest. cleanup deps and package.json
hobbes7878 02ce02a
fix dedent dependency
hobbes7878 5857238
Update src/plugins/vite-svelte-csf.ts
hobbes7878 fa5505b
adds handling for Windows paths
hobbes7878 70c1500
Apply suggestions from code review
hobbes7878 9abce0f
cleanup scripts and expand vite peer deps range
hobbes7878 139f47e
strict typescript
hobbes7878 920391d
force resolutions of string-width and wrap-ansi
hobbes7878 acf9548
fix node-logger calls so just one arg is passed
hobbes7878 079431e
fix a few outstanding type errors in parser and preset
hobbes7878 529e422
stray comment
hobbes7878 7aad038
convert to pnpm
hobbes7878 78fc850
regen lockfile
hobbes7878 9cebdba
add fetch depth for actions/checkout@v3
hobbes7878 4269195
cleanup package.json scripts and pnpm in release workflow
hobbes7878 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend making this very obvious why this is the way it is perhaps with a clear code-comment?, and possibly even ensure this continues working with a unit-test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added handling across any dynamic imports in fa5505b.
@ilsubyeega don't know if you'd be able to help with a test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can say the current branch works on my machine (win11-x64) with
yarn test
and storybook live view.However, I'm uncertain whether the changes to presets directory are working or not.
Also, I'm not sure about creating other test tasks for this.