Property attributes
commit685ab2b4262bf894dd708e89a7873c235e02b486
authorAaron Orenstein <aorenste@meta.com>
Tue, 14 Feb 2023 04:50:48 +0000 (13 20:50 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 14 Feb 2023 04:50:48 +0000 (13 20:50 -0800)
tree60a3d106ab3ce694cd4ad6ae968982d0c8436f26
parentc11223c9875df426b8e3a5e60bb4d08e36f5492a
Property attributes

Summary: Support for property attributes by emitting them as textual comments

Reviewed By: davidpichardie

Differential Revision: D42442725

fbshipit-source-id: b0e0ffb761e5ae8e7dffafe4c803ea0b78e6218c
hphp/hack/src/hackc/ir/conversions/textual/class.rs
hphp/hack/src/hackc/ir/conversions/textual/lib.rs
hphp/hack/src/hackc/ir/conversions/textual/textual.rs
hphp/hack/src/hackc/ir/conversions/textual/writer.rs
hphp/hack/src/hackc/test/infer/class.hack
hphp/hack/src/hackc/test/infer/class_tc.hack [new file with mode: 0644]