@pygmalionjs/pygmalion 0.2.34 → 0.2.35
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 +1 -0
- package/dist-lib/{App-DVnjCYV2.js → App-phpKmf_I.js} +4904 -4179
- package/dist-lib/pygmalion.js +1166 -1131
- package/dist-lib/style.css +1 -1
- package/dist-lib/testing.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +217 -0
package/README.md
CHANGED
|
@@ -277,6 +277,7 @@ npm run lint:language
|
|
|
277
277
|
## Project documentation
|
|
278
278
|
|
|
279
279
|
- [Architecture](./ARCHITECTURE.md) defines the package and host boundary.
|
|
280
|
+
- [Design compiler and component connections](./docs/design-compiler.md) defines the versioned IR, target adapters, diagnostics, and external design mappings.
|
|
280
281
|
- [Editor usability](./EDITOR-USABILITY.md) defines interaction coverage.
|
|
281
282
|
- [Product readiness](./PRODUCTIZATION.md) defines quality gates and remaining
|
|
282
283
|
work.
|