main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
373 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.default = void 0;
|
---|
7 | class Hub {
|
---|
8 | getCode() {}
|
---|
9 | getScope() {}
|
---|
10 | addHelper() {
|
---|
11 | throw new Error("Helpers are not supported by the default hub.");
|
---|
12 | }
|
---|
13 | buildError(node, msg, Error = TypeError) {
|
---|
14 | return new Error(msg);
|
---|
15 | }
|
---|
16 | }
|
---|
17 | exports.default = Hub;
|
---|
18 |
|
---|
19 | //# sourceMappingURL=hub.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.