Skip to content

Commit

Permalink
[communication] Migrate @azure/communication-rooms to ESM/vitest (#31840
Browse files Browse the repository at this point in the history
)

### Packages impacted by this PR

- @azure/communication-rooms

### Issues associated with this PR

- #31338

### Describe the problem that is addressed by this PR

Migrates @azure/communication-rooms using our migration tool to
ESM/vitest

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
mpodwysocki authored Nov 19, 2024
1 parent cae13bb commit 18fe8bf
Show file tree
Hide file tree
Showing 27 changed files with 307 additions and 321 deletions.
80 changes: 71 additions & 9 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-rooms/.nycrc

This file was deleted.

4 changes: 2 additions & 2 deletions sdk/communication/communication-rooms/api-extractor.json
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-rooms.d.ts"
"publicTrimmedFilePath": "dist/communication-rooms.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand Down
127 changes: 0 additions & 127 deletions sdk/communication/communication-rooms/karma.conf.js

This file was deleted.

Loading

0 comments on commit 18fe8bf

Please sign in to comment.