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

v7.0.0-beta.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@hzoo hzoo released this 21 Jul 20:00
· 130 commits to master since this release

v7.0.0-beta.17 (2017-07-21)

๐Ÿš€ New Feature

declare opaque type ID = number;
opaque type opaque = number;
opaque type not_transparent = opaque;

New optionalCatchBinding plugin

try {
  throw 0;
} catch {
  do();
}
class A {
  static #a = 1;
}

๐Ÿ› Bug Fix

๐Ÿ  Internal

Committers: 8