Nicolò Ribaudo de28707dfe
[babel 8] Align allow* parser options with ESLint behavior (#13921)
* [babel 8] Align `allow*` parser options with ESLint behavior

- The `@babel/eslint-parser` `allowImportExportEverywhere` option is removed; users can pass it to `parserOpts`
- `allowSuperOutsideMethod` is disabled
- `allowReturnOutsideFunction` is inferred from `ecmaFeatures.globalReturn`

* Update failing tests
2021-11-04 07:56:06 +01:00
..
2021-10-30 21:21:37 +00:00
2021-06-09 23:03:30 +00:00
2021-06-09 23:03:30 +00:00
2021-10-30 01:26:04 +02:00