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
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
varparser=require("typescript-eslint-parser");constparsed=parser.parse("<this.Foo />",{loc: true,range: true,tokens: true,comment: true,useJSXTextNode: true,ecmaFeatures: {jsx: true},// Override logger function with noop,// to avoid unsupported version errors being loggedloggerFn: ()=>{}});deleteparsed.tokens;console.log(JSON.stringify(parsed));