Skip to content

Commit 49481ff

Browse files
committed
Implement on_op for ripper
Mostly the same as for `on_kw`. Stop comparing order for a handful of events. They are emitted by ripper in a order that is not easy for prism to replicate. For example in`foo, bar, baz = 123`, `op` for `=` is emitted before the last mass assign identifier (so `foo`, `bar`, `=`, `baz`. I don't want to replicate that if I don't have to. Same for `::` in `A::B = 123` etc.
1 parent 1e20625 commit 49481ff

File tree

2 files changed

+190
-15
lines changed

2 files changed

+190
-15
lines changed

0 commit comments

Comments
 (0)