We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Using js_of_ocaml 3.5.2, my dune builds are failing when I attempt to include this file: https://cdnjs.cloudflare.com/ajax/libs/tensorflow/1.5.2/tf.js .
js_of_ocaml 3.5.2
I narrowed down the problem to this:
$ js_of_ocaml --runtime-only tf.js js_of_ocaml: Error: cannot parse file "tf.js" (orig:"tf.js" from l:22, c:417638)
The text was updated successfully, but these errors were encountered:
Our javascript parser doesn't understand the getter syntax in objects
{get prop() { ... } } {get [expression]() { ... } }
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get
A workaround is to not pass that file to jsoo and bundle it later.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using
js_of_ocaml 3.5.2
, my dune builds are failing when I attempt to include this file: https://cdnjs.cloudflare.com/ajax/libs/tensorflow/1.5.2/tf.js .I narrowed down the problem to this:
The text was updated successfully, but these errors were encountered: