Skip to content

Typescript crashes in watch mode #30201

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

Closed
hediet opened this issue Mar 3, 2019 · 1 comment
Closed

Typescript crashes in watch mode #30201

hediet opened this issue Mar 3, 2019 · 1 comment
Assignees
Labels
Bug A bug in TypeScript Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output Domain: Declaration Emit The issue relates to the emission of d.ts files Fixed A PR has been merged for this issue

Comments

@hediet
Copy link
Member

hediet commented Mar 3, 2019

TypeScript Version: 3.3.1 - 3.4.0-dev.20190302

Code
https://github.com/hediet/ts-typed-sql/tree/ts-bug

Expected behavior:
tsc --watch does not crash.

Actual behavior:
tsc --watch crashes:
image

@DanielRosenwasser DanielRosenwasser added Bug A bug in TypeScript Domain: Declaration Emit The issue relates to the emission of d.ts files labels Mar 4, 2019
@DanielRosenwasser DanielRosenwasser added the Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output label Mar 4, 2019
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 3.4.0 milestone Mar 4, 2019
@DanielRosenwasser
Copy link
Member

Likely a declaration emit bug based on the call stack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Crash For flagging bugs which are compiler or service crashes or unclean exits, rather than bad output Domain: Declaration Emit The issue relates to the emission of d.ts files Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants