You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve found that each time I use esquery I have a question how to use it? Is it conventional, like other estools: var query = require('esquery').query or is it plain function var query = require('esquery')? API is also not clear at first.
Examples could be found in tests, of course, but is there a sense to add short description to the readme, to give new users answer to such questions?
The text was updated successfully, but these errors were encountered:
I’ve found that each time I use esquery I have a question how to use it? Is it conventional, like other estools:
var query = require('esquery').query
or is it plain functionvar query = require('esquery')
? API is also not clear at first.Examples could be found in tests, of course, but is there a sense to add short description to the readme, to give new users answer to such questions?
The text was updated successfully, but these errors were encountered: