Actually fixed comments

This commit is contained in:
Arthur Ozga 2016-10-04 13:32:37 -07:00
parent 55d4e124fc
commit 2e589f1120
4 changed files with 4 additions and 4 deletions

View File

@ -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*/

View File

@ -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

View File

@ -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*/

View File

@ -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