Jon

Results 28 issues of Jon

How do you execute the `nx-set-shas` package? I mean you using `oclif` package to trigger the package from the command line as executable package. But how do you execute the...

After clone I was running `npm install` and I got this error: ``` npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @nrwl/[email protected] npm ERR! Found: @typescript-eslint/[email protected]...

I want to find all `Identifier`s that missing imports in the `sourceFile`. not to fix them, but to get them as `nodes`. Is this something possible to do with ts-morph?

# Description In my code, I have a viewModel that I build from the state: ``` vm$ = this.state.select( selectSlice(['loaded', 'things']), map(({ loaded, things }) => ({ loaded, things }))...

# Problem Solved By The Feature I build my application with RxState. my team have a difficult time to understand when to use `connect` and when to use `hold`. I...

Is there an example application that implement routes with this library? Because there are some things to be consider like redirecting to lang. update the URL when the lang is...

Right now, to visualize component dependencies with other components I need to have ngModule. Is it possible to support visualize graphs with standalone components without ngModule anywhere in the application?...

Type: Enhancement

Apologies, it's not a bug; rather, I have an inquiry. Is there an API function in ts-morph for retrieving the next property in the sequence `foo.bar.baz`? Specifically, I am positioned...

Hi @dsherret maybe you can help me. Since I upgrade `ts-morph` to the last version I get a typescript error and the integration with `tsquery` doesn't work. ``` Argument of...

Feature request. Please add to the docs why I should use rx-state over ngrx/component-store. I mean I know I can use them both, but I also can use them without...

📚 Docs Web