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

Javascript/PHP null equality. #10

Open
AskingQuestions opened this issue Jul 27, 2018 · 1 comment
Open

Javascript/PHP null equality. #10

AskingQuestions opened this issue Jul 27, 2018 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@AskingQuestions
Copy link
Contributor

Example

Carbon

if (myObj == null)
    ...

Should output

Javascript

if (myObj === null)
    ...

PHP

if (is_null($myObj))
    ...
@AskingQuestions AskingQuestions added bug Something isn't working enhancement New feature or request labels Jul 27, 2018
@AskingQuestions AskingQuestions added this to the 1.0 Beta release milestone Jul 27, 2018
@AskingQuestions AskingQuestions self-assigned this Jul 27, 2018
@AskingQuestions
Copy link
Contributor Author

Note: This may introduce breaking changes to javascript builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant