conf読み

conf読み

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L9

Object.create(null) 純粋なオブジェクトの生成

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L47 https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L63

参照に対して操作

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L77-L84

fsに対するエラー処理。 とりあえず以下2つ対応すればよさそう

ENOENT: 存在しない場合 SyntaxError

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L77-L84 自前のアクセサメソッドよりget, setをやっぱ使った方がいいんだな

https://github.com/sindresorhus/conf/blob/v0.12.0/index.js#L96-L102 イテレラブルに操作可能にする。 for ofで回せる。