/third_party/typescript/tests/baselines/reference/ |
D | library-reference-2.symbols | 2 /// <reference types="jquery" /> 4 >$.foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 5 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 6 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 8 === /types/jquery/jquery.d.ts === 10 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 11 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16))
|
D | library-reference-11.symbols | 2 /// <reference types="jquery" /> 4 >$.foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 5 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 6 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 8 === /a/node_modules/jquery/jquery.d.ts === 10 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 11 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16))
|
D | library-reference-10.symbols | 2 /// <reference types="jquery" /> 4 >$.foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 5 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 6 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 8 === /foo/types/jquery/jquery.d.ts === 10 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 11 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16))
|
D | library-reference-12.symbols | 2 /// <reference types="jquery" /> 4 >$.foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 5 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 6 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16)) 8 === /a/node_modules/jquery/dist/jquery.d.ts === 10 >$ : Symbol($, Decl(jquery.d.ts, 0, 11)) 11 >foo : Symbol(foo, Decl(jquery.d.ts, 0, 16))
|
D | checkInterfaceBases.symbols | 2 ///<reference path='jquery.d.ts' /> 11 >JQueryEventObjectTest : Symbol(JQueryEventObjectTest, Decl(jquery.d.ts, 0, 0)) 14 === tests/cases/compiler/jquery.d.ts === 16 >JQueryEventObjectTest : Symbol(JQueryEventObjectTest, Decl(jquery.d.ts, 0, 0)) 19 >data : Symbol(JQueryEventObjectTest.data, Decl(jquery.d.ts, 0, 33)) 22 >which : Symbol(JQueryEventObjectTest.which, Decl(jquery.d.ts, 1, 14)) 25 >metaKey : Symbol(JQueryEventObjectTest.metaKey, Decl(jquery.d.ts, 2, 18))
|
D | ambientShorthand_reExport.symbols | 2 declare module "jquery"; 3 >"jquery" : Symbol("jquery", Decl(declarations.d.ts, 0, 0)) 6 export {x} from "jquery"; 10 export * from "jquery";
|
D | ambientShorthand.symbols | 3 import foo, {bar} from "jquery"; 10 import boom = require("jquery"); 20 declare module "jquery" 21 >"jquery" : Symbol("jquery", Decl(declarations.d.ts, 0, 0))
|
D | moduleResolutionWithExtensions.symbols | 14 === /src/jquery.d.ts === 16 >x : Symbol(x, Decl(jquery.d.ts, 0, 11)) 19 >x : Symbol(x, Decl(jquery.d.ts, 0, 11)) 23 import j from "./jquery"; 28 import j from "./jquery.js"
|
D | ambientShorthand.types | 3 import foo, {bar} from "jquery"; 10 import boom = require("jquery"); 21 declare module "jquery" 22 >"jquery" : any
|
D | ambientShorthand_reExport.types | 2 declare module "jquery"; 3 >"jquery" : any 6 export {x} from "jquery"; 10 export * from "jquery";
|
D | library-reference-2.types | 2 /// <reference types="jquery" /> 9 === /types/jquery/jquery.d.ts ===
|
D | library-reference-10.types | 2 /// <reference types="jquery" /> 9 === /foo/types/jquery/jquery.d.ts ===
|
D | library-reference-11.types | 2 /// <reference types="jquery" /> 9 === /a/node_modules/jquery/jquery.d.ts ===
|
D | library-reference-12.types | 2 /// <reference types="jquery" /> 9 === /a/node_modules/jquery/dist/jquery.d.ts ===
|
D | typingsLookup4.symbols | 2 import { j } from "jquery"; 20 === /node_modules/@types/jquery/jquery.d.ts === 22 >j : Symbol(j, Decl(jquery.d.ts, 0, 12))
|
D | typingsLookup4.types | 2 import { j } from "jquery"; 23 === /node_modules/@types/jquery/jquery.d.ts ===
|
D | moduleResolutionWithExtensions.types | 14 === /src/jquery.d.ts === 23 import j from "./jquery"; 28 import j from "./jquery.js"
|
D | typingsLookup1.types | 2 /// <reference types="jquery" /> 8 === /node_modules/@types/jquery/index.d.ts ===
|
D | library-reference-7.types | 2 /// <reference types="jquery" /> 9 === /src/node_modules/jquery/index.d.ts ===
|
D | library-reference-3.types | 2 /// <reference types="jquery" /> 9 === /src/node_modules/jquery/index.d.ts ===
|
D | library-reference-1.types | 2 /// <reference types="jquery" /> 9 === /src/types/jquery/index.d.ts ===
|
D | checkInterfaceBases.types | 2 ///<reference path='jquery.d.ts' /> 9 === tests/cases/compiler/jquery.d.ts ===
|
D | typingsLookup1.symbols | 2 /// <reference types="jquery" /> 8 === /node_modules/@types/jquery/index.d.ts ===
|
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/javascript/modules/ |
D | import-jquery.src.js.shot | 3 exports[`javascript modules import-jquery.src 1`] = ` 37 "raw": "\\"jquery\\"", 39 "value": "jquery", 168 "value": "\\"jquery\\"",
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 111 jquery: "^3.1.0" 116 const jquery = { constant 127 const typingFiles = [jquery]; 159 checkProjectActualFiles(p, [file1.path, jquery.path, tsconfig.path]); 176 jquery: "^3.1.0" 181 const jquery = { constant 192 const typingFiles = [jquery]; 207 checkProjectActualFiles(p, [file1.path, jquery.path]); 347 const jquery = { constant 363 const typingFiles = [jquery]; [all …]
|