##// END OF EJS Templates
Fixed loading i18n with dojo module loader
Fixed loading i18n with dojo module loader

File last commit:

r34:e8012fdf09ae 1.0.0-rc16 default
r46:ed3c20c09b00 v1.0.2 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"));