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

ES6 Module were finalized #670

Closed
pocesar opened this issue Sep 12, 2014 · 5 comments
Closed

ES6 Module were finalized #670

pocesar opened this issue Sep 12, 2014 · 5 comments
Labels
ES6 Relates to the ES6 Spec Question An issue which isn't directly actionable in code

Comments

@pocesar
Copy link

pocesar commented Sep 12, 2014

According to Dr. Axel Rauschmayer the modules keywords and functionality proposal are considered final

http://www.2ality.com/2014/09/es6-modules-final.html

so, since Typescript uses it's own type of import / require, will it be able to do import * from 'lib';, import {a, b} from 'lib'; or import * as lib from 'lib';, export default any time soon?

@sophiajt
Copy link
Contributor

ES6 modules are definitely on the radar.

Our first set of ES6 features we're currently looking at are ES6 classes, destructing (and tuples), for...of, spread, and template strings. These are all getting us to the ultimate goal of being a superset of ES6.

@danquirk danquirk added ES6 Relates to the ES6 Spec Question An issue which isn't directly actionable in code labels Sep 12, 2014
@pocesar
Copy link
Author

pocesar commented Sep 12, 2014

👍

@johnnyreilly
Copy link

👍

@paleo
Copy link

paleo commented Feb 10, 2015

Nested modules no longer exists in ES6.

What will be the future syntax for modules in TypeScript 2.0?
Will the full name of classes ("MyModule1.MyModule2.MyClass") disappear?

@mhegazy
Copy link
Contributor

mhegazy commented Mar 24, 2015

see #2242

@mhegazy mhegazy closed this as completed Mar 24, 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
ES6 Relates to the ES6 Spec Question An issue which isn't directly actionable in code
Projects
None yet
Development

No branches or pull requests

6 participants