Skip to content
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

feat(NODE-5016)!: compile ts with target es2020 #3545

Merged
merged 1 commit into from Jan 31, 2023
Merged

feat(NODE-5016)!: compile ts with target es2020 #3545

merged 1 commit into from Jan 31, 2023

Conversation

nbbeeken
Copy link
Contributor

@nbbeeken nbbeeken commented Jan 30, 2023

Description

What is changing?

  • tsconfig "target" set to es2020
  • eslintrc ecmaVersion set to es2020

What is the motivation for this change?

Align output syntax with ts syntax.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@nbbeeken nbbeeken marked this pull request as ready for review January 30, 2023 18:20
Comment on lines +11 to +13
"lib": [
"es2020"
],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is prettier's doing, lmk if we want to omit

@dariakp dariakp merged commit def266a into main Jan 31, 2023
@dariakp dariakp deleted the NODE-5016 branch January 31, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants