tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

Support for 2020.3 platform #177

Closed piotrtomiak closed 3 years ago

piotrtomiak commented 3 years ago

@tomblachut All tests are green, except for SvelteHighlightingTest: testConditionIfBlock,testMultipleSelect, testHandler and testSpread. Must be some platform level change in how problems are handled in JS. I am leaving that for you to fix :)

piotrtomiak commented 3 years ago

2020.3 platform is running on JDK 11. Looks like the build script should be updated to support JDK 11.

tomblachut commented 3 years ago

Thanks! I'll take a look at those tests later.