decls command
commitc7e623a4df364658e4029562d5f78bd7dedf3d1d
authorEdwin Smith <smith@fb.com>
Mon, 22 Aug 2022 15:28:20 +0000 (22 08:28 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 22 Aug 2022 15:28:20 +0000 (22 08:28 -0700)
treefd76982068b5f81dc969a69b05a65fa021e81cbc
parent811954bb11cd562288b207648de47da9f11db763
decls command

Summary: Add a `hackc decls` subcommands to serialize decls

Reviewed By: aorenste

Differential Revision: D36861757

fbshipit-source-id: 6cd12eaeeda437802e7436a8182b18556cf36220
hphp/hack/Cargo.lock
hphp/hack/src/hackc/decl_provider/Cargo.toml
hphp/hack/src/hackc/decl_provider/decl_provider.rs
hphp/hack/src/hackc/hackc/decls.rs [new file with mode: 0644]
hphp/hack/src/hackc/hackc/hackc.rs