File tree Expand file tree Collapse file tree
packages/metro-config/test
__fixtures__/awesome-repo/node_modules
dist/modules/AssetRegistry Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 1+ module . exports = { } ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @react-native/community-cli-plugin" ,
3+ "version" : " 1000.0.0" ,
4+ "description" : " Core CLI commands for React Native" ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/facebook/react-native.git" ,
9+ "directory" : " packages/community-cli-plugin"
10+ },
11+ "exports" : {
12+ "." : " ./index.js" ,
13+ "./package.json" : " ./package.json"
14+ }
15+ }
Original file line number Diff line number Diff line change 1+ exports . getDefaultConfig = ( ) => ( {
2+ resolver : { } ,
3+ serializer : { } ,
4+ transformer : { } ,
5+ } ) ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @react-native/metro-config" ,
3+ "version" : " 1000.0.0" ,
4+ "description" : " Metro configuration for React Native" ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/facebook/react-native.git"
9+ },
10+ "exports" : {
11+ "." : " ./index.js" ,
12+ "./package.json" : " ./package.json"
13+ }
14+ }
Original file line number Diff line number Diff line change 1+ module . exports = { } ;
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " metro" ,
3+ "version" : " 1000.0.0" ,
4+ "description" : " 🚇 The JavaScript bundler for React Native." ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git@github.com:facebook/metro.git"
9+ },
10+ "exports" : {
11+ "." : " ./index.js" ,
12+ "./package.json" : " ./package.json"
13+ }
14+ }
Original file line number Diff line number Diff line change 1+ export function registerAsset ( ) { }
2+ export function getAssetByID ( ) { }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " react-native-web" ,
3+ "version" : " 1000.0.0" ,
4+ "description" : " React Native for Web" ,
5+ "license" : " MIT" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git@github.com:necolas/react-native-web.git"
9+ }
10+ }
Original file line number Diff line number Diff line change 66 "repository" : {
77 "type" : " git" ,
88 "url" : " git@github.com:facebook/react-native.git"
9+ },
10+ "dependencies" : {
11+ "@react-native/community-cli-plugin" : " 1000.0.0"
912 }
1013}
You can’t perform that action at this time.
0 commit comments