goja icon indicating copy to clipboard operation
goja copied to clipboard

Fix missing or wrong implementations in node.go

Open leafypout opened this issue 3 years ago • 0 comments

Some types in ast/node.go were not implementing the Node type, and some implementations were missing Idx0 and Idx1 functions for their type, which results in errors when attempting to use/import some of the types. I have corrected all the faulty implementations. I believe I have implemented the Idx0 and Idx1 functions correctly, but please review those changes and see if I did anything wrong.

leafypout avatar Sep 07 '22 09:09 leafypout