Skip to content

Commit

Permalink
disable block fallthrough case
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed Jun 21, 2019
1 parent 2b57b58 commit 2bc5df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,3 +1,5 @@
// `blockExpressions` before `break` is hard to deal with
// https://github.com/babel/babel/pull/10070#discussion_r296048106
const x = (n) => do {
switch (n) {
case 0:
Expand Down

0 comments on commit 2bc5df7

Please sign in to comment.