From fa9e544fdf12ea527c9b5e9602da7faa8a75b167 Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Mon, 17 Nov 2025 18:29:49 +0100 Subject: [PATCH] contributing section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b3b184..8827744 100644 --- a/README.md +++ b/README.md @@ -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