|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
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.