Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Migrate build to vite #1033

Open
wants to merge 167 commits into
base: master
Choose a base branch
from
Open

Chore: Migrate build to vite #1033

wants to merge 167 commits into from

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    ceda3aa View commit details
    Browse the repository at this point in the history
  2. Split off type imports

    Juice10 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    bab2941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d571ea3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    b3ead33 View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cc47ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f43b8 View commit details
    Browse the repository at this point in the history
  4. Merge branch '@juice10/@rrweb/types' of https://github.com/rrweb-io/r…

    …rweb into @juice10/@rrweb/types
    Juice10 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0c41ba3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dfad95 View commit details
    Browse the repository at this point in the history
  6. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2728f8f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    4c2f310 View commit details
    Browse the repository at this point in the history
  2. Unify configs

    Juice10 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d57d780 View commit details
    Browse the repository at this point in the history
  3. Chore: Migrate rrdom to vite

    Turns out what we where doing by overwriting `public textContent: string | undefined` as a getter in a subclass is something that isn't allowed in typescript. Because we where using `// @ts-ignore`  to hide this error our bundler chose to allow the overwrite. Vite choses to disallow the overwrite making all subclasses' `textContent` undefined.
    To mitigate this we're using an abstract class, which does allow sub classes to decide if they wan't to use getters or not.
    Juice10 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    040c2ce View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    9182fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    369db3a View commit details
    Browse the repository at this point in the history
  3. BREAKING: moved rrweb-plugin-console to its own npm module

    This removes console from rrweb-all.js
    Juice10 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    3e28ecf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff02234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77a4c6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    193608e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    544e774 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d6896 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    45ea94e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    54728a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    62c4d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5011f View commit details
    Browse the repository at this point in the history
  3. pull in latest version of master

    something when wrong earlier when resolving merge conflicts, this should be correct
    Juice10 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2d95102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eec0d64 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Juice10 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0a68b47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    726c292 View commit details
    Browse the repository at this point in the history
  7. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    876084c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48e29a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79e02c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85c389c View commit details
    Browse the repository at this point in the history
  11. Get tests passing for rrdom

    `apply virtual style rules to node` tests need to be moved to rrweb to avoid circular dependencies
    Juice10 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fc59ddd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    acaaf10 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    a5001e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71450e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b10c833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c68fa98 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add @rrweb/all package

    Juice10 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    02689e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5563c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fde13e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41cc89a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    799310d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e46a951 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af3bc45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cce02e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    439f363 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34a2ee1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc91e30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4a9dd49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b93b687 View commit details
    Browse the repository at this point in the history
  14. Fix paths

    Juice10 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    deadccb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9cb10b View commit details
    Browse the repository at this point in the history
  16. Fix tests for rrweb

    Juice10 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    990cbe0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3188bba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    901fc12 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    4a007df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4deee29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09bd4bf View commit details
    Browse the repository at this point in the history
  4. Remove jest from rrweb

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ef0643b View commit details
    Browse the repository at this point in the history
  5. Fix paths

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c3709c4 View commit details
    Browse the repository at this point in the history
  6. always use rrweb's own cssom

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8e0abd7 View commit details
    Browse the repository at this point in the history
  7. Update tsconfig.json for rrweb-plugin-sequential-id-record

    Fixes this error:
    Error: @rrweb/rrweb-plugin-sequential-id-record:prepublish: tsconfig.json(9,5): error TS6377: Cannot write file '/home/runner/work/rrweb/rrweb/tsconfig.tsbuildinfo' because it will overwrite '.tsbuildinfo' file generated by referenced project '/home/runner/work/rrweb/rrweb/packages/rrweb'
    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f689436 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5fc5615 View commit details
    Browse the repository at this point in the history
  9. Move rrdom over to vitest

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0c1abe2 View commit details
    Browse the repository at this point in the history
  10. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c2266a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6218b6e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    68fe9e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9eda12e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a2876a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac79f63 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    993573d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be097cf View commit details
    Browse the repository at this point in the history
  18. unify tsconfigs

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    296ac55 View commit details
    Browse the repository at this point in the history
  19. Continue when tests fail

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5083fc2 View commit details
    Browse the repository at this point in the history
  20. Add stricter type checking

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    17d707f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    01533bf View commit details
    Browse the repository at this point in the history
  22. remove jest

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ac54452 View commit details
    Browse the repository at this point in the history
  23. Remove unused code

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e0f4b5d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a9ed119 View commit details
    Browse the repository at this point in the history
  25. Fix linting issues

    Juice10 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1d09c23 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    31a93fb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f9447fe View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9fa2d1c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    551eeb2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b346a8c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    db05651 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    66252be View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9870805 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bb1c36d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    7dd0d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    336b4b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59001f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd230f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55547d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    106b39a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9332204 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5da6a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    324a7cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19db415 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    33d5380 View commit details
    Browse the repository at this point in the history
  2. Add script to lint packages

    Juice10 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cd71e93 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9111005 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43ea92c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8dfe8d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    da29752 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    74bb7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2ac5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6bb8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f91fa48 View commit details
    Browse the repository at this point in the history
  5. Fix typing issues

    Juice10 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bbb4e30 View commit details
    Browse the repository at this point in the history
  6. Fix typing issues

    Juice10 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    16cdd2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aced12 View commit details
    Browse the repository at this point in the history
  8. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4e7d0b3 View commit details
    Browse the repository at this point in the history
  9. chore: Export Player class in rrweb-player/src/main.ts

    Makes attw happy
    Juice10 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8f62f62 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d79e67 View commit details
    Browse the repository at this point in the history
  11. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4823f9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7e4b77f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5158760 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8633a55 View commit details
    Browse the repository at this point in the history
  15. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a48b240 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fec731f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79c6129 View commit details
    Browse the repository at this point in the history
  18. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    99b889e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    92a9404 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ae5fda View commit details
    Browse the repository at this point in the history
  21. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    14f9f2d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7075e57 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e36125f View commit details
    Browse the repository at this point in the history
  24. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4b2491f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bda50b2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0567785 View commit details
    Browse the repository at this point in the history
  27. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a6c933a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    d73021b View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a061d4b View commit details
    Browse the repository at this point in the history
  3. Update documentation

    Juice10 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c45a8fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1caee8 View commit details
    Browse the repository at this point in the history
  5. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    285f600 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df23897 View commit details
    Browse the repository at this point in the history
  7. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9615169 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    9521682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d33d7 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eae4336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d56ff View commit details
    Browse the repository at this point in the history
  5. Apply formatting changes

    Juice10 authored and github-actions[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fdb8d39 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    8ee563c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd8bd2 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6f446ff View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e0f749c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61dce8 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2685dd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    397bd94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91fdce9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    69788d9 View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fd0b2f9 View commit details
    Browse the repository at this point in the history
  3. Migrate setTimeout to vitest

    Juice10 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd82a7e View commit details
    Browse the repository at this point in the history
  4. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4c6bfc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73f6b0b View commit details
    Browse the repository at this point in the history
  6. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    282bf0d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    5420de4 View commit details
    Browse the repository at this point in the history
  2. try out jsr

    Juice10 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0cae083 View commit details
    Browse the repository at this point in the history
  3. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    02d12bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88b9629 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04a9bc3 View commit details
    Browse the repository at this point in the history
  6. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e27ec75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bfcbd6 View commit details
    Browse the repository at this point in the history
  8. Apply formatting changes

    Juice10 authored and github-actions[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a47f5df View commit details
    Browse the repository at this point in the history