- #3
c8e8081b
Thanks @zyrong! - The coderange range is changed to end+1, Easier to usestring.slice(start, end)
visitor.isSimpleNode/isComplexNode change to export Fix the problem that the empty key node through visitor.get ('') cannot be obtained Change the original visitor.get("") to visitor.get() to obtain the visitor.body node
- node.value.code => node.value
- delete node.value.code
- node.value.range => node.valueRange
- node.key.value => node.key
- node.key.range => node.keyRange
- node.properties change to pure array
- fix package.json main entry path