Commit c8941c1
authored
feat: initial feature-flagged, new autocompleter. Now lazy loaded on first use MONGOSH-2036 (#2462)
* Reapply "feat: initial feature-flagged, new autocompleter MONGOSH-2036" (#2461)
This reverts commit 0387cea.
* lazy-load the new autocompleter code on first use
* fix tests for new autocomplete
* leave api-export alone
* use the same function that would fail if used to know if we support getting the active connection
* remove the check from here, we'll add it to mongodb-ts-autocomplete
* use the latest mongodb-ts-autocomplete
* mongodb-ts-autocomplete also lives outside of the snapshot1 parent 642243f commit c8941c1
File tree
15 files changed
+689
-129
lines changed- packages
- browser-runtime-core/src
- cli-repl
- src
- test
- e2e-tests/test
- shell-api
- src
- types/src
15 files changed
+689
-129
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 | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments