Export and import class declarations
commitcd3e6194eea2785fd2b29c95799bc2889919bc45
authorJake Bailey (Hacklang) <jakebailey@fb.com>
Wed, 24 Oct 2018 02:58:33 +0000 (23 19:58 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 24 Oct 2018 03:00:43 +0000 (23 20:00 -0700)
treec647d381e27da2f93148851ee05aef3eb658023f
parent10ba13647404ece01106666685de650b0c43634f
Export and import class declarations

Summary: Infrastructure for storing critical declarations in the saved state.

Reviewed By: dabek

Differential Revision: D10345134

fbshipit-source-id: e9e3a74ffc6191519f508b8b72ebbad0d69f95ee
hphp/hack/src/decl/decl_export.ml [new file with mode: 0644]
hphp/hack/src/decl/decl_export.mli [new file with mode: 0644]