-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use import attributes when importing json files (#1174)
* Use import attributes for json imports. * rush change * Add useTranslation to prettierignore
- Loading branch information
Showing
9 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ playwright-report | |
|
||
# test-app specific | ||
routeTree.gen.ts | ||
|
||
# temporary until prettier is updated | ||
useTranslation.tsx |
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/appui-react/issue-1165_2025-01-15-15-07.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/appui-react", | ||
"comment": "Use import attributes for json imports.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/appui-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/components-react/issue-1165_2025-01-15-15-07.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/components-react", | ||
"comment": "Use import attributes for json imports.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/components-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/core-react/issue-1165_2025-01-15-15-07.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/core-react", | ||
"comment": "Use import attributes for json imports.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/core-react" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/imodel-components-react/issue-1165_2025-01-15-15-07.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/imodel-components-react", | ||
"comment": "Use import attributes for json imports.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/imodel-components-react" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters