@astrojs/compiler 2.10.3 → 2.11.0

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/dist/astro.wasm CHANGED
Binary file
@@ -54,6 +54,7 @@ interface TransformOptions {
54
54
  * @experimental
55
55
  */
56
56
  renderScript?: boolean;
57
+ experimentalScriptOrder?: boolean;
57
58
  }
58
59
  type ConvertToTSXOptions = Pick<TransformOptions, 'filename' | 'normalizedFilename' | 'sourcemap'> & {
59
60
  /** If set to true, script tags content will be included in the generated TSX
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": "2.10.3",
8
+ "version": "2.11.0",
9
9
  "main": "./dist/node/index.js",
10
10
  "types": "./dist/shared/types.d.ts",
11
11
  "repository": {