Skip to content

Commit ec458cd

Browse files
Add // @strict: false to all failing fourslash tests that do not baseline.
1 parent 7f6a846 commit ec458cd

File tree

145 files changed

+145
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+145
-0
lines changed

tests/cases/fourslash/annotateWithTypeFromJSDoc1.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
// @Filename: test123.ts
45
/////** @type {number} */
56
////var [|x|];

tests/cases/fourslash/annotateWithTypeFromJSDoc10.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
/////**
45
//// * @param {?} x
56
//// * @returns {number}

tests/cases/fourslash/annotateWithTypeFromJSDoc11.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
/////**
45
//// * @param {?} x
56
//// * @returns {number}

tests/cases/fourslash/annotateWithTypeFromJSDoc12.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
////class C {
45
//// /**
56
//// * @return {...*}

tests/cases/fourslash/annotateWithTypeFromJSDoc17.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// <reference path='fourslash.ts' />
2+
// @strict: false
23
////class C {
34
//// /**
45
//// * @param {number} x - the first parameter

tests/cases/fourslash/annotateWithTypeFromJSDoc18.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// <reference path='fourslash.ts' />
2+
// @strict: false
23
////class C {
34
//// /** @param {number} value */
45
//// set c(value) { return value }

tests/cases/fourslash/annotateWithTypeFromJSDoc3.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// <reference path='fourslash.ts' />
2+
// @strict: false
23
/////**
34
//// * @param {number} x - the first parameter
45
//// * @param {{ a: string, b: Date }} y - the most complex parameter

tests/cases/fourslash/annotateWithTypeFromJSDoc6.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
////declare class C {
45
//// /** @type {number | null} */
56
//// p;

tests/cases/fourslash/annotateWithTypeFromJSDoc7.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
/////**
45
//// * @param {number} x
56
//// * @returns {number}

tests/cases/fourslash/annotateWithTypeFromJSDoc8.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference path='fourslash.ts' />
22

3+
// @strict: false
34
/////**
45
//// * @param {number} x
56
//// * @returns {number}

0 commit comments

Comments
 (0)