Skip to content

Commit 90352aa

Browse files
committed
build: remove MDC exports script
The MDC exports script isn't being used anymore.
1 parent f958318 commit 90352aa

File tree

5 files changed

+0
-162
lines changed

5 files changed

+0
-162
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ jobs:
330330
- run: yarn stylelint
331331
- run: yarn tslint
332332
- run: yarn -s ts-circular-deps:check
333-
- run: yarn check-mdc-exports
334333
# Should be last so that it doesn't prevent the other lint checks from running.
335334
- run:
336335
name: Check Commit Message (PR Only)

CODING_STANDARDS.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,6 @@ Avoid using inheritance to apply reusable behaviors to multiple components. This
257257
behaviors can be composed. Instead, [TypeScript mixins][ts-mixins] can be used to compose multiple
258258
common behaviors into a single component.
259259

260-
#### MDC checks
261-
To ensure backwards compatability, we check that tests written for MDC Components include all of
262-
the same tests that the non-MDC version had. Similarly, we check that the public API of MDC
263-
Components match that of the non-MDC version.
264-
265-
In the case where old tests no longer make sense and should be omitted or the public API should be
266-
changed, you can do so in [scripts/check-mdc-tests-config.ts](https://github.com/angular/components/blob/main/scripts/check-mdc-tests-config.ts) and
267-
[scripts/check-mdc-exports-config.ts](https://github.com/angular/components/blob/main/scripts/check-mdc-exports-config.ts).
268-
Remember to leave a comment explaining why the change was necessary.
269-
270260
#### Coercion
271261
Component and directive inputs for boolean and number values must use a setter to coerce values to
272262
the expected type using cdk/coercion.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"test-linker-jit": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only --//tools:force_partial_jit_compilation=True -- //integration/... //src/...",
4848
"integration-tests:mdc-migration": "bazel test --test_output=streamed //integration/mdc-migration/...",
4949
"check-mdc-tests": "ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts",
50-
"check-mdc-exports": "ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts",
5150
"check-tooling-setup": "yarn tsc --project tools/tsconfig.json && yarn tsc --project scripts/tsconfig.json && yarn tsc --project .ng-dev/tsconfig.json",
5251
"tsc": "node ./node_modules/typescript/bin/tsc",
5352
"ci-push-deploy-docs-app": "ts-node --esm --project scripts/tsconfig.json scripts/docs-deploy/deploy-ci-push.mts",

scripts/check-mdc-exports-config.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

scripts/check-mdc-exports.ts

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)