Skip to content

Commit 17ea222

Browse files
committed
FR translation: add file to translate
1 parent ae89677 commit 17ea222

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//// { compiler: { }, order: 1 }
2+
3+
// New to 3.7 is the ability to quickly convert
4+
// a const variable to a let when the value
5+
// has been re-assigned.
6+
7+
// You can try this by highlighting the below error
8+
// and choosing to run the quick-fix.
9+
10+
const displayName = "Andrew";
11+
12+
displayName = "Andrea";

0 commit comments

Comments
 (0)