diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2022-06-02 11:48:27 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2022-06-02 11:48:27 +0100 |
commit | bd80039e07500021664a10984977cf64902a4b81 (patch) | |
tree | 012d9e17f32b54e1373db12eca89ae5da1e9ff65 /docs | |
parent | 3d53bba5b373fc80d9bf7f3e50f63639637e228c (diff) | |
download | unit-bd80039e07500021664a10984977cf64902a4b81.tar.gz unit-bd80039e07500021664a10984977cf64902a4b81.tar.bz2 |
Node.js: fixed ES modules format in loader.mjs.
Before Node.js v16.14.0 the "format" value in defaultResolve
was ignored so error was hidden. For more information see:
https://github.com/nodejs/node/pull/40980
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index ce136e8d..ccd9439a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -100,6 +100,12 @@ object, notably with Falcon. </para> </change> +<change type="bugfix"> +<para> +ECMAScript modules did not work with the recent Node.js versions. +</para> +</change> + </changes> |