contributing section

This commit is contained in:
Joseph HENRY 2025-11-17 18:29:49 +01:00
parent 95e760d1d3
commit fa9e544fdf

View File

@ -178,12 +178,19 @@ var re = /[^\s(/]/; // Syntax error, / is not escaped
Most of the time, those expressions are injected from corejs polyfills. In order to patch this, I created a custom [`FindReplacePlugin`](./webpack.config.ts) for Webpack that does simple regex find/replace to fix those syntax errors.
## Contributing
This repo is just a template with an opinionated config. If you would like to contribute to the config itself, please open an issue!
If it's related to the TypeScript type definitions, [open an issue](https://github.com/bryab/tba-types/issues/new/choose) on the [tba-types](https://github.com/bryab/tba-types) repo.
## Acknowledgements
- [OpenHarmony](https://cfourney.github.io/OpenHarmony/) - The Toonboom Harmony Open Source DOM Library created by Mathieu Chaptel and Chris Fourney.
This library is like PyMEL but for ToonBoom Harmony and a huge source of knowledge about the details of scripting in Harmony. 🙏
- [tba-types](https://github.com/bryab/tba-types) - Typescript definitions for Toon Boom Harmony and Storyboard Pro created by Bryan Fordney.
These are generated types scrapped from the ToonBoom documentation itself.
- [core-js](https://core-js.io/) - Modular standard library for JavaScript. Includes polyfills for ECMAScript up to 2025, ECMAScript proposals and some cross-platform WHATWG / W3C features.
## License