-
Notifications
You must be signed in to change notification settings - Fork 15
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
Remove binder from transpileDeclaration implementation. #138
Remove binder from transpileDeclaration implementation. #138
Conversation
Signed-off-by: Titian Cernicova-Dragomir <[email protected]>
f68c7da
to
3188a82
Compare
1382822
to
a229141
Compare
Signed-off-by: Titian Cernicova-Dragomir <[email protected]>
a229141
to
e1bb300
Compare
return name; | ||
} | ||
|
||
function getDynamicSymbolName(name: ElementAccessExpression | PropertyName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if you can use tryGetPropertyAccessOrIdentifierToString
or entityNameToString
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched over to entityNameToString
// @isolatedDeclarations: true | ||
// @declarationMap: false | ||
// @target: ESNext | ||
// @isolatedDeclarationFixedDiffReason: Function declarations are not fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess better to mention "Expando* functions "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the changes in this test file is a side effect of having the "vanilla" symbol info?
Signed-off-by: Titian Cernicova-Dragomir <[email protected]>
1eb2132
to
dc1ffe9
Compare
Addresses feedback about duplication of the binder.