##// END OF EJS Templates
fixed cyclic module references tsx/traits, tsx/FunctionRendition, tsx/RenditionBase
fixed cyclic module references tsx/traits, tsx/FunctionRendition, tsx/RenditionBase

File last commit:

r79:e5bb5e80ce96 v1.2.3 default
r89:367f8caa5bf8 v1.2.8 default
Show More
DeclareTests.ts
12 lines | 250 B | video/mp2t | TypeScriptLexer
/ djx / src / test / ts / DeclareTests.ts
import { Baz } from "./mock/Baz";
// tslint:disable-next-line: no-console
console.log("Declare tests");
const baz = new Baz();
const data: string[] = [];
baz.writeHello(data);
// tslint:disable-next-line: no-console
console.log(data.join("\n"));