babel / babylon

PSA: moved into babel/babel as @babel/parser -->

Home Page:https://github.com/babel/babel/tree/master/packages/babel-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for do expressions

danez opened this issue · comments

We currently have not a single test for doExpressions. We should add some tests to babylon.
Can take the examples from the official gist.

Tests should go into test/fixtures/experimental/do-expressions/

https://gist.github.com/dherman/1c97dfb25179fa34a41b5fff040f9879

Let me tackle this issue 🖐

Closed by #688.