microsoft / tslib

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

keywords const in tslib.es6.js #105

Closed ClarkXia closed 4 years ago

ClarkXia commented 4 years ago

tslib 1.12.0 compile keywords const in tslib.es6.js it cause error when minify code with UglifyJS

AbreezaSaleem commented 4 years ago

Having the same issue.

HolgerJeromin commented 4 years ago

Inserted in #99

janneo commented 4 years ago

encountered the same issue

pratikgolchha commented 4 years ago

Its working fine with version 1.11.2. Looks like its related to typescript version 3.9 upgrade