mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
emitWithStatement should emit a WithStatement
This commit is contained in:
parent
db6928e1ce
commit
3bfc5359ad
@ -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(")");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user