##// END OF EJS Templates
Working on IntrisictElements to support legacy and new tsx styles
Working on IntrisictElements to support legacy and new tsx styles

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r40:ac3004768754 default
Show More
DeclareTests.ts
10 lines | 170 B | video/mp2t | TypeScriptLexer
import { Baz } from "./mock/Baz";
console.log("Declare tests");
const baz = new Baz();
const data: string[] = [];
baz.writeHello(data);
console.log(data.join("\n"));