caseywatts / ember-cli-mirage-faker-codemod

2 stars 2 forks source link

Parenthesis Issue (recast) #3

Open caseywatts opened 6 years ago

caseywatts commented 6 years ago

In the codebase I tested on I found an issue with parenthesis. It's a problem upstream in https://github.com/benjamn/recast/issues/533

I documented it with a failing test case (commented out) here: https://github.com/caseywatts/ember-cli-mirage-faker-codemod/blob/635bbdf04581665ed8751a8eb61d24a2f4e545f3/__tests__/all-tests-test.js#L6

Since it's a recast issue already, I don't think we need to do anything but track it.