mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
add some debug methods
This commit is contained in:
@@ -180,7 +180,7 @@ module FourSlashInterface {
|
||||
}
|
||||
|
||||
public referencesCountIs(count: number) {
|
||||
FourSlash.currentTestState.verifyReferencesCountIs(count);
|
||||
FourSlash.currentTestState.verifyReferencesCountIs(count, false);
|
||||
}
|
||||
|
||||
public implementorsCountIs(count: number) {
|
||||
@@ -484,6 +484,14 @@ module FourSlashInterface {
|
||||
public printScriptLexicalStructureItems() {
|
||||
FourSlash.currentTestState.printScriptLexicalStructureItems();
|
||||
}
|
||||
|
||||
public printReferences() {
|
||||
FourSlash.currentTestState.printReferences();
|
||||
}
|
||||
|
||||
public printContext() {
|
||||
FourSlash.currentTestState.printContext();
|
||||
}
|
||||
}
|
||||
|
||||
export class format {
|
||||
|
||||
Reference in New Issue
Block a user