hermes-parser 0.33.0 → 0.33.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,4 +11,5 @@ The Hermes parser exposes a single `parse(code, [options])` function, where `cod
11
11
  - **tokens**: `boolean`, defaults to `false`. If `true`, add all tokens to a `tokens` property on the root node.
12
12
  - **transformOptions**: `object`. Options to be supplied to relevant transforms.
13
13
  - `TransformEnumSyntax`
14
+ - `enable`: `boolean` - Whether to enable the transform. By default, `false`.
14
15
  - `getRuntime` (optional): `() => Expression` - The expression which should be a reference to the Flow Enums runtime. By default, is `require('flow-enums-runtime')`.