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

Rewrite repo in typescript #72

Merged
merged 17 commits into from
Jan 31, 2022
Merged

Rewrite repo in typescript #72

merged 17 commits into from
Jan 31, 2022

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    bcbc0dd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. For some reason the dist/components directory doesn't get picked up w…

    …hen using the git repo as a target on the typescript branch, attempting to work out why.
    bilewinters committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f25971a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc7a4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9860e9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28a2340 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Merge branch 'main' into ts

    NS-BOBBY-C committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    a5944c2 View commit details
    Browse the repository at this point in the history
  2. chore: update .gitignore

    NS-BOBBY-C committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    113db27 View commit details
    Browse the repository at this point in the history
  3. fix: typescript file reverted to JS

    NS-BOBBY-C committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cd7a9fa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. feat: convert entire repo to TypeScript

    In order to enhance the developer experience for both the ViroCommunity
    maintainers and also the end developer, I've converted the repo to
    typescript.
    
    There were many instances where common event handlers were copy/pasted
    across Viro Components. This makes the repo hard to maintain.
    
    The end user can also get types, commends, and docs while developing
    using an IDE. This also will help the end user avoid usage mistakes,
    which in turn should reduce the load on the maintainers.
    NS-BOBBY-C committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4c609e5 View commit details
    Browse the repository at this point in the history
  2. feat: export from index.ts correctly

    NS-BOBBY-C committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    3c36515 View commit details
    Browse the repository at this point in the history
  3. fix: fix typescript definitions not building correctly

    NS-BOBBY-C committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ef0519b View commit details
    Browse the repository at this point in the history
  4. fix: fix some issues with migrated components

    NS-BOBBY-C committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    7438886 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. fix: issues with components from TS migration

    NS-BOBBY-C committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    f240e2c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Update tsconfig for easier development

    Adds an output directory to the tsconfig so the source code is separate
    from the generated js and d.ts files. This will help with ease of
    development
    NS-BOBBY-C committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    331d442 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Add Resources folder to dist

    Without the Resources folder being copied by tsc, this would not
    resolve the dependencies correctly, since there are a few default
    placeholder images.
    NS-BOBBY-C committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    a0d984d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into ts

    NS-BOBBY-C committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4c9a337 View commit details
    Browse the repository at this point in the history
  3. Fix typescript build issue with npm

    NS-BOBBY-C committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    65150a0 View commit details
    Browse the repository at this point in the history