Home
last modified time | relevance | path

Searched refs:TypeScriptCompiler (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserVariableDeclaration3.types23 , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
24 >compiler : TypeScript.TypeScriptCompiler
25 ><TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr) : TypeScript.TypeScriptCo…
27 >new TypeScript.TypeScriptCompiler(outerr) : any
28 >TypeScript.TypeScriptCompiler : any
30 >TypeScriptCompiler : any
DparserVariableDeclaration3.symbols11 , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
14 >TypeScriptCompiler : Symbol(TypeScript.TypeScriptCompiler)
DparserVariableDeclaration3.js5 , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
11 …new Harness.Compiler.WriterAggregator(), compiler = new TypeScript.TypeScriptCompiler(outerr), cod…
DparserVariableDeclaration3.errors.txt15 , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
Dparserharness.types2866 export function makeDefaultCompilerForTest(c?: TypeScript.TypeScriptCompiler) {
2867 >makeDefaultCompilerForTest : (c?: TypeScript.TypeScriptCompiler) => any
2868 >c : TypeScript.TypeScriptCompiler
2871 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
2873 >c || new TypeScript.TypeScriptCompiler(stderr) : any
2874 >c : TypeScript.TypeScriptCompiler
2875 >new TypeScript.TypeScriptCompiler(stderr) : any
2876 >TypeScript.TypeScriptCompiler : any
2878 >TypeScriptCompiler : any
2980 var compiler: TypeScript.TypeScriptCompiler;
[all …]
Dparserharness.js765 export function makeDefaultCompilerForTest(c?: TypeScript.TypeScriptCompiler) { argument
766 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
782 var compiler: TypeScript.TypeScriptCompiler;
2735 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
Dparserharness.errors.txt915 export function makeDefaultCompilerForTest(c?: TypeScript.TypeScriptCompiler) {
918 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
942 var compiler: TypeScript.TypeScriptCompiler;
Dparserharness.symbols2269 export function makeDefaultCompilerForTest(c?: TypeScript.TypeScriptCompiler) {
2273 >TypeScriptCompiler : Symbol(TypeScript.TypeScriptCompiler)
2275 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
2321 var compiler: TypeScript.TypeScriptCompiler;
2324 >TypeScriptCompiler : Symbol(TypeScript.TypeScriptCompiler)
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/VariableDeclarations/
DparserVariableDeclaration3.ts4 , compiler = <TypeScript.TypeScriptCompiler>new TypeScript.TypeScriptCompiler(outerr)
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts765 export function makeDefaultCompilerForTest(c?: TypeScript.TypeScriptCompiler) {
766 var compiler = c || new TypeScript.TypeScriptCompiler(stderr);
782 var compiler: TypeScript.TypeScriptCompiler;