-
Sometimes, such as when working in tests, you want to import something but want it at the top of the function you are currently in instead of the top of the file. It would be nice if ImportJS could ac…
-
I have a line `import withGlobal from 'mocha-wrap/withGlobal';`. This is `withGlobal.js` inside `node_modules/mocha-wrap`.
However, in 0.7.4 in sublime, when I "goto module", it takes me to an empty …
-
Hi, I am making an animated vine, and I have two classes extending a class called climberbase using OOPS.extend.
One of the classes is called climber, which is the main vine, of which there is only on…
-
I've been working with some folks to get import-js set up, and I've seen this happen with @ljharb and @iancmyers. It is a bit puzzling to me, and I have not figured out how to reproduce in my environm…
-
If eslint cannot be found, we currently just end up with a stack trace like:
```
Error when executing import-js:
/usr/local/lib/ruby/gems/2.2.0/gems/import_js-0.5.1/lib/import_js/importer.rb:190:in …
-
for example:
``` sh
ImportJS.pack("utility.Int64", function(module, exports){
"use strict"
var Binary64 = this.import('utility.Binary64');
this.inject(function(){
//UInt64 = this.…
-
When I try to use 'importJS' I have been seeing this error:
> Error detected while processing /Users/paradasia/.vim/bundle/import-js/autoload/importjs.vim:
> line 20:
> SyntaxError: (eval):1:in `…
-
I second @awatson1978 in saying "thank you, thank you for putting this together"!
To complement #288, I am investigating other aspects of getting this package to play really nice with Meteor.
Though…
-
As discovered by @ljharb in https://github.com/trotzig/import-js/issues/219, there's no information how to configure the Sublime plugin in the Sublime docs. We need to inform people how to override th…
-
See https://github.com/twosigma/beaker-notebook/issues/421
basically if JS in a cell calls loadJS or loadList, and the loaded code tries to define a module, it will fail to load.
probably these func…