std/dotenv
Asher Gomez 43102325b7
test: use Deno.errors.NotCapable where appropriate (#5935)
* test: use `Deno.errors.NotCapable` where appropriate

* copyright headers

* fixes

* fixes

* fixes
2024-09-11 19:17:27 +09:00
..
testdata BREAKING(dotenv): remove defaultPath option from load[Sync]() (#5451) 2024-07-19 14:08:39 +10:00
deno.json chore: release 2024.09.04 (#5908) 2024-09-04 19:37:53 +09:00
load_test.ts chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
load.ts
mod_test.ts test: use Deno.errors.NotCapable where appropriate (#5935) 2024-09-11 19:17:27 +09:00
mod.ts fix(dotenv): show warning when there is invalid key in .env file (#5745) 2024-08-21 14:56:34 +09:00
parse_test.ts fix(dotenv): show warning when there is invalid key in .env file (#5745) 2024-08-21 14:56:34 +09:00
parse.ts 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
stringify_test.ts fix(dotenv): handle single-quotes in values in stringify() (#5846) 2024-08-29 10:32:39 +10:00
stringify.ts fix(dotenv): handle single-quotes in values in stringify() (#5846) 2024-08-29 10:32:39 +10:00