zspecza / common-tags

🔖 Useful template literal tags for dealing with strings in ES2015+
Other
1.99k stars 61 forks source link

Document newer ES features used in the library #125

Closed fatfisz closed 6 years ago

fatfisz commented 6 years ago

The library uses a few newer ES features - one of which is the String.prototype.includes method (related: #112). It would be nice to document them, so that it's easier to polyfill them if needed.

Also might be related: #103.