|
|
|
|
@ -6,7 +6,6 @@ import add_actions from './shared/add_actions.js';
|
|
|
|
|
|
|
|
|
|
/** @extends Wrapper */
|
|
|
|
|
export default class BodyWrapper extends Wrapper {
|
|
|
|
|
|
|
|
|
|
/** @type {import('../../nodes/Body.js').default} */
|
|
|
|
|
node;
|
|
|
|
|
|
|
|
|
|
@ -30,11 +29,7 @@ export default class BodyWrapper extends Wrapper {
|
|
|
|
|
* @param {import('estree').Identifier} _parent_nodes
|
|
|
|
|
*/
|
|
|
|
|
render(block, _parent_node, _parent_nodes) {
|
|
|
|
|
add_event_handlers(block, x `@_document.body`, this.handlers);
|
|
|
|
|
add_actions(block, x `@_document.body`, this.node.actions);
|
|
|
|
|
add_event_handlers(block, x`@_document.body`, this.handlers);
|
|
|
|
|
add_actions(block, x`@_document.body`, this.node.actions);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|