* Initial version * Replace .includes with .indexOf and better node set to visit * Alphabetically sort es3 reserved words and make difference helper for readability * Fix second Array.include error that was not polyfilled * Move es3 keywords into separate babel-types helper and use in all es3 transforms * Reference local plugin build directly for tests * Try relative import for babel-types * Update to scoped package name and beta 3 * Fix unscoped package import * Replace local plugin reference with proper plugin name
4 lines
75 B
JavaScript
4 lines
75 B
JavaScript
import runner from "@babel/helper-plugin-test-runner";
|
|
|
|
runner(__dirname);
|