catharsis icon indicating copy to clipboard operation
catharsis copied to clipboard

A JavaScript parser for Google Closure Compiler and JSDoc type expressions.

Results 25 catharsis issues
Sort by recently updated
recently updated
newest added

Hi @hegemonic, I would like to see tuple support, which is requested since 2015 and 2017 you mentioned you are open for a PR: https://github.com/jsdoc/jsdoc/issues/1073#issuecomment-312524697 So this is the first...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/hegemonic/catharsis). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`^9.2.2` -> `^10.0.0`](https://renovatebot.com/diffs/npm/mocha/9.2.2/10.0.0) |...

Saw you where targeting node 14.17 and above it supports private class fields.

Hi, As per https://github.com/jsdoctypeparser/jsdoctypeparser/issues/109 , we'd be interested in bringing over, if nothing else, tests from our own jsdoc type parser (once it may be harmonized to follow the same...

Per the latest [ECMAScript specification](https://tc39.es/ecma262/#prod-UnicodeEscapeSequence), `UnicodeEscapeSequence` supports the `u{...}` hex digits escape sequences (which can be 1 to a maximum of 6 hex digits given the max not being higher...

Hi! I wanted to ask if you are open to accept PRs that would enable JSDoc to parse more typescript specific types. For example the intersection types (See https://github.com/hegemonic/catharsis/issues/62). I...

(Disclaimer: I'll probably never actually do this.) Catharsis's parser is currently generated by [PEG.js](https://github.com/pegjs/pegjs) from a parsing expression grammar. That seemed like a good choice when I made it. Over...

https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html