Skip to content

Commit

Permalink
Re-disable !(
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Oct 21, 2017
1 parent 01e06c3 commit fa3f459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/fixtures/bang-calls/spaceless-subscripts/actual.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ bang!.x
bang![x]
bang!!
bang!! outerArg1
bang!(outerArg1)
bang!?.x

1 change: 0 additions & 1 deletion test/fixtures/bang-calls/spaceless-subscripts/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ bang().x;
bang()[x];
bang()();
bang()(outerArg1);
bang()(outerArg1);
(_bang = bang()) == null ? void 0 : _bang.x;

0 comments on commit fa3f459

Please sign in to comment.