mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Add private tag to unexposed functions. [ci skip]
This commit is contained in:
@@ -18,6 +18,7 @@ var baseLodash = path.join(basePath, filename),
|
||||
/**
|
||||
* Creates browser builds of Lodash at the `target` path.
|
||||
*
|
||||
* @private
|
||||
* @param {string} target The output directory path.
|
||||
*/
|
||||
function build() {
|
||||
|
||||
@@ -21,6 +21,7 @@ var filePairs = [
|
||||
/**
|
||||
* Creates supplementary Lodash modules at the `target` path.
|
||||
*
|
||||
* @private
|
||||
* @param {string} target The output directory path.
|
||||
*/
|
||||
function build(target) {
|
||||
|
||||
Reference in New Issue
Block a user