Bram Gotink
Bram Gotink
If you change ```ts ngc({ project: `${tempLibFolder}/tsconfig.lib.json` }) ``` to ```ts ngc([ '--project', `${tempLibFolder}/tsconfig.lib.json` ]) ``` it should work again. Note that the call to `ngc` will no longer return...
@wolftrax5 The globally installed `@angular/cli` doesn't look inside `.yarn/cache`, you can use `yarn ng build my-lib` instead.
I'm in a similar situation as @scottfwalter where I'm not using babel or webpack directly but Angular is responsible for the configuration. I'm not planning on hooking/hacking into angular to...
@anfruiz Could you open a ticket on https://github.com/bgotink/playwright-coverage? I'd rather discuss issues there than continuing in this feature request on the playwright repo, to prevent the discussion here from going...
I'm pro making them distinct values. Packages that work with the CST to provide an API for modifying KDL text while retaining comments and formatting would be more complex and...
I can see why prolog is a hurdle a lot of people are not willing to take, even though imo it is very clearly the right tool for the job....
I've been thinking about this lately (a lot) and I'm still more in favour of using imperative constraints than declarative if we're going the typescript/javascript route. Looking back at the...
Let's start with: I fully understand the lack of enthusiasm. The package exports proposal looks like it covers a lot of our use case, but… 1. We run some tests...
Yeah, @AndyClausen, I'm using a homebrew plugin to publish packages from another folder. The version I'm using daily at work is propietary, but it is more or less identical in...
> Why can't opts.path etc get the full request? If code resolves `my-pkg/some/deep/path.js`, only the manifest at `my-pkg/package.json` can provide exports. It's easy to split `my-pkg` and `/some/deep/path.js` to define...