chore: add JSDocs

This commit is contained in:
Igor Randjelovic
2020-12-08 12:07:42 +01:00
committed by Nathan Walker
parent 6817886cd7
commit ff013096f7
10 changed files with 131 additions and 0 deletions

View File

@ -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);