1.0.2 • Published 2 years ago

nv-facutil-expr-trace v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago