"use asmjs" -> "use asm" fix
This commit is contained in:
parent
9bb898f87b
commit
7f93a474c9
|
|
@ -1082,7 +1082,7 @@ Cola.Parser.prototype.statement = Cola.Parser.embed_tokens(function() {
|
||||||
end : this.prev()
|
end : this.prev()
|
||||||
}));
|
}));
|
||||||
} else
|
} else
|
||||||
if (this.S.token.value != "asmjs" && this.S.token.value != "strict") this.unexpected();
|
if (this.S.token.value != "asm" && this.S.token.value != "strict") this.unexpected();
|
||||||
} else this.unexpected();
|
} else this.unexpected();
|
||||||
|
|
||||||
return args;
|
return args;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
|
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
|
||||||
"homepage": "https://github.com/TrigenSoftware/ColaScript",
|
"homepage": "https://github.com/TrigenSoftware/ColaScript",
|
||||||
"main": "tools/node.js",
|
"main": "tools/node.js",
|
||||||
"version": "0.5.6",
|
"version": "0.5.7",
|
||||||
"engines": { "node" : ">=0.4.0" },
|
"engines": { "node" : ">=0.4.0" },
|
||||||
"maintainers": [{
|
"maintainers": [{
|
||||||
"name": "Dan Onoshko (dangreen)",
|
"name": "Dan Onoshko (dangreen)",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user