Re: ob-js uses deprecated Node APIs

2020-05-22 Thread Bastien
Hi Ivan, Ivan Sokolov writes: > I ran into problems with ob-js. When resolving them, I found that > require ('sys') is deprecated, there is a patch. applied against the maint branch, thanks a lot, and thanks Matt for confirming the issue. -- Bastien

Re: ob-js uses deprecated Node APIs

2020-05-20 Thread Matthew Lundin
Ivan Sokolov writes: > I ran into problems with ob-js. When resolving them, I found that require > ('sys') is deprecated, there is a patch. > > diff --git a/lisp/ob-js.el b/lisp/ob-js.el > index 7592040ab..d459e8069 100644 > --- a/lisp/ob-js.el > +++ b/lisp/ob-js.el > @@ -65,7 +65,7 @@ >:saf

ob-js uses deprecated Node APIs

2020-03-11 Thread Ivan Sokolov
I ran into problems with ob-js. When resolving them, I found that require ('sys') is deprecated, there is a patch. diff --git a/lisp/ob-js.el b/lisp/ob-js.el index 7592040ab..d459e8069 100644 --- a/lisp/ob-js.el +++ b/lisp/ob-js.el @@ -65,7 +65,7 @@ :safe #'stringp) (defvar org-babel-js-fun