Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upError when using babel-parser in dynamic imports #1041
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't think it's a |
This comment has been minimized.
This comment has been minimized.
|
@ematipico I agree, I should've posted on |
This comment has been minimized.
This comment has been minimized.
|
Using I'm going to assume that this issue has been fixed in the intervening major version releases. |
feross
closed this
May 10, 2018
feross
added
the
question
label
May 10, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Aug 8, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
falcoagustin commentedJan 9, 2018
I'm using
babel-eslint v6.1.2along withstandard v10.0.3and I'm not able to bypass the error when doing dynamic imports, this way:It raises
error Parsing error: 'import' and 'export' may only appear at the top level. I tried using:parsingOptions: { "AllowImportExportEverywhere": true }And still raises the error, had to ignore the file instead.