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

build: add tsc type checks and emit declarations in the ci/test pipeline #155

Merged
merged 4 commits into from
May 18, 2020

Commits on May 18, 2020

  1. build: add tsc type checking in the ci/test pipeline

    This commit introduces TypeScript checks and generates type declarations
    for the existing JavaScript codebase using `tsc` prior to running the linter task.
    
    Ref: cloudevents#9
    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7bc4361 View commit details
    Browse the repository at this point in the history
  2. fixup: add index.d.ts to package.json files property

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed May 18, 2020
    Configuration menu
    Copy the full SHA
    6ef89b5 View commit details
    Browse the repository at this point in the history
  3. squash: update documentation

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e6cc099 View commit details
    Browse the repository at this point in the history
  4. squash: fix tsc errors in some JS source

    Signed-off-by: Lance Ball <lball@redhat.com>
    lance committed May 18, 2020
    Configuration menu
    Copy the full SHA
    9c101c5 View commit details
    Browse the repository at this point in the history