Commits
Click on a commit to change the comparison rangeAllow exporting object and array literals in `'use cache'` files again
In #86014 we added a validation for exporting object and array literals
in `'use cache'` files. This was a bit too restrictive, and
short-sighted, as it would prevent exporting common things like metadata
or viewport objects from page and layout files, if the file uses a `'use
cache'` top-level directive.2 days ago
by unstubbable