Update Djblets 1.0.x to build with modern Node.JS.

Review Request #11386 — Created Jan. 19, 2021 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x

Reviewers

Djblets 2.1 got support for building with a modern Node.JS, largely
thanks to our fork of the LessCSS autoprefix plugin. This change is
simpler in scope, but makes use of that plugin and disables some strict
argument handling in less-imports.js to enable it to run. This allows
us to build Djblets packages on modern Node.

Successfully built a package on Node.JS 14.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update Djblets 1.0.x to build with modern Node.JS.
Djblets 2.1 got support for building with a modern Node.JS, largely thanks to our fork of the LessCSS autoprefix plugin. This change is simpler in scope, but makes use of that plugin and disables some strict argument handling in `less-imports.js` to enable it to run. This allows us to build Djblets packages on modern Node.
087f6736448d1637db78b489cda92c834f9990bc Christian Hammond
djblets/dependencies.py
djblets/settings.py
djblets/pipeline/compilers/less-imports.js
Loading...