-
-
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.
prevent loading of illegal modules in the browser (#7507)
* prevent loading of illegal modules in the browser * update test * rename function * fix * remove dev test * remove unused consts * simpler checking code * move tests (still failing) * fix tests * remove only * fix * remove unnecessary default parameter * move path normalization out of graph_analysis * reinstate tests * ugh * doh, we need the dev-only test app * no longer necessary * fix * fixes * slow clap for windows * ah come on * get tests passing + windows path shenanigans * fix build tests * more crossplatform posixify stuff * use consistent terminology between dev and build * ugh. print error messages so we can see why windows is being a dick * fml. can everyone just stop using fucking windows * try this * ok turn everything back on * Create soft-gorillas-hear.md Co-authored-by: Ben McCann <[email protected]> Co-authored-by: Simon Holthausen <[email protected]>
- Loading branch information
1 parent
d00542b
commit 6ba57ab
Showing
29 changed files
with
331 additions
and
566 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 | ||
--- | ||
|
||
prevent loading of illegal modules in the browser, rather than during SSR |
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.