Skip to content

var o = Object.create(null); -> const o = Object.create(null);

60ead15
Select commit
Loading
Failed to load commit list.
Closed

Replace var to const in Libraries/Utilities/deepFreezeAndThrowOnMutationInDev-test.js #22110

var o = Object.create(null); -> const o = Object.create(null);
60ead15
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs