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

Enable TypeScript strictNullChecks #2755

Merged
merged 6 commits into from May 17, 2019

Commits on Mar 16, 2019

  1. Enable strictNullChecks

    There were 400 errors to fix and most of the mwere fixed by adding explicit type
    assertions at every error site. It would be a good idea to go back and
    clean some of these up later.
    
    There are a few places that I changed the logic or the types, which I've
    tried to point out in the pull request comments.
    edsrzf committed Mar 16, 2019
    Copy the full SHA
    551a4c2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Copy the full SHA
    07f0b10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e4642b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into strict-null-checks

    # Conflicts:
    #	src/Chunk.ts
    #	src/ExternalModule.ts
    #	src/Graph.ts
    #	src/Module.ts
    #	src/finalisers/amd.ts
    #	src/finalisers/cjs.ts
    #	src/finalisers/iife.ts
    #	src/finalisers/umd.ts
    #	src/rollup/index.ts
    #	src/utils/assetHooks.ts
    #	src/utils/chunkColouring.ts
    #	src/utils/defaultPlugin.ts
    #	src/utils/pluginDriver.ts
    #	tsconfig.json
    lukastaegert committed May 17, 2019
    Copy the full SHA
    bd0f94f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fa74345 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4906448 View commit details
    Browse the repository at this point in the history