nv-facutil-expr-trace
v1.0.2
Published
nv-facutil-expr-trace ======================= - simple expression exec-order trace
Downloads
3
Readme
nv-facutil-expr-trace
- simple expression exec-order trace
install
- npm install nv-facutil-expr-trace
usage
const x = require("nv-facutil-expr-trace");
example
0
const [t,show,reset] = x();
> t( { [t(1)]: [t(2)] } )
【 0: 1 】
【 1: 2 】
【 2: { '1': [ 2 ] } 】
{ '1': [ 2 ] }
>
> const {[t("a")]:y} = {a:100,b:200}
【 3: a 】
>
> show()
[ 1, 2, { '1': [ 2 ] }, 'a' ]
>
> reset()
> show()
[]
>
0_0
0_1
1
1_0
1_1
METHODS
APIS
LICENSE
- ISC