/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsTypeReferences3.types | 4 const Something = require("fs").Something; 5 >Something : typeof Something 6 >require("fs").Something : typeof Something 10 >Something : typeof Something 22 >module.exports.A.B = { thing: new Something()} : { thing: Something; } 23 >module.exports.A.B : { thing: Something; } 29 >B : { thing: Something; } 30 >{ thing: new Something()} : { thing: Something; } 32 thing: new Something() 33 >thing : Something [all …]
|
D | jsDeclarationsTypeReferences4.types | 3 export const Something = 2; // to show conflict that can occur 4 >Something : 2 15 const Something = require("fs").Something; 16 >Something : typeof Something 17 >require("fs").Something : typeof Something 21 >Something : typeof Something 23 const thing = new Something(); 24 >thing : Something 25 >new Something() : Something 26 >Something : typeof Something [all …]
|
D | jsDeclarationsTypeReferences.types | 4 const Something = require("fs").Something; 5 >Something : typeof Something 6 >require("fs").Something : typeof Something 10 >Something : typeof Something 12 const thing = new Something(); 13 >thing : Something 14 >new Something() : Something 15 >Something : typeof Something 22 >{ thing} : { thing: Something; } 25 >thing : Something [all …]
|
D | jsDeclarationsTypeReferences4.symbols | 3 export const Something = 2; // to show conflict that can occur 4 >Something : Symbol(Something, Decl(index.js, 1, 12)) 14 const Something = require("fs").Something; 15 >Something : Symbol(Something, Decl(index.js, 6, 13)) 16 >require("fs").Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 19 >Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 21 const thing = new Something(); 23 >Something : Symbol(Something, Decl(index.js, 6, 13)) 35 export class Something {} 36 >Something : Symbol(Something, Decl(index.d.ts, 0, 21))
|
D | jsDeclarationsTypeReferences4.js | 5 export class Something {} 9 export const Something = 2; // to show conflict that can occur 14 const Something = require("fs").Something; constant 15 const thing = new Something(); 25 exports.A = exports.Something = void 0; 27 exports.Something = 2; // to show conflict that can occur 34 var Something = require("fs").Something; 35 var thing = new Something(); 42 export const Something: 2; constant 46 export const thing: import("fs").Something;
|
D | jsDeclarationsTypeReferences.symbols | 4 const Something = require("fs").Something; 5 >Something : Symbol(Something, Decl(index.js, 2, 5)) 6 >require("fs").Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 9 >Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 11 const thing = new Something(); 13 >Something : Symbol(Something, Decl(index.js, 2, 5)) 29 export class Something {} 30 >Something : Symbol(Something, Decl(index.d.ts, 0, 21))
|
D | jsDeclarationsTypeReferences.js | 5 export class Something {} 10 const Something = require("fs").Something; 12 const thing = new Something(); 21 var Something = require("fs").Something; variable 22 var thing = new Something(); 30 export const thing: Something; 32 import Something = Something_1.Something;
|
D | jsDeclarationsTypeReferences3.js | 5 export class Something {} 10 const Something = require("fs").Something; 13 thing: new Something() 19 var Something = require("fs").Something; variable 22 thing: new Something() 30 const thing: Something; 34 import Something = Something_1.Something;
|
D | jsDeclarationsTypeReferences3.symbols | 4 const Something = require("fs").Something; 5 >Something : Symbol(Something, Decl(index.js, 2, 5)) 6 >require("fs").Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 9 >Something : Symbol(Something, Decl(index.d.ts, 0, 21)) 27 thing: new Something() 29 >Something : Symbol(Something, Decl(index.js, 2, 5)) 36 export class Something {} 37 >Something : Symbol(Something, Decl(index.d.ts, 0, 21))
|
/third_party/libxml2/result/c14n/exc-without-comments/ |
D | merlin-c14n-two-23 | 1 <bar:Something> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-22 | 1 <bar:Something> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-13 | 1 <bar:Something> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-17 | 1 <bar:Something> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-14 | 1 <bar:Something> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-26 | 1 <bar:Something> 2 <foo:Something xmlns="http://example.org/"> 3 <bar:Something xmlns=""> 4 <foo:Something xmlns="http://example.org/"> 5 <baz:Something xmlns=""></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-19 | 1 <bar:Something xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-20 | 1 <bar:Something xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-10 | 1 <bar:Something xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-09 | 1 <bar:Something xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-11 | 1 <bar:Something xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-18 | 1 <bar:Something xmlns="http://example.org/" xmlns:bar="http://example.org/bar"> 2 <foo:Something xmlns:foo="http://example.org/foo"> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
/third_party/libxml2/result/c14n/without-comments/ |
D | merlin-c14n-two-05 | 1 <bar:Something xml:lang="en-ie"> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-04 | 1 <bar:Something xml:lang="en-ie"> 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-08 | 1 <bar:Something xml:lang="en-ie"> 2 <foo:Something xmlns="http://example.org/"> 3 <bar:Something xmlns=""> 4 <foo:Something xmlns="http://example.org/"> 5 <baz:Something xmlns=""></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|
D | merlin-c14n-two-00 | 1 <bar:Something xmlns="http://example.org/" xmlns:bar="http://example.org/bar" xmlns:baz="http://exa… 2 <foo:Something> 3 <bar:Something> 4 <foo:Something> 5 <baz:Something></baz:Something> 6 </foo:Something> 7 </bar:Something> 8 </foo:Something> 9 </bar:Something>
|