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
E.g., The reliance on the module variable seems to trip certain versions of Babel.
The generated code for @babel/[email protected], the generated code is the intended:
I'm wondering if there is a better way to load the Nearly parser generated from the template grammar.
In addition complicating the security analysis, the corresponding code seems also quite brittle:
https://github.com/accordproject/cicero/blob/f79abd8c37d01def5e3525270e3889dc5a405c3e/packages/cicero-core/src/parsermanager.js#L421
E.g., The reliance on the
module
variable seems to trip certain versions of Babel.The generated code for
@babel/[email protected]
, the generated code is the intended:While with
@babel/[email protected]
the code escapes themodule
variable to_module
so the grammar is not extracted properly:The text was updated successfully, but these errors were encountered: