jsii-diff
Version:
Assembly comparison for jsii
12 lines • 527 B
TypeScript
import * as reflect from 'jsii-reflect';
import { ComparisonOptions, Mismatches } from './types';
/**
* 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.
*/
export declare function compareAssemblies(original: reflect.Assembly, updated: reflect.Assembly, options?: ComparisonOptions): Mismatches;
//# sourceMappingURL=index.d.ts.map