Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Trouble with parsing invalid type with space #4

@qfox

Description

@qfox

Code

var TypeParser = require('jsdoctypeparser').Parser;
var parser = new TypeParser();
console.log(parser.parse('Invalid type').toString());

outputs Invalidtype instead of throwing lexical error or something.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions