ratel-rust / ratel-core

High performance JavaScript to JavaScript compiler with a Rust core
Apache License 2.0
435 stars 17 forks source link

IMPL `ObjectPattern` serialize #69

Closed LuoZijun closed 6 years ago

LuoZijun commented 6 years ago

Impl SerializeInLoc for Pattern::ObjectPattern .

maciejhirsz commented 6 years ago

Thanks for the PR! Looks good to me, would it be too much to add a single unit test for this? :)

maciejhirsz commented 6 years ago

Cheers!