mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 06:22:39 +08:00
Move getPlatformExtension and getAssetDataFromName into DependencyResolver
Reviewed By: martinbigio Differential Revision: D2619690 fb-gh-sync-id: 04ca68a1fa2dc7b77a49c38ea1515d7afbdee603
This commit is contained in:
committed by
facebook-github-bot-7
parent
145a72df80
commit
34f8a6e56f
@@ -12,7 +12,7 @@ const debug = require('debug')('ReactNativePackager:DependencyGraph');
|
||||
const util = require('util');
|
||||
const path = require('path');
|
||||
const isAbsolutePath = require('absolute-path');
|
||||
const getAssetDataFromName = require('../../lib/getAssetDataFromName');
|
||||
const getAssetDataFromName = require('../lib/getAssetDataFromName');
|
||||
const Promise = require('promise');
|
||||
|
||||
class ResolutionRequest {
|
||||
|
||||
Reference in New Issue
Block a user