diff options
author | Michaël Zasso <targos@protonmail.com> | 2021-06-27 09:50:24 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-06-29 17:20:45 +0200 |
commit | 189d584244610063dfe3dd5cb8ffd439b0c17855 (patch) | |
tree | 04c2eb186e7b52ff900df6d10c2681d1a15e8aa2 /deps/acorn/acorn-walk/LICENSE | |
parent | 161b84cb46e6a419c6aff49ec633e2292ead0a8f (diff) | |
download | node-new-189d584244610063dfe3dd5cb8ffd439b0c17855.tar.gz |
deps: update Acorn to v8.4.1
We can remove the Acorn plugins as their features are now supported
by default.
PR-URL: https://github.com/nodejs/node/pull/39166
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'deps/acorn/acorn-walk/LICENSE')
-rw-r--r-- | deps/acorn/acorn-walk/LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/acorn/acorn-walk/LICENSE b/deps/acorn/acorn-walk/LICENSE index cc5272c966..d6be6db2cf 100644 --- a/deps/acorn/acorn-walk/LICENSE +++ b/deps/acorn/acorn-walk/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2012-2018 by various contributors (see AUTHORS) +Copyright (C) 2012-2020 by various contributors (see AUTHORS) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |