compiler icon indicating copy to clipboard operation
compiler copied to clipboard

The Astro compiler. Written in Go. Distributed as WASM.

Results 160 compiler issues
Sort by recently updated
recently updated
newest added

## Changes Fix #502 I may be missing something big, but it doesn't seem like CSS needs to be escaped as it's not JS 🤔 I've removed it for CSS...

### What version of `astro` are you using? 1.0.0-rc.6 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...

p2-has-workaround
s2-medium

### What version of `@astrojs/compiler` are you using? N/A ### What package manager are you using? N/A ### What operating system are you using? N/A ### Describe the Bug It'd...

### What version of `@astrojs/compiler` are you using? 0.23.1 ### What package manager are you using? npm ### What operating system are you using? Mac ### Describe the Bug The...

## Changes - Adds `errors` and `warnings` to output of `transform()` function - Replaces most `panic`s in the compiler ## Testing Tests added for new behavior ## Docs N/A

### What version of `astro` are you using? 1.0.0-beta.34 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...

[![Please Don't ship WIP](https://img.shields.io/badge/Please-Don't%20Ship%20WIP-yellow)](https://dont-ship.it/) This adds the configuration for VSCode `Devcontainer` and Codespaces.

[![Please Don't ship WIP](https://img.shields.io/badge/Please-Don't%20Ship%20WIP-yellow)](https://dont-ship.it/) This commit adds an SBOM to the repository and will automate the process for future use. SBOM is using [the Cyclone DX 1.4 SBOM specification](https://cyclonedx.org/docs/1.4/json/) and...

### What version of `astro` are you using? 1.0.0-rc.1 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

p4-important
s2-medium

### Describe the Bug Using v0.1.0-next.4. If I run prettier on this code: ```astro bar {foo && {foo}} ``` It becomes: ```astro bar {foo && {foo}} ``` I was only...