feat(codemode): complete date parity (#37960)

This commit is contained in:
Aiden Cline 2026-07-20 12:13:16 -05:00 committed by GitHub
commit 98c29075b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 401 additions and 12 deletions

View file

@ -5,7 +5,7 @@ export class CodeModePromise {
}
export class CodeModeDate {
constructor(readonly time: number) {}
constructor(public time: number) {}
}
export class CodeModeRegExp {