File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This plugin is a best effort to be compatible with Babel 5's transpiler output,
25
25
are a few things that were difficult to reproduce, and a few things that were simply incorrect
26
26
in Babel 5 with respect to the decorators proposal.
27
27
28
- Two main things to mention as differences, though not what I'd actually see as problems :
28
+ Two main things to mention as differences, though not things you are likely to encounter :
29
29
30
30
1 . Decorators expressions are evaluated top to bottom, and executed bottom to top. e.g.
31
31
@@ -60,7 +60,7 @@ Two main things to mention as differences, though not what I'd actually see as p
60
60
executed 1
61
61
```
62
62
63
- which is what the spec dictates as the currect behavior and was incorrect in Babel 5.
63
+ which is what the spec dictates as the correct behavior and was incorrect in Babel 5.
64
64
65
65
2. Static class property initializers are evaluated once up front.
66
66
You can’t perform that action at this time.
0 commit comments