Would you be open to removing the module inherit and use Object.create to provide inheritance at this place: https://github.com/nodeca/js-yaml/blob/master/lib/js-yaml/exception.js#L30
This is the only place inherit module is getting used.
Why I am proposing this is because of the license issue which we have seen for inherit and because of that we had to pin down version of js-yaml in eslint library.
inherit has not been released in over 2 years now so i am not sure when that would happen.
Ref: eslint/eslint#4553
If this is accepted then I will send a PR.
Thanks
CC: @puzrin
Would you be open to removing the module
inheritand useObject.createto provide inheritance at this place: https://github.com/nodeca/js-yaml/blob/master/lib/js-yaml/exception.js#L30This is the only place
inheritmodule is getting used.Why I am proposing this is because of the license issue which we have seen for
inheritand because of that we had to pin down version ofjs-yamlin eslint library.inherithas not been released in over 2 years now so i am not sure when that would happen.Ref: eslint/eslint#4553
If this is accepted then I will send a PR.
Thanks
CC: @puzrin