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

Enable vars and nested calc&var #127

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 10, 2021

  1. Enable var

    This library already just passes calc's right through. I propose doing the same with var and nested calcs and nested vars. We don't need to resolve them, but I do need them not to be swallowed silently in my tests.
    snowystinger committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    f0e0473 View commit details
    Browse the repository at this point in the history
  2. fix lint

    snowystinger committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6b0100e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'master' into enable-var

    # Conflicts:
    #	lib/parsers.js
    #	lib/parsers.test.js
    snowystinger committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f006d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f314f9 View commit details
    Browse the repository at this point in the history
  3. fix lint

    snowystinger committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    421ad6b View commit details
    Browse the repository at this point in the history