All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es.refractor.visitors.async-api-2.index.mjs Maven / Gradle / Ivy

There is a newer version: 0.99.2
Show newest version
import stampit from 'stampit';
import { always } from 'ramda';
import FixedFieldsVisitor from "../generics/FixedFieldsVisitor.mjs";
import FallbackVisitor from "../FallbackVisitor.mjs";
import AsyncApi2Element from "../../../elements/AsyncApi2.mjs";
const AsyncApi2Visitor = stampit(FixedFieldsVisitor, FallbackVisitor, {
  props: {
    specPath: always(['document', 'objects', 'AsyncApi']),
    canSupportSpecificationExtensions: true
  },
  init() {
    this.element = new AsyncApi2Element();
  }
});
export default AsyncApi2Visitor;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy