This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
Include object literals and arrays in javascript
+ typescript
+ jsx
+ tsx
queries
#93
Labels
It's easy to get lost in a big nested object literal.
What if we added a new query that records the current key of the object the user is focused inside of? It would be best if the query worked at any level of nesting so an object like
would return
{} foo > {} bar > {} baz > {} bip
I have a version that works for a single level of nesting but wanted to get a sense of whether this is a feature others would use before I dove in to figure out how to make this work at any level of nesting.
The text was updated successfully, but these errors were encountered: