Skip to content

byte is reserved word #4

Open
Open
@ghost

Description

I get an error:

grunt-google-closure-compiler: /../build/tmp/libs.js:19720: ERROR - Parse error. identifier is a reserved word
writeByte: function(byte) {
^
...

Line 163:
/** Serializes a number /
writeByte: function(byte) {
if ( byte <= Math.pow(2,31)
-1 || byte >= Math.pow(2,31) ) {
throw new Error(byte + " is incorrect for byte.");
}
this.buffer.push(byte);
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions