Sync fourslash shims and shims-pp (#48507)

It appears that they were intended to be identical so, in each case, I updated the side that looked less correct.
This commit is contained in:
Andrew Casey
2022-04-01 11:14:14 -07:00
committed by GitHub
parent 8020072281
commit 337d1326fb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="fourslash.ts"/>
/// <reference path="../fourslash.ts"/>
// @typeRoots: src/types
// @Filename: src/types/lib/index.d.ts

View File

@@ -1,4 +1,4 @@
/// <reference path='fourslash.ts'/>
/// <reference path='../fourslash.ts'/>
////function foo(strOrNum: string | number) {
//// /*1*/

View File

@@ -1,4 +1,4 @@
/// <reference path="fourslash.ts"/>
/// <reference path="../fourslash.ts"/>
////// interface
////interface IFoo[| {
@@ -26,7 +26,7 @@
//// }|]
////}|]
////switch(1)[| {
//// case 1:[| break;|]
//// case 1:[| break;|]
////}|]
////
////var array =[| [