denoland / deno_core

The core engine at the heart of Deno
MIT License
233 stars 76 forks source link

feat: From<FastString> for Arc<str> #763

Closed dsherret closed 1 month ago

dsherret commented 1 month ago

We can avoid a clone in the extension_transpiler in the cli if we implement this.