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

Convert JavaScript To TypeScript #392

Closed
wants to merge 14 commits into from
Closed

Convert JavaScript To TypeScript #392

wants to merge 14 commits into from

Commits on Jan 6, 2023

  1. javascript -> typescript

    kzkn committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    10856ff View commit details
    Browse the repository at this point in the history
  2. fix type errors to make "strict": true

    - `import('@rails/actioncable/src')` -> `import('@rails/actioncable')` for fix the type error
    - `removeComments: false` for keep `webpackChunkName` comment
    kzkn committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6fe0749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3992ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    679a372 View commit details
    Browse the repository at this point in the history
  5. refactor: use double quote

    kzkn committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    0a08424 View commit details
    Browse the repository at this point in the history
  6. build

    kzkn committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    6c87896 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

    kzkn committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    eb1067e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    7c1508c View commit details
    Browse the repository at this point in the history
  2. build

    kzkn committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    33e23aa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Mar 22, 2023

  1. build

    kzkn committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    18d63f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    57bb994 View commit details
    Browse the repository at this point in the history
  2. build

    kzkn committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    18aa392 View commit details
    Browse the repository at this point in the history