Skip to content

Commit

Permalink
TypeScript 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Mar 16, 2023
1 parent 42d811e commit fd64e5c
Show file tree
Hide file tree
Showing 21 changed files with 171,832 additions and 178,531 deletions.
2 changes: 0 additions & 2 deletions deno/common/ts_morph_common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1017,8 +1017,6 @@ export declare class ArrayUtils {
static getUniqueItems<T>(a: ReadonlyArray<T>): T[];
static removeFirst<T>(a: T[], item: T): boolean;
static removeAll<T>(a: T[], isMatch: (item: T) => boolean): T[];
static flatten<T>(items: T[][]): T[];
static from<T>(items: ts.Iterator<T>): T[];
static toIterator<T>(items: ReadonlyArray<T>): Generator<T, void, unknown>;
static sortByProperty<T>(items: T[], getProp: (item: T) => string | number): T[];
static groupBy<T>(items: ReadonlyArray<T>, getGroup: (item: T) => string | number): T[][];
Expand Down
180 changes: 90 additions & 90 deletions deno/common/ts_morph_common.js

Large diffs are not rendered by default.

3,643 changes: 1,325 additions & 2,318 deletions deno/common/typescript.d.ts

Large diffs are not rendered by default.

0 comments on commit fd64e5c

Please sign in to comment.