@remirror/core-constants
Advanced tools
Comparing version 0.0.0-pr862.2 to 0.0.0-pr877.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME); | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
/** | ||
@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER' | ||
*/ | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__'); | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__'); | ||
/** | ||
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of | ||
* `remirror` related constructors and instances in order to identify them as | ||
* being internal to Remirror. | ||
* | ||
* @remarks | ||
* | ||
* This helps to prevent issues around check types via `instanceof` which can | ||
* lead to false negatives. | ||
* | ||
* @internal | ||
*/ | ||
exports.RemirrorIdentifier = void 0; | ||
/** | ||
* The priority of extension which determines what order it is loaded into the | ||
@@ -287,2 +301,4 @@ * editor. | ||
})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {})); | ||
exports.ExtensionPriority = void 0; | ||
/** | ||
@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at. | ||
})(exports.ExtensionPriority || (exports.ExtensionPriority = {})); | ||
exports.ManagerPhase = void 0; | ||
/** | ||
@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands. | ||
})(exports.ManagerPhase || (exports.ManagerPhase = {})); | ||
exports.NamedShortcut = void 0; | ||
/** | ||
@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed. | ||
*/ | ||
exports.ErrorConstant = void 0; | ||
@@ -379,0 +400,0 @@ (function (ErrorConstant) { |
@@ -9,3 +9,3 @@ /** | ||
var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME); | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
/** | ||
@@ -252,3 +252,3 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER' | ||
*/ | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__'); | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__'); | ||
/** | ||
@@ -255,0 +255,0 @@ * These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME); | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
/** | ||
@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER' | ||
*/ | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__'); | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__'); | ||
/** | ||
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of | ||
* `remirror` related constructors and instances in order to identify them as | ||
* being internal to Remirror. | ||
* | ||
* @remarks | ||
* | ||
* This helps to prevent issues around check types via `instanceof` which can | ||
* lead to false negatives. | ||
* | ||
* @internal | ||
*/ | ||
exports.RemirrorIdentifier = void 0; | ||
/** | ||
* The priority of extension which determines what order it is loaded into the | ||
@@ -287,2 +301,4 @@ * editor. | ||
})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {})); | ||
exports.ExtensionPriority = void 0; | ||
/** | ||
@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at. | ||
})(exports.ExtensionPriority || (exports.ExtensionPriority = {})); | ||
exports.ManagerPhase = void 0; | ||
/** | ||
@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands. | ||
})(exports.ManagerPhase || (exports.ManagerPhase = {})); | ||
exports.NamedShortcut = void 0; | ||
/** | ||
@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed. | ||
*/ | ||
exports.ErrorConstant = void 0; | ||
@@ -379,0 +400,0 @@ (function (ErrorConstant) { |
@@ -13,3 +13,3 @@ 'use strict'; | ||
var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME); | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
/** | ||
@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER' | ||
*/ | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__'); | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__'); | ||
/** | ||
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of | ||
* `remirror` related constructors and instances in order to identify them as | ||
* being internal to Remirror. | ||
* | ||
* @remarks | ||
* | ||
* This helps to prevent issues around check types via `instanceof` which can | ||
* lead to false negatives. | ||
* | ||
* @internal | ||
*/ | ||
exports.RemirrorIdentifier = void 0; | ||
/** | ||
* The priority of extension which determines what order it is loaded into the | ||
@@ -287,2 +301,4 @@ * editor. | ||
})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {})); | ||
exports.ExtensionPriority = void 0; | ||
/** | ||
@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at. | ||
})(exports.ExtensionPriority || (exports.ExtensionPriority = {})); | ||
exports.ManagerPhase = void 0; | ||
/** | ||
@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands. | ||
})(exports.ManagerPhase || (exports.ManagerPhase = {})); | ||
exports.NamedShortcut = void 0; | ||
/** | ||
@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed. | ||
*/ | ||
exports.ErrorConstant = void 0; | ||
@@ -379,0 +400,0 @@ (function (ErrorConstant) { |
@@ -9,3 +9,3 @@ /** | ||
var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME); | ||
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME); | ||
/** | ||
@@ -252,3 +252,3 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER' | ||
*/ | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__'); | ||
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__'); | ||
/** | ||
@@ -255,0 +255,0 @@ * These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "0.0.0-pr862.2", | ||
"version": "0.0.0-pr877.1", | ||
"description": "The core constants used throughout the remirror codebase", | ||
@@ -34,3 +34,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.13", | ||
"@babel/runtime": "^7.13.7", | ||
"@linaria/core": "^3.0.0-beta.1" | ||
@@ -37,0 +37,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93360
2522
Updated@babel/runtime@^7.13.7