TypeScript/tests/cases/fourslash/incrementalParsingWithJsDoc.ts

16 lines
436 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts"/>
2018-05-04 20:29:54 +02:00
////[|import a from 'a/aaaaaaa/aaaaaaa/aaaaaa/aaaaaaa';
/////**/import b from 'b';
2018-05-04 20:29:54 +02:00
////import c from 'c';|]
////
////[|/** @internal */|]
////export class LanguageIdentifier[| { }|]
// Force a syntax tree ot be created.
verify.outliningSpansInCurrentFile(test.ranges());
goTo.marker("");
edit.backspace(test.marker("").position);
verify.outliningSpansInCurrentFile(test.ranges());