Skip to content

Commit fcae391

Browse files
committed
deps: update Acorn to v8.4.1
We can remove the Acorn plugins as their features are now supported by default. PR-URL: nodejs#39166 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent dc855af commit fcae391

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+841
-1019
lines changed

LICENSE

+1-24
Original file line numberDiff line numberDiff line change
@@ -55,30 +55,7 @@ The externally maintained libraries used by Node.js are:
5555
"""
5656
MIT License
5757

58-
Copyright (C) 2012-2018 by various contributors (see AUTHORS)
59-
60-
Permission is hereby granted, free of charge, to any person obtaining a copy
61-
of this software and associated documentation files (the "Software"), to deal
62-
in the Software without restriction, including without limitation the rights
63-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64-
copies of the Software, and to permit persons to whom the Software is
65-
furnished to do so, subject to the following conditions:
66-
67-
The above copyright notice and this permission notice shall be included in
68-
all copies or substantial portions of the Software.
69-
70-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76-
THE SOFTWARE.
77-
"""
78-
79-
- Acorn plugins, located at deps/acorn-plugins, is licensed as follows:
80-
"""
81-
Copyright (C) 2017-2018 by Adrian Heine
58+
Copyright (C) 2012-2020 by various contributors (see AUTHORS)
8259

8360
Permission is hereby granted, free of charge, to any person obtaining a copy
8461
of this software and associated documentation files (the "Software"), to deal

deps/acorn-plugins/acorn-class-fields/CHANGELOG.md

-28
This file was deleted.

deps/acorn-plugins/acorn-class-fields/LICENSE

-19
This file was deleted.

deps/acorn-plugins/acorn-class-fields/README.md

-21
This file was deleted.

deps/acorn-plugins/acorn-class-fields/index.js

-59
This file was deleted.

deps/acorn-plugins/acorn-class-fields/package.json

-36
This file was deleted.

deps/acorn-plugins/acorn-private-class-elements/CHANGELOG.md

-11
This file was deleted.

deps/acorn-plugins/acorn-private-class-elements/LICENSE

-19
This file was deleted.

deps/acorn-plugins/acorn-private-class-elements/README.md

-11
This file was deleted.

deps/acorn-plugins/acorn-private-class-elements/index.js

-123
This file was deleted.

0 commit comments

Comments
 (0)