mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:59:31 +08:00
103 lines
No EOL
2.2 KiB
Text
103 lines
No EOL
2.2 KiB
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "ALIAS_KEYS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.ALIAS_KEYS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "BUILDER_KEYS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.BUILDER_KEYS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "DEPRECATED_KEYS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.DEPRECATED_KEYS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "FLIPPED_ALIAS_KEYS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.FLIPPED_ALIAS_KEYS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "NODE_FIELDS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.NODE_FIELDS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "NODE_PARENT_VALIDATIONS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.NODE_PARENT_VALIDATIONS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "PLACEHOLDERS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _placeholders.PLACEHOLDERS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "PLACEHOLDERS_ALIAS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _placeholders.PLACEHOLDERS_ALIAS;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "PLACEHOLDERS_FLIPPED_ALIAS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _placeholders.PLACEHOLDERS_FLIPPED_ALIAS;
|
|
}
|
|
});
|
|
exports.TYPES = void 0;
|
|
Object.defineProperty(exports, "VISITOR_KEYS", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _utils.VISITOR_KEYS;
|
|
}
|
|
});
|
|
|
|
var _toFastProperties = require("to-fast-properties");
|
|
|
|
require("./core");
|
|
|
|
require("./flow");
|
|
|
|
require("./jsx");
|
|
|
|
require("./misc");
|
|
|
|
require("./experimental");
|
|
|
|
require("./typescript");
|
|
|
|
var _utils = require("./utils");
|
|
|
|
var _placeholders = require("./placeholders");
|
|
|
|
_toFastProperties(_utils.VISITOR_KEYS);
|
|
|
|
_toFastProperties(_utils.ALIAS_KEYS);
|
|
|
|
_toFastProperties(_utils.FLIPPED_ALIAS_KEYS);
|
|
|
|
_toFastProperties(_utils.NODE_FIELDS);
|
|
|
|
_toFastProperties(_utils.BUILDER_KEYS);
|
|
|
|
_toFastProperties(_utils.DEPRECATED_KEYS);
|
|
|
|
_toFastProperties(_placeholders.PLACEHOLDERS_ALIAS);
|
|
|
|
_toFastProperties(_placeholders.PLACEHOLDERS_FLIPPED_ALIAS);
|
|
|
|
const TYPES = [].concat(Object.keys(_utils.VISITOR_KEYS), Object.keys(_utils.FLIPPED_ALIAS_KEYS), Object.keys(_utils.DEPRECATED_KEYS));
|
|
exports.TYPES = TYPES; |