Commit 1f547ee
authored
fix(devtools-proxy-support): lazily load expensive dependencies MONGOSH-1853 (#446)
Notably, this is referring to `pac-proxy-agent` and `ssh2`, which both
involve somewhat complex setups.
Also, since `ssh2` includes a WebAssembly implementation of a cryptographic
algorithm, we should make sure not to load it in FIPS mode.1 parent 1757248 commit 1f547ee
File tree
5 files changed
+329
-123
lines changed- packages/devtools-proxy-support
- src
5 files changed
+329
-123
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments