Skip to content

Avoid adding types to jsdocs for TS files #24077

@Tyriar

Description

@Tyriar

This {SplitLinesOptions=} isn't needed for example and just adds potential for bitrot:

* @param {SplitLinesOptions=} splitOptions - Options used for splitting the string.
*/
export function splitLines(
source: string,
splitOptions: SplitLinesOptions = { removeEmptyEntries: true, trim: true },

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtCovers everything internal: CI, testing, refactoring of the codebase, etc.good first issueneeds PRReady to be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions