Tools built on top of Hermes-ESTree to enable codebase transformation
A JavaScript parser built from the Hermes engine
Flow types for the Flow-ESTree spec produced by the hermes parser
Babel plugin which switches Babel to use the Hermes parser.
The Hermes runtime, used by React Native for Android, is able to output [Chrome Trace Events](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview) in JSON Object Format.
A custom parser for ESLint using the Hermes parser
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Hermes engine.
🚇 Hermes bytecode compiler for Metro.
@bugsnag/react-native plugin to support Hermes
Hermes parser plugin for Prettier.
Self-hosted AI chat dashboard for Hermes Agent — multi-model web UI with multi-platform integration
<h1 align="center"> Hermes Profile Transformer </h1>
Transform optional chaining operators into a series of nil checks
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Add a __self prop to all JSX Elements
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Compile ES2015 computed properties to ES5
Explode async and generator functions into a state machine.
Compile ES2015 default and rest parameters to ES5
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Compile ES2015 sticky regex to an ES5 RegExp constructor