Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 16, 2020
1 parent 3e4ed2c commit c943c05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/poor-ways-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"dom-accessibility-api": patch
---

Reduce over-transpilation

Switched from

- for-of to `.forEach` or basic for loop
- `array.push(...otherArray)` to `push.apply(array, otherArray)`

This removed a bunch of babel junk that wasn't needed.

0 comments on commit c943c05

Please sign in to comment.