##// END OF EJS Templates
working on support commonjs modules format
working on support commonjs modules format

File last commit:

r55:4eaaaa5c1cf3 di-typescript
r59:ba3ff79c2832 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";