@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.44c8f5d7 to 2.0.0-canary.45e759e4
@@ -1,2 +0,2 @@ | ||
/* Excluded from this release type: annotateError */ | ||
/* Excluded from this release type: _annotateError */ | ||
@@ -3,0 +3,0 @@ /* Excluded from this release type: assert */ |
@@ -21,3 +21,3 @@ "use strict"; | ||
__export(error_exports, { | ||
annotateError: () => annotateError, | ||
_annotateError: () => _annotateError, | ||
getErrorAnnotations: () => getErrorAnnotations | ||
@@ -27,3 +27,3 @@ }); | ||
const annotationsByError = /* @__PURE__ */ new WeakMap(); | ||
function annotateError(error, annotations) { | ||
function _annotateError(error, annotations) { | ||
if (typeof error !== "object" || error === null) | ||
@@ -30,0 +30,0 @@ return; |
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.44c8f5d7", | ||
"version": "2.0.0-canary.45e759e4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "tldraw GB Ltd.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
81022