Skip to content

Commit

Permalink
Move relay-experimental to fbsource
Browse files Browse the repository at this point in the history
Reviewed By: josephsavona

Differential Revision: D16857008

fbshipit-source-id: cd5881f50fb8baca544de9edeff0ad86395004c9
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Sep 3, 2019
1 parent 0e40438 commit b83aace
Show file tree
Hide file tree
Showing 57 changed files with 23,442 additions and 22 deletions.
20 changes: 19 additions & 1 deletion flow-typed/fbjs.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,22 @@ declare module 'mapObject' {

declare module 'ErrorUtils' {
declare module.exports: any;
}
}

declare module 'warning' {
declare module.exports: (
condition: boolean,
format: string,
...args: $ReadOnlyArray<mixed>
) => void;
}

declare module 'fbjs/lib/ExecutionEnvironment' {
declare module.exports: {
canUseDOM: boolean,
};
}

declare module 'react-test-renderer' {
declare module.exports: any;
}

1 comment on commit b83aace

@chuckGonzalez
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jstejada, Do you have a release date for hooks?
Regards

Please sign in to comment.