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

[communication] Move @azure/communication-call-automation to ESM/vitest #31680

Merged
merged 27 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a273ddb
Migration: Update package.json, tsconfig.json, and api-extractor.json
mpodwysocki Nov 7, 2024
31a5d7c
Migration: Update test config
mpodwysocki Nov 7, 2024
4d5515e
Migration: Clean up files
mpodwysocki Nov 7, 2024
866f0f9
Migration: Apply codemod: "fixSourceFile"
mpodwysocki Nov 7, 2024
afb9ce3
Migration: Apply codemod: "fixTestingImports"
mpodwysocki Nov 7, 2024
8efe178
Migration: Apply codemod: "replaceAssertIsRejected"
mpodwysocki Nov 7, 2024
752cd74
Migration: Apply codemod: "replaceSinonStub"
mpodwysocki Nov 7, 2024
167fbdd
Migration: Apply codemod: "addViHelper"
mpodwysocki Nov 7, 2024
9e080ca
Migration: Apply codemod: "replaceSupportTracing"
mpodwysocki Nov 7, 2024
f3b0373
Migration: Apply codemod: "replaceTestUtils"
mpodwysocki Nov 7, 2024
81cb541
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 7, 2024
9120c33
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 11, 2024
44077ee
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 11, 2024
3bdfea5
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 14, 2024
1f436e6
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 14, 2024
122100e
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 14, 2024
9eff34f
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 15, 2024
0206671
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 15, 2024
e566e67
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 15, 2024
e2ef998
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
mpodwysocki Nov 15, 2024
abb5ab4
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
mpodwysocki Nov 15, 2024
e3872d2
[communication] Update @azure/communication-call-automation to ESM/vi…
mpodwysocki Nov 15, 2024
331a66e
[communication] Move @azure/communication-call-automation to ESM/vitest
mpodwysocki Nov 18, 2024
4c03b51
[communication] Move @azure/communication-call-automation to ESM/vitest
mpodwysocki Nov 18, 2024
b7fd01a
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-js into…
mpodwysocki Nov 18, 2024
f657623
[communication] Move @azure/communication-call-automation to ESM/vitest
mpodwysocki Nov 18, 2024
e1d93e0
[communication] Move @azure/communication-call-automation to ESM/vitest
mpodwysocki Nov 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 33 additions & 17 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions sdk/communication/communication-call-automation/.nycrc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "types/src/index.d.ts",
"mainEntryPointFilePath": "dist/esm/index.d.ts",
"docModel": {
"enabled": true
},
Expand All @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/communication-call-automation.d.ts"
"publicTrimmedFilePath": "dist/communication-call-automation.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand Down
127 changes: 0 additions & 127 deletions sdk/communication/communication-call-automation/karma.conf.js

This file was deleted.

Loading
Loading