mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +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
|
// raw tree before modification with plugins
|
||||||
const raw = tree;
|
const raw = tree;
|
||||||
|
|
||||||
|
tree.messages = [];
|
||||||
|
tree.options = options;
|
||||||
tree.walk = walk;
|
tree.walk = walk;
|
||||||
tree.match = match;
|
tree.match = match;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user