raml-js-parser-2
raml-js-parser-2 copied to clipboard
(deprecated)
I've encountered this problem when using raml2html. Including traits from external files causes some spurious parsing errors. The raml2html repository directs parsing errors here. Here's an example. Running `$ raml2html...
In `1.1.48` you've updated `raml-definition-system` package, which resulted in a breaking change. Before `1.1.48` the following Draft 4 schema was considered valid: ```json { "type": "object", "properties": { "example": {...
When Travis runs tests, few of them (always the same) fail for arbitrary versions of Node. Restarting a job for that Node version helps. Sometimes it takes few restarts for...
I've got custom type parameter with properties. The type is defined in an external file and is included. Here's the type: ``` timeMetaObject: type: object properties: time: type: number description:...
Hi. I got issue on validation when trying to pass multiple query parameters to resource in object. Here is an error that validator produces `{ code: 'SCALAR_PROHIBITED', message: 'Property \'queryParameters\'...
It seems there's an issue with some data (description and example) from types in uriParameters and headers. ```yaml #%RAML 1.0 --- title: Test API types: PhoneNumber: type: string description: A...
Hi guys, I can get uriParameters any properties "version": "1.1.48" ```raml #%RAML 1.0 --- title: mb-collection API baseUri: / ... /{id}: get: description: 商品详情 uriParameters: id: enum: [123132123, 3454543543543 ]...
Looks like this library uses xmllint-jsparser and that doesn't have any license information which could become a problem for us to use this library. Anyway to add license information in...
I'm trying to write a program that walks a high-level AST (generated by `raml.parseSync`), visiting each resource, and emitting information about the various methods it provides. I am really struggling...
I have searched high and low for anyone else experiencing this issue and cannot find a solution. In Angular 4 with Webpack 2 anytime I add var raml = require("raml-1-parser");...