Lines Matching full:content
29 let content = 'export declare let a: number'; variable
30 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
47 let content = 'export declare let a: number'; variable
48 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
65 let content = 'export declare let a: number'; variable
66 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
99 let content = 'export declare let a: number'; variable
100 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
109 let content = 'export declare let a: number'; variable
110 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
120 let content = 'export declare function foo(para1: number): void'; variable
121 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
130 let content = 'export declare function foo(para1: number): void'; variable
131 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
140 let content = 'export declare function foo<T>(para1: number): void'; variable
141 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
150 let content = 'export declare function foo<T>(para1: number): void'; variable
151 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
166 let content = 'export declare function foo<T>(para1: number): void'; variable
167 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
182 let content = 'export declare function foo<T>(para1: number): void'; variable
183 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
198 let content = `declare class A { variable
202 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
214 let content = `declare class A { variable
218 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
233 let content = `declare class A { variable
237 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
253 let content = `declare class A { variable
257 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
272 let content = `declare class A { variable
276 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
290 let content = 'export declare function foo(para1: number): void'; variable
291 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
306 let content = `declare class A { variable
310 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, true);
326 let content = `declare class A { variable
330 const ast = ts.createSourceFile(path, content, ts.ScriptTarget.ES2015, false);