jsii-diff
- Version 1.106.0
- Published
- 143 kB
- 6 dependencies
- Apache-2.0 license
Install
npm i jsii-diff
yarn add jsii-diff
pnpm add jsii-diff
Overview
Assembly comparison for jsii
Index
Functions
Functions
function compareAssemblies
compareAssemblies: ( original: reflect.Assembly, updated: reflect.Assembly, options?: ComparisonOptions) => Mismatches;
Compare two assemblies
We currently only check for compatibility (a full diff is harder :). The only thing we have to do is check for every API item whether it's still available and has the same shape (or bigger) in the new API.
Package Files (1)
Dependencies (6)
Dev Dependencies (5)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/jsii-diff
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/jsii-diff)
- HTML<a href="https://www.jsdocs.io/package/jsii-diff"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1461 ms. - Missing or incorrect documentation? Open an issue for this package.