文宇祥

Results 52 issues of 文宇祥

Drag a tab to chrome's location bar, it will replace the location to "__dockview_internal_drag_event__"

This PR add frequently used `setLastIndex` in javascript to RegExp

`as_iter` -> `iter` `iter` -> `for_each` ``` [1, 2, 3, 4, 5] .iter() .for_each(fn { it => print(it) }) ```

Thank you for filing! Check list: - [x] Is it a bug? Usage questions should often be asked in the [forum](https://forum.rescript-lang.org) instead. - [x] Concise, focused, friendly issue title &...

in `Buffer`, `Logger` and `StringBuilder`

Currently `$` is a special rule, not a regexp. Thus we can't represent the follow: ``` '"' character* ('\n' | $) { error lexbuf "unclosed string literal" } ```