amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.87k stars 543 forks source link

Drop _es6 helper utility #1040

Closed jorenbroekema closed 10 months ago

jorenbroekema commented 11 months ago

https://github.com/amzn/style-dictionary/blob/v4/lib/utils/es6_.js

Most of these utils can be dropped, e.g. modern JS supports it.

change-case is still useful. is-plain-object npm dependency might be useful as well.

@tahul perhaps?