Re: [v8-users] Getting AST

2024-12-09 Thread Paul Sery
You need to use d8 that needs to be compiled as far as I know. On Monday, December 5, 2022 at 7:20:27 AM UTC-7 sabarir...@gmail.com wrote: > I have used it.But i get this error > Error: unrecognized flag --print-ast > > > On Monday, December 5, 2022 at 5:57:06 PM UTC+5:30 Ben Noordhuis wrote: >

[v8-users] AST in JSON format

2024-12-09 Thread Paul Sery
d8 --print-ast produces AST in tree format. Is there a way to get it as JSON either natively or with an external tool? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "