raml-js-parser-2 icon indicating copy to clipboard operation
raml-js-parser-2 copied to clipboard

(deprecated)

Results 18 raml-js-parser-2 issues
Sort by recently updated
recently updated
newest added

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...

bug
waiting-for-response
webapi-parser

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": {...

bug
waiting-for-response

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...

bug

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:...

bug
waiting-for-response

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\'...

bug
waiting-for-response

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...

bug
waiting-for-response

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 ]...

bug
waiting-for-response

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...

bug
waiting-for-response

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...

question
waiting-for-response

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");...

bug
waiting-for-response