A collection of strange functions
- ๐ source/
- main source code, in output package will be:
@dr-js/core/library
: for direct use, userequire() / exports.*=
and hasDr.browser.js
@dr-js/core/module
: for re-pack, keepimport / export
and readability
- main source code, in output package will be:
- ๐ source-bin/
- bin source code, in output package will be
@dr-js/core/bin
- bin source code, in output package will be
- ๐ example/
- some example (unsorted tests)
- ๐ SPEC.md
- list of all directly accessible codes, sort of API lockfile
Most of the code should be self explainable by the naming, though there are some truly weird ones. And there's a few document files scattered in the source, along with many comments & TODOs, feel free to find & read them.