-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
I'm attempting to update the TypeScript language services from master but I'm hitting errors that look like this:
Cannot find name 'ts'.
It looks like this is being caused by this new line in typescriptServices.d.ts:
export = ts;
If I remove this line, references like "ts.Classifier" work once again. With it, I'm not able to reference the classifier either with or without the "ts." prefix. Is there another way to reference things like the classifier that I should use instead?
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue