Daniel

Results 16 comments of Daniel

For 1, the main reason for this would be that the command-line parser we use (`@rushstack/ts-command-line`) doesn't support for more than one non-flag parameter, where `add` is the non-flag parameter...

I do lean toward what @dmichon-msft said here regarding when/where the warning appears. IMO since this is in relation to a package being out of date, it would make the...

Internally, yes, we do cache files under `.heft` folder for builds. This allows us to reuse the build cache from TypeScript as well as the output from the Jest plugin...

Have you tried using it and it just doesn't work? If so, it's possible that it's not working because the overrides need to be specified in the root project (see...

@Faithfinder plugin differences aren't that big, so migration (especially for a plugin with this functionality) would be quick to accomplish. Having said that, `runScript` can be used with a dev-provided...

This issue seems to be superseded by the changes made to `@rushstack/heft-jest-plugin` by @dmichon-msft in our move to the updated version of Heft, so I'm closing this out. Please re-open...

@frontsideair curious what features are lost when that error appears? From what I understand, it's largely just a complaint from Babel that can be ignored.

Apologies, was meaning to reply but got caught up with a few other things. @pavelfeldman that sounds pretty much exactly like what I'm looking for (currently I'm working around the...

@pavelfeldman so I dug in a bit more on this, seems like the issue is that normally, `node_modules` should get excluded from the transform that Playwright performs. However, in monorepos...

@kirill-konshin yes. Publish is manually triggered. You can either choose to wait for the next publish, or you can request a publish from one of the senior maintainers.