Open matuzalemsteles opened 6 years ago
I think that we can try use this transform https://www.npmjs.com/package/babel-plugin-log-deprecated, what do you think?
Hey @diegonvs how we talk it off, being a library no longer maintained maybe not ideal and covers few use cases. In this case it's just showing a warning when you use the set
functionality insideget
.
I do not think we need to try to automate this, just show a friendly message to the developer 🙂.
Hey guys,
Since
domData.set
has been added and thedomData.get
functionality has been set toset
so that we do not have a breaking change, it would be important to add warnings that the next major release will depreciate this feature.Something like:
What do you think?