Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

fix(package): Fix module declaration names in dist d.ts files #4476

Merged
merged 2 commits into from
Mar 4, 2019

Conversation

kfranqueiro
Copy link
Contributor

Refs #4463 (comment)

Example of module declarations before:

./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog' {
./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog/util' {
./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog/adapter' {
./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog/component' {
./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog/foundation' {
./dialog/dist/mdc.dialog.d.ts:declare module 'mdc-dialog/types' {

Example of module declarations after:

packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog' {
packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog/util' {
packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog/adapter' {
packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog/component' {
packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog/foundation' {
packages/mdc-dialog/dist/mdc.dialog.d.ts:declare module '@material/dialog/types' {

@codecov-io
Copy link

codecov-io commented Mar 4, 2019

Codecov Report

Merging #4476 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4476   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files         130      130           
  Lines        6235     6235           
  Branches      811      811           
=======================================
  Hits         6176     6176           
  Misses         58       58           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 569c96b...4f5a849. Read the comment docs.

@mdc-web-bot
Copy link
Collaborator

All 627 screenshot tests passed for commit 0516d4d vs. master! 💯🎉

@kfranqueiro kfranqueiro requested a review from abhiomkar March 4, 2019 19:04
@kfranqueiro kfranqueiro assigned abhiomkar and unassigned acdvorak Mar 4, 2019
@mdc-web-bot
Copy link
Collaborator

All 627 screenshot tests passed for commit 4f5a849 vs. master! 💯🎉

@kfranqueiro kfranqueiro merged commit 872b39f into master Mar 4, 2019
@kfranqueiro kfranqueiro deleted the fix/typescript-module-declaration-names branch March 4, 2019 22:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants