Simplify VALID_TAG_NAMES definition - #603
Conversation
Codecov Report
@@ Coverage Diff @@
## master #603 +/- ##
==========================================
- Coverage 96.91% 96.90% -0.02%
==========================================
Files 3 3
Lines 292 291 -1
==========================================
- Hits 283 282 -1
Misses 9 9
Continue to review full report at Codecov.
|
|
Thanks, that's a good call. |
|
I don't have a problem with this but note that I think that's fine since most folks already use something like core-js but it should be documented. It also means the dependency on |
Hi all 👋 this is a small one, just cleans up the definition of the
VALID_TAG_NAMESarray. Not sure if there's a reason to useObject.keysif the goal is to get an array of values anyways.