.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / core / id.js
1 "use strict";
2 Object.defineProperty(exports, "__esModule", { value: true });
3 const def = {
4     keyword: "id",
5     code() {
6         throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID');
7     },
8 };
9 exports.default = def;
10 //# sourceMappingURL=id.js.map