src: add NODE_MODULE_VERSION registry by rvagg · Pull Request #24114 · nodejs/node (original) (raw)

@nicolasnoble it did come up in nodejs/TSC#651 and the reservation of 69 was as a result of that discussion. It's less than ideal for addon authors and consumers in Electron but Electron has additional problems with ABI stability that it might need to monitor more carefully into the future. Having this as a place to register as many new numbers as they need should help resolve concerns about bumping more liberally.

I've made changes to be more specific about Electron versions (5da2462):

and