Skip to content

Commit

Permalink
Revert "target es2021 (#23307)" (#23567)
Browse files Browse the repository at this point in the history
Reverting this commit as it causes the integration pipeline to fail. 


[ADO](https://dev.azure.com/fluidframework/internal/_workitems/edit/28536)
  • Loading branch information
sonalideshpandemsft authored Jan 15, 2025
1 parent b947c9c commit 08aef9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/ripe-taxes-press.md

This file was deleted.

2 changes: 1 addition & 1 deletion common/build/build-common/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pretty": true,
"sourceMap": true,
"strict": true,
"target": "ES2021",
"target": "ES2020",
"types": [],
// Enabling these compiler flags is necessary for typechecking compliance with semver as per https://www.semver-ts.org/
// See specifically https://www.semver-ts.org/formal-spec/5-compiler-considerations.html#strictness.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export enum FileMode {
}

// @alpha (undocumented)
export type FiveDaysMs = 432_000_000;
export type FiveDaysMs = 432000000;

// @alpha
export interface IAnyDriverError extends Omit<IDriverErrorBase, "errorType"> {
Expand Down

0 comments on commit 08aef9c

Please sign in to comment.