-
Notifications
You must be signed in to change notification settings - Fork 195
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
Low priority manipulation tasks #27
Comments
First, thank you for this amazing lib. I am building a tool to upgrade a legacy javascript code to typescript.
So here I am asking to increase |
@reda-alaoui thanks, I'm glad it's useful for you! It's very easy for me to add that. I'll start work on that now. |
Great! thank you :) |
@reda-alaoui this is implemented and available in v0.85.0. I'm going to keep working on the other tasks in this issue. |
You rock ! |
- Getting JSDoc tags. Need to update the documentation for this before releasing. Still a lot of JSDoc stuff not implemented.
- Getting JSDoc tags. Need to update the documentation for this before releasing. Still a lot of JSDoc stuff not implemented.
I'm going to use this issue to collect together some low priority manipulation tasks. I'll come back to implement these at the end.
ClassDeclaration
Class methods in an ambient contextMoved to Manipulating a class in an ambient context #125.Decorator
Renaming- Edit: Won't do. Users can get the appropriate identifier and rename that.JSDoc
Function/Methods/Constructors
VariableDeclarationList
VariableStatement
More to come...
The text was updated successfully, but these errors were encountered: