File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
packages/element-web-module-api/src/api Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,19 @@ export default {
1717 // Unlisted peer dependency for @matrix -org/react-sdk-module-api
1818 "matrix-web-i18n" ,
1919 ] ,
20- entry : [
21- "packages/element-web-playwright-common/src/testcontainers/*" ,
22- "packages/element-web-playwright-common/src/fixtures/services.ts" ,
23- "packages/element-web-playwright-common/src/stale-screenshot-reporter.ts" ,
24- ] ,
20+ workspaces : {
21+ "modules/*/element-web" : {
22+ entry : "src/index.ts{x,}" ,
23+ } ,
24+ "packages/element-web-playwright-common" : {
25+ entry : [
26+ "src/fixtures/index.ts" ,
27+ "src/fixtures/services.ts" ,
28+ "src/testcontainers/index.ts" ,
29+ "src/testcontainers/synapse.ts" ,
30+ "src/testcontainers/mas-config.ts" ,
31+ "src/stale-screenshot-reporter.ts" ,
32+ ] ,
33+ } ,
34+ } ,
2535} satisfies KnipConfig ;
Original file line number Diff line number Diff line change @@ -78,7 +78,8 @@ export function isModule(module: unknown): module is ModuleExport {
7878 * @public
7979 */
8080export interface Api
81- extends LegacyModuleApiExtension ,
81+ extends
82+ LegacyModuleApiExtension ,
8283 LegacyCustomisationsApiExtension ,
8384 DialogApiExtension ,
8485 AccountAuthApiExtension ,
You can’t perform that action at this time.
0 commit comments