-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
update type generation script #8712
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
Conversation
* initialize playground * pnpm up * tidy up git ignore * remove fluff * format * rm readme * fix jsconfig error * add skip-worktree instructions * reload hack * simplify * use rollup * ughh * add flag for SSR * ... * simplify further * configure launch.json * add debugger info to readme * remove vm modules flag * use replaceAll instead of replace * tidy up * fix: make it run * add watch to launch config
* use dts-buddy * remove debug output * remove existing type generation script * fix package.json * update gitignore * bump dts-buddy * remove unused action entry point * add svelte/compiler and svelte/types/compiler/preprocess modules * bump dts-buddy * annoying * changeset * bump dts-buddy * get rid of .d.ts files * another one * Update packages/svelte/package.json Co-authored-by: gtmnayan <[email protected]> --------- Co-authored-by: Rich Harris <[email protected]> Co-authored-by: gtmnayan <[email protected]>
* fix: export ComponentType * ughh * changeset
* fix: derived store types * changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
deleted comment, all tasks were addressed |
Ah yeah, many are because of extra logic I added to this compared to kit site. Do you mind if I directly push to this branch with appropriate changes. About the SvelteComponent_1, can't that be fixed in dts-buddy? |
go right ahead, i'm not in the branch at the moment
i think that would be best, yeah. i'm not sure what it's doing there in the first place. will take a look when i get a chance |
UPDATE: None of the submodules work now. I cleared the cache in
|
The |
* put comment in right place * bump dts-buddy --------- Co-authored-by: Rich Harris <[email protected]>
Nice!! Are you facing these same errors as well? Where it can't find |
This PR looks bigger than it is because it incorporates
version-4
commits that aren't yet insites
. We can't just mergeversion-4
intosites
because the doc generation will break if we do.It's not a 1:1 replacement yet (and there may be some changes needed to dts-buddy, e.g. removing unnecessary
_1
suffixes from generic argument names), but it's close. We should probably put the logic insite-kit
since it's duplicated between here and kit.svelte.dev