Adjust some fourslash tests.

This commit is contained in:
Daniel Rosenwasser 2026-02-03 23:02:51 +00:00
parent f96c058c75
commit 1740b80dde
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/// <reference path="fourslash.ts" />
// @strict: true
//// class foo { };
//// function foo() { /**/ }

View File

@ -1,4 +1,5 @@
///<reference path="fourslash.ts" />
// @strict: true
// @allowJs: true
// @Filename: Foo.js

View File

@ -1,5 +1,6 @@
/// <reference path="fourslash.ts" />
// @lib: es5
// @strict: true
// @allowJs: true
// @Filename: jsDocTypeTag1.js
//// /** @type {String} */

View File

@ -1,5 +1,6 @@
/// <reference path="fourslash.ts" />
// @lib: es5
// @strict: true
// @allowJs: true
// @Filename: jsDocTypeTag2.js
//// /** @type {string} */