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

It honks #191

Draft
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

It honks #191

wants to merge 41 commits into from

Commits on Aug 29, 2020

  1. [honk] stub out build targets

    anp committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    6da8ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f42cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bcd83 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. [ts-bindgen] initial impl bits

    parsing index.d.ts via swc
    anp committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cf36f39 View commit details
    Browse the repository at this point in the history
  2. [ts-bindgen] reorganize crate

    anp committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    29d648a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    37a789d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fe94f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db3cc4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba1083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d387b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b09cac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c87f79 View commit details
    Browse the repository at this point in the history
  8. [ts-bindgen] start distinguishing between mvp and future work

    (basically what's needed for code-sys to work vs what's not)
    anp committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    2abba30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e4a163 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    660b234 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbd9393 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    80f2084 View commit details
    Browse the repository at this point in the history
  13. [ts-bindgen] aliases

    anp committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    89d007a View commit details
    Browse the repository at this point in the history
  14. [ts-bindgen] remove old todo

    anp committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    13e3795 View commit details
    Browse the repository at this point in the history
  15. [ts-bindgen] compact module.rs

    now that we know what's needed for vscode's index.d.ts
    anp committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    63abb32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    451a0ef View commit details
    Browse the repository at this point in the history
  17. [ts-bindgen] start implementing basic Ty's

    also make constructors return the class they're defined w/ instead of Any
    anp committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    897868c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. [ts-bindgen] fn and ctor types

    anp committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    6fb2de3 View commit details
    Browse the repository at this point in the history
  2. [ts-bindgen] almost the rest of the parsing owl

    qualified names
    type literals
    unions
    intersections
    parenthesized types
    anp committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    51c4abf View commit details
    Browse the repository at this point in the history
  3. [ts-bindgen] class properties

    anp committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    554c58c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2cd2cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95edf7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    313cb6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0a31f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9fb1ce View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    c9c9482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2c957 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    883abfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d407b View commit details
    Browse the repository at this point in the history
  5. [ts-bindgen] initial totokens impls

    delete's the wasm module, we'll add that ir when we need it
    anp committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    50b9c64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    691cb5f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    db7f91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef10d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b3eb4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54babe9 View commit details
    Browse the repository at this point in the history
  5. [honk][vscode] add lib.rs (oops)

    anp committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    ae4e602 View commit details
    Browse the repository at this point in the history