Skip to content

Commit

Permalink
Move decorators, transform-class-properties from stage-1 to stage-2 p…
Browse files Browse the repository at this point in the history
…reset docs (#883)

* Swap decorators from stage-1 to stage-2 preset docs

See: babel/babel#3613

TL; DR:
> TC39 advanced decorators to stage 2, w/ crucial open questions re:
> function, param, & property decorators needing good answers for
> progress.
- @BrendanEich

* Move transform-class-properties link to stage-2

* Re-add message about transform-decorators-plugin being disabled
  • Loading branch information
kevinSuttle authored and hzoo committed Aug 5, 2016
1 parent 22f50ee commit dfc2aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/plugins/preset-stage-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package: babel-preset-stage-1
This preset includes the following plugins:

- [transform-class-constructor-call](/docs/plugins/transform-class-constructor-call) (Deprecated)
- [transform-class-properties](/docs/plugins/transform-class-properties)
- <del>[transform-decorators](/docs/plugins/transform-decorators)</del> – *disabled pending proposal update*
- [transform-export-extensions](/docs/plugins/transform-export-extensions)

And all plugins from presets:
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/preset-stage-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ package: babel-preset-stage-2
This preset includes the following plugins:

- [transform-object-rest-spread](/docs/plugins/transform-object-rest-spread)
- <del>[transform-decorators](/docs/plugins/transform-decorators)</del> – *disabled pending proposal update*
- [transform-class-properties](/docs/plugins/transform-class-properties)

And all plugins from presets:

Expand Down

0 comments on commit dfc2aa0

Please sign in to comment.