5 lines
308 B
TypeScript
Raw Normal View History

2017-10-02 12:52:15 +02:00
export { CharCode, isLineBreak} from "./util/charcode";
2017-10-07 14:29:43 +02:00
export { I64, U64 } from "./util/i64";
2017-10-02 12:52:15 +02:00
export { normalize as normalizePath, resolve as resolvePath, dirname } from "./util/path";
2017-09-28 13:08:25 +02:00
export const sb: string[] = new Array(256); // shared string builder. 64-bit without growing: (4+4+8) + 8*256 = 16b + 2kb