-
Notifications
You must be signed in to change notification settings - Fork 122
Builder fails silently once typescript is updated to 2.3.1+ #828
Comments
I've tracked the issue down to here (as this verion of https://github.com/systemjs/systemjs/blob/0.19.47/dist/system.src.js#L3544 It looks like something has changed in I've forced the typescript source to not be detected as Took a while to work out, but at least this made me smile ;)
|
Use |
@aluanhaddad thanks for the quick response. Unfortunately setting the format to
|
Installing and configuring |
Yeah I forgot all of the other configuration that you need to add in addition to
I'm glad you got it working and I hope others find this discussion useful. |
Versions
systemjs-builder:
0.16.9
(also tested and confirmed with0.15.34
)typescript:
2.3.1+
(the issue does not exist with2.3.0
)Issue
Yesterday i updated a project to typescript
2.4.2
(from2.2.2
) and my gulp build script started to fail silently. I've recreated a bare bones, minimal recreation of the issue here:https://github.com/jamesbrobb/systemjs-builder-typescript-2.3.1--issue
So far i've managed to trace it to this point:
https://github.com/systemjs/builder/blob/master/lib/trace.js#L509
But i'm struggling to work out which bit of code actually gets called by
loader.translate
to determine where the actual failure occurs? I'll continue to see if i can debug it further to work out the source of the issue.The text was updated successfully, but these errors were encountered: