remove-is-async
Rich Harris 16 hours ago
parent adf4ab16a2
commit 9889437bff

@ -1,14 +1,8 @@
/** @import { AST } from '#compiler' */
/** @import { Statement } from 'estree' */
/** @import { ComponentContext, ComponentServerTransformState } from '../types.js' */
import { clean_nodes, infer_namespace } from '../../utils.js';
import * as b from '#compiler/builders';
import {
empty_comment,
process_children,
build_template,
call_child_payload
} from './shared/utils.js';
import { empty_comment, process_children, build_template } from './shared/utils.js';
/**
* @param {AST.Fragment} node

Loading…
Cancel
Save