Skip to content

Commit

Permalink
Support nullish coalescing with tree-shaking (#3548)
Browse files Browse the repository at this point in the history
* Support nullish coalescing with tree-shaking, update acorn

* Use Node 14 image for CI tests
  • Loading branch information
lukastaegert committed May 10, 2020
1 parent 6919037 commit e6d6876
Show file tree
Hide file tree
Showing 15 changed files with 300 additions and 388 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -48,9 +48,9 @@ jobs:
- run:
name: Post REPL comment
command: ./scripts/post-comment.js
node-v13-latest:
node-v14-latest:
docker:
- image: lukastaegert/circleci-node-v13:latest
- image: rollupcabal/circleci-node-v14:latest
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -80,7 +80,7 @@ workflows:
filters:
tags:
only: /.*/
- node-v13-latest:
- node-v14-latest:
requires:
- analysis
filters:
Expand Down
27 changes: 0 additions & 27 deletions LICENSE.md
Expand Up @@ -82,33 +82,6 @@ Repository: https://github.com/acornjs/acorn-class-fields
---------------------------------------

## acorn-export-ns-from
License: MIT
By: Adrian Heine
Repository: https://github.com/acornjs/acorn-export-ns-from

> Copyright (C) 2017-2018 by Adrian Heine
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
---------------------------------------

## acorn-import-meta
License: MIT
By: Adrian Heine
Expand Down

0 comments on commit e6d6876

Please sign in to comment.