swagger-api/swagger-editor

View on GitHub
src/plugins/json-schema-validator/validator/shared.js

Summary

Maintainability
A
0 mins
Test Coverage
// export * from './ast.js'
// These import/exports are shared code between worker and main bundle.
// Putting them here keeps the distinction clear
export { getLineNumberForPath } from "../../ast/ast.js"