pull/16797/head
Rich Harris 1 day ago
parent e8cc9a4b83
commit 180e36cf03

@ -1,4 +1,4 @@
/** @import { Expression, Statement } from 'estree' */ /** @import { Expression } from 'estree' */
/** @import { Location } from 'locate-character' */ /** @import { Location } from 'locate-character' */
/** @import { AST } from '#compiler' */ /** @import { AST } from '#compiler' */
/** @import { ComponentContext, ComponentServerTransformState } from '../types.js' */ /** @import { ComponentContext, ComponentServerTransformState } from '../types.js' */
@ -13,8 +13,7 @@ import {
build_template, build_template,
build_attribute_value, build_attribute_value,
call_child_renderer, call_child_renderer,
PromiseOptimiser, PromiseOptimiser
create_async_block
} from './shared/utils.js'; } from './shared/utils.js';
/** /**

Loading…
Cancel
Save