mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
fbef6a7f72
* feat: new handling for `define:vars` scripts and styles * fix: handle new script hoisting pattern * refactor: compiler handles sourcemaps * chore: update to handle is:inline define:vars * chore: bump compiler to latest * chore: update define:vars tests * fix: output of `define:vars` is not object style * fix: appease ts * chore: remove unused file * chore: revert unecessary refactors * chore: prefer sync `defineScriptVars` * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Okiki Ojo <okikio.dev@gmail.com>
5 lines
78 B
Markdown
5 lines
78 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix `define:vars` bugs with both `style` and `script`
|