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

Backport js syntax to v1 #41

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Backport js syntax to v1 #41

merged 3 commits into from
Jun 24, 2024

Conversation

43081j
Copy link
Owner

@43081j 43081j commented Jun 24, 2024

No description provided.

PondWader and others added 3 commits June 23, 2024 19:29
Adds a new syntax type, `js`. With this syntax, arrays use indices and
properties use dot-notation.

For example:

```ts
// foo.bar[0]=baz

({
  foo: {
    bar: [
      'baz'
    ]
  }
})
```

Closes #39
@43081j 43081j merged commit c86d6dc into v1 Jun 24, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants