fictional-potato Svelte Themes

Fictional Potato

Testing repo for sveltejs/language-tools#1214 [fixed]

Test repo for sveltejs/language-tools#1214

cd /tmp/

# <needed until='https://github.com/Rich-Harris/magic-string/pull/193 is merged'>
# clone the repo, checkout PR, build and prepare to link
git clone [email protected]:mvolfik/magic-string.git
cd magic-string
git switch feature-copy
npm install
npm run build
yarn link
cd ..
# </needed>

# clone this test repo and run check with stock svelte-check
git clone [email protected]:mvolfik/fictional-potato.git
cd fictional-potato
pnpm install
pnpm run check
# now you see output from current state

# clone language-tools, checkout this PR, build and prepare to link
cd /tmp/
git clone [email protected]:mvolfik/language-tools.git
cd language-tools
git switch improve-sveltecomponent-bindthis
yarn install
# <needed ref='-1'> <!-- you know what I mean -->
yarn link magic-string
# </needed>
yarn bootstrap
yarn workspace svelte-language-server run build
cd packages/svelte-check
yarn build
pnpm link --global

# cd back to this repo, do the link and run check with the upgrade
cd /tmp/fictional-potato # or wherever you cloned this
pnpm link --global svelte-check
pnpm run check
# now see the improved typecheck

Top categories

Loading Svelte Themes