5b19196bac1c91305fbdd7a284c7a061f8f1dc36
raw property
In the generated ast, "null"/"true"/"false" are "Literal" nodes. As every "Literal" node has a 'raw' property, When i am doing something with the ast using python, the 3 "Literal"s caused some problem. make the 3 "Literal"s have 'raw' property.
Description
Languages
JavaScript
99.5%
Makefile
0.3%
HTML
0.1%