Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 19, 2018. It is now read-only.
/discussPublic archive

Commit4feb028

Browse files
committed
Update features
1 parent7855eb1 commit4feb028

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎Features.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ As part of CoffeeScript 2, we will update CoffeeScript’s `class` to output an
2424

2525
>CoffeeScript 1.x and 2
2626
27-
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4352) and released as part of CoffeeScript 1.12.
27+
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4352) andwill bereleased as part of CoffeeScript 1.12.
2828

2929
##Medium Priority
3030

@@ -46,17 +46,17 @@ Building off of the essential class-related items in Top Priority, this item is
4646

4747
>CoffeeScript 1.x and 2
4848
49-
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4357) and released as part of CoffeeScript 1.12.
49+
[This has been merged](https://github.com/jashkenas/coffeescript/pull/4357) andwill bereleased as part of CoffeeScript 1.12.
5050

5151
##Low Priority
5252

5353
These are nice-to-have features that should be implemented as time permits, probably only in the “new” compiler if one gets created. Any change that causes ES2015 output and isn’t opt-in needs to either be enabled by a flag or only in the new, ESNext-outputting compiler.
5454

55-
###Template literals[(#41)](https://github.com/coffeescript6/discuss/issues/41)
55+
###~~Template literals[(#41)](https://github.com/coffeescript6/discuss/issues/41)~~
5656

5757
>CoffeeScript 2 only
5858
59-
Output CoffeeScript’s interpolated strings—`"hello, #{name}!"`—as ES2015 template literals:`` `hello, ${name}!```Thisis in progress at[jashkenas/coffeescript#4365](https://github.com/jashkenas/coffeescript/pull/4365)
59+
[Thishas been merged](https://github.com/jashkenas/coffeescript/pull/4365) into the`2` branch.
6060

6161
###~~Fat arrows`=>` output as`=>`[(#8)](https://github.com/coffeescript6/discuss/issues/8)~~
6262

@@ -72,18 +72,12 @@ Output CoffeeScript’s interpolated strings—`"hello, #{name}!"`—as ES2015 t
7272

7373
>CoffeeScript 1.x and 2
7474
75-
[This is has been merged](https://github.com/jashkenas/coffeescript/pull/4306) and released as part of CoffeeScript 1.12.
75+
[This is has been merged](https://github.com/jashkenas/coffeescript/pull/4306) andwill bereleased as part of CoffeeScript 1.12.
7676

7777
##Uncertain
7878

7979
These are features we’re not sure we will implement, in any version of CoffeeScript:
8080

81-
###Inferred`let` assignment[(#1)](https://github.com/coffeescript6/discuss/issues/1)
82-
83-
>CoffeeScript 2 only
84-
85-
When a variable isn’t declared using the new operator that produces`const` (see above), CoffeeScript should automatically declare it with`let` whenever possible.
86-
8781
###Block assignment`let` and`const` assignment operators[(#31)](https://github.com/coffeescript6/discuss/issues/31) or[(#35)](https://github.com/coffeescript6/discuss/issues/35)
8882

8983
>CoffeeScript 2 only
@@ -94,6 +88,12 @@ If we support `const` only, [(#31)](https://github.com/coffeescript6/discuss/iss
9488

9589
If we support`let` and`const`,[(#35)](https://github.com/coffeescript6/discuss/issues/35), which would be necessary if we want to gain the block-scope aspects of the new`let` and`const` keywords, we would need two new operators:`:=` for`let` and`:==` for`const`. The`:=`-defined variables would get their`let` declarations grouped together at the tops of their blocks.
9690

91+
###Inferred`let` assignment[(#1)](https://github.com/coffeescript6/discuss/issues/1)
92+
93+
>CoffeeScript 2 only
94+
95+
When a variable isn’t declared using a new operator that produces`const` (see above), CoffeeScript should automatically declare it with`let` whenever possible.
96+
9797
##No Action
9898

9999
These are other features that have been discussed, but the consensus at the moment is that no action should be taken to implement them.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp