1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/tests/util/server/src
Bartek Iwańczuk 959739f609
FUTURE: initial support for .npmrc file (#23560)
This commit adds initial support for ".npmrc" files.

Currently we only discover ".npmrc" files next to "package.json" files
and discovering these files in user home dir is left for a follow up.

This pass supports "_authToken" and "_auth" configuration
for providing authentication.

LSP support has been left for a follow up PR.

Towards https://github.com/denoland/deno/issues/16105
2024-05-23 23:26:23 +02:00
..
servers FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
testdata chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
assertions.rs fix(lsp): Pass diagnostic codes to TSC as numbers (#23720) 2024-05-06 23:54:52 +00:00
builders.rs chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
factory.rs chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
fs.rs chore: maybe make watcher tests less flaky (#23683) 2024-05-03 17:31:12 -04:00
https.rs test: update for private npm registry test server (#23572) 2024-04-26 15:41:53 +00:00
lib.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
lsp.rs chore: Fix flaky semantic tokens caching test (#23831) 2024-05-15 11:38:45 -07:00
macros.rs chore: move cert itests to spec tests (#23607) 2024-05-03 00:43:12 +00:00
npm.rs FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
pty.rs chore(repl): maybe improve repl test flakiness on the CI (#23933) 2024-05-22 10:13:37 -04:00
spawn.rs chore: move test_util to tests/util/server (#22444) 2024-02-19 06:34:24 -07:00
test_server.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00