Add original to BooleanLiteral
This commit is contained in:
@@ -120,7 +120,8 @@ var AST = {
|
||||
BooleanLiteral: function(bool, locInfo) {
|
||||
this.loc = locInfo;
|
||||
this.type = 'BooleanLiteral';
|
||||
this.value = bool === 'true';
|
||||
this.original =
|
||||
this.value = bool === 'true';
|
||||
},
|
||||
|
||||
Hash: function(pairs, locInfo) {
|
||||
|
||||
Reference in New Issue
Block a user