Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typings #779

Merged
merged 1 commit into from Aug 11, 2020
Merged

fix typings #779

merged 1 commit into from Aug 11, 2020

Conversation

adamdbradley
Copy link
Contributor

Resolves #777

  • Removed AST_Node references
  • Changed comments(node, comment) option so node is an any
  • Removed ast property from MinifyOutput
  • Removed async modifier

Resolves terser#777 
- Removed `AST_Node` references
- Changed `comments(node, comment)` option so `node` is an any
- Removed `ast` property from `MinifyOutput`
- Removed `async` modifier
@fabiosantoscode
Copy link
Collaborator

Cool, thanks! Sorry about the bad typings. I don't test these so as to not bloat the node_modules while I work.

@fabiosantoscode fabiosantoscode merged commit ff851d2 into terser:master Aug 11, 2020
@philkunz
Copy link

Can we get a new release here :) ?

@abdonrd
Copy link

abdonrd commented Aug 14, 2020

Thanks @adamdbradley! 👏

@fabiosantoscode when we can expect a new release? Thanks in advance!

@fabiosantoscode
Copy link
Collaborator

I was planning to release earlier this week but somehow I forgot. I'll release shortly

@abdonrd
Copy link

abdonrd commented Aug 14, 2020

Great, thanks @fabiosantoscode!

@fabiosantoscode
Copy link
Collaborator

5.1.0 is out! Sorry about my terrible memory :D

@adamdbradley adamdbradley deleted the patch-1 branch August 14, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5.0 types: Cannot find name 'AST_Node'
6 participants