prettier-ruby icon indicating copy to clipboard operation
prettier-ruby copied to clipboard

Support const_path_field synax

Open AlanFoster opened this issue 7 years ago • 0 comments

I imagine this syntax isn't used often, but the following syntax is not currently supported by prettier-ruby:

::Foo::Bar = self

Current Output:

{"ast_type":"const_path_field","error":"Unhandled node within astexport.rb: const_path_field"}
    + = self

AlanFoster avatar Jun 05 '18 23:06 AlanFoster