Change8

v16.3.0-canary.9

📦 next-jsView on GitHub →
🔧 3 symbols

Summary

This release focuses on internal optimizations by removing the dependency on the once_cell crate across direct dependencies and replacing Lazy<FxHashMap> static lookups with phf::Map.

Migration Steps

  1. If you were relying on static lookups using Lazy<FxHashMap>, these have been replaced with phf::Map and may require code updates.

Affected Symbols