Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/asyncapi/spec
/ embedded-examples-validation.js
File
embedded-examples-validation.js
scripts/validation/embedded-examples-validation.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs'
);
2
const
yaml = require(
'js-yaml'
);
3
const
{ Parser } = require(
'@asyncapi/parser'
);
4
const
mergePatch = require(
'json-merge-patch'
);
Callers
nothing calls this directly
Calls
3
extractCommentsAndExamples
Function · 0.85
applyUpdates
Function · 0.85
validateParser
Function · 0.85
Tested by
no test coverage detected