power-assert-renderer-succinct
succinct diagram renderer for power-assert context
Last updated 8 years ago by twada .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install power-assert-renderer-succinct 
SYNC missed versions from official npm registry.

power-assert

Build Status NPM version License

Produces succinct graph of value in expression.

  assert(a.name === 'bar')
           |
           "foo"

USAGE

var SuccinctRenderer = require('power-assert-renderer-succinct');

options.stringify

type default value
function stringifier module

Function to stringify any target value.

options.maxDepth

type default value
number 2

Depth of object traversal. If object depth is greater than maxDepth, compound object (IOW, Array or object) will be pruned with # like ["foo",#Array#,#Object#].

options.lineSeparator

type default value
string "\n"

Line separator in power assert output.

options.anonymous

type default value
string "Object"

Type name to show when target object is created by anonymous constructor.

options.circular

type default value
string "#@Circular#"

Name to show when target object is detected as circular structure.

options.widthOf

type default value
function power-assert-util-string-width

Function to calculate width of string.

options.ambiguousEastAsianCharWidth

type default value
number 2

Width of 'Ambiguous' characters defined in Unicode Standard Annex #11 EAST ASIAN WIDTH. Configure options.ambiguousEastAsianCharWidth to treat ambiguous east asian character as fullwidth (= 2) or narrow (= 1). Default is 2.

INSTALL

$ npm install --save-dev power-assert-renderer-succinct

AUTHOR

LICENSE

Licensed under the MIT license.

Current Tags

  • 1.2.0                                ...           latest (6 years ago)

7 Versions

  • 1.2.0                                ...           6 years ago
  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.7                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 0.1.0                                ...           9 years ago
Maintainers (1)
Downloads
Total 0
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (2)
Dependents (2)

© 2010 - cnpmjs.org x YWFE | Home | YWFE