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!: language service plugin #25

Merged
merged 55 commits into from
Jul 1, 2024
Merged

feat!: language service plugin #25

merged 55 commits into from
Jul 1, 2024

Commits on May 12, 2024

  1. initial setup

    Myles Murphy authored and Myles Murphy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    657571e View commit details
    Browse the repository at this point in the history
  2. continued setup

    Myles Murphy authored and Myles Murphy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    71cfa18 View commit details
    Browse the repository at this point in the history
  3. package lock update

    Myles Murphy authored and Myles Murphy committed May 12, 2024
    Configuration menu
    Copy the full SHA
    844e5c0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. working proof of concept

    Myles Murphy authored and Myles Murphy committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f5969a4 View commit details
    Browse the repository at this point in the history
  2. reworked prettify

    Myles Murphy authored and Myles Murphy committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3645056 View commit details
    Browse the repository at this point in the history
  3. minor changes for symbol declarations

    Myles Murphy authored and Myles Murphy committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f4b2050 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. updated functionality

    Myles Murphy authored and Myles Murphy committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b2314ee View commit details
    Browse the repository at this point in the history
  2. refactor files

    Myles Murphy authored and Myles Murphy committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2a7e533 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. newlines

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    faeb2ca View commit details
    Browse the repository at this point in the history
  2. enum support

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    aa9ced0 View commit details
    Browse the repository at this point in the history
  3. prevent recursion

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5def09c View commit details
    Browse the repository at this point in the history
  4. updated function names

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4fce974 View commit details
    Browse the repository at this point in the history
  5. added depth counter

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    46215c2 View commit details
    Browse the repository at this point in the history
  6. only increment depth on object properties

    Myles Murphy authored and Myles Murphy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8cf7181 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. use apparent type in some cases

    Myles Murphy authored and Myles Murphy committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1bb8af5 View commit details
    Browse the repository at this point in the history
  2. added literals

    Myles Murphy authored and Myles Murphy committed May 20, 2024
    Configuration menu
    Copy the full SHA
    09b3852 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. add readonly support

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4068611 View commit details
    Browse the repository at this point in the history
  2. adding settings

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    80af25a View commit details
    Browse the repository at this point in the history
  3. working prototype

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a5965cc View commit details
    Browse the repository at this point in the history
  4. use yarn, fixed packaging

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e779d7e View commit details
    Browse the repository at this point in the history
  5. file cleanup

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5ddf276 View commit details
    Browse the repository at this point in the history
  6. fixed tsc

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    991f22a View commit details
    Browse the repository at this point in the history
  7. fix properties slice

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    93d1850 View commit details
    Browse the repository at this point in the history
  8. fixed depth

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3034ba9 View commit details
    Browse the repository at this point in the history
  9. fixed enum support

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4a00727 View commit details
    Browse the repository at this point in the history
  10. enum support fixed

    Myles Murphy authored and Myles Murphy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7f3fdd3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. removed redudant primitive type flags

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cff202f View commit details
    Browse the repository at this point in the history
  2. updated readme

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    41d045a View commit details
    Browse the repository at this point in the history
  3. small updates

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b28d982 View commit details
    Browse the repository at this point in the history
  4. rename package json to correct identifier

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a98ceca View commit details
    Browse the repository at this point in the history
  5. minor fixes

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b650517 View commit details
    Browse the repository at this point in the history
  6. removed get type info func

    Myles Murphy authored and Myles Murphy committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b4608cb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fixed primitive type check

    Myles Murphy authored and Myles Murphy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0056b30 View commit details
    Browse the repository at this point in the history
  2. updated typeof import string

    Myles Murphy authored and Myles Murphy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1da0ff0 View commit details
    Browse the repository at this point in the history
  3. manually join intersections

    Myles Murphy authored and Myles Murphy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    423483f View commit details
    Browse the repository at this point in the history
  4. version bump

    Myles Murphy authored and Myles Murphy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1a46007 View commit details
    Browse the repository at this point in the history
  5. fix union undefined types

    Myles Murphy authored and Myles Murphy committed May 23, 2024
    Configuration menu
    Copy the full SHA
    627ab18 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. transform undefined properties

    Myles Murphy authored and Myles Murphy committed May 26, 2024
    Configuration menu
    Copy the full SHA
    e6fc287 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. updated readme

    Myles Murphy authored and Myles Murphy committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    202a8d0 View commit details
    Browse the repository at this point in the history
  2. updated optional properties code

    Myles Murphy authored and Myles Murphy committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f6cb99b View commit details
    Browse the repository at this point in the history
  3. readd optional conversion

    Myles Murphy authored and Myles Murphy committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0008afd View commit details
    Browse the repository at this point in the history
  4. version bump and readme update

    Myles Murphy authored and Myles Murphy committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ded52b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. added sortUnionTypes function

    Myles Murphy authored and Myles Murphy committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6ee3df1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. unwrap functions code change

    Myles Murphy authored and Myles Murphy committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5ed2a5b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix for functions and naming conflicts

    Myles Murphy authored and Myles Murphy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    28d5794 View commit details
    Browse the repository at this point in the history
  2. fixed multiple function signatures

    Myles Murphy authored and Myles Murphy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b6491ad View commit details
    Browse the repository at this point in the history
  3. added max union members

    Myles Murphy authored and Myles Murphy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d17dc2e View commit details
    Browse the repository at this point in the history
  4. added hiding private properties

    Myles Murphy authored and Myles Murphy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3432dda View commit details
    Browse the repository at this point in the history
  5. version bump

    Myles Murphy authored and Myles Murphy committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5b6735a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. added function rest parameters support

    Myles Murphy authored and Myles Murphy committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8fc31bd View commit details
    Browse the repository at this point in the history
  2. version bump

    Myles Murphy authored and Myles Murphy committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    635823d View commit details
    Browse the repository at this point in the history
  3. readme updated

    Myles Murphy authored and Myles Murphy committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    08e8cb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. excess props newline

    Myles Murphy authored and Myles Murphy committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    235dba0 View commit details
    Browse the repository at this point in the history
  2. version bump

    Myles Murphy authored and Myles Murphy committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6145c61 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. added optional function params

    Myles Murphy authored and Myles Murphy committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d705120 View commit details
    Browse the repository at this point in the history