source: imaps-frontend/node_modules/@babel/traverse/lib/hub.js

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
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7class 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}
17exports.default = Hub;
18
19//# sourceMappingURL=hub.js.map
Note: See TracBrowser for help on using the repository browser.