When writing a typescript plug-in, you can get the compiled code or objects of ast when you visitor.

problem description

ts when parsing jsx , you can get the attribute object when you visitor. How can you ast the compiled code or object

the environmental background of the problems and what methods you have tried

related codes

questions such as questions

example:

<div what={w} a={"true"}>
</div>

visitor

{
    what: w,
    a: "true"
}
Apr.05,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b325dc-2bdfd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b325dc-2bdfd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?