(pluginAlias, visitorType, callback)
| 57 | minified: true, |
| 58 | compact: true, |
| 59 | wrapPluginVisitorMethod(pluginAlias, visitorType, callback) { |
| 60 | return function(...args) { |
| 61 | b.push(pluginAlias); |
| 62 | callback.call(this, ...args); |
| 63 | b.pop(pluginAlias); |
| 64 | }; |
| 65 | } |
| 66 | }); |
| 67 | |
| 68 | const table = new Table({ |