Groups
Groups
Sign in
Groups
Groups
Exploring ES6
Conversations
Labels
About
Send feedback
Help
Exploring ES6
Contact owners and managers
1–25 of 26
Mark all as read
Report group
0 selected
Axel Rauschmayer
11/16/16
Migration of this group to “Exploring JS”
I'm consolidating the separate forums for “Speaking JavaScript” and “Exploring ES6” into this new
unread,
Migration of this group to “Exploring JS”
I'm consolidating the separate forums for “Speaking JavaScript” and “Exploring ES6” into this new
11/16/16
Jared Siirila
,
Axel Rauschmayer
2
10/31/16
Value of 'this' in modules
It'll be undefined. That's a typo that is on my list of things to fix.
unread,
Value of 'this' in modules
It'll be undefined. That's a typo that is on my list of things to fix.
10/31/16
GuggelsAccaunt
,
Axel Rauschmayer
2
10/31/16
When is the print version published?
The book is basically finished. It's all about polishing details at the moment. Alas, progress is
unread,
When is the print version published?
The book is basically finished. It's all about polishing details at the moment. Alas, progress is
10/31/16
Boris Kacevich
9/15/16
ES6 components and how common do you use them?
I'm conducting a research on which of ES6's components are being commonly used in
unread,
ES6 components and how common do you use them?
I'm conducting a research on which of ES6's components are being commonly used in
9/15/16
Raul-Sebastian Mihăilă
,
Mörre Noseshine
2
6/29/16
Check for duplicate class element names
When you do that you merely overwrite what you did previously. Remember that "class" is
unread,
Check for duplicate class element names
When you do that you merely overwrite what you did previously. Remember that "class" is
6/29/16
Alice Bellard
,
Raul-Sebastian Mihăilă
2
6/9/16
Why two default export styles?
If you were to support export default const foo = 1; you'd normally support export default const
unread,
Why two default export styles?
If you were to support export default const foo = 1; you'd normally support export default const
6/9/16
Vladimir Kelman
,
Axel Rauschmayer
4
6/2/16
The purpose / real usage example of sending value to es6 next(myParameter)?
If you are new to generators, you can read the following section in “Exploring ES6”: http://
unread,
The purpose / real usage example of sending value to es6 next(myParameter)?
If you are new to generators, you can read the following section in “Exploring ES6”: http://
6/2/16
Juergen Donnerstag
5/27/16
Streams and Generators
Hi, I searched the internet and especially read your book about ES6 to solve a problem I have with
unread,
Streams and Generators
Hi, I searched the internet and especially read your book about ES6 to solve a problem I have with
5/27/16
Nathan Williams
,
Axel Rauschmayer
5
5/6/16
Brief table of contents
Sorry to disappear...I was thinking I'd get notified about replies to this thead. Manning places
unread,
Brief table of contents
Sorry to disappear...I was thinking I'd get notified about replies to this thead. Manning places
5/6/16
Mika Genic
4/15/16
6.9 cheat sheet: the new string methods
the example for raw is: > String.raw`\` === '\\' shouldn't it be: > String.raw(`\`)
unread,
6.9 cheat sheet: the new string methods
the example for raw is: > String.raw`\` === '\\' shouldn't it be: > String.raw(`\`)
4/15/16
Björn Harrtell
3
4/6/16
16. Modules - about "module folding"
From further learnings I think that the combination of import * as obj and export { obj } achieves
unread,
16. Modules - about "module folding"
From further learnings I think that the combination of import * as obj and export { obj } achieves
4/6/16
Andrew Willems
3/13/16
suggestion: provide simple explanations of coroutine, push and pull in chapter on Generators
The chapter on Generators was very interesting and helpful. Thank you. There are a few concepts used
unread,
suggestion: provide simple explanations of coroutine, push and pull in chapter on Generators
The chapter on Generators was very interesting and helpful. Thank you. There are a few concepts used
3/13/16
Mörre Noseshine
,
Axel Rauschmayer
6
3/13/16
Two additions for the "Promises" chapter
Got it, thanks!
unread,
Two additions for the "Promises" chapter
Got it, thanks!
3/13/16
Mörre Noseshine
,
Axel Rauschmayer
2
3/5/16
Another suggestion: when to throw outside the promise in a function parameter check
More material for your blog post…
unread,
Another suggestion: when to throw outside the promise in a function parameter check
More material for your blog post…
3/5/16
Perry Smith
1/18/16
modules within the page
I have a use case where an external program produces an html file that has css and javascript in it.
unread,
modules within the page
I have a use case where an external program produces an html file that has css and javascript in it.
1/18/16
Fábio Antunes
1/15/16
What is the best approach to import es6 modules with Node
Sorry if this is a dumb question but I have strong background in PHP and I only do Javascript on my
unread,
What is the best approach to import es6 modules with Node
Sorry if this is a dumb question but I have strong background in PHP and I only do Javascript on my
1/15/16
Björn Harrtell
,
Axel Rauschmayer
3
12/27/15
Limitations of Cyclic dependencies in ES6 modules/classes
Yeah in my case it's complicated... and I suspect there is no fix coming, ever. But I think it
unread,
Limitations of Cyclic dependencies in ES6 modules/classes
Yeah in my case it's complicated... and I suspect there is no fix coming, ever. But I think it
12/27/15
Tyler Breisacher
, …
Axel Rauschmayer
11
12/19/15
Including Closure Compiler in the tools section
It took a while, but Closure Compiler is now mentioned in “Exploring ES6”: http://exploringjs.com/es6
unread,
Including Closure Compiler in the tools section
It took a while, but Closure Compiler is now mentioned in “Exploring ES6”: http://exploringjs.com/es6
12/19/15
Chris Veness
,
Axel Rauschmayer
3
12/13/15
Transpiler pronunciations
I didn't know about Babel's roots. I see Sebastian says 'babble', so fair do's,
unread,
Transpiler pronunciations
I didn't know about Babel's roots. I see Sebastian says 'babble', so fair do's,
12/13/15
Thomas Shinnick
,
Axel Rauschmayer
4
8/24/15
Errata checkpoint - chapter numbers changed
I have updated the section headings. Pausing/backtracking to deal with minor errata is jarring and a
unread,
Errata checkpoint - chapter numbers changed
I have updated the section headings. Pausing/backtracking to deal with minor errata is jarring and a
8/24/15
Michael Wills
2
8/3/15
Recommendations for low performance penalty transpiled ES6 usage
Looks like Angular Benchpress may help with performance testing. Will keep digging. Thanks!
unread,
Recommendations for low performance penalty transpiled ES6 usage
Looks like Angular Benchpress may help with performance testing. Will keep digging. Thanks!
8/3/15
Ivan Yan
7/13/15
let and const in loop heads
9.5.1 for loop const works like var, but you can't change the initial value of a const-declared
unread,
let and const in loop heads
9.5.1 for loop const works like var, but you can't change the initial value of a const-declared
7/13/15
Adam Rackis
7/8/15
Wording in 24.9.3
in 24.9.3 you have All static methods of Promise support subclassing - they create new Promise
unread,
Wording in 24.9.3
in 24.9.3 you have All static methods of Promise support subclassing - they create new Promise
7/8/15
Adam Rackis
7/8/15
Mention recursive unwrapping?
In section 24.9.1, your Glossary: Promises section, you say in part this: "Resolving a promise P
unread,
Mention recursive unwrapping?
In section 24.9.1, your Glossary: Promises section, you say in part this: "Resolving a promise P
7/8/15
Adam Rackis
7/4/15
Consider clarifying `return` discussion in 21.4.4.1
Toward the bottom of 21.4.4.1 you write: "You can invoke next() one more time" Have you
unread,
Consider clarifying `return` discussion in 21.4.4.1
Toward the bottom of 21.4.4.1 you write: "You can invoke next() one more time" Have you
7/4/15
Ivan Kurnosov
,
Axel Rauschmayer
2
6/28/15
Typo, 9.1.3
Fixed in today's release, thanks!
unread,
Typo, 9.1.3
Fixed in today's release, thanks!
6/28/15