Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .yarn/versions/6d0047f0.yml
Comment thread
cylewaitforit marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@yarnpkg/core"
5 changes: 5 additions & 0 deletions packages/yarnpkg-core/sources/StreamReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ const supportsEmojis = [`iTerm.app`, `Apple_Terminal`, `WarpTerminal`, `vscode`]

const makeRecord = <T>(obj: {[key: string]: T}) => obj;
const PROGRESS_STYLES = makeRecord({
cupid: {
date: [14, 2],
chars: [`💘`, `🩷`],
size: 40,
},
patrick: {
date: [17, 3],
chars: [`🍀`, `🌱`],
Expand Down
Loading