##// END OF EJS Templates
restructuring
restructuring

File last commit:

r175:fc69b40ceb98 tip default
r175:fc69b40ceb98 tip default
Show More
format-compile.ts
9 lines | 275 B | video/mp2t | TypeScriptLexer
import * as module from "module";
import { TraceSource } from "../log/TraceSource";
import { compile } from "./StringFormat";
const logger = TraceSource.get(module.id);
logger.warn("The module is deprecated, use StringFormat.compile() method directly");
export = compile;