Uploaded image for project: 'MongoDB Shell'
  1. MongoDB Shell
  2. MONGOSH-2030

Create TS definitions from PHP driver YAML files

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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.

            Assignee:
            nikola.irinchev@mongodb.com Nikola Irinchev
            Reporter:
            anna.henningsen@mongodb.com Anna Henningsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: