Skip to content

v1.11.0 contains reference to WeakMap which is breaking older TypeScript version usages #93

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

Closed
MSNev opened this issue Feb 25, 2020 · 0 comments · Fixed by #94
Closed

Comments

@MSNev
Copy link

MSNev commented Feb 25, 2020

We are getting the following error when our project "ApplicationInsights" auto upgrades to 1.11.0

Using tsc v2.5.3
common/temp/node_modules/tslib/tslib.d.ts(35,94): error TS2304: Cannot find name 'WeakMap'.
common/temp/node_modules/tslib/tslib.d.ts(36,94): error TS2304: Cannot find name 'WeakMap'.

We are currently blocked on upgrading to a later version of TypeScript and as a work around we have fixed this to version 1.10.0, is it possible to make 1.11.0 compatible with older versions of TS?

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 a pull request may close this issue.

1 participant