Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Update object method parsing and printer for ReScript 9 #348

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

IwanKaramazow
Copy link
Contributor

Fixes #311

obj["say"] was currently parsed as obj##say (Pexp_apply with ##)
We now parse this straight into obj#say(Pexp_send)

Fixes #311

`obj["say"]` was currently parsed as `obj##say` (Pexp_apply with ##)
We now parse this straight into `obj#say`(Pexp_send)
@IwanKaramazow IwanKaramazow force-pushed the simplify-object-method branch from bda519d to 341e7df Compare March 25, 2021 18:34
@IwanKaramazow IwanKaramazow merged commit 4257e1b into master Mar 25, 2021
@IwanKaramazow IwanKaramazow deleted the simplify-object-method branch March 25, 2021 19:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

object method call simplification
1 participant