better-node-inspect
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -0,1 +1,10 @@ | ||
## [0.3.3](https://github.com/iloveitaly/better-node-inspect/compare/v0.3.2...v0.3.3) (2023-08-04) | ||
### Bug Fixes | ||
* missing import in legacy argument parser ([210888d](https://github.com/iloveitaly/better-node-inspect/commit/210888da983025a8337a3e481c251ffa95956d01)) | ||
## [0.3.2](https://github.com/iloveitaly/better-node-inspect/compare/v0.3.1...v0.3.2) (2023-08-03) | ||
@@ -46,11 +55,1 @@ | ||
# [0.1.0](https://github.com/iloveitaly/better-node-inspect/compare/0471b8d211a099f7b6ab5d38e6f56d936630ff4a...v0.1.0) (2023-07-15) | ||
### Features | ||
* add pretty-print to debugger repl ([9295548](https://github.com/iloveitaly/better-node-inspect/commit/92955488424e23c1546c6c96021a45c21ce84a98)) | ||
* transform `import` into `await import()` in the repl ([0471b8d](https://github.com/iloveitaly/better-node-inspect/commit/0471b8d211a099f7b6ab5d38e6f56d936630ff4a)) | ||
@@ -11,2 +11,3 @@ const { | ||
ArrayPrototypeJoin, | ||
Number | ||
} = primordials; | ||
@@ -13,0 +14,0 @@ |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A modern node inspector optimized for command line usage (like ipython, pry, iex, etc.)", | ||
@@ -13,0 +13,0 @@ "homepage": "https://github.com/iloveitaly/better-node-inspect", |
@@ -35,2 +35,3 @@ # Better Node Inspect: A Better Node Command Line Debugger | ||
* Works with test runners like jest and vitest | ||
* Automatically start a debugger session when an exception is thrown in a test | ||
@@ -82,2 +83,3 @@ ## What's done | ||
- [Where `node inspect` is run from](https://github.com/iloveitaly/node/blob/6144954c95d96146a3360c93310d9de562721ea0/lib/internal/main/inspect.js#L17) | ||
- [Where expectation errors are throw in jest](https://github.com/jestjs/jest/blob/0fd5b1c37555f485c56a6ad2d6b010a72204f9f6/packages/expect/src/index.ts#L335-L339). If you jump two frames up from here, you'll end up in your test code. | ||
@@ -84,0 +86,0 @@ ## Inspiration |
Sorry, the diff of this file is not supported yet
80620
1988
96