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

feat(docs): add predicate, point-free, and transformation functions in index page #532

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 4, 2022

  1. chore: add .tool-versions to document versions for nodejs and python

    asdf-vm uses .tool-versions to identify and shim a language version.
    
    Based on .travis.yml, nodejs@12 should be supported, but when I run
    `npm run setup`, I keep encountering the same error:
    
    ```
    npm ERR! node-sass@4.9.4 postinstall: `node scripts/build.js`
    ```
    
    So I used nodejs@10 instead.
    Arvin Sevilla committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    dadf4ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd9542 View commit details
    Browse the repository at this point in the history
  3. chore(core): add isArray missing type signature

    Arvin Sevilla committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    6e89462 View commit details
    Browse the repository at this point in the history
  4. chore: add missing type signatures

    Also modified other type signatures so it is easily parsable.
    Arvin Sevilla committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d7f5457 View commit details
    Browse the repository at this point in the history
  5. docs(functions): add predicate functions in index page

    Arvin Sevilla committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    1ca4805 View commit details
    Browse the repository at this point in the history