handsontable / handsontable/hyperformula
[Bug]: Upgrade `chevrotain` dependency to fix `esm.run` import
Open
@sequba is already working on this.
Since Sep 10, 2025.
Bug
Impact: Medium
Tech Debt
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
Description
Hi,
I try to import Hyperformula lib in my web app like that:
// See https://www.npmjs.com/package/hyperformula documentation.
import * as hyperformula from 'https://esm.run/hyperformula';
console.log(hyperformula)
and
"Uncaught SyntaxError: The requested module '/npm/regexp-to-ast@0.4.0/+esm' does not provide an export named 'BaseRegExpVisitor'"
It seems there is a corruption of dep tree?
Video or screenshots
No response
Demo
https://www.jsdelivr.com/package/npm/hyperformula
HyperFormula version
3.0.1
Your framework
vanillaJS
Your environment
Chrome 138
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.