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
While it is unreasonable for ImportJS to support everything out of the box, there are many cases where it is reasonable to support different behavior for specific projects.
It would also help to develop and collaborate on experimental features over a longer time before integrating them in the official build of ImportJS.
Minimal support:
Adding identifiers given a file and AST
Removing identifiers given a file, AST, and identifiers
Globally adding files and identifiers outside the scope of ImportJS
Adding configuration schemas (enables potential plugins such as ES2023, or a .babelrc reader, to configure parserPlugins for us)
Let's use this issue to discuss if and how to achieve this.
The text was updated successfully, but these errors were encountered:
We have several requests for the ability to modify how modules are mapped. A few related are: #555 #533 #556 #564 #522 #550 #520 #519
While it is unreasonable for ImportJS to support everything out of the box, there are many cases where it is reasonable to support different behavior for specific projects.
It would also help to develop and collaborate on experimental features over a longer time before integrating them in the official build of ImportJS.
Minimal support:
parserPlugins
for us)Let's use this issue to discuss if and how to achieve this.
The text was updated successfully, but these errors were encountered: