-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* naive watch mode * simplify * rename function * move code around a bit * resolve package.dir earlier * add unlink_all helper * simplify * Revert "resolve package.dir earlier" This reverts commit ce80b88. * use resolved path * tidy up * tidy up * tidy up * placeholder watch logic * use unlink_all helper * move resolving logic into emit_dts * tidy up some more * move logic around * tidy up * tidy up * group events * fix jsconfig resolution * tests * changeset * await initial build * lint * update prettier config * timeouts * remove package dir from repo * fix gitignore * wtf * more debugging * gah * skip watch tests in CI * add some debugging * fix windows tests * use posixify utility * Update packages/kit/src/packaging/index.js Co-authored-by: Ignatius Bagus <[email protected]> * Update packages/kit/src/packaging/test/fixtures/files-exclude/svelte.config.js Co-authored-by: Ignatius Bagus <[email protected]> * update docs Co-authored-by: Ignatius Bagus <[email protected]>
- Loading branch information
1 parent
2d2f73c
commit 15516b4
Showing
25 changed files
with
580 additions
and
298 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@sveltejs/kit': patch | ||
--- | ||
|
||
Add --watch flag to svelte-kit package |
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
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
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
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
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
Oops, something went wrong.