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

Optional TS params #95

Closed
kubk opened this issue Jul 24, 2023 · 0 comments · Fixed by #105
Closed

Optional TS params #95

kubk opened this issue Jul 24, 2023 · 0 comments · Fixed by #105

Comments

@kubk
Copy link
Collaborator

kubk commented Jul 24, 2023

class Test {
  public function __construct(public string|null $test1 = null, public string $test2 = '') {
    
  }
}

Should product type with optional params

@kubk kubk changed the title Optional Dart/TS params Optional TS params Aug 7, 2023
@kubk kubk closed this as completed in #105 Aug 7, 2023
kubk added a commit that referenced this issue Aug 7, 2023
…#95) (#105)

* Extract TypeResolver (Close #61)

* OptionalType for TS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant