Skip to content

Commit

Permalink
refactor(ios): gather resources async, including node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Mar 1, 2021
1 parent 4323bbc commit 0fd053b
Show file tree
Hide file tree
Showing 3 changed files with 1,230 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion cli/lib/tasks/process-js-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ProcessJsTask extends IncrementalFileTask {
* @param {String[]} options.incrementalDirectory Path to a folder where incremental task data will be stored.
* @param {Object} options.logger The logger instance used by this task.
* @param {Object} options.builder iOS builder instance.
* @param {String[]} options.jsFiles Array with info about JS files to resolve paths.
* @param {object} options.jsFiles Object with keys of filenames and values are info about JS files to resolve paths.
* @param {String[]} options.jsBootstrapFiles Array of bootstrap scripts to consider. The task will directly modify this array.
* @param {String} options.sdkCommonFolder Path to common JS files from the SDK.
* @param {Object} options.defaultAnalyzeOptions Default configuration options for jsanalyze.
Expand Down
Loading

0 comments on commit 0fd053b

Please sign in to comment.