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

tslib cannot be found #11

Open
eternauta1337 opened this issue Jan 19, 2017 · 4 comments
Open

tslib cannot be found #11

eternauta1337 opened this issue Jan 19, 2017 · 4 comments

Comments

@eternauta1337
Copy link
Contributor

Typescript compilation yields the following error:

lib/errors/AbstractMethodError.ts(7,34): error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.

@rob-bateman
Copy link
Member

You need to uncomment the tslib alias in the webpack config your using

@eternauta1337
Copy link
Contributor Author

Can you add a link to the line in the code?

@rob-bateman
Copy link
Member

@eternauta1337
Copy link
Contributor Author

Right, I'm compiling typescript in this module directly (core), not on the examples.
That is, I'm executing "tsc" or "npm run build" in @awayjs/core, not in @awayjs/awayjs-examples.

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

No branches or pull requests

2 participants