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
Were dynamic imports with string literal specifiers omitted intentionally? I expected to see dynamicImports on EcmaScriptModule alongside staticImports to get the previously supported data. A workaround is just crawling the AST yourself:
In
oxc-parser@0.38.0
I can referenceoxc.moduleLexerSync
andoxc.moduleLexerAsync
.As of
oxc-parser@0.39.0
that function is no longer exported.Was that intentional? I can't find any mention of relevant breaking changes in changelogs. Was it extracted to its own package instead?
The text was updated successfully, but these errors were encountered: