Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced module with namespace #12018

Merged
merged 1 commit into from
Nov 3, 2021
Merged

Replaced module with namespace #12018

merged 1 commit into from
Nov 3, 2021

Conversation

Biki-das
Copy link
Contributor

@Biki-das Biki-das commented Nov 1, 2021

In an effort to prevent further confusion between custom TypeScript modules and the new ES2015 modules, starting with TypeScript v1.5 the keyword namespace is now the preferred way to declare custom TypeScript modules.

therefore module can be replaced with namespace

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Biki-das
Copy link
Contributor Author

Biki-das commented Nov 3, 2021

@SimenB is there any change you would like to add or it's ok?

@SimenB
Copy link
Member

SimenB commented Nov 3, 2021

Ah, sorry. I triggered CI to run the TypeScript build and just forgot to check back 🙂

@SimenB SimenB merged commit 95f4969 into jestjs:main Nov 3, 2021
@Biki-das
Copy link
Contributor Author

Biki-das commented Nov 3, 2021

Ah, sorry. I triggered CI to run the TypeScript build and just forgot to check back 🙂

It's really ok,actually i also feel awkard to ping you multiple times!

@SimenB
Copy link
Member

SimenB commented Nov 3, 2021

Don't worry about it! 😀

@github-actions
Copy link

github-actions bot commented Dec 4, 2021

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants