Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug Failure: no message - TS 2.7.1 #21701

Closed
deltakosh opened this issue Feb 6, 2018 · 2 comments
Closed

Debug Failure: no message - TS 2.7.1 #21701

deltakosh opened this issue Feb 6, 2018 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@deltakosh
Copy link

deltakosh commented Feb 6, 2018

Search Terms:
Debug failure, checkUnusedClassMembers

Code

It is tough to provide code as the entire repo is failing and we have no error

image

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

@deltakosh deltakosh changed the title Debug Failure: no message Debug Failure: no message - TS 2.7.1 Feb 6, 2018
@mhegazy
Copy link
Contributor

mhegazy commented Feb 6, 2018

Duplicate of #21491. Fix should be available in typescript@next today and in the upcoming typescript@2.7.2 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.

@mhegazy mhegazy added the Duplicate An existing issue was already created label Feb 6, 2018
@deltakosh
Copy link
Author

Sorry for the duplicate, was not able to find it (Should improve my search skills)

@microsoft microsoft locked and limited conversation to collaborators Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants