Skip to content

russelldmatt/svelte-lang-ts-issue

Repository files navigation

Minimal reproduction of an issue

Setup

npm i
npm run build
cd build
http-server .

Issue (bug?)

The only difference between src/routes/a/+page.svelte and src/routes/b/+page.svelte is whether the script tag has lang="ts" or not.

In both pages, we create a svelte store j and test whether or not it's undefined. In [http://127.0.0.1:8080/a] j is undefined and in [http://127.0.0.1:8080/b] it is not!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published