@astrojs/compiler 2.10.4 → 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 +0 -0
- package/dist/shared/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/astro.wasm
CHANGED
|
Binary file
|
package/dist/shared/types.d.ts
CHANGED
|
@@ -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