* fixing real imports with rollup as well as getting rid of getPackageAndTask implementation details
* revert changes to basic test
* fixing test
* Change files
* start of swc
* docs are skipped in transpilation
* more replace
* moving the build to bundle for lage v2
* added fixes in pr & release
* fixing the types worker to only generate d.ts files
* swcrc instead of individual hacks
* change what "build" means
* transpile fixes the path from src to lib
* making swc the transpiler of choice
* Change files
* force color = 0 in the setup rather than individual test files
* fixed monorepo fixture and targetrunnerpicker to pick out runner transpiled by swc
* Change files
* fixed the tsconfig.lage2.json to output node16 moduleRes
* Change files
* we are going to inline the dynamic imports!
* forcing a single typescript version in the repo
* Change files
* deleted a test that cannot be run inside jest for now
* adding a depcheck worker
* adding an ignore for the monorepo-scripts
* fixing all the depcheck failures!
* fixing to have PRs check for deps
* Change files
* fixing up lage deps
* Change files
* show maxmemory usage in log-level silly
* just doing a memory check on the scheduler instead
* adding summary info
* send down the config
* fix lint issues
* Change files
* fixing up the existing test to fit the new process
* fixing tests
* updated reporters test to account for summary data including memory information
* added some tests to check restarts and max memory usage
* fixing tests
* adds a weight for tests
* add jest worker change
* making everything faster in cookbook!
* fastest everything!
* docs
* unique fixture
* make unique IDs for tests
* try to do e2e tests one by one for now
* forgot to add the same dependsOn
* lage e2e also
* run modified packages and their deps first if running with since option and hitting repoWideChanges
* Change files
* run modified packages and their deps first if running with since option and hitting repoWideChanges 2
Co-authored-by: Pushkar Gupta <pushkargupta@microsoft.com>
* Adds the Weighted Target option
* Change files
* Change files
* fixing lint issues
* adding weight to the workerpool test
* fixing tests to have weights in runner.run calls
* adds weight to fix tests
* added a tiny test to make sure availability is updated during setup.