marko-js / language-server

Marko autocomplete, intellisense and editor support.
MIT License
38 stars 8 forks source link

fix: add for tag by attribute types #229

Closed DylanPiercey closed 7 months ago

DylanPiercey commented 7 months ago

Description

Resolves https://github.com/marko-js/language-server/issues/228

Motivation and Context

Currently because of the special transformations we have to do on control flow tags their types exist in this project. However the by attribute for <for> tags in the tags api was missed.

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: a78bf95a178cafafc285c3a4c3b30a15dac478fd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages | Name | Type | | ---------------------- | ----- | | @marko/language-server | Patch | | @marko/language-tools | Patch | | @marko/type-check | Patch | | marko-vscode | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR