You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of the variable name 'byte' causes google closure compiler to refuse to compile the source.
Google closure compiler exits with:
ERROR: JSC_PARSE_ERROR. Parse error. identifier is a reserved word at ./node_modules/js-binarypack/lib/binarypack.js line 111 : 6
ERROR: JSC_PARSE_ERROR. Parse error. identifier is a reserved word at ./node_modules/js-binarypack/lib/binarypack.js line 113 : 9
Attached a PR removing the use of a temporary variable entirely. #12
The text was updated successfully, but these errors were encountered:
The use of the variable name 'byte' causes google closure compiler to refuse to compile the source.
Google closure compiler exits with:
Attached a PR removing the use of a temporary variable entirely. #12
The text was updated successfully, but these errors were encountered: