Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): modified tao so the api is consistent across adding handle…
…rs & setting ctx affects: tao both adding handlers and setting context are more permissive in by allowing the shortened { t, a, o } OR { term, action, orient } can be used to add handlers or set context (via setCtx) additionally, renamed `setCtx` => `setAppCtx` - denotes the arg is an AppCtx renamed `setContext` => `setCtx` - shortened as it will be called most often default setting context behavior now silently ignores setting to a Wildcard context - this can be overridden using the canSetWilcard option to the TAO constructor - it is assumed only Concrete contexts should be set as Wildcard is for handling and makes no sense for setting cleaned up a lot of code added output.txt as output of running example.js to run diff against (until unit tests are written)
- Loading branch information