@astrojs/compiler 0.8.1 → 0.8.4-pre.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 85d35a5: Revert previous change that broke Windows
8
+
9
+ ## 0.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - c1a0172: changing raw_with_expression_loop in tokenizer to only handle string that has '`' differently otherwise it should treat it as normal string
14
+
15
+ ### Patch Changes
16
+
17
+ - 1fa2162: Improved types for TransformResult with hoisted scripts
18
+
19
+ ## 0.8.2
20
+
21
+ ### Patch Changes
22
+
23
+ - 502f8b8: Adds a new property, `scripts`, to `TransformResult`
24
+
3
25
  ## 0.8.1
4
26
 
5
27
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "bugs": "https://github.com/withastro/compiler/issues",
7
7
  "homepage": "https://astro.build",
8
- "version": "0.8.1",
8
+ "version": "0.8.4-pre.1",
9
9
  "scripts": {
10
10
  "build": "tsc -p ."
11
11
  },