Skip to content

Commit

Permalink
Enable useDefineForClassFields for ECMA fields #10706
Browse files Browse the repository at this point in the history
And faster build time
  • Loading branch information
PowerKiKi committed Oct 3, 2024
1 parent 3e09c1a commit e685c48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@angular/router": "^18.2.3",
"@apollo/client": "~3.10.8",
"@ecodev/fab-speed-dial": "^17.0.0",
"@ecodev/natural": "^61.0.1",
"@ecodev/natural-editor": "^61.0.1",
"@ecodev/natural": "^61.0.2",
"@ecodev/natural-editor": "^61.0.2",
"@ecodev/natural-layout": "^2.0.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022", "dom"],
"noImplicitOverride": true,
"useDefineForClassFields": false
"noImplicitOverride": true
},
"angularCompilerOptions": {
"strictInjectionParameters": true,
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1639,10 +1639,10 @@
dependencies:
tslib "^2.6"

"@ecodev/natural-editor@^61.0.1":
version "61.0.1"
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-61.0.1.tgz#ae75cc3bbab025ba38e6854b94dcb03fa1bfdda6"
integrity sha512-mSclDuR6TPp5QZ1vJc2TAaDTI3cOJsPgBu7zv3ZkKTxzHqVKGD6/vTI5rbDrfORhCRRHAgrj4hjJY8PgBICwwQ==
"@ecodev/natural-editor@^61.0.2":
version "61.0.2"
resolved "https://registry.yarnpkg.com/@ecodev/natural-editor/-/natural-editor-61.0.2.tgz#76fc43f9f83117cab9ae8da3807f9ff88bb7cbf5"
integrity sha512-W1wMAdB6LC87XczAlCjd3EAxlxQjJM2Lq/wle7ceW5MWY5mgJWHSw0/aHAp9gGS/oj4MGsX1NiEDOdsQqGSY7g==
dependencies:
prosemirror-commands "^1.5.2"
prosemirror-dropcursor "^1.8.1"
Expand All @@ -1664,10 +1664,10 @@
resolved "https://registry.yarnpkg.com/@ecodev/natural-layout/-/natural-layout-2.0.2.tgz#e2c64c2ddb3c60793a39236b52624fde323e610a"
integrity sha512-BV75kFQmpfuSBNQ1jyKu+IdGkFTMESjPrtKrEyc3MqcmVhV5IiYU0LXTaghLZozuZgCT9HfMOnEsh05aS2j9uQ==

"@ecodev/natural@^61.0.1":
version "61.0.1"
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-61.0.1.tgz#a45308883e33c23cf7f384fc512bd18a8ae5ec8b"
integrity sha512-vDAMc69w8eUaIVZXa4TkL4u/LYkwytkFhaVLDbpAc3oy+i+/VJERYUCckh5Ly8xYTHtrSnymvdCPlboZr2zvfQ==
"@ecodev/natural@^61.0.2":
version "61.0.2"
resolved "https://registry.yarnpkg.com/@ecodev/natural/-/natural-61.0.2.tgz#ea08d30e3bf0f3340a6081d4d49a75482852c993"
integrity sha512-eJk4geSQLn/0wNKg8cgh8CDYf0JRWgNbzjk5fCaFhPNHk9/Ii9p31OAs6wYtPTi3GSVI8ZHAHhNLoMsRmkOGlg==
dependencies:
crypto-es "^2.0.3"
extract-files "^13.0.0"
Expand Down

0 comments on commit e685c48

Please sign in to comment.