You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/main.ts:4:5 - error TS2343: This syntax requires an imported helper named '__classPrivateFieldSet' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'.
4 this.#relativePath = name;
~~~~~~~~~~~~~~~~~~
src/main.ts:8:12 - error TS2343: This syntax requires an imported helper named '__classPrivateFieldGet' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'.
8 return this.#relativePath;
~~~~~~~~~~~~~~~~~~
Input:
With settings:
And
{ "type": "module" }
in package.jsonResults in these error:
Reverting to tslib 2.5.0 resolves these issues.
See: tslib-issue.zip
The text was updated successfully, but these errors were encountered: