Malte Ubl
Malte Ubl
Yes, will do. On Dec 24, 2016 11:10 AM, "Philip Walton" wrote: > I saw this note > > about the custom closure compiler build to support React plugins. >...
Thanks! These are great ideas. I'm not actively working on this project right now, but would definitely consider adding the features. I definitely like displaying the wikipedia outline!
Happy to take a PR :) On Nov 27, 2016 9:31 AM, "Sergey Rubanov" wrote: > It should replace System.import method > https://github.com/tc39/proposal-dynamic-import > > The proposal can possibly move...
Definitely would need to be polyfilled using rewriting of files. The main thing is resolving the module identifier to a bundle URL. On Thu, Dec 1, 2016 at 2:57 PM,...
Just saw the second comment. My email was delayed. Yeah, you can insert that path in here: https://github.com/cramforce/splittable/blob/master/splittable.js#L223 And then look for `System.import` in the [evil regex](https://github.com/cramforce/splittable/blob/master/splittable.js#L243) below and that...
Cool. I can take it from there. Does the plugin do nothing except `s/import/System.import`. One very useful feature would be a hook to control rewriting of the module argument (Going...
It cannot be correctly done at runtime. The nice thing about import is that it resolves a relative module name. A regular function call cannot know what `'../foo'` means, because...
@chicoxyzzy It would either be configurable or something predictable. E.g. if the resulting path was always a relative path from the project root instead of the current file, then everything...
Not at this point.
I'm not a good person to make it. Most likely the 2 are complimentary. On Thu, Nov 17, 2016 at 1:58 PM, Jake Niemiec [email protected] wrote: > +1 I would...