GitXplorerGitXplorer
m

vscode-strict-null-check-migration-tools

public
36 stars
23 forks
0 issues

Commits

List of commits on branch master.
Unverified
f1da7c12fe6e93618a310cb3662e2ade808be0c4

Add test file printing logic

mmjbvz committed 6 years ago
Unverified
1e0d548b5ced8a97cb47695da5f6093c45ce3467

Allow js imports

mmjbvz committed 6 years ago
Unverified
81d79760acf0ae2443d5bc1a1006353bf2662bde

Handle cycles in imports

mmjbvz committed 6 years ago
Unverified
c70fa91f18d65460969bc83a627d6cda41d1d7d0

Remove excluded files

mmjbvz committed 6 years ago
Unverified
4f203325b9590c5eec0aab30a14370ea2c4fbbb6

Exclude other importer of windows process tree

mmjbvz committed 6 years ago
Unverified
6c5fc30cbb1019bd265a16f1b45dd447aa2276b3

Support includes section in tsconfig

mmjbvz committed 6 years ago

README

The README file for this repository.

Scripts to help migrate VS Code to use strict null checks

Usage

$ npm install

index.js

The main script prints of list of files that are eligible for strict null checks. This includes all files that only import files thare are already strict null checked.

$ node index.js /path/to/vscode

autoAdd.js

Very simple script that tries to auto add any eligible file to the tsconfig.strictNullChecks.json. This iteratively compiles the tsconfig project with just that file added. If there are no errors, it is added to the tsconfig

$ node autoAdd.js /path/to/vscode