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

Add typescript support #50

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Add typescript support #50

wants to merge 11 commits into from

Commits on Nov 24, 2021

  1. + Add typescript support

    + Change from webpack to babel to transpile typescript code to javascript
    + Update dependencies
    + Update workflows
    + Update .ignore files
    Azuky committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    9517bd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. [build] Change bundler to tsup. Now the library is tree shakeable

    [chore] Update dependencies
    [ci] Update ci workflow to new npm scripts
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    a904493 View commit details
    Browse the repository at this point in the history
  2. [fix] Create "prepare" script to install without being published to n…

    …pmjs (I don't know if it really works)
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    ff2565e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2fec5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    289f031 View commit details
    Browse the repository at this point in the history
  5. [fix] Change "prepare" and "prepack" script to "postinstall" to be co…

    …mpatible with yarn installation (I'm testing if it works)
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    c1879b8 View commit details
    Browse the repository at this point in the history
  6. [chore] Update package version

    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    590b80b View commit details
    Browse the repository at this point in the history
  7. Revert "[chore] Update package version"

    This reverts commit 590b80b.
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    70f618a View commit details
    Browse the repository at this point in the history
  8. Revert "[fix] Change "prepare" and "prepack" script to "postinstall" …

    …to be compatible with yarn installation (I'm testing if it works)"
    
    This reverts commit c1879b8.
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    d663a15 View commit details
    Browse the repository at this point in the history
  9. Revert "[fix] Create "prepack" script to be compatible with yarn inst…

    …allation"
    
    This reverts commit 289f031.
    Azuky committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    429dcc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. [fix] module import for esm

    Azuky committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    24eb30a View commit details
    Browse the repository at this point in the history