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

Cannot generate top level function from global assignment expression in SequenceExpression #56

Closed
fossamagna opened this issue Jan 21, 2019 · 0 comments · Fixed by #57
Closed
Assignees
Labels

Comments

@fossamagna
Copy link
Owner

Expected Behavior

Input source code:

function a() {
}
function b() {
}
global.a =a, global.b = b;

expected generated code:

function a() {
}
function b() {
}

Actual Behavior

actual generated code is emtpy.

See fossamagna/gas-webpack-plugin#208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant