- [Feature]: Add
mkdtemp
andmkdtempSync
implementations tometro-memory-fs
(1ed7849) - [Feature]: Add
chmod
,lchmod
, andfchmod
implementations tometro-memory-fs
(d99b55b) - [Feature]: Support function-name inference for flow typecast-expressions to source-maps (d48277f)
- [Feature]: Support
SegmentID
field in Hermes mini-dump stack traces (d0634a8) - [Feature]: Support node modules algorithm for resolving configuration path (dea7e05)
- [Feature]: Remove template literal and shorthand prop transformation from hermes-stable preset (1367b71)
- [Feature]: Add
nodeModulesPath
option to resolver (b2528d4) - [Feature]: Remove computed properties, spread, and spread rest transform plugins from
Hermes-canary
preset (82818e7) - [Breaking]: Renames the Metro
transform.inlineRequires.blacklist
option toblockList
. (b25fe89) - [Fix]: Prevent inlining of
__DEV__
in object property-keys (42942ca) - [Fix]: Include
/node_modules
in resolver search path (04a2a46) - [Fix]: Correctly escape the path separator in blocklist regular expressions on Windows (881d9f6)
- [Experimental]: Support absolute file paths when symbolicating stack traces (7be2284)