3.2.0 • Published 3 years ago

pharmakon v3.2.0

Weekly downloads
125
License
MIT
Repository
github
Last release
3 years ago

Pharmakon Build Status

Remedy, poison: choose

Installation

npm install --save-dev pharmakon

Pharmakon is not suitable for production use.

Usage

Either, register the global function as soon a you can.

main.js

import {register} from 'pharmakon'
const {log, u} = register()
log(foo)
eval(u)

Or, import the log, u function when you need it

import {log, u} from 'pharmakon'
log(foo)
eval(u)

TODO

  • use boxen full line white path on right brigth var name on left // bright wihite or foo (bright white) at src/foo/bar/index.js:1 (grey)
  • spct(elt => elt.id)(elt) // log if met condition (could have)
  • return proxy for object and log diff
  • refactor condition in switch ?
  • check react-blessed treeview to handle expand

alternatives

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.0.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago