index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
ecma
/
object.js
blob: ca09d238ab901f605f01dd2dbfb71b1ace57b284 (
plain
) (
blame
)
1
2
3
4
5
const
obj
=
{
a
:
1
,
b
:
"2"
,
[
"c"
]
:
`three`
}