mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
ci(ENG-21474): Minor Cleanup (#24450)
This commit is contained in:
@@ -2494,7 +2494,7 @@ export function formatAnnotationToHtml(annotation, options = {}) {
|
||||
* @param {AnnotationOptions} [options]
|
||||
* @returns {AnnotationResult}
|
||||
*/
|
||||
export function parseAnnotations(content, options = {}) {
|
||||
export function parseAnnotations(content) {
|
||||
/** @type {Annotation[]} */
|
||||
const annotations = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user