rbush icon indicating copy to clipboard operation
rbush copied to clipboard

Transpile ES6 features except import/ export in module

Open walkermatt opened this issue 4 years ago • 0 comments

Currently package.json specifies index.js as the module; index.js includes ES6 features that require transpiling to ES5 to support older environments. The new rbush.esm.js includes import/ export statements but all other ES6 features are transpiled following the advice here: pkg.module.

walkermatt avatar Feb 12 '21 09:02 walkermatt