##// END OF EJS Templates
Added tag v1.2.17 for changeset e8c4a032c7bd
Added tag v1.2.17 for changeset e8c4a032c7bd

File last commit:

r65:0c74a0572161 v1.2.13 default
r74:a39f72d89d6d default
Show More
format-compile.ts
9 lines | 275 B | video/mp2t | TypeScriptLexer
/ src / amd / ts / text / format-compile.ts
cin
ported string format traits to typescript
r55 import * as module from "module";
import { TraceSource } from "../log/TraceSource";
cin
fixed "singleton" activation type handling in container configuration...
r65 import { compile } from "./StringFormat";
cin
ported string format traits to typescript
r55
const logger = TraceSource.get(module.id);
logger.warn("The module is deprecated, use StringFormat.compile() method directly");
cin
fixed "singleton" activation type handling in container configuration...
r65 export = compile;