Ekapp/swagger/src/plugins/json-schema-validator/validator/shared.js

5 lines
204 B
JavaScript

// export * from './ast.js'
// These import/exports are shared code between worker and main bundle.
// Putting them here keeps the distiction clear
export { getLineNumberForPath } from "../../ast/ast.js"