##// END OF EJS Templates
updated build script, added eslint
updated build script, added eslint

File last commit:

r55:4eaaaa5c1cf3 di-typescript
r63:fb1f84f91895 default
Show More
format-compile.ts
8 lines | 257 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";
const logger = TraceSource.get(module.id);
logger.warn("The module is deprecated, use StringFormat.compile() method directly");
export { compile } from "./StringFormat";