dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
155 stars 52 forks source link

Port to the latest decorators API #78

Open oleavr opened 3 years ago

oleavr commented 3 years ago

(Not sure if this is of interest, but wanted to share just in case. Only the method decorator has been tested so far.)

acrisci commented 3 years ago

Can you provide details of the decorator api you are using? And is this a breaking change?

oleavr commented 3 years ago

Oops, sorry, it's been a while since I did this so I can't remember where I read the spec. But what I do know is that this matches what the latest Babel 7 plugin expects. This is a breaking change, unfortunately.

acrisci commented 3 years ago

If it's going to be breaking, I think I want to wait for the proposal to reach stage 3.