Skip to content

Tags: dominikg/language-tools

Tags

typescript-plugin-0.3.1

Toggle typescript-plugin-0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix) make TS plugin completions work again

Probably went broke as part of the external files change because they are now found earlier

svelte-check-2.4.6

Toggle svelte-check-2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix) make TS plugin completions work again

Probably went broke as part of the external files change because they are now found earlier

svelte2tsx-0.5.6

Toggle svelte2tsx-0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(feat) support code folding in html

sveltejs#1411

through `<!-- #(end)region` comment

language-server-0.14.23

Toggle language-server-0.14.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(feat) support code folding in html

sveltejs#1411

through `<!-- #(end)region` comment

extensions-105.13.0

Toggle extensions-105.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix) make TS plugin completions work again

Probably went broke as part of the external files change because they are now found earlier

svelte-check-2.4.5

Toggle svelte-check-2.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix) regression with boolean literal props type inference (sveltejs#…

…1390)

* (fix) regression with boolean props type inference
Revert changes with it. Misread the condition.

* lint

* v2 expected

svelte-check-2.4.4

Toggle svelte-check-2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(feat) improve property access completion in markup (sveltejs#1381)

Related to sveltejs#538, sveltejs#786 and sveltejs#1302

This PR added a utility to check if there's trailing property access behind an expression. The Reason we needed this is that we blank the operators before parsing. So the operator won't exist in the AST. We need to check it so that the expression transformation also include it.

This should only be called with an expression that is a direct child of a template node. And since we only go backwards from the end of the moustache (}), it only makes sense to call this with the expression that might end directly before the end of the moustache.

svelte2tsx-0.5.5

Toggle svelte2tsx-0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix) regression with boolean literal props type inference (sveltejs#…

…1390)

* (fix) regression with boolean props type inference
Revert changes with it. Misread the condition.

* lint

* v2 expected

svelte2tsx-0.5.4

Toggle svelte2tsx-0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(feat) improve property access completion in markup (sveltejs#1381)

Related to sveltejs#538, sveltejs#786 and sveltejs#1302

This PR added a utility to check if there's trailing property access behind an expression. The Reason we needed this is that we blank the operators before parsing. So the operator won't exist in the AST. We need to check it so that the expression transformation also include it.

This should only be called with an expression that is a direct child of a template node. And since we only go backwards from the end of the moustache (}), it only makes sense to call this with the expression that might end directly before the end of the moustache.

language-server-0.14.22

Toggle language-server-0.14.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(feat) improve property access completion in markup (sveltejs#1381)

Related to sveltejs#538, sveltejs#786 and sveltejs#1302

This PR added a utility to check if there's trailing property access behind an expression. The Reason we needed this is that we blank the operators before parsing. So the operator won't exist in the AST. We need to check it so that the expression transformation also include it.

This should only be called with an expression that is a direct child of a template node. And since we only go backwards from the end of the moustache (}), it only makes sense to call this with the expression that might end directly before the end of the moustache.