Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular Reference Error With Typescript 3.x #1

Closed
pixelshaded opened this issue Jan 3, 2019 · 2 comments
Closed

Circular Reference Error With Typescript 3.x #1

pixelshaded opened this issue Jan 3, 2019 · 2 comments

Comments

@pixelshaded
Copy link

Type error: Type alias 'TypedPathWrapper' circularly references itself. TS2456 with typescript 3.x

@m-abboud
Copy link
Contributor

I fixed this in: #2 (tested it in ts 3.6.4)

And published a temp fork on npm with the fix in it,
npm i @neatcapital/typed-path --save
https://www.npmjs.com/package/@neatcapital/typed-path

The fork also includes a few other misc improvements

@bsalex
Copy link
Owner

bsalex commented Oct 16, 2019

Thanks @m-abboud and @pixelshaded for your contributions.
https://www.npmjs.com/package/typed-path

@bsalex bsalex closed this as completed Oct 16, 2019
bsalex pushed a commit that referenced this issue Nov 11, 2020
PR changes. Additional handlers - optimization for applying default handlers. Additional handlers documentation. Version bump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants