4.3.0 static #private incompatible with importHelpers and tslib 2.1 #43501
Labels
Bug
A bug in TypeScript
Domain: tslib and Helper Functions
Fixed
A PR has been merged for this issue
Milestone
Bug Report
π Search Terms
tslib 4.3 __classPrivateFieldGet
π Version & Regression Information
4.3.0-dev.20210401
β― Playground Link
I'm unable to provide a playground link, as
importHelpers
is not reflecting in the playground, when selected.Playground link with relevant code
π» Code
π Actual behavior
The typescript compiler is showing the below error:
And I can see in tslib 2.1 that there is no support for more than 2 parameters for
__classPrivateFieldGet
. It looks like there is no compatible tslib for the 4.3.0 beta.π Expected behavior
importHelpers
should be able to work with 4.3.The text was updated successfully, but these errors were encountered: