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
Duplicate of #21491. Fix should be available in typescript@next today and in the upcoming [email protected] release in the next 2 weeks.
For workarounds on 2.7.1, the crash is triggered by having ; after a method or accessor declaration in a class body, removing these should avoid the crash. See #21491 (comment) for more details.
Search Terms:
Debug failure, checkUnusedClassMembers
Code
It is tough to provide code as the entire repo is failing and we have no error
ts
Please clone this repo: https://github.com/BabylonJS/Babylon.js
Go to /tools/gulp
npm install
gulp
Expected behavior:
Compiling should work
Actual behavior:
We are receiving a "Debug failure" error with no more detail. Same code works with TS 2.6.2
The text was updated successfully, but these errors were encountered: