File: referencesForAmbients.ts

package info (click to toggle)
node-typescript 4.9.5%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 533,908 kB
  • sloc: javascript: 2,018,330; makefile: 7; sh: 1
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/// <reference path='fourslash.ts'/>

/////*1*/declare module "/*2*/foo" {
////    /*3*/var /*4*/f: number;
////}
////
/////*5*/declare module "/*6*/bar" {
////    /*7*/export import /*8*/foo = require("/*9*/foo");
////    var f2: typeof /*10*/foo./*11*/f;
////}
////
////declare module "baz" {
////    /*12*/import bar = require("/*13*/bar");
////    var f2: typeof bar./*14*/foo;
////}

verify.baselineFindAllReferences('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14');