Andre van Tonder

Results 4 issues of Andre van Tonder

The prefix for conditions `on:` is currently "hardcoded" in the [`Conditions.getConditions`](https://github.com/11ty/is-land/blob/main/is-land.js#L244-L250) method: ```js island.js class Conditions { /* ... */ static getConditions(node) { let map = {}; for(let key of...

enhancement

### Environment ``` ------------------------------ - Operating System: Linux - Node Version: v20.11.0 - Nuxt Version: 3.9.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder:...

pending triage

TL;DR Vue LSP is not reporting diagnostics. Fix is in #2097 --- I created #1952 just as [@vue/language-tools v3 was released](https://github.com/vuejs/language-tools/releases/tag/v3.0.0). This meant that Vue worked briefly (if at all)...

- In my last PR, I added the Vue LSP (#1952). - Turns out [@vue/language-tools v3 was released 3 weeks ago](https://github.com/vuejs/language-tools/releases/tag/v3.0.0). - Updates in this PR: - Integrated changes from...