Skip to content

Fix Microsoft#27864 #14

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

Closed

Conversation

joeywatts
Copy link

@joeywatts joeywatts commented Nov 21, 2018

Provides a mechanism to hoist variables to the top of the block scope (instead of just the function scope). By doing this, computed property names are properly bound at the time of class evaluation.

Joseph Watts and others added 4 commits November 20, 2018 20:25
Signed-off-by: Joseph Watts <jwatts43@bloomberg.net>
Signed-off-by: Max Heiber <mheiber@bloomberg.net>
I couldn't get the evaluator.evaluateTypeScript
function to do codegen when there is a syntax
error, even with the `noEmitOnError: false` compiler
option.

Signed-off-by: Max Heiber <mheiber@bloomberg.net>
Signed-off-by: Joseph Watts <jwatts43@bloomberg.net>
@mheiber
Copy link

mheiber commented Dec 3, 2018

superseded by #18

@mheiber mheiber closed this Dec 3, 2018
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.

3 participants