[Bug]: Upgrade `chevrotain` dependency to fix `esm.run` import
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/[email protected]/+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
Did you try loading HyperFormula as described in our documentation?
Hi, I need to load ESM library version of hyperformula to integrate iit Silverbullet.md @sequba
I analyzed the issue. For esm.run to work, it needs all the dependencies and dependencies of dependencies to support the ESM standard, which [email protected] does not. This should be resolved when HyperFormula switches to the latest version of the chevrotain library.
I'm adding this issue to our backlog.
Many thanks . I will wait the fix.
Last question, any idea about bug fix date?
Probably Q1 2026.