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
To be able to implement autocompletion of various Javascript features (for example this.$.), we need an equivalent of the traversal of the HTML AST, but then for a Javascript AST.
Usage of this traversal will probably to first invoke getLocationInfoForPosition for the HTML AST. If the return is scriptTagContents, retrieve the AST of the Node and invoke the second function which traverses the AST.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!
To be able to implement autocompletion of various Javascript features (for example
this.$.
), we need an equivalent of the traversal of the HTML AST, but then for a Javascript AST.Usage of this traversal will probably to first invoke
getLocationInfoForPosition
for the HTML AST. If the return isscriptTagContents
, retrieve the AST of the Node and invoke the second function which traverses the AST.The text was updated successfully, but these errors were encountered: