Hyeseong Kim
Hyeseong Kim
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicodeSets https://www.unicode.org/reports/tr51/#Emoji_Sets Technically this isn't part of the Unicode Segmentation, but examining the sequence of a specific emoji segment is one of the essential combinations. for example to resolve https://github.com/matrix-org/matrix-react-sdk/pull/12582
Since I'm not familiar with Python at all....
## Summary The reproduction is using Relay, but I came as this seems closer to a bug in React than Relay. https://stackblitz.com/@cometkim/collections/react-relay-suspend-loop With this basic setup, using `useLazyLoadQuery` with `network-only`...
```res let v = 1e ``` emits ```js var v = 1e; export { v , } ``` which is invalid in JS.
## Background Imagine a class statement written from external JS. ```js // rescript_error.mjs export class RescriptError extends Error { constructor(exnId, payload) { super(); } } // and in rescript_error.cjs module.exports...
Resolves #5779 This PR contains many breaking changes Completely dropped - [x] BukleScript compile time contexts - OCaml utils - [ ] parser - [ ] lexer - [ ]...
Steps: - [x] Enable lint and fix it - [ ] Switch to JS modules from CommonJS - [ ] Clean/Refactor scripts - [ ] Clean/Refactor CLIs I won't refactor...
https://www.unicode.org/versions/Unicode16.0.0/ UAX#29 changed > The definition of GCB=V was updated to include Kirat Rai vowels. The description of rules GB6 - GB8 was updated.
Resolves #48