Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(0.20.5) system.src.js bad return value at line 3673 #1574

Closed
josh-sachs opened this issue Feb 8, 2017 · 3 comments
Closed

(0.20.5) system.src.js bad return value at line 3673 #1574

josh-sachs opened this issue Feb 8, 2017 · 3 comments

Comments

@josh-sachs
Copy link

I'm working through this, but looks like (at minimum) line 3673 in system.src.js....

 if (transpiler === metadata.pluginModule)
      return load.source;

should be

 if (transpiler === metadata.pluginModule)
      return metadata.load.source;

Regardless of the change, I'm not seeing a value when using plugin-typescript. But load isn't a property in scope.

(plugin-typescript 6.0.4)

load === undefined. 
metadata.load === undefined. 
@guybedford
Copy link
Member

Thanks for tracking this down, I've added a fix in f1fbbfe.

This case applies when there is both a transpired and a plugin configured.

@guybedford
Copy link
Member

Released in 0.20.7.

@josh-sachs
Copy link
Author

This case applies when there is both a transpired and a plugin configured.

You mean transpiled! (its funny because there is another bug related to spelling... I'll be here all week.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants