* chore: build corejs3-proposals.json from core-js-compat * fix: include finished proposals by default * update test fixtures * update test fixtures * chore: rename scripts * fix: add standarized entries for finished proposals * refactor: remove unused finished proposals json * revert test fixtures update * test against corejs 3.6 * fix: move corejs builtin definitions to babel/compat-data
5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
// Node < 13.3 doesn't support export maps in package.json.
|
|
// Use this proxy file as a fallback.
|
|
|
|
module.exports = require("./data/corejs3-shipped-proposals.json");
|