mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Actually fixed comments
This commit is contained in:
parent
55d4e124fc
commit
2e589f1120
@ -1,6 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
// Should give completions for ts files when allowJs is false
|
||||
// Should give completions for ts files only when allowJs is false.
|
||||
|
||||
// @Filename: test0.ts
|
||||
//// import * as foo1 from "./*import_as0*/
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
// Should give completions for ts and js files when allowJs is true
|
||||
// Should give completions for ts and js files when allowJs is true.
|
||||
|
||||
// @allowJs: true
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
// Should give completions for relative references to ts files when allowJs is false
|
||||
// Should give completions for relative references to ts files only when allowJs is false.
|
||||
|
||||
// @Filename: test0.ts
|
||||
//// /// <reference path="/*0*/
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
// Should give completions for relative references to ts files when allowJs is true.
|
||||
// Should give completions for relative references to ts and js files when allowJs is true.
|
||||
|
||||
// @allowJs: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user