@imagemagick/magick-wasm 0.0.5 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,53 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExceptionSeverity = void 0;
4
- var ExceptionSeverity;
5
- (function (ExceptionSeverity) {
6
- ExceptionSeverity[ExceptionSeverity["Undefined"] = 0] = "Undefined";
7
- ExceptionSeverity[ExceptionSeverity["Warning"] = 300] = "Warning";
8
- ExceptionSeverity[ExceptionSeverity["ResourceLimitWarning"] = 300] = "ResourceLimitWarning";
9
- ExceptionSeverity[ExceptionSeverity["TypeWarning"] = 305] = "TypeWarning";
10
- ExceptionSeverity[ExceptionSeverity["OptionWarning"] = 310] = "OptionWarning";
11
- ExceptionSeverity[ExceptionSeverity["DelegateWarning"] = 315] = "DelegateWarning";
12
- ExceptionSeverity[ExceptionSeverity["MissingDelegateWarning"] = 320] = "MissingDelegateWarning";
13
- ExceptionSeverity[ExceptionSeverity["CorruptImageWarning"] = 325] = "CorruptImageWarning";
14
- ExceptionSeverity[ExceptionSeverity["FileOpenWarning"] = 330] = "FileOpenWarning";
15
- ExceptionSeverity[ExceptionSeverity["BlobWarning"] = 335] = "BlobWarning";
16
- ExceptionSeverity[ExceptionSeverity["StreamWarning"] = 340] = "StreamWarning";
17
- ExceptionSeverity[ExceptionSeverity["CacheWarning"] = 345] = "CacheWarning";
18
- ExceptionSeverity[ExceptionSeverity["CoderWarning"] = 350] = "CoderWarning";
19
- ExceptionSeverity[ExceptionSeverity["FilterWarning"] = 352] = "FilterWarning";
20
- ExceptionSeverity[ExceptionSeverity["ModuleWarning"] = 355] = "ModuleWarning";
21
- ExceptionSeverity[ExceptionSeverity["DrawWarning"] = 360] = "DrawWarning";
22
- ExceptionSeverity[ExceptionSeverity["ImageWarning"] = 365] = "ImageWarning";
23
- ExceptionSeverity[ExceptionSeverity["WandWarning"] = 370] = "WandWarning";
24
- ExceptionSeverity[ExceptionSeverity["RandomWarning"] = 375] = "RandomWarning";
25
- ExceptionSeverity[ExceptionSeverity["XServerWarning"] = 380] = "XServerWarning";
26
- ExceptionSeverity[ExceptionSeverity["MonitorWarning"] = 385] = "MonitorWarning";
27
- ExceptionSeverity[ExceptionSeverity["RegistryWarning"] = 390] = "RegistryWarning";
28
- ExceptionSeverity[ExceptionSeverity["ConfigureWarning"] = 395] = "ConfigureWarning";
29
- ExceptionSeverity[ExceptionSeverity["PolicyWarning"] = 399] = "PolicyWarning";
30
- ExceptionSeverity[ExceptionSeverity["Error"] = 400] = "Error";
31
- ExceptionSeverity[ExceptionSeverity["ResourceLimitError"] = 400] = "ResourceLimitError";
32
- ExceptionSeverity[ExceptionSeverity["TypeError"] = 405] = "TypeError";
33
- ExceptionSeverity[ExceptionSeverity["OptionError"] = 410] = "OptionError";
34
- ExceptionSeverity[ExceptionSeverity["DelegateError"] = 415] = "DelegateError";
35
- ExceptionSeverity[ExceptionSeverity["MissingDelegateError"] = 420] = "MissingDelegateError";
36
- ExceptionSeverity[ExceptionSeverity["CorruptImageError"] = 425] = "CorruptImageError";
37
- ExceptionSeverity[ExceptionSeverity["FileOpenError"] = 430] = "FileOpenError";
38
- ExceptionSeverity[ExceptionSeverity["BlobError"] = 435] = "BlobError";
39
- ExceptionSeverity[ExceptionSeverity["StreamError"] = 440] = "StreamError";
40
- ExceptionSeverity[ExceptionSeverity["CacheError"] = 445] = "CacheError";
41
- ExceptionSeverity[ExceptionSeverity["CoderError"] = 450] = "CoderError";
42
- ExceptionSeverity[ExceptionSeverity["FilterError"] = 452] = "FilterError";
43
- ExceptionSeverity[ExceptionSeverity["ModuleError"] = 455] = "ModuleError";
44
- ExceptionSeverity[ExceptionSeverity["DrawError"] = 460] = "DrawError";
45
- ExceptionSeverity[ExceptionSeverity["ImageError"] = 465] = "ImageError";
46
- ExceptionSeverity[ExceptionSeverity["WandError"] = 470] = "WandError";
47
- ExceptionSeverity[ExceptionSeverity["RandomError"] = 475] = "RandomError";
48
- ExceptionSeverity[ExceptionSeverity["XServerError"] = 480] = "XServerError";
49
- ExceptionSeverity[ExceptionSeverity["MonitorError"] = 485] = "MonitorError";
50
- ExceptionSeverity[ExceptionSeverity["RegistryError"] = 490] = "RegistryError";
51
- ExceptionSeverity[ExceptionSeverity["ConfigureError"] = 495] = "ConfigureError";
52
- ExceptionSeverity[ExceptionSeverity["PolicyError"] = 499] = "PolicyError";
53
- })(ExceptionSeverity = exports.ExceptionSeverity || (exports.ExceptionSeverity = {}));