[Pkg-javascript-devel] Bug#1000672: Bug#1000672: @lumino/polling isn't compiled correctly

2021-11-27 Thread Yadd
Le 27/11/2021 à 09:54, Yadd a écrit : > Le 27/11/2021 à 09:44, Julien Puydt a écrit : >> Hi, >> >> Le samedi 27 novembre 2021 à 09:24 +0100, Yadd a écrit : >>> >>> This is a known typescript bug, it is unable to use nodejs paths. To >>> workaround, use this: >>> >>> $ cat > debian/nodejs/extlinks

[Pkg-javascript-devel] Bug#1000672: Bug#1000672: @lumino/polling isn't compiled correctly

2021-11-27 Thread Yadd
Le 27/11/2021 à 09:44, Julien Puydt a écrit : > Hi, > > Le samedi 27 novembre 2021 à 09:24 +0100, Yadd a écrit : >> >> This is a known typescript bug, it is unable to use nodejs paths. To >> workaround, use this: >> >> $ cat > debian/nodejs/extlinks << EOF >> setimmediate >> @types/node >> EOF >

[Pkg-javascript-devel] Bug#1000672: Bug#1000672: @lumino/polling isn't compiled correctly

2021-11-27 Thread Julien Puydt
Hi, Le samedi 27 novembre 2021 à 09:24 +0100, Yadd a écrit : > > This is a known typescript bug, it is unable to use nodejs paths. To > workaround, use this: > > $ cat > debian/nodejs/extlinks << EOF > setimmediate > @types/node > EOF How does that work? Thanks, J.Puydt --

[Pkg-javascript-devel] Bug#1000672: Bug#1000672: @lumino/polling isn't compiled correctly

2021-11-27 Thread Yadd
Le 26/11/2021 à 23:43, Julien Puydt a écrit : > Package: node-lumino > Version: 2021.11.4-1 > Severity: normal > X-Debbugs-CC: Debian Javascript Maintainers > > > > There are errors when compiling @lumino/polling: > > src/poll.ts(18,7): error TS2304: Cannot find name 'setImmediate'. >