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 }, |
This
{SplitLinesOptions=}isn't needed for example and just adds potential for bitrot:vscode-python/src/client/common/stringUtils.ts
Lines 12 to 16 in 34dac5c