Home
last modified time | relevance | path

Searched refs:importDefinitelyTypedTests (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/
D.dockerignore30 scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
D.gitignore53 scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
DGulpfile.js553 const importDefinitelyTypedTests = () => exec(process.execPath, ["scripts/importDefinitelyTypedTest… function
554 …"importDefinitelyTypedTests", series(buildImportDefinitelyTypedTests, importDefinitelyTypedTests));
/third_party/typescript/scripts/importDefinitelyTypedTests/
DimportDefinitelyTypedTests.ts35 importDefinitelyTypedTests(tscPath, rwcTestPath, resolvedDefinitelyTypedRoot);
103 function importDefinitelyTypedTests(tscPath: string, rwcTestPath: string, definitelyTypedRoot: stri… function