-
It would be nice if teams could specify a version of import-js they depend on in their package.json, and then have that version be what the editor uses when interacting in that project. This would cou…
-
Whenever I execute any of the atom-import-js commands, the CPU goes to 100% and everything in Atom becomes terribly slow.
This happens regardless of whether I run Atom in normal or in dev mode.
…
-
I use node 6.5.0 and import-js 2.2.0
I'm trying to insert component path to React file.
This is the my react project structure.
```
├── .importjs.js
├── package.json
├── public
│ ├── fa…
-
Have been unable to get any of the commands working. Tried to debug and found that the sqlite exports table is empty. Not sure where to look next.
![rows](https://puu.sh/vQHId/bf9314b7c1.png)
ht…
-
Same issue as the other open issue.... When I run `npm run generate` I get the error saying that react-doc-gen-output.json is missing... Any fixes?
-
Hi there,
I did `npm install -g import-js`, I try to use it in Sublime Text but I always have this error message.
I did put in my settings
```
{
"paths": ["/Users/arnaudambro/.npm/lib/node…
-
At Brigade, we have this in our .importjs.json config:
``` json
"aliases": {
"Raven": "raven-js",
"Uri": "urijs",
},
```
If we simply would ignore the "js" part of a package, these could…
-
I did some batch-renaming of files outside Atom, and now the "Go to word" command takes me to old file that doesn't exist any more.
I've tried restarting Atom, but didn't help.
I know that impor…
-
I struggled with setting up import-js for a repo that had (mistakenly) two package.json files. This was the directory structure:
```
- import.js
- package.json
- client/
- package.json
- c…
-
Flow supports `export interface`, but importjs doesn't pick up on these statements when auto-importing.
A workaround is to use the same workaround as for older Flow versions:
```flow
interface iM…