@astrojs/compiler 0.0.0-module-id-20221205161912 → 0.0.0-sourcemap-20230103195910
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 +37 -2
- package/astro.wasm +0 -0
- package/package.json +1 -1
- package/sourcemap.astro.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,45 @@
|
|
|
1
1
|
# @astrojs/compiler
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-sourcemap-20230103195910
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ca1806c: Fixes export hoisting edge case
|
|
8
|
+
|
|
9
|
+
## 0.31.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 89c0cee: fix: corner case that component in head expression will case body tag missing
|
|
14
|
+
- 20497f4: Improve fidelity of sourcemaps for frontmatter
|
|
15
|
+
|
|
16
|
+
## 0.31.1
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 24dcf7e: Allow `script` and `style` before HTML
|
|
21
|
+
- ef391fa: fix: corner case with slot expression in head will cause body tag missing
|
|
22
|
+
|
|
23
|
+
## 0.31.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- abdddeb: Update Go to 1.19
|
|
28
|
+
|
|
29
|
+
## 0.30.1
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- ff9e7ba: Fix edge case where `<` was not handled properly inside of expressions
|
|
34
|
+
- f31d535: Fix edge case with Prop detection for TSX output
|
|
35
|
+
|
|
36
|
+
## 0.30.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|
|
6
39
|
|
|
7
|
-
-
|
|
40
|
+
- 963aaab: Provide the moduleId of the astro component
|
|
41
|
+
|
|
42
|
+
## 0.29.19
|
|
8
43
|
|
|
9
44
|
### Patch Changes
|
|
10
45
|
|
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.0.0-
|
|
8
|
+
"version": "0.0.0-sourcemap-20230103195910",
|
|
9
9
|
"main": "./node/index.js",
|
|
10
10
|
"types": "./node",
|
|
11
11
|
"repository": {
|
package/sourcemap.astro.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<Fragment>
|
|
2
|
-
{/** prettier-ignore */}<li />
|
|
3
|
-
|
|
4
|
-
</Fragment>
|
|
5
|
-
export default function Index__AstroComponent_(_props: Record<string, any>): any {}
|
|
6
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiaW5kZXguYXN0cm8iXSwKICAic291cmNlc0NvbnRlbnQiOiBbIlxuXHUwMDNjIS0tIHByZXR0aWVyLWlnbm9yZSAtLVx1MDAzZVxuXHUwMDNjbGkgL1x1MDAzZVxuIl0sCiAgIm1hcHBpbmdzIjogIkFBQUEsQUFBQTtBQUFBLElBQ0ksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxBQURwQixJQUVBLENBQUMsRUFBRSxDQUFDLEVBQUU7QUFDTixBQUhBO0FBQUE7IiwKICAibmFtZXMiOiBbXQp9
|