Erika

Results 61 issues of Erika

## Changes This adds a command to open the currently running dev server / a new one if there's none in a side panel in the editor. This is powered...

### Describe the Bug Currently, the `is:raw` directive is completely ignored. We should do the following: - In our syntax file, `is:raw` elements should be highlighted as plain text -...

syntax
needs-compiler
feature

### Describe the Bug HTML comments are not supported inside JSX, as such we need to transform them to JS comments. This is all fine and well but since we're...

bug
needs-compiler

### Background & Motivation Right now when installing the Astro extension in a web VS Code environnement such as [vscode.dev](https://vscode.dev) you.. don't get much outside of syntax coloring because the...

feature

### Description Due to an issue in TypeScript (https://github.com/microsoft/TypeScript/issues/45096), files using uppercased characters can't be imported through a triple slash directive `types` on Linux. This is normally not an issue,...

p3-downstream-blocker :hammer:

## Changes Update the language-server dep to the latest version. This version of the language server does not bundle typescript anymore, as such we need to add it as a...

core
semver minor

### What version of `@astrojs/compiler` are you using? 0.27.0 ### What package manager are you using? pnpm ### What operating system are you using? macOS ### Describe the Bug Here's...

### Describe the Bug [Vue components can pass down attributes to their children](https://vuejs.org/guide/components/attrs.html), either by using `$attrs` or having a single root element. Typing wise, this mean that Vue components...

good first issue
- P3: minor bug
feat: vue

## Changes This PR adds basic intellisense for CSS modules. I'm not super satisfied with how the CSS classes are extracted, PostCSS isn't necessarily heavy but it's still a big...

## Changes - What does this change? - Be short and concise. Bullet points can help! - Before/after screenshots can be helpful as well. ## Testing ## Docs