Skip to content

Commit c482ddb

Browse files
chore(deps): update dependency typescript to v5.6.3 (#5876)
* chore(deps): update dependency typescript to v5.6.3 * chore: add JSDoc --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 40bcebe commit c482ddb

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/src/log/messages/core_steps.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ const logBundleResultFunctions = ({ functions, headerMessage, logs, error }) =>
1515
logArray(logs, functionNames)
1616
}
1717

18+
/**
19+
* Logs the result of bundling functions
20+
*
21+
* @param {object} options
22+
* @param {any} options.logs
23+
* @param {import("@netlify/zip-it-and-ship-it").FunctionResult[]} options.results
24+
*/
1825
export const logBundleResults = ({ logs, results = [] }) => {
1926
const resultsWithErrors = results.filter(({ bundlerErrors }) => bundlerErrors && bundlerErrors.length !== 0)
2027
const resultsWithWarnings = results.filter(

0 commit comments

Comments
 (0)