microsoft / tslib

Runtime library for TypeScript helpers.
BSD Zero Clause License
1.25k stars 126 forks source link

version 1.8.0 is breaking angular #41

Closed PsychicCat closed 6 years ago

PsychicCat commented 6 years ago

I'm getting issues with 'reflect-metadata' not found, or Zone js not found, all kinds of import errors during runtime and tracked it down to the tslib update. Reverting package.json to 1.7.1 fixes the issue.

SHould this be reported here or angular?

mhegazy commented 6 years ago

The only change between the two versions is an addition of a new __makeTemplateObject. does deletion this function in the file address your issue?

PsychicCat commented 6 years ago

Thanks for the response. It seems that it may be related to my version of Angular (4.3.1). When I updated my package.json to angular 4.4.4 (latest stable version), everything worked normally. I am having trouble reproducing the issue now, so I will close this.