A bundle of useful poly/ponyfills used by fuselage
Add @rocket.chat/fuselage-polyfills
as a dependency:
npm i @rocket.chat/fuselage-polyfills
# or, if you are using yarn:
yarn add @rocket.chat/fuselage-polyfills
Contributions, issues, and feature requests are welcome!
Feel free to check the issues.
To ensure the source is matching our coding style, we perform linting. Before commiting, check if your code fits our style by running:
yarn lint
Some linter warnings and errors can be automatically fixed:
yarn lint-and-fix