-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[agrifood-farming-rest] Migration to ESM/vitest (#31951)
### Packages impacted by this PR `@azure-rest/agrifood-farming` ### Issues associated with this PR #31338
- Loading branch information
1 parent
53155a8
commit 86d5ce3
Showing
19 changed files
with
676 additions
and
501 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
|
||
import FarmBeats from "./farmBeats"; | ||
import FarmBeats from "./farmBeats.js"; | ||
|
||
export * from "./farmBeats"; | ||
export * from "./parameters"; | ||
export * from "./responses"; | ||
export * from "./clientDefinitions"; | ||
export * from "./isUnexpected"; | ||
export * from "./models"; | ||
export * from "./outputModels"; | ||
export * from "./paginateHelper"; | ||
export * from "./pollingHelper"; | ||
export * from "./serializeHelper"; | ||
export * from "./farmBeats.js"; | ||
export * from "./parameters.js"; | ||
export * from "./responses.js"; | ||
export * from "./clientDefinitions.js"; | ||
export * from "./isUnexpected.js"; | ||
export * from "./models.js"; | ||
export * from "./outputModels.js"; | ||
export * from "./paginateHelper.js"; | ||
export * from "./pollingHelper.js"; | ||
export * from "./serializeHelper.js"; | ||
|
||
export default FarmBeats; |
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
Oops, something went wrong.