You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sucrase): Pass disableESTransforms option and make types match options we support (#984)
* fix(sucrase): Pass `disableESTransforms` option
The `disableESTransforms` option was added in [Sucrase 3.19.0].
The TypeScript types that ship with `@rollup/plugin-sucrase` says that
`disableESTransforms` is a valid option, but supplying makes no
difference.
This passes the option on to Sucrase.
[Sucrase 3.19.0]: https://github.com/alangpierce/sucrase/blob/c15268c2cd1ef4d613f41978478a8061c483aaae/CHANGELOG.md#3190-2021-06-23
* feat(sucrase): switch types to allow list to match options passed through
Co-authored-by: Tom Jenkinson <[email protected]>
0 commit comments