Provides a polyfill for IE9 and IE10 to fix super-constructor calls in the Babel 6 runtime, addressing transpilation issues that affect applications using Babel 6 class inheritance on legacy Internet Explorer versions. Version 0.12.0 is the latest stable release, but the package is in maintenance mode and not actively developed. It is part of the IMA.js ecosystem and intended for use with IMA.js applications, though it can be used as a standalone fix. Alternatives include using Babel 7's @babel/polyfill or core-js for broader IE support.
npm install ima-babel6-polyfillVerified import paths — ran on the pinned version, not inferred.
Shows how to import the polyfill and verifies that super constructor works in IE9/10.
Upgrade to Babel 7 and use @babel/polyfill or core-js.
For full polyfill support, consider using @babel/polyfill or core-js with appropriate config.
Use bare import (import '...') or bare require (require('...')).Import ima-babel6-polyfill as the first line of your application entry point.
Use bare import or require: import 'ima-babel6-polyfill';
No dependency data recorded yet.