@sebastienrousseau/noyalib-wasm 0.0.37 → 0.0.38
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 +11 -0
- package/noyalib_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -359,6 +359,17 @@ The four entry points, identical across every repo in the family:
|
|
|
359
359
|
|
|
360
360
|
---
|
|
361
361
|
|
|
362
|
+
## Conformance
|
|
363
|
+
|
|
364
|
+
Every push runs the official [yaml-test-suite](https://github.com/yaml/yaml-test-suite)
|
|
365
|
+
through this crate's own JSON model, from the same vendored suite and the same
|
|
366
|
+
core commit as the `noyalib` core: 382 of 382 single-document cases (the 24
|
|
367
|
+
multi-document cases are outside `parse`, which is single-document). The core
|
|
368
|
+
itself passes 406 of 406 with no skip list. A two-document configuration that
|
|
369
|
+
uses most of YAML at once (`tests/fixtures/ultra-complex/`) is also parsed to
|
|
370
|
+
exactly its expected JSON, natively and in Node. Details and the family table:
|
|
371
|
+
[noyalib.com/conformance](https://noyalib.com/conformance/).
|
|
372
|
+
|
|
362
373
|
## License
|
|
363
374
|
|
|
364
375
|
Dual-licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
package/noyalib_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Sebastien Rousseau <sebastian.rousseau@gmail.com>"
|
|
6
6
|
],
|
|
7
7
|
"description": "WebAssembly (wasm-bindgen) bindings for the noyalib YAML library — browser-ready parse / serialise / lossless edit",
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.38",
|
|
9
9
|
"license": "MIT OR Apache-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|