-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
5
-
Iteration X-Ray, Iteration Ylem
-
Developer Tools
We fork the PHP driver repository to be able to iterate quickly on its YAML definitions.
We write a command line tool for parsing these YAML definitions and emitting TS definitions based on them, and place it in the devtools-shared monorepo as a new @mongodb-js/mql-typescript package. This command line tool will generate TS files that will then be placed into the actual package contents as part of its build scripts.
We adjust the YAML definitions with annotations as needed. When this work is complete, we will merge back the changes into the PHP driver, going through the normal PR review process. Examples of improvements we’d likely need to make is extending the YAML definitions to understand matching types (e.g. $gt: [ ‘$foo’, 42 ] only being allowed if $foo evaluated to a numeric value).
The generated definitions should include documentation comments, including the description and (if available) link included in the current YAML definitions.
A prototype of this work is available at https://github.com/mongodb-js/poc-php-mql-ts.
- depends on
-
MONGOSH-2125 Update devtools-shared CI to run all tests and report coverage
-
- Closed
-
- is depended on by
-
MONGOSH-2034 Create mongodb-ts-autocomplete package
-
- In Code Review
-