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
The following change is throwing an error for dynamic module imports. . Setting topLevel flag to null in parseStatement function which raises the
"'import' and 'export' may only appear at the top level"
Dynamic module import use to work in 5.7.3 with same settings.
I'm using angular-cli to compile my app which updated webpack to 4.29.9 with new acorn changes. Not sure if this is an angular-cli, webpack or acorn issue but after debugging I noticed these differences in acorn.