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

Initial typing for Bot() constructor and a few methods #340

Merged
merged 19 commits into from
Jul 1, 2022
Merged

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    f816c36 View commit details
    Browse the repository at this point in the history
  2. CI - check types definition

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9211890 View commit details
    Browse the repository at this point in the history
  3. Fix linting issues

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e9c24ac View commit details
    Browse the repository at this point in the history
  4. Ignore .eslintcache

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4fd2d8b View commit details
    Browse the repository at this point in the history
  5. nodejs CI: do not fail fast

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    a5c3b13 View commit details
    Browse the repository at this point in the history
  6. Install typescript to make CI pass for Node.js 14.x

    Fails with:
    
    > nodemw@0.18.0 check-dts /home/runner/work/nodemw/nodemw
    > npx check-dts lib/bot.d.ts
    internal/modules/cjs/loader.js:902
      const err = new Error(message);
                  ^
    Error: Cannot find module 'typescript'
    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    81e26fc View commit details
    Browse the repository at this point in the history
  7. Bot is now a ES2015 class

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    865bac3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb44f85 View commit details
    Browse the repository at this point in the history
  9. Improve typing d.ts files

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5b1270a View commit details
    Browse the repository at this point in the history
  10. Use new typing

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    0ca8c33 View commit details
    Browse the repository at this point in the history
  11. Update example scripts

    macbre committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    e8bf130 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0971ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b5c2f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. More typing

    macbre committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    586d00f View commit details
    Browse the repository at this point in the history
  2. More types for page editing

    macbre committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    873c6e8 View commit details
    Browse the repository at this point in the history
  3. Add UserInfo type

    macbre committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    a8fd614 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    6d68956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afa490a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b94e1a View commit details
    Browse the repository at this point in the history