Here are some temporary codepaths we should remove one day: - Our conversion of `Js.t` (#291, #317) - Attribute and extension point `bs.*` conversion (#294) - react jsx ppx 3 (#124, #159) - if-let (#12) not that we'll remove it, just that it's pending, so we should be aware of it - if we ever truly stop using some keywords: - `to`, `downto` (#327) - `with` (#329) - Conversion of `Pexp_apply("##, arg1, arg2)` to `Pexp_send` (https://github.com/rescript-lang/syntax/pull/348) and https://github.com/rescript-lang/syntax/blob/1680ae5d0e5546f5a150e028a148aeee257bcd20/src/res_printer.ml#L3610
Here are some temporary codepaths we should remove one day:
Js.t(Clean up Js.t object parsing, printing and converting #291, Add outcome printer test for erasure of Js.t #317)bs.*conversion (Clean up the conversion of @bs.* and %bs.* #294)if letsyntax #12) not that we'll remove it, just that it's pending, so we should be aware of itto,downto(Remove "to" and "downto" as keywords. #327)with(Remove "with" as internal token. #329)Pexp_apply("##, arg1, arg2)toPexp_send(Update object method parsing and printer for ReScript 9 #348) andsyntax/src/res_printer.ml
Line 3610 in 1680ae5