fisker Cheung
fisker Cheung
We already made decision to not insert space. Problem here is where we can break if `--prose-wrap always` https://github.com/prettier/prettier/pull/11597#issuecomment-1192951382
Sorry for the delay, alpha release is mainly for plugins, this will be included in v3, don't worry.
> never add or remove whitespace between letters and punctuation. 👍
Any thought on this?
If we still want keep it, maybe we should change it to a Proxy? https://github.com/prettier/prettier/blob/e096ea7552c2aaec1883c7fdde4bd9f5283301bd/src/main/parser.js#L61-L74
@thorn0 @sosukesuzuki In case you missed.
Cheaper? We don't need map all keys.
> if it isn't used by real-world plugins. Maybe it doesn't matter if plugin uses it or not, if plugin uses `options`, it will have to change, the `options` paramter...
This is when it's added https://github.com/prettier/prettier/pull/1783/files#diff-54c345dc104dc19440f9c2482b7883df820e8b9b699fdd8fa07e2773e7197a29L22
Let's pass an empty object in v3 (deprecate those getters), and remove the paramter in v4?