fix hash bang support
This commit is contained in:
parent
bac8758369
commit
30a90d2554
@ -165,7 +165,7 @@ File.prototype.addCode = function (code) {
|
||||
File.prototype.parse = function (code) {
|
||||
var self = this;
|
||||
|
||||
this.addCode(code);
|
||||
code = this.addCode(code);
|
||||
|
||||
return util.parse(this.opts, code, function (tree) {
|
||||
self.transform(tree);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user