Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
345 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.default = void 0;
|
---|
7 |
|
---|
8 | class Hub {
|
---|
9 | getCode() {}
|
---|
10 |
|
---|
11 | getScope() {}
|
---|
12 |
|
---|
13 | addHelper() {
|
---|
14 | throw new Error("Helpers are not supported by the default hub.");
|
---|
15 | }
|
---|
16 |
|
---|
17 | buildError(node, msg, Error = TypeError) {
|
---|
18 | return new Error(msg);
|
---|
19 | }
|
---|
20 |
|
---|
21 | }
|
---|
22 |
|
---|
23 | exports.default = Hub; |
---|
Note:
See
TracBrowser
for help on using the repository browser.