@gabrielbryk/jq-ts 1.3.5 → 1.4.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 +1 -0
- package/dist/index.cjs +1475 -677
- package/dist/index.d.cts +85 -5
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +85 -5
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1479 -683
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ const [result] = run('.foo // "fallback"', { foo: null })
|
|
|
31
31
|
## Docs
|
|
32
32
|
|
|
33
33
|
- `planning-docs/requirements.md` — determinism and compatibility constraints
|
|
34
|
+
- `planning-docs/compatibility.md` — jq 1.8 compatibility matrix and helper API notes
|
|
34
35
|
- `planning-docs/workflow-dsl.md` — how jq maps to your Workflow DSL `${...}` expressions
|
|
35
36
|
- `planning-docs/subset.md` — supported syntax/builtins by milestone
|
|
36
37
|
- `planning-docs/design.md` — interpreter/VM design and safety limits
|