mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
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:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
// @typeRoots: src/types
|
||||
// @Filename: src/types/lib/index.d.ts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
/// <reference path='../fourslash.ts'/>
|
||||
|
||||
////function foo(strOrNum: string | number) {
|
||||
//// /*1*/
|
||||
|
||||
@@ -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 =[| [
|
||||
|
||||
Reference in New Issue
Block a user