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

Combine js and ts backends #307

Merged
merged 10 commits into from
Sep 23, 2021
Merged

Combine js and ts backends #307

merged 10 commits into from
Sep 23, 2021

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented Sep 20, 2021

No description provided.

| const incorrectServiceDefinitions = missingFields(service, [${membersNames.map { n => s"'$n'"}.mkString(", ")}]);
| if (!incorrectServiceDefinitions.length) {
| const incorrectServiceDefinitions = missingFields(service, [${membersNames.map { n => s"'$n'" }.mkString(", ")}]);
| if (!!incorrectServiceDefinitions.length) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does !! mean here? Not equal to zero?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not equal to zero or not equal to null/undefined

@DieMyst DieMyst requested a review from alari September 22, 2021 07:55
@DieMyst DieMyst merged commit 4e63da8 into main Sep 23, 2021
@DieMyst DieMyst deleted the unite-js-ts-backends branch September 23, 2021 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants