1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00
otto/ast
amaicode f987875222
fix: panic on BadStatement (#495)
Add BadStatement case to walk.go to fix panic if there's bad code.
2023-05-20 13:35:41 +01:00
..
comments_test.go feat: add github action tests and linting (#418) 2021-09-27 16:19:28 +01:00
comments.go chore: lint and naming refactor (#475) 2022-12-04 21:49:38 +00:00
node.go chore: lint and naming refactor (#475) 2022-12-04 21:49:38 +00:00
walk_example_test.go Walk/Visitor should follow Enter/Exit Pattern (#258) 2017-07-21 20:42:34 +01:00
walk_test.go fix: panic on BadStatement (#495) 2023-05-20 13:35:41 +01:00
walk.go fix: panic on BadStatement (#495) 2023-05-20 13:35:41 +01:00