-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussioncoreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLintnew syntaxThis issue is related to new syntax that has reached stage 4This issue is related to new syntax that has reached stage 4
Description
The version of ESLint you are using.
6.7.2
The problem you want to solve.
ESLint doesn't support a new syntax export * as ns from "source"
.
Your take on the correct solution to problem.
ESLint supports that under ecmaVersion: 2020
.
- ESTree: Add exported property to ExportAllDeclaration estree/estree#205
- Acorn: add
export * as ns from "source"
acornjs/acorn#889 - Espree: Update: support
??
operator,import.meta
, andexport * as ns
js#441 -
eslint-visitor-keys
: Chore: added exported in exportAllDeclaration key eslint-visitor-keys#10 - ESLint: Update: support
??
operator, import.meta, andexport * as ns
#13196
Are you willing to submit a pull request to implement this change?
Yes.
ilyavolodin, btmills, sindresorhus, EugeneZ, ExE-Boss and 10 morekaicataldo, G-Rath, AdrianoRuberto and bricssbricssbricss
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussioncoreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLintnew syntaxThis issue is related to new syntax that has reached stage 4This issue is related to new syntax that has reached stage 4