Skip to content

Remove ES2023 target from Array.findLast() PR #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

m-basov
Copy link

@m-basov m-basov commented Aug 25, 2022

Describe your changes
Remove ES2023 target (requested in microsoft#49636 (comment)) but leave ES2023 lib.
Also, added test cases for non-numbers.

Testing performed
node built/local/tsc --noEmit --moduleResolution node --lib es2023 --target es2022 tests/cases/compiler/findLast.ts
node built/local/tsc --noEmit --moduleResolution node --lib esnext --target es2022 tests/cases/compiler/findLast.ts
node built/local/tsc --noEmit --moduleResolution node --target esnext tests/cases/compiler/findLast.ts
node built/local/tsc --noEmit --moduleResolution node --lib es2022 --target es2022 tests/cases/compiler/findLast.ts
node built/local/tsc --noEmit --moduleResolution node --target es2022 tests/cases/compiler/findLast.ts

@m-basov m-basov changed the title Remove ES2023 target Remove ES2023 target from https://github.com/microsoft/TypeScript/pull/49636 Aug 25, 2022
@m-basov m-basov changed the title Remove ES2023 target from https://github.com/microsoft/TypeScript/pull/49636 Remove ES2023 target from Array.findLast() PR Aug 25, 2022
Signed-off-by: mbasov2 <[email protected]>
@m-basov m-basov merged commit 5b524d5 into bloomberg:oss-hackathon-48829 Aug 25, 2022
m-basov added a commit that referenced this pull request Aug 31, 2022
m-basov added a commit that referenced this pull request Dec 16, 2022
* Add .findLast(), .findLastIndex(), and es2023 target

Signed-off-by: mbasov2 <[email protected]>

* Update baselines

Signed-off-by: mbasov2 <[email protected]>

Remove ES2023 target (#75)

Signed-off-by: mbasov2 <[email protected]>
m-basov added a commit that referenced this pull request Jan 13, 2023
* Add .findLast(), .findLastIndex(), and es2023 target

Signed-off-by: mbasov2 <[email protected]>

* Update baselines

Signed-off-by: mbasov2 <[email protected]>

Remove ES2023 target (#75)

Signed-off-by: mbasov2 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants