Asher Gomez
065296ca5a
docs(log): document getLogger()
and Logger
( #6084 )
2024-10-03 21:54:16 +09:00
Asher Gomez
bfbc53e2ca
fix(log): remove leaky Logger.prototype.asString()
method ( #6082 )
2024-10-02 16:47:43 +09:00
Asher Gomez
e9716720b6
docs(log): document BaseHandler
( #6067 )
...
* docs(log): document `BaseHandler`
* fix
* fix
2024-09-27 12:31:58 +09:00
Asher Gomez
77eba7f042
docs(log): document warn
module ( #5973 )
2024-09-18 14:04:33 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes"
option ( #5892 )
2024-09-04 14:15:01 +09:00
Yoshiya Hinosawa
0c584412cf
fix(log): Revert "deprecate(log): deprecate internal utility methods" ( #4436 ) ( #4572 )
2024-04-11 19:30:50 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration ( #4560 )
2024-04-10 12:43:44 +10:00
Tim Reichen
42df58a233
deprecate(log): deprecate internal utility methods ( #4436 )
...
initial commit
2024-04-10 11:35:11 +10:00
Asher Gomez
d50e074a55
BREAKING(log): remove WARNING
log level ( #4258 )
...
* BREAKING(log): remove deprecated APIs
* update
2024-02-02 16:57:14 +11:00
cin
aad9999265
refactor(log): remove log private methods/properties underscore ( #4243 )
2024-01-28 01:28:51 +09:00
Asher Gomez
e3cb0cc3bf
refactor(log): tidy imports and exports ( #4215 )
2024-01-17 13:55:06 +11:00
Tim Reichen
f5b6774dcd
deprecation(log): rename warning()
to warn()
( #4117 )
...
* initial commit
* Update log/logger.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* replace WARNING with WARN
* update
* refactor(cli): make `Spinner` constructor options more readable (#4091 )
* initial commit
* update
* docs(testing): fix assertion deprecation notices (#4122 )
* refactor(assert): remove `void` return types (#4124 )
* fix(http): punt removal version of `unstable_cookie_map.ts` (#4125 )
* chore: ignore `/docs` in license checker tool (#4123 )
* deprecation(semver): rename `rangeFormat()` to `formatRange()` (#4090 )
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* refactor(archive): prepare for `noUncheckedIndexedAccess` (#4110 )
* refactor(archive): prepare for noUncheckedIndexedAccess
* adjust test to handle new TarHeader requirements
* revert WARNING
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Simon Holloway <simon@syhol.io>
2024-01-11 12:36:15 +11:00
Asher Gomez
c79d68b905
BREAKING(log): remove deprecated APIs ( #4104 )
2024-01-09 10:43:19 +09:00
Tim Reichen
cd0f7def26
refactor(log): remove obsolete Log.handler
property getter and setter ( #4100 )
...
initial commit
2024-01-05 09:57:26 +11: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
realpha
6a9c12f7de
deprecate(log): remove enums and add deprecation notices ( #3855 )
...
* feat(log): replaced LogLevels enum with object and enforced stricter types
* feat(log): updated types
* chore(log): updated types in tests
* chore(log): retain bimap for const object and add deprecation notices
* refactor(log): added deprecation notices and hardened level setter
* feat(log): added LogLevel to module API
* chore(log): removed unnecessary type casts in tests
* chore(log): remove unused import in test files
* tweaks
* tweak
* fmt
* Revert "fmt"
This reverts commit f3d6897d1e
.
* Revert "tweak"
This reverts commit 67edf66091
.
* Revert "tweaks"
This reverts commit ab8cca47ad
.
* remove types from JSDocs
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-28 06:26:21 +11:00
Mizuki
fd5722bbb6
fix(log): fix serializing BigInt value in object ( #3550 )
2023-08-21 13:26:58 +09:00
ayame113
b4239898d6
chore: update copyright header ( #3082 )
2023-01-03 19:47:44 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs ( #2658 )
2022-11-25 12:40:23 +01:00
Asher Gomez
3b9fb39ddd
chore: remove void
and Promise<void>
return types ( #2550 )
2022-08-24 10:21:57 +09:00
Mark Ladyshau
1bba810b48
refactor: replace TS private
with private identifiers ( #2272 )
2022-05-27 21:27:13 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
Ryan Dahl
48a2496dbe
update copyright to 2021 ( denoland/deno#9081 )
2021-02-01 10:46:59 +00:00
Mark Tiedemann
2a8e78dbda
feat(log): Log error stack ( denoland/deno#8401 )
2021-02-01 10:46:58 +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
David Sherret
99e0dca320
feat(fmt): Sort named import and export specifiers ( denoland/deno#7711 )
2021-02-01 10:46:58 +00:00
Kitson Kelly
d47cdf14aa
feat: update to TypeScript 4.0 ( denoland/deno#6514 )
2021-02-01 10:46:58 +00:00
Nayeem Rahman
0672c3a8ec
fix: Make std work with isolatedModules ( denoland/deno#7016 )
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
Kitson Kelly
9d4117f963
feat: add --no-check option ( denoland/deno#6456 )
...
This commit adds a "--no-check" option to following subcommands:
- "deno cache"
- "deno info"
- "deno run"
- "deno test"
The "--no-check" options allows to skip type checking step and instead
directly transpiles TS sources to JS sources.
This solution uses `ts.transpileModule()` API and is just an interim
solution before implementing it fully in Rust.
2021-02-01 10:46:58 +00:00
Paul Thompson
6d22f5f73c
log - Expose Logger type and improve public interface for get & set log levels ( denoland/deno#6617 )
2021-02-01 10:46:58 +00:00
Chris Knight
c17edf4000
feat(log): expose logger name to LogRecord ( denoland/deno#6316 )
2021-02-01 10:46:58 +00:00
Chris Knight
1a008bb379
feat(log): inline and deferred statement resolution logging ( denoland/deno#5192 )
2021-02-01 10:46:58 +00:00
Christopher Dieringer
135a60e5e9
refactor(log): support enum log level ( denoland/deno#4859 )
2021-02-01 10:46:57 +00:00
Chris Knight
e568443c5b
feat(log): improvements and new log handler ( denoland/deno#4674 )
2021-02-01 10:46:57 +00:00
Kitson Kelly
7914eae5f0
Update to Prettier 2 and use ES Private Fields ( denoland/deno#4498 )
2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372
Happy new year! ( denoland/deno#3578 )
2021-02-01 10:46:56 +00:00
Kitson Kelly
1c5db631f7
Update to TypeScript 3.7 ( denoland/deno#3275 )
...
and update to prettier 1.19
Also, update `assert()` and remove not null assertions where possibly
in `cli`.
Closes denoland/deno#3273
2021-02-01 10:46:56 +00:00
Ryan Dahl
d491d2e747
Run deno_std tests in github actions
2021-02-01 10:46:56 +00:00
Axetroy
06958a4ada
bump prettier to 1.18.2 ( #592 )
2019-09-11 23:31:23 -04:00
Xin Du (Clark)
c64734cbd9
use unknown instead of any ( #486 )
2019-06-06 12:56:33 -04:00
Vincent LE GOFF
4543b563a9
Eslint fixes ( #356 )
...
Make warnings fail
2019-04-24 07:41:22 -04:00
Kitson Kelly
c0390ade3d
Add eslint for linting ( #235 )
2019-03-04 19:53:35 -05:00
Dmitry Sharshakov
5440377495
Add missiong copyright headers ( #177 )
2019-02-07 11:45:47 -05:00
Andy Hayden
c5e6e015b5
Reorgnanize repos, examples and tests ( #105 )
2019-01-12 16:50:04 -05:00