You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a layered PR test suite with focused corpus tests, query validation, fixture validation, generated-source checks, and binding smoke tests.
Added sample MOO parsing smoke coverage for Node, Go, Rust, Python, C, and Wasm. Swift remains declared but documented as not CI-verified.
Added TESTING.md, docs/USAGE.md, docs/EDITORS.md, and docs/BINDINGS.md to keep README focused while documenting usage, editor setup, binding examples, and test tiers.
Changed
Standardized fixture validation docs on npm run test:fixtures.
Aligned Rust, Python, and Go binding metadata with the public SindomeCorp/tree-sitter-moo repository and the 0.25 Tree-sitter runtime requirement.
Moved inline package-script logic into dedicated scripts under scripts/.
Fixed
Wrote the Wasm smoke test's Tree-sitter config with an absolute parser directory so Docker-backed Emscripten builds can mount the grammar correctly in GitHub Actions.