-
In our set up, we have a 'shared' directory that applies to multiple of our "apps"
something like,
```
root/shared
root/apps/web
root/apps/dashboard
```
and we use Webpack to resolve acr…
-
The Meteor environment has a few directories other than node_modules that are specially defined and should never contain source modules. A description of directory names with special meaning to the me…
-
I've encountered some code that had the import block divided up with comments already. Example:
``` js
import Foo from 'foo';
import Bar from 'bar';
// Fruits
import Banana from '../banana';
import …
-
I have set `maxLineLength` to some large value (say 999) so that all imports are in one line.
Now when I have a file where I want to auto-import, and any of the imports are available from multiple …
-
- [ ] D20200408T182006 headless mode test code that requires a browser (ie nim js without -d:nodejs)
eg: https://github.com/nim-lang/Nim/pull/12531#discussion_r403816894
## links
https://develope…
-
EDIT: Repeated the same steps, but the problem is no longer there. I have no idea as to why, though.
I followed the steps of the readme, but I can't get the rc-autocomplete generate command to work. …
-
### Summary
Add `export` statement to end of generated Javascript file and auto generate `import` statement for Javascript libraries used in Nim (may need a new pragma). This will make the generated …
-
## Information
**VIM version**
VIM - Vi IMproved 8.1 (2018 May 17, compiled Jun 17 2018 23:04:26)
macOS version
Operating System: macOS 10.13.6
### :ALEInfo
Current Filetype: java…
-
Hi!
First, many thanks, I discovered import-js yesterday and it made me 100% more happy.
I wonder if it possible to get that import declaration syntax:
``` js
import * as actions from './ac…
-
When free drawing 2 separate paths onto a canvas, the exported SVG groups them together. I'm only using 1 layer.
After drawing 2 paths, the layer contains:
``` javascript
w.extend.initialize {_child…