Ian Bull
|
70011e9155
|
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide (#5706)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2024-08-21 14:42:02 +09:00 |
|
Yoshiya Hinosawa
|
442a497c03
|
fix(fmt): fix the case when mantissa exceeds 10 by rounding and exponent is negative (#5279)
|
2024-07-04 14:29:31 +09:00 |
|
Yoshiya Hinosawa
|
cdb6ee4abf
|
test(fmt): add test cases for printf() (#5278)
|
2024-07-04 11:46:04 +09:00 |
|
Yoshiya Hinosawa
|
3155f0050a
|
chore: switch to JSR-oriented codebase (#4650)
|
2024-04-29 11:57:30 +09:00 |
|
Lino Le Van
|
c46143f0ac
|
chore: update copyright year (#4046)
* chore: update copyright year
* fix
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2024-01-02 08:11:32 +11:00 |
|
Tim Reichen
|
bf5154e85c
|
refactor(fmt): format test names (#4029)
* initial commit
* rerun tests
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
|
2023-12-28 13:52:35 +11:00 |
|
Asher Gomez
|
239e85ad6a
|
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445)
|
2023-07-13 16:04:30 +09:00 |
|
Yoshiya Hinosawa
|
400ba3a3dd
|
chore: update assertions following Deno.inspect change (#3345)
|
2023-05-01 08:28:36 +09:00 |
|
James Bradlee
|
7afd7e270e
|
feat(fmt/printf): add formatter i/I (Deno.inspect) (#3100)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
|
2023-01-17 18:42:53 +09:00 |
|
ayame113
|
b4239898d6
|
chore: update copyright header (#3082)
|
2023-01-03 19:47:44 +09:00 |
|
Asher Gomez
|
3b9fb39ddd
|
chore: remove void and Promise<void> return types (#2550)
|
2022-08-24 10:21:57 +09:00 |
|
Yoshiya Hinosawa
|
808fe203e0
|
chore: update copyright header (#1871)
|
2022-02-02 23:21:39 +09:00 |
|
vi117
|
93ee52d5a8
|
fix(fmt/printf): print with rounding taken into account (#1623)
|
2021-11-23 01:04:13 +09:00 |
|
Bartek Iwańczuk
|
0e4f3a6965
|
chore: reenable printf tests (#1542)
|
2021-11-10 12:12:47 +01:00 |
|
Yusuke Tanaka
|
81be5faad9
|
chore: remove ESLint directives (#941)
|
2021-05-30 15:25:01 +09:00 |
|
Yoshiya Hinosawa
|
b224ab580d
|
fix(test): skip test cases which cause serde_v8 error (#828)
|
2021-04-02 00:28:39 +09:00 |
|
Bartek Iwańczuk
|
84ee144ba8
|
chore: Enforce ban-untagged-todo lint rule (denoland/deno#9135)
|
2021-02-01 10:46:59 +00:00 |
|
Ryan Dahl
|
48a2496dbe
|
update copyright to 2021 (denoland/deno#9081)
|
2021-02-01 10:46:59 +00:00 |
|
Bartek Iwańczuk
|
57d903a06b
|
build: migrate to dlint (denoland/deno#8176)
This commit migrates repository from using "eslint"
to "dlint" for linting JavaScript code.
|
2021-02-01 10:46:58 +00:00 |
|
Nayeem Rahman
|
d80fb379cb
|
feat(cli/console): Add Deno.InspectOptions::colors (denoland/deno#7742)
Ref: https://github.com/denoland/deno/pull/7516#pullrequestreview-489567120
|
2021-02-01 10:46:58 +00:00 |
|
Casper Beyer
|
ec04cb2584
|
fix(cli/console): always quote and escape inspected strings (denoland/deno#7546)
|
2021-02-01 10:46:58 +00:00 |
|
David Sherret
|
1425960509
|
Use dprint for internal formatting (denoland/deno#6682)
|
2021-02-01 10:46:58 +00:00 |
|
Ryan Dahl
|
bfe995ec02
|
Move fmt/sprintf.ts to fmt/printf.ts (denoland/deno#4567)
|
2021-02-01 10:46:57 +00:00 |
|