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

fix(tslib): remove implicit dependency on tslib #8

Merged
merged 1 commit into from May 7, 2019

Conversation

nicojs
Copy link
Owner

@nicojs nicojs commented May 7, 2019

Until now, typed-inject implicitly depended on tslib. Not depending on tslib yourself could result in this error:

internal/modules/cjs/loader.js:584
    throw err;
    ^

Error: Cannot find module 'tslib'
    at Function.Module._resolveFilename (internal/module

@nicojs nicojs merged commit 7fe01aa into master May 7, 2019
@nicojs nicojs deleted the fix/tslib-helpers branch May 7, 2019 07:06
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

Successfully merging this pull request may close these issues.

None yet

1 participant