• 
      

    Use `import type` consistently in the Djblets codebase.

    Review Request #13851 — Created May 10, 2024 and submitted

    Information

    Djblets
    release-5.x

    Reviewers

    We made a change in Review Board to consistently use
    import { type ... } in our TypeScript code, but Djblets was still a
    mix of styles. This change goes through and updates everything to use
    our standard.

    Ran js-tests.

    Summary ID
    Use `import type` consistently in the Djblets codebase.
    We made a change in Review Board to consistently use `import { type ... }` in our TypeScript code, but Djblets was still a mix of styles. This change goes through and updates everything to use our standard. Testing Done: Ran js-tests.
    cd5af79e003d06d606d822ce53b4e2b4c150574d
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.x (800264b)