@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.c4b98172 to 2.0.0-canary.c79bcd27
@@ -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.c4b98172", | ||
"version": "2.0.0-canary.c79bcd27", | ||
"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
81022