import-js icon indicating copy to clipboard operation
import-js copied to clipboard

A tool to simplify importing JS modules

Results 85 import-js issues
Sort by recently updated
recently updated
newest added

Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.3. Release notes Sourced from sqlite3's releases. v5.0.3 What's Changed Updated bundled SQLite to v3.38.2 - @​daniellockyer Enabled math functions in compiler options - @​kewde...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

As of react 17.0.0 it is not needed to import React into JSX files: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html. Added functionality to conditionally import React based on the react version in the package.json.

When I create an application with "create react app" then it places all source under the /src directory. In that case, imports do not have a "src/" prefix. However, importjs...

when i move a personal module file to an other folder, the import suggestion of the personal module propose the module in old folder and the new folder. i think...

Currently, if you have sortImports false, and groupImports false, you will have imports appear at the top of the import list. This is not ideal. Now, there is a path...

I have my project set up to use the smart pipeline operator via the `babel/plugin-proposal-pipeline-operator` plugin. When I'm in a file using this operator, importjs fails to import my modules...

* https://github.com/ivangeorgiew/proper-import-js 29 commits ahead * https://github.com/iahu/import-js 4 commits ahead * https://github.com/mikabytes/import-js 1 commit ahead

I'm currently working on an index of all files and their exports. An important part of that is a full scan of the file system (inside a project) to find...

breaking change

Brace for craziness. Chrome released official support for import maps on March 1. There's a polyfill enabling this in all browsers which have support for ES modules. It would be...