@formulavize/lang-fiz
v2.1.0
Published
fiz language support for CodeMirror
Downloads
167
Readme
lang-fiz
This package implements fiz language support for the CodeMirror code editor.
Development Notes
mocha version
mocha is pinned to 10.8.2 (the last 10.x release). The test runner (cm-runtests from @codemirror/buildhelper) uses a version of @marijn/testtool, which requires mocha ^10.0.0. Using mocha 11.x causes a crash at test startup because the test files import describe/it from a mocha instance that the runner never initializes. Do not upgrade mocha until @codemirror/buildhelper upgrades to use a version of @marijn/testtool adds mocha 11.x support.
