forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove dependency between aggrow and stackRegistry
Reviewed By: bnham Differential Revision: D3876267 fbshipit-source-id: 2ad7e70445f3f4641cde554e94de000403368233
- Loading branch information
Showing
7 changed files
with
108 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
SHELL := /bin/bash | ||
|
||
all: | ||
NODE_PATH="../../../../node_modules/" babel --presets babel-preset-react-native -d out src | ||
for f in out/*.js; do echo "// @generated" >> $$f; done | ||
NODE_PATH="../../../../node_modules/" babel --presets babel-preset-react-native --source-maps inline -d out src | ||
for f in out/*.js; do echo -e "\n// @generated" >> $$f; done | ||
|
||
watch: | ||
NODE_PATH="../../../../node_modules/" babel --watch --presets babel-preset-react-native -d out src |
Large diffs are not rendered by default.
Oops, something went wrong.
46 changes: 28 additions & 18 deletions
46
local-cli/server/middleware/heapCapture/out/heapCapture.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters