This exports package functions such as activate directly using ES6 exports. This simplifies the code, as there is no need to use this. anymore. -> The large code diff noise is because this. is removed and indentation has changed.
Changes HydrogenProvider to only use _emitter, which it actually needs.
Description
This exports package functions such as
activate
directly using ES6 exports. This simplifies the code, as there is no need to usethis.
anymore. -> The large code diff noise is becausethis.
is removed and indentation has changed.Changes HydrogenProvider to only use
_emitter
, which it actually needs.