diff options
author | Sam Ruby <rubys@intertwingly.net> | 2018-08-23 15:33:47 -0400 |
---|---|---|
committer | Sam Ruby <rubys@intertwingly.net> | 2018-08-26 17:48:09 -0400 |
commit | 49bfc37241b0d306635c54c850f10669f07ff22c (patch) | |
tree | 96a48cf410f28539e273644e6813b73db8b12641 /LICENSE | |
parent | 317b894b122e2c45499d6a0032adc27d85f0dd99 (diff) | |
download | node-new-49bfc37241b0d306635c54c850f10669f07ff22c.tar.gz |
deps: import acorn@5.7.2
Imported from the tarball published on npm
(https://registry.npmjs.org/acorn/-/acorn-5.7.2.tgz).
Update to emcaScript version 10 in order to get support for
binding-less catch statements.
Also needed to parse node.js lib API in #22405.
PR-URL: https://github.com/nodejs/node/pull/22488
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ The externally maintained libraries used by Node.js are: - Acorn, located at deps/acorn, is licensed as follows: """ - Copyright (C) 2012-2017 by various contributors (see AUTHORS) + Copyright (C) 2012-2018 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 |