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

Syntax : internal modules and ES6 modules #2649

Closed
paleo opened this issue Apr 7, 2015 · 2 comments
Closed

Syntax : internal modules and ES6 modules #2649

paleo opened this issue Apr 7, 2015 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@paleo
Copy link

paleo commented Apr 7, 2015

Maybe internal modules should be renamed to something else? For example, the following code declares an ES6 module:

declare module "MyLib" {
}

But this one declares an internal module:

declare module MyLib {
}

The syntax is confusing.

@NoelAbrahams
Copy link

See #2159

@paleo
Copy link
Author

paleo commented Apr 7, 2015

Thanks.

@paleo paleo closed this as completed Apr 7, 2015
@DanielRosenwasser DanielRosenwasser added the Duplicate An existing issue was already created label Apr 7, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

3 participants