This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Codepaths to remove in the future #319
Closed
Description
Here are some temporary codepaths we should remove one day:
- Our conversion of
Js.t
(Clean up Js.t object parsing, printing and converting #291, Add outcome printer test for erasure of Js.t #317) - Attribute and extension point
bs.*
conversion (Clean up the conversion of @bs.* and %bs.* #294) - react jsx ppx 3 (Move React ppx from compiler repo, add tests #124, Rename React ppx module to include v3 suffix #159)
- if-let (Add
if let
syntax #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
(Remove "to" and "downto" as keywords. #327)with
(Remove "with" as internal token. #329)
- Conversion of
Pexp_apply("##, arg1, arg2)
toPexp_send
(Update object method parsing and printer for ReScript 9 #348) andLine 3610 in 1680ae5