less/less.js

Remove PhantomJS stuff

Aperta

#3772 aperta il 8 gen 2023

 (6 commenti) (0 reazioni) (0 assegnatari)JavaScript (3517 fork)batch import
good first issueup-for-grabs

Metriche repository

Star
 (16.977 stelle)
Metriche merge PR
 (Merge medio 19g 1h) (15 PR mergiate in 30 g)

Descrizione

I saw this and though, nobody is using phantomjs. it's a headless browser that no real user is using. it was based on webkit and the development have been discontinued. think you should remove this kind of things and instead use something like puppeteer or something.

https://github.com/less/less.js/blob/eefe33a47f6fdcc228817df7435a1770ce9e51ea/packages/less/src/less-browser/index.js#L49-L56

PhantomJS is depricated and should not be used anymore.

Guida contributor