octane 0.1.50 → 0.2.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/README.md +3 -2
- package/dist/cjs/runtime.cjs +410 -85
- package/dist/cjs/signals/engine.cjs +9 -3
- package/dist/cjs/version.cjs +1 -1
- package/dist/compiler/bundler.js +76 -30
- package/dist/compiler/client-only-server.js +10 -6
- package/dist/compiler/compile-renderer-boundaries.js +2 -2
- package/dist/compiler/compile.js +61 -29
- package/dist/compiler/css-module-imports.js +9 -5
- package/dist/compiler/hydrate-boundaries.js +105 -28
- package/dist/compiler/parser.node.js +88 -1
- package/dist/compiler/slot-hooks.js +8 -4
- package/dist/compiler/vite.js +53 -9
- package/dist/compiler/volar.LICENSES.txt +1 -1
- package/dist/compiler/volar.js +211 -42
- package/dist/jsx-runtime.d.ts +10 -9
- package/dist/runtime.d.ts +1 -0
- package/dist/runtime.js +410 -85
- package/dist/signals/engine.js +9 -3
- package/dist/universal-core.js +99 -26
- package/dist/version.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# What is octane?
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/octane)
|
|
4
4
|
[](https://www.npmjs.com/package/octane)
|
|
5
5
|
[](https://www.npmjs.com/package/octane)
|
|
6
6
|
|
|
@@ -96,7 +96,8 @@ APIs. Features such as native `inert` may require a polyfill on older supported
|
|
|
96
96
|
browsers. Validate text entry with the keyboards, languages, and browser or
|
|
97
97
|
WebView versions your application supports.
|
|
98
98
|
|
|
99
|
-
Octane is
|
|
99
|
+
Octane is beta software. It is ready to build with, but its APIs may still
|
|
100
|
+
change before 1.0.
|
|
100
101
|
|
|
101
102
|
## License
|
|
102
103
|
|