proposal-rm-builtin-subclassing
Subclass removal
Removes support for subclassing built-in JavaScript methods and constructors to simplify implementation and reduce security vulnerabilities.
Remove ES6 built-in subclassing
34 stars
23 watching
5 forks
last commit: over 1 year ago Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Automatically rebuilds native Node.js modules against the currently installed Electron version. | 1,032 |
| | Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
| | Removes unnecessary React propTypes from production builds to reduce file size. | 896 |
| | Defines legacy features of the RegExp constructor in JavaScript | 41 |
| | Disallows the use of 'this' in JavaScript code. | 16 |
| | Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |
| | Utility methods to create reusable React components with customizable classes and props. | 9 |
| | A PostCSS plugin to automatically generate scoped CSS classes and export class names as JSON. | 1,599 |
| | Provides pre-packaged and easily installable implementation of a mathematical range type. | 1 |
| | Automates removal of outdated and unused node_modules to free up disk space | 362 |
| | Prevents modules from being included in the output bundle of a JavaScript application | 26 |
| | A toolkit for building ES6 Module Loader pipelines and shims for legacy environments. | 5 |
| | Adds custom ESLint rules to enforce coding standards and best practices in JavaScript development. | 2 |
| | Prevents side effects at module tops | 19 |
| | Builds a bridge between frontend and backend to enable interactive web applications in Rust | 78 |