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

Improvements to the Module System #148

Closed
wants to merge 52 commits into from
Closed

Commits on Aug 5, 2022

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

Commits on Aug 6, 2022

  1. Updated error messages

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    a264f81 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary packages

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    eb9a817 View commit details
    Browse the repository at this point in the history
  3. Added documentations

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    3dd6b1b View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    25768e0 View commit details
    Browse the repository at this point in the history
  5. Delete database.json

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    887aba9 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    7699474 View commit details
    Browse the repository at this point in the history
  7. Update index.js

    Fixed README.md not being copied
    leeyi45 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    0ffce26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83d5e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Combined eslintrcs

    leeyi45 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b8fe8b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7fe02 View commit details
    Browse the repository at this point in the history
  3. Adding eslint jest plugin

    leeyi45 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    df8daf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    148b15e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Updated tests

    leeyi45 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5ebcbd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b47b1e View commit details
    Browse the repository at this point in the history
  3. Readded templates

    leeyi45 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    53cb26d View commit details
    Browse the repository at this point in the history
  4. Update .eslintrc.js

    leeyi45 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    a5bc843 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fixed some template scripts

    leeyi45 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    35b03cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb9203 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    d819665 View commit details
    Browse the repository at this point in the history
  2. Bumped scripts to typescript

    Also removed gulp because getting it to work with typescript is way too painful
    leeyi45 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    bc72202 View commit details
    Browse the repository at this point in the history
  3. Bumped lowdb version

    leeyi45 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d986879 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78bf13a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Added result.close calls

    In accordance with rollup best practices,
    call the close function after rollup build is completed
    leeyi45 committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    77704ab View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Readded constants

    leeyi45 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    743c79f View commit details
    Browse the repository at this point in the history
  2. Trying to fix eslint

    leeyi45 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    aa9cd5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb4b9fc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    ca79cb5 View commit details
    Browse the repository at this point in the history
  2. Update tabs.ts

    Tabs are now rebuild when their parent bundle was rebuilt
    leeyi45 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0119604 View commit details
    Browse the repository at this point in the history
  3. Updated scripts code

    leeyi45 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    5696de8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf1009 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Removed build:tabs command

    Since tabs may rely on the underlying bundle, tabs will now be rebuilt every time it's corresponding bundle is rebuilt
    leeyi45 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    31fc311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fea1bf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Update index.ts

    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2350229 View commit details
    Browse the repository at this point in the history
  2. Added verbose option

    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4d04c23 View commit details
    Browse the repository at this point in the history
  3. Updated linting

    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fbc6b67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaaa0a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c7c93 View commit details
    Browse the repository at this point in the history
  6. Bumped typedoc version

    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8a62681 View commit details
    Browse the repository at this point in the history
  7. Finishing merge from master

    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    255c5e1 View commit details
    Browse the repository at this point in the history
  8. Revert "Moved typedoc theme to scripts folder"

    This reverts commit 76c7c93.
    leeyi45 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b4c0e8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca721ca View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Finally made eslint work

    leeyi45 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4027e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb4f62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf0271 View commit details
    Browse the repository at this point in the history
  4. Updated .eslintignore

    leeyi45 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    69a9c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Bumping blueprintjs versions

    leeyi45 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    43de551 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    leeyi45 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c5bb531 View commit details
    Browse the repository at this point in the history
  3. Fixed wrong warning messages

    leeyi45 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    53277bc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Update index.ts

    leeyi45 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    cf0ee34 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Update index.ts

    Made it so that jsons don't have to be built every time HTML documentation is built
    leeyi45 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    f1bde9d View commit details
    Browse the repository at this point in the history
  2. Update index.ts

    leeyi45 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    1580597 View commit details
    Browse the repository at this point in the history