LoginSignup
100
75

More than 5 years have passed since last update.

Node.jsクラス図(v10.0.0対応版)

Last updated at Posted at 2018-04-26

2018-04-24(日本時間2018-04-25)にNode.js v10.0.0がリリース:tada:
そのクラス図(event付き)を(たぶん)世界最速で公開:innocent::innocent:

https://github.com/darai0512/node-class-diagram
node-class-diagram.png

最後に、取り組むきっかけとなった@shigeki さんのv0.8.12の元ネタを紹介させていただくので、
tlsとか見比べてみると面白いです

https://github.com/shigeki/node-class-diagram
node-class-diagram-v0.8.12.png


  1. Deprecated APIにはDocumentation-only(codeからは消えず使えるが非推奨)、Runtime(実行するとdeprecated warning)、End-of-Life(codeから削除)の3種類がある。通常この順に落とされていくが、require('assert')など影響度が大きいものは下げれないので、明確な猶予期間などは定まっていない。 

  2. 新APIは図以外にもfs Promises APIutil.typesなどたくさん! 

100
75
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
100
75