Comparing version 5.3.1 to 5.3.2
@@ -0,1 +1,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -166,1 +167,3 @@ 'use strict';//######################################################################################################## | ||
}).call(this); | ||
//# sourceMappingURL=exception-handler.js.map |
{ | ||
"name": "cnd", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "a grab-bag NodeJS package mainly for functionalities that used to live in coffeenode-trm, coffeenode-bitsnpieces, and coffeenode-types", | ||
@@ -32,3 +32,3 @@ "main": "lib/main.js", | ||
"dependencies": { | ||
"mkdirp": "^1.0.3", | ||
"mkdirp": "^1.0.4", | ||
"stackman": "^4.0.1", | ||
@@ -38,4 +38,4 @@ "trycatch": "^1.5.21" | ||
"devDependencies": { | ||
"guy-test": "^1.4.2" | ||
"guy-test": "^2.0.1" | ||
} | ||
} |
@@ -12,2 +12,4 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update --> | ||
- [XJSON](#xjson) | ||
- [CND.TEXT.to_width](#cndtextto_width) | ||
- [ToDo](#todo) | ||
@@ -454,1 +456,32 @@ <!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
``` | ||
* [ ] `exception-handler`, `nodexh`: Repair broken source map treatment | ||
* [ ] `exception-handler`, `nodexh`: Quote function name where supplied as in original stack traces | ||
* [ ] `exception-handler`, `nodexh`: Always add function name where available | ||
* [ ] `exception-handler`, `nodexh`: Fix broken error messages with `Invalid or unexpected token`: | ||
``` | ||
00:00 nodexh ⚠ EXCEPTION: Invalid or unexpected token | ||
00:00 nodexh ⚠ internal/modules/cjs/loader.js #1063 | ||
00:00 nodexh ⚠ internal/modules/cjs/loader.js #1111 | ||
00:00 nodexh ⚠ internal/modules/cjs/loader.js #1167 | ||
00:00 nodexh ⚠ internal/modules/cjs/loader.js #996 | ||
00:00 nodexh ⚠ internal/modules/cjs/loader.js #896 | ||
00:00 nodexh ⚠ internal/modules/run_main.js #71 | ||
00:00 nodexh ⚠ internal/main/run_main_module.js #17 | ||
``` | ||
vs. | ||
``` | ||
/media/flow/kamakura/home/flow/jzr/intertype/lib/tests/jsidentifiers.test.js:3 | ||
var probes_and_matchers, ᵉˣᵃᵐᵖˡᵉ, ₑₓₐₘₚₗₑ, №, ℞, ℠, ℡, ™, ℰ𝒳𝒜ℳ𝓟ℒℰ, ⓔⓧⓐⓜⓟⓛⓔ, 𝐞𝐱𝐚𝐦𝐩𝐥𝐞, 𝒆𝒙𝒂𝒎𝒑𝒍𝒆, 𝓮𝔁𝓪𝓶𝓹𝓵𝓮, 𝕖𝕩𝕒𝕞𝕡𝕝𝕖, 𝖊𝖝𝖆𝖒𝖕𝖑𝖊, 𝗲𝘅𝗮𝗺𝗽𝗹𝗲, 𝘦𝘹𝘢𝘮𝘱𝘭𝘦, 𝙚𝙭𝙖𝙢𝙥𝙡𝙚, 𝚎𝚡𝚊𝚖𝚙𝚕𝚎, 🄴🅇🄰🄼🄿🄻🄴; | ||
SyntaxError: Invalid or unexpected token | ||
at wrapSafe (internal/modules/cjs/loader.js:1063:16) | ||
at Module._compile (internal/modules/cjs/loader.js:1111:27) | ||
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1167:10) | ||
at Module.load (internal/modules/cjs/loader.js:996:32) | ||
at Function.Module._load (internal/modules/cjs/loader.js:896:14) | ||
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) | ||
at internal/main/run_main_module.js:17:47 | ||
``` |
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
403929
2789
486
Updatedmkdirp@^1.0.4