##// 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:

r65:8ac132c83639 default
r89:367f8caa5bf8 v1.2.8 default
Show More
foo.ts
6 lines | 167 B | video/mp2t | TypeScriptLexer
cin
Converted to subproject djx, removed dojo-typings
r65 import foo from "../foo";
export default foo.define({
greeting: (name: string) => `Привет, ${name}`,
goodbye: (name: string) => `Пока, ${name}`
});