Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

chore: Derive keys from AST definitions #35

Closed
wants to merge 16 commits into from

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    caa7fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    354f720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a1c5d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e06d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Configuration menu
    Copy the full SHA
    e4d83bc View commit details
    Browse the repository at this point in the history
  2. refactor: Remove extra types

    brettz9 committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4283795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef69df6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3362133 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. refactor: set target to es6

    brettz9 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    03da79c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. chore: move tsc to build step

    brettz9 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8413d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6d321 View commit details
    Browse the repository at this point in the history
  3. test: exported type checks

    brettz9 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    fe4725e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbed685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0071631 View commit details
    Browse the repository at this point in the history
  6. chore: tool to build keys out of AST definitions

    Also alphabetizes keys
    
    Still remaining:
    1. Confirm adding of interfaces to ignore
    2. Confirm `traversableTypes` interfaces (how to detect)
    3. Confirm hiding of `innerComments`, etc. and adding these `propertiesToIgnore` to `getKeys`
    4. Remove json-diff; settle on chai with or without plugin
    brettz9 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    7b41cb6 View commit details
    Browse the repository at this point in the history
  7. refactor: write to file

    brettz9 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4c62e51 View commit details
    Browse the repository at this point in the history