• T
    refactor: convert status_bar to TS · 3f6d129a
    Tomas Vik 提交于
    We changed imports and exports to ES modules. We had to specify all
    function input types and types of class properties. We added many
    non-null assertions to make the type checker pass.
    
    We changed GitLabJob to RestJob to match the naming convention and used
    it in the status_bar.
    3f6d129a
status_bar.ts 7.9 KB