We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5262c7 commit 45d58e6Copy full SHA for 45d58e6
turbopack/crates/turbopack-ecmascript/src/chunk/item.rs
@@ -233,13 +233,6 @@ pub trait EcmascriptChunkItem: ChunkItem {
233
) -> Vc<EcmascriptChunkItemContent> {
234
self.content()
235
}
236
-
237
- /// Specifies which availability information the chunk item needs for code
238
- /// generation
239
- #[turbo_tasks::function]
240
- fn need_async_module_info(self: Vc<Self>) -> Vc<bool> {
241
- Vc::cell(false)
242
- }
243
244
245
pub trait EcmascriptChunkItemExt {
0 commit comments