Skip to content

Commit 5bfe312

Browse files
authored
build: fix exports check failure (#21136)
Adds a couple of exceptions to the MDC exports CI check in order to resolve a failure in master.
1 parent a235792 commit 5bfe312

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/check-mdc-exports-config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ export const config = {
6060
'_MatTabNavBase',
6161
'_MatTabLinkBase',
6262
'_MatTabGroupBase'
63+
],
64+
'mdc-table': [
65+
// Private symbols that are only exported for MDC.
66+
'_MatTableDataSource',
67+
'_MAT_TEXT_COLUMN_TEMPLATE'
6368
]
6469
}
6570
};

0 commit comments

Comments
 (0)