What is the difference between raw.hbs handlerbar files and only .hbs handlerbar files?

raw な outlet に対しても setupComponent(args, component) と似たものはありますか?計算プロパティはどうでしょうか?コンテキスト内のデータに基づいていくつかの計算を行いたいのですが、どのようにすればよいでしょうか。私が作成した付随する .js.es6 ファイルの名前が正しいのかも分かりません。.raw.js.es6 と名付けるべきでしょうか?

SetUpComponent not being called for topic list tags plugin outlet - #3 by net_deamon

解決策が見つかりました:Topic モデルを reopen して、そこで計算プロパティを作成します。

https://github.com/paviliondev/discourse-events/blob/master/assets/javascripts/discourse/initializers/event-edits.js.es6#L74

その後、raw テンプレート内で使用できます。

https://github.com/paviliondev/discourse-events/blob/master/assets/javascripts/discourse/connectors/topic-list-after-title/topic-list-event-rsvp.raw.hbs#L5