Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TS] Add property versions of raw fields to TS #4574

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Apr 2, 2024

  1. [TS] Add property versions of raw fields to TS

    JS properties exist for the `_type` and `_input` fields, but they aren't
    present in the typescript definition file. This commit adds those properties.
    
    The commit adds doc comments pointing developers toward the corresponding
    properties. I don't know if there's a deprication process for removing the
    old fields. `inputStream`'s setter function does a reset of the lexer, but
    otherwise the properties are normal.
    
    Signed-off-by: Phlosioneer <mattmdrr2@gmail.com>
    Phlosioneer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    698b084 View commit details
    Browse the repository at this point in the history