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

Add new method to check if node is null or not #13940

Merged
merged 2 commits into from Feb 1, 2022
Merged

Add new method to check if node is null or not #13940

merged 2 commits into from Feb 1, 2022

Commits on Nov 8, 2021

  1. feat: Add new method to check if node is null or not

    This is especially useful when using babel with typescript, as typescript now knows that node is not null.
    danez committed Nov 8, 2021
    Copy the full SHA
    a9e843a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update packages/babel-traverse/test/path/index.js

    Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
    danez and merceyz committed Nov 9, 2021
    Copy the full SHA
    8844447 View commit details
    Browse the repository at this point in the history