Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

v6.11.1

Compare
Choose a tag to compare
@hzoo hzoo released this 22 Sep 20:09
· 574 commits to master since this release

Hot Fix

  • #137 - Fix a regression with duplicate exports - it was erroring on all keys in Object.prototype. @danez
export toString from './toString';
`toString` has already been exported. Exported identifiers must be unique. (1:7)
> 1 | export toString from './toString';
    |        ^
  2 |