Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions fresh.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// A fresh file with something inside it

export class Foo {
get bar() {
return 'bazzz';
}
}

// Commit A
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another new unresolved comment.

Copy link
Copy Markdown
Member Author

@pkaminski pkaminski Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reply to unresolved comment. Then edited.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reply posted in bigger review.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow up comment.


// Commit B

// Commit C3

// Edit by reviewer
Loading