-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade
@asyncapi/parser
to v2.0.0 and use the new parser-api (…
…#960) Co-authored-by: Jonas Lagoni <[email protected]>%0ACo-authored-by: Matatjahu <[email protected]>
- Loading branch information
1 parent
0cf5b9a
commit 4b092d0
Showing
15 changed files
with
17,034 additions
and
1,609 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
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,3 +1,7 @@ | ||
module.exports = { | ||
clearMocks: true, | ||
moduleNameMapper: { | ||
'^nimma/legacy$': '<rootDir>/node_modules/nimma/dist/legacy/cjs/index.js', | ||
'^nimma/(.*)': '<rootDir>/node_modules/nimma/dist/cjs/$1', | ||
}, | ||
}; |
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.