mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
chore: cleanup
This commit is contained in:

committed by
Nathan Walker

parent
54dd20e90a
commit
6817886cd7
@ -9,15 +9,16 @@ import {
|
||||
hasDependency,
|
||||
getDependencyPath,
|
||||
} from './dependencies';
|
||||
import { getPackageJson, getProjectRootPath } from './project';
|
||||
import {
|
||||
addPlatform,
|
||||
getAbsoluteDistPath,
|
||||
getDistPath,
|
||||
getEntryPath,
|
||||
getEntryDirPath,
|
||||
getPackageJson,
|
||||
getProjectRootPath,
|
||||
} from './project';
|
||||
import { getPlatform, getPlatformName, addPlatform } from '../platforms';
|
||||
getEntryPath,
|
||||
getPlatform,
|
||||
getPlatformName,
|
||||
} from './platform';
|
||||
|
||||
// intentionally populated manually
|
||||
// as this generates nicer typings
|
||||
@ -46,15 +47,15 @@ export default {
|
||||
},
|
||||
project: {
|
||||
getProjectRootPath,
|
||||
getAbsoluteDistPath,
|
||||
getEntryPath,
|
||||
getEntryDirPath,
|
||||
getDistPath,
|
||||
getPackageJson,
|
||||
},
|
||||
platform: {
|
||||
addPlatform,
|
||||
getAbsoluteDistPath,
|
||||
getDistPath,
|
||||
getEntryDirPath,
|
||||
getEntryPath,
|
||||
getPlatform,
|
||||
getPlatformName,
|
||||
addPlatform,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user