fnx 0.1.0
Support for new standard paths:
/?/init.lua
/?/init.fnl
/?/init-macros.fnl
Debug command improvements:
- Better visualization.
- Bootstrap support.
fnx debug
fnx debug -b
New DSL to debug inside Fennel code:
(local fnx (require :fnx))
(fnx.debug.injections)
(fnx.debug.packages)
(fnx.debug.dot-fnx-path)
Improvements in circular dependency protection.