mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
emitWithStatement should emit a WithStatement
This commit is contained in:
@@ -2536,7 +2536,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
||||
write(";");
|
||||
}
|
||||
|
||||
function emitWithStatement(node: WhileStatement) {
|
||||
function emitWithStatement(node: WithStatement) {
|
||||
write("with (");
|
||||
emit(node.expression);
|
||||
write(")");
|
||||
|
||||
Reference in New Issue
Block a user