mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
Fixed /// <reference
This commit is contained in:
parent
5b6c65ffe0
commit
6b997487ee
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
//////curly braces
|
||||
////module Foo [|{
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////var x: string[] = [];
|
||||
////x.forEach(function (y) { y/*1*/
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////class Foo {
|
||||
////}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
// @Filename: b.ts
|
||||
////import n = require('a/*1*/');
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
/////**/module Default{var x= ( { } ) ;}
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////switch (1) {
|
||||
//// case 1:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////// Interface
|
||||
////{| "itemName": "IPoint", "kind": "interface", "parentName": "" |}interface IPoint {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
/////// Module
|
||||
////{| "itemName": "MyShapes", "kind": "module", "parentName": "", "matchKind": "substring" |}module MyShapes {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////interface One {
|
||||
//// commonProperty: number;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path='fourslash.ts'/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
// Global class reference.
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
///////<reference path="./Bar.ts" />
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
/// <reference path="../fourslash.ts"/>
|
||||
|
||||
////function foo(data: number) {
|
||||
////}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user