Skip to content

Instantly share code, notes, and snippets.

View imabp's full-sized avatar
💭
Learning By Doing

Abir imabp

💭
Learning By Doing
View GitHub Profile
@Souvikns
Souvikns / index.js
Created March 28, 2021 12:23
asyncApiDiff
const parser = require('@asyncapi/parser');
const fs = require('fs');
const path = require('path');
const main = async () => {
const diff = {
additions: [],
deletions: [],
changes: {},
generate: doc => {