Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hex_encode error #95

Open
hongrunhui opened this issue Oct 31, 2018 · 2 comments
Open

hex_encode error #95

hongrunhui opened this issue Oct 31, 2018 · 2 comments

Comments

@hongrunhui
Copy link

image
image
what is this? It's wrong when I run this code in chrome console;

@dcodeIO
Copy link
Member

dcodeIO commented Oct 31, 2018

You can't run the sources directly without building them. What you are seeing there is a bit of meta programming that evaluates to specifically tailored code for either node buffers-, arraybuffer- or dataview-based versions.

@DoggoKt
Copy link

DoggoKt commented Nov 16, 2019

Look, anything that is between /*``*/ Is a comment, therefore ignored by the language you're using. So if we are realistic, the code that errors out is in fact var value =,, and that's obviously wrong. You cannot start a declaration with ,. Comments don't run, if you wish it to run remove the /**\.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants