mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-08 17:22:26 +03:00
feat(core): add tree.messages array and tree.options
a way to communicate between plugins
This commit is contained in:
@@ -30,6 +30,8 @@ export default function bbob(plugs) {
|
||||
// raw tree before modification with plugins
|
||||
const raw = tree;
|
||||
|
||||
tree.messages = [];
|
||||
tree.options = options;
|
||||
tree.walk = walk;
|
||||
tree.match = match;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user