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

Refactor using typescript, while supporting esm/cjs #24

Closed
wants to merge 6 commits into from
Closed

Refactor using typescript, while supporting esm/cjs #24

wants to merge 6 commits into from

Commits on May 10, 2021

  1. refactor: Refactor the code into ts implementation and use `String.pr…

    …ototype.repeat()` instead of `repeat-string` npm package
    rxliuli committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1e57043 View commit details
    Browse the repository at this point in the history
  2. refactor: Refactor the test file to ts, use jest instead of tape, mod…

    …ify tsconfig to support default import
    rxliuli committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6337819 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e9478a View commit details
    Browse the repository at this point in the history
  4. build: Update gitignore to exclude the .idea directory automatically …

    …generated by the IDE and the dist directory generated after packaging
    rxliuli committed May 10, 2021
    Configuration menu
    Copy the full SHA
    477a34b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    169ad73 View commit details
    Browse the repository at this point in the history
  6. build: Fix the problem that the build script starts the rollup monito…

    …ring mode, which causes the process to fail to end, and transfer it to the dev script
    rxliuli committed May 10, 2021
    Configuration menu
    Copy the full SHA
    ea3f3d9 View commit details
    Browse the repository at this point in the history