Skip to content

Commit

Permalink
feat(bindings): expose filesystemcache feature (vercel/turborepo#5162)
Browse files Browse the repository at this point in the history
### Description

Exposing swc's filesystemcache for the plugin to use in next-swc.
  • Loading branch information
kwonoj authored Jun 1, 2023
1 parent 9ad5118 commit 453ff49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/turbopack-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ __swc_core_binding_napi_plugin = [
"swc_core/plugin_transform_host_native",
"turbopack-ecmascript-plugins/swc_ecma_transform_plugin",
]
__swc_core_binding_napi_plugin_filesystem_cache = [
"swc_core/plugin_transform_host_native_filesystem_cache",
]
__swc_core_binding_napi_allocator = ["swc_core/allocator_node"]

__swc_core_binding_wasm = [
Expand Down

0 comments on commit 453ff49

Please sign in to comment.