Skip to content

Commit

Permalink
metro-buck: transform libraries files so as to contain absolute paths
Browse files Browse the repository at this point in the history
Reviewed By: mjesun

Differential Revision: D13861109

fbshipit-source-id: 5e041bfadefd96aaffb3b267f902965ade9c6e43
  • Loading branch information
Jean Lauliac authored and facebook-github-bot committed Jan 31, 2019
1 parent 98d16d4 commit 65f77f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ function getModuleNameFromCallArgs(path: Path): ?string {

return null;
}
collectDependencies.getModuleNameFromCallArgs = getModuleNameFromCallArgs;

class InvalidRequireCallError extends Error {
constructor({node}) {
Expand Down

0 comments on commit 65f77f2

Please sign in to comment.