Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: init custom parser functionality #489

Merged
merged 2 commits into from Mar 11, 2022

Conversation

magicmatatjahu
Copy link
Member

@magicmatatjahu magicmatatjahu commented Mar 10, 2022

Description

  • init custom parser functionality: registerSchemaParser etc.
  • init custom operations like applyTraits or parseSchemas.
  • without tests, I will add them soon.

Related issue(s)
Part of #481
Part of #482

Copy link
Sponsor Member

@jonaslagoni jonaslagoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No tests? 😄

without tests, I will add them soon.

Ah 😆

import { xParserOriginalTraits } from '../constants';
import { mergePatch } from '../utils';

const v2TraitPaths = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v2 means v2 of the spec here? If so, shall we extract the paths to their own files so we can do the same for v3 spec ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will have only 2 custom operations and I don't think so that we should split them to separate files. We can do it later, if we will have more logic for each version.

Copy link
Member

@smoya smoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@sonarcloud
Copy link

sonarcloud bot commented Mar 11, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@magicmatatjahu
Copy link
Member Author

/rtm

@asyncapi-bot asyncapi-bot merged commit ddc0383 into asyncapi:next-major Mar 11, 2022
@magicmatatjahu magicmatatjahu deleted the next/custom-parsers branch March 11, 2022 14:15
magicmatatjahu added a commit to magicmatatjahu/parser-js that referenced this pull request Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready-to-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants