You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Gives an error when generated: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred. SyntaxError: Unexpected character '«'
There is such a code in JSON: "GetPricing«Restrictions»": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "values": { "$ref": "#/definitions/Restrictions" } }, "title": "GetPricing«Restrictions»" },
If I remove it, I get this error: No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred. SyntaxError: Unexpected token, expected "," (2:3592)
But on the second line is this: "swagger": "2.0",
What is the reason?
The text was updated successfully, but these errors were encountered:
levenecav
changed the title
SyntaxError: Unexpected character '«'
SyntaxError: Unexpected character
Apr 15, 2019
Hello!
Gives an error when generated:
No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred. SyntaxError: Unexpected character '«'
There is such a code in JSON:
"GetPricing«Restrictions»": { "type": "object", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "values": { "$ref": "#/definitions/Restrictions" } }, "title": "GetPricing«Restrictions»" },
If I remove it, I get this error:
No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred. SyntaxError: Unexpected token, expected "," (2:3592)
But on the second line is this:
"swagger": "2.0",
What is the reason?
The text was updated successfully, but these errors were encountered: