node-inspect-extracted

Node's util.inspect, extracted for use on the Web

OTHER License

Downloads
122.6K
Stars
16
Committers
2
node-inspect-extracted - Update to match node v22.1.0 Latest Release

Published by hildjj 6 months ago

Moves to @stylistic/js rules for eslint.

node-inspect-extracted - Update to match node v21.6.1

Published by hildjj 9 months ago

Ensure tests run on node 21.
Ensure typescript types work on modern versions of typescript.

node-inspect-extracted - Update to match v20.3.1

Published by hildjj over 1 year ago

Updated to match latest nodejs (minimal changes, mostly in test code)
Updated dependencies
Override semver and word-wrap for depdendencies
Breaking: now requires node v16+

node-inspect-extracted - Update to match Node 18.11.0

Published by hildjj about 2 years ago

  • Brought up to date with Node 18.11.0
  • Breaking only supports node 14+ now
  • Several polyfills are needed to support node 14. As soon as that version goes out of support, we will drop those polyfills.
  • Had to pull in a few more bits of the Node runtime (url.pathToFileURL and path.resolve) and their associated tests.
node-inspect-extracted - Typescript types

Published by hildjj over 2 years ago

  • Update to match node 17.6.0
    • Adds support for numericSeparator
  • Add typescript types
  • Ensure node 10.18+ is still supported by tweaking node's code to not use ??, etc.
node-inspect-extracted - Update to latest node source

Published by hildjj over 3 years ago

Mostly minor changes. Update dependencies. Merge latest node revisions.

node-inspect-extracted -

Published by hildjj over 3 years ago

Now works in Safari

node-inspect-extracted - Added metadata to package.json

Published by hildjj over 3 years ago

package.json was missing homepage and repo info.

node-inspect-extracted - Cleaned up enough for real use

Published by hildjj over 3 years ago

Mostly cleanups, doc upgrades, test coverage bumps. Important changes:

  • Web export is now util rather than Inspect, so you can just write util.inspect.
  • Exposed Proxy class for folks that want showProxy to work
  • Exposed stylizeWithColor and stylizeWithHTML
  • Removed a few exports that nobody should have been using