Gaspar Rey

Results 28 comments of Gaspar Rey

Check [this issue](https://github.com/systemjs/systemjs/issues/490) in the SystemJS repo. It seems that if `defaultJSExtensions` is `true` in the configuration file, typescript files get a .js extension appended; this is for backward compatibility....

What I meant is that the default value of `defaultJSExtensions` is going to change in 0.17. Or something like that - to be honest I've read it somewhere, at some...

What I did was set `defaultJSExtensions: true` and then... ``` javascript packages: { ".tmp": { "defaultExtension": "ts" }, "src": { "main": "main", "defaultExtension": "ts" } }, ``` ...and require typescript...

hi @jeffpeck-readcoor... that line depends on having [spread properties, an ES2016+ proposal](https://github.com/tc39/proposal-object-rest-spread#spread-properties)...

@lk-jeffpeck, @nkanetka, hi. I'm sorry that I didn't get back to you guys earlier. I haven't had the time to maintain this plugin, to be honest. I haven't had a...

hey @von-mo. Sorry that I didn't reply earlier. Apologies: I don't really have the time for this plugin anymore, and I realy haven't had the change to look at the...

Hi @hugeps and @rgdevx . Sorry that I didn't get back to you earlier. I'm not sure about this anymore, I haven't had the time to invest in this at...

Dear @tussharkhairnar , apologies for the late reply. I'm sorry, I haven't had the time to maintain this plugin. When I wrote it it was nothing more than a small...