mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
chore: add JSDocs
This commit is contained in:

committed by
Nathan Walker

parent
6817886cd7
commit
ff013096f7
@ -6,6 +6,9 @@ import { info, warn } from './log';
|
||||
import * as lib from '../index';
|
||||
import { clearCurrentPlugin, setCurrentPlugin } from '../index';
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export function applyExternalConfigs() {
|
||||
getAllDependencies().forEach((dependency) => {
|
||||
const packagePath = getDependencyPath(dependency);
|
||||
|
Reference in New Issue
Block a user