swc/ecmascript/transforms
Hyeon Kim 226336b38b
Fix version of regenerator-runtime (#644)
7.7.7 is version of @babel/runtime, not regenerator-runtime. Looks like
the intended version was "0.11.0" as you can see in the yarn.lock:

    regenerator-runtime@^0.11.0:
      version "0.11.1"
      resolved "https://registry.yarnpkg.com/regenerator-runtime/-/re...
      integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT9...

Reference:
  https://github.com/swc-project/swc/commit/05be89c19
2020-02-10 03:23:10 +09:00
..
benches Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src Strip type-only imports (#641) 2020-02-09 11:35:33 +00:00
tests Strip type-only imports (#641) 2020-02-09 11:35:33 +00:00
Cargo.toml Collect all comments (#633) 2020-02-07 14:32:43 +09:00
package.json Fix version of regenerator-runtime (#644) 2020-02-10 03:23:10 +09:00
yarn.lock Bump js-yaml from 3.12.0 to 3.13.1 in /ecmascript/transforms (#426) 2019-10-05 14:14:38 +09:00