Skip to content

Commit

Permalink
fixup! lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Mar 9, 2024
1 parent ef1a27e commit 7823bbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/ses/src/commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ export const stringMatch = uncurryThis(stringPrototype.match);
export const stringReplace = /** @type {any} */ (
uncurryThis(stringPrototype.replace)
);
export const stringReplaceAll = /** @type {any} */ (
uncurryThis(stringPrototype.replaceAll)
);
export const stringSearch = uncurryThis(stringPrototype.search);
export const stringSlice = uncurryThis(stringPrototype.slice);
/** @type {(thisArg: string, splitter: string | RegExp | { [Symbol.split](string: string, limit?: number): string[]; }, limit?: number) => string[]} */
Expand Down
2 changes: 0 additions & 2 deletions packages/ses/src/error/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
WeakSet,
arrayFilter,
arrayFlatMap,
arrayJoin,
arrayMap,
arrayPop,
arrayPush,
Expand All @@ -19,7 +18,6 @@ import {
isError,
stringEndsWith,
stringIncludes,
stringReplaceAll,
stringSplit,
weaksetAdd,
weaksetHas,
Expand Down

0 comments on commit 7823bbe

Please sign in to comment.