##// END OF EJS Templates
Added support for commonjs module format, all tests are pass.
Added support for commonjs module format, all tests are pass.

File last commit:

r55:4eaaaa5c1cf3 di-typescript
r60:b23fe4a1683a default
Show More
format-compile.ts
8 lines | 257 B | video/mp2t | TypeScriptLexer
/ src / amd / ts / text / format-compile.ts
import * as module from "module";
import { TraceSource } from "../log/TraceSource";
const logger = TraceSource.get(module.id);
logger.warn("The module is deprecated, use StringFormat.compile() method directly");
export { compile } from "./StringFormat";