Xuan Huang (黄玄)
Xuan Huang (黄玄)
Have we consider automatically escaping JSX under `...` or providing an `emu-code` with a similar functionality? It will benefit proposals writing sample code with JSX such as do-expressions, pattern matching....
Personally, I understood that `contents` is the mutable field name of the record returned by `ref` constructor in the OCaml std libraries, however: 1. it's quite foreign to JavaScript community....
``` [2KDownloading https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.3/play-functional_2.12-2.6.3.jar Error: https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.3/play-functional_2.12-2.6.3.jar: DownloadError(Caught java.io.IOException: Server returned HTTP response code: 416 for URL: https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.3/play-functional_2.12-2.6.3.jar (Server returned HTTP response code: 416 for URL: https://repo1.maven.org/maven2/com/typesafe/play/play-functional_2.12/2.6.3/play-functional_2.12-2.6.3.jar)) [Info - 5:16:43 PM] Connection...
 The `[%` in comment is mis-tokenized as `String` and make all the code below tokenized as `Comment` type. I am not sure...
Hey! This PR adds the syntax highlight for GraphQL_PPX! The graphql grammar was shamelessly borrowed from graphql-for-vscode (or vscode-graphql, they're the same). So the color for GraphQL queries would be...
 Not sure is this a problem of language server or others
Hey, One more question~ You guys use `-webkit-overflow-scrolling: touch` to implement all awesome inertia scroll, which is really bold, efficient and clever move. But when I build this app with...
It's perhaps the time as the world is changing rapidly, and sadly, there are many other places that need to be supported 🌏
As a follow up of #136, we should documenting the whitespacing divergence between implementations.
As a follow up of #136, we should split out the lexical part of the grammar the same way ECMA-262 does.