##// END OF EJS Templates
migrating to new project plugin 1.0.1-rc1...
migrating to new project plugin 1.0.1-rc1 added all source sets and compilerOptions

File last commit:

r65:0c74a0572161 v1.2.13 default
r90:fddd238cb7ee ts-plugin
Show More
format-compile.ts
9 lines | 275 B | video/mp2t | TypeScriptLexer
/ src / amd / ts / text / format-compile.ts
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;