Details
-
Bug
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
-
ALL
-
Service Arch 2023-12-25, Service Arch 2024-01-08, Service Arch 2024-01-22, Service Arch 2024-02-05, Service Arch 2024-02-19
-
153
Description
We recently had an issue where a jstest introduced the following code :
const version = db.version().split('.');
|
Which resulted in
ReferenceError: can't access lexical declaration 'version' before initialization
|
(see this comment for more details)
This seems to be caused because globalThis.connect uses version() instead of globalThis.version().
We should fix this by calling globalThis.version() here instead.
Attachments
Issue Links
- is related to
-
SERVER-74787 Prepare jstest corpus to be run in strict mode without top-level IIFEs
-
- Closed
-