@zenithbuild/compiler 0.5.0-beta.2.12 → 0.5.0-beta.2.16
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 +6 -0
- package/package.json +1 -1
- package/target/release/zenith-compiler +0 -0
package/README.md
CHANGED
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
The Iron Heart of the Zenith framework. High-performance native compiler and build-time architect.
|
|
7
7
|
|
|
8
|
+
## Canonical Docs
|
|
9
|
+
|
|
10
|
+
- Compiler boundary: `../zenith-docs/documentation/contracts/compiler-boundary.md`
|
|
11
|
+
- IR envelope: `../zenith-docs/documentation/contracts/ir-envelope.md`
|
|
12
|
+
- Component script hoisting: `../zenith-docs/documentation/contracts/component-script-hoisting.md`
|
|
13
|
+
|
|
8
14
|
## Overview
|
|
9
15
|
|
|
10
16
|
@zenithbuild/compiler owns everything related to structure, wiring, and validation. It is a coordinated companion to `@zenithbuild/core`.
|
package/package.json
CHANGED
|
Binary file
|