Skip to content

Commit

Permalink
deliberate ES6 syntax
Browse files Browse the repository at this point in the history
(rationale: don't let people install @3 in a build system that will not alert them that we have moved to ES6, only to cause trouble with a later release.)
  • Loading branch information
Fil committed Aug 26, 2020
1 parent 3035d34 commit 56f0947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noop.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default function() {}
export default () => {}

0 comments on commit 56f0947

Please sign in to comment.