Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support nested object literal #414

Closed
bobzhang opened this issue May 25, 2016 · 1 comment
Closed

support nested object literal #414

bobzhang opened this issue May 25, 2016 · 1 comment

Comments

@bobzhang
Copy link
Member

bobzhang commented May 25, 2016

it would be nice that we have this

let f = {  x = { y = {z = 3 }}} [@bs.obj]
val f : < x : < y : < z : int > > > [@bs.obj]
bobzhang pushed a commit that referenced this issue May 25, 2016
@bobzhang
Copy link
Member Author

Done!

kevinbarabash pushed a commit to kevinbarabash/rescript-compiler that referenced this issue Dec 24, 2021
…script-lang#414)

Fixes GH413

`Array.get(_, 0)` shouldn't be printed as `_[0]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant