Matthias Thoemmes
Matthias Thoemmes
Hello @Identity-labs, I think that this makes sense a lot. Do you want to create a PR for these features?
It is worth noting that esprima also [uses](https://github.com/jquery/esprima/blob/master/test/test-262.js#L5) the official `test262` tests using the [test262-stream](https://www.npmjs.com/package/test262-stream) package apart from project-specific unit tests. For this project, it would be beneficial to generate...
+1. Using this as workaround and feel bad about it. ````js /** * Regular expression used in `removeAdditionalHelmetAttributes`. * @type {RegExp} */ const ATTRIBUTE_REGEXP = / data-react-helmet="true"/g; /** * Removes...