typedraft
Version:
TypeDraft is a superset of typescript with built-in support for DSL extension and literate programming.
12 lines (11 loc) • 462 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./draft-plugin-class"));
__export(require("./draft-plugin-dsl"));
__export(require("./draft-plugin-filter"));
__export(require("./draft-plugin-inplace-context"));
__export(require("./draft-plugin-local-context"));
__export(require("./draft-plugin-refresh"));