mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
* Add Node ESM loader build This adds a loader build as a first-class export. This will grow in complexity so it deserves its own module. * Add Node CommonJS regiter build This adds a build as a first-class export for legacy CommonJS registration in Node.js. This will grow in complexity so it deserves its own module. * Simplify fixture a bit to easier show usage with or without esm * Bump es version We leave async function in here which are newer than ES2015. |
||
|---|---|---|
| .. | ||
| eslintrc.cjs.js | ||
| eslintrc.cjs2015.js | ||
| eslintrc.esm.js | ||
| eslintrc.fb.js | ||
| eslintrc.rn.js | ||
| eslintrc.umd.js | ||
| index.js | ||