massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / vscode-json-languageservice / node_modules / vscode-nls / lib / common / ral.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 var _ral;
4 function RAL() {
5     if (_ral === undefined) {
6         throw new Error("No runtime abstraction layer installed");
7     }
8     return _ral;
9 }
10 (function (RAL) {
11     function install(ral) {
12         if (ral === undefined) {
13             throw new Error("No runtime abstraction layer provided");
14         }
15         _ral = ral;
16     }
17     RAL.install = install;
18 })(RAL || (RAL = {}));
19 exports.default = RAL;
20 //# sourceMappingURL=ral.js.map