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

Typo in code - system.src.js "transpier" should be "transpiler" #1573

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

Typo in code - system.src.js "transpier" should be "transpiler" #1573

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

Comments

@josh-sachs
Copy link

Line 3668 of system.src.js:

 if (!transpiler.translate)
      throw new Error(loader.transpier + ' is not a valid transpiler plugin.');

should read loader.transpiler not loader.transpier

Still working on why plugin-typescript isn't recognized as a valid transpiler... obviously the translate property isn't getting set.

@guybedford
Copy link
Member

Thanks added in eaa4292.

@guybedford
Copy link
Member

Released in 0.20.7.

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