playwright/packages/playwright-test/src
Dmitry Gozman 4edd023644
fix(tsconfig): fallback to default *:* path mapping when baseUrl is present (#22802)
According to
https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url,
`baseUrl` affects all non-relative imports. Additional `paths` mapping
can be specified for more control. However, if none of the `paths`
matches, it still falls back to the default `*:*` mapping. Confirmed by
invoking `tsc` with different configs.

Fixes #22663.
2023-05-03 16:08:06 -07:00
..
common fix(tsconfig): fallback to default *:* path mapping when baseUrl is present (#22802) 2023-05-03 16:08:06 -07:00
isomorphic feat: project.teardown that runs after all dependents have finished (#22696) 2023-04-28 14:27:08 -07:00
loader chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
matchers chore: fix soft after poll (#22642) 2023-04-26 08:50:10 -07:00
plugins chore: split InternalReporter and Multiplexer (#22671) 2023-04-26 17:55:58 -07:00
reporters fix(merger): pass onError to the reporter (#22775) 2023-05-03 09:08:09 -07:00
runner fix(runner): do not hang on worker exit before tests (#22742) 2023-05-01 14:54:48 -07:00
third_party feat(test runner): support jsconfig.json's baseUrl+paths (#19219) 2022-12-01 16:42:25 -08:00
worker chore: nest api steps by time (#22801) 2023-05-03 16:04:20 -07:00
cli.ts chore: split merge and blob reporter (#22695) 2023-04-27 16:38:45 -07:00
DEPS.list chore: introduce testInfo.testId (#21670) 2023-03-14 15:58:55 -07:00
experimentalLoader.ts fix(loader): experimentalLoader with node@18 (#21106) 2023-02-22 14:28:03 -08:00
index.ts chore: nest api steps by time (#22801) 2023-05-03 16:04:20 -07:00
internalsForTest.ts chore: respect deps when watching files (#20695) 2023-02-06 17:09:16 -08:00
store.ts chore: inside out the config & project internal (#22260) 2023-04-07 09:54:01 -07:00
util.ts chore: only transpile tsx for components (#22504) 2023-04-19 14:20:53 -07:00
utilsBundle.ts chore: bundle chokidar, leave fsevents as an optional dependency (#20762) 2023-02-09 08:40:27 -08:00