-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: allegro/typescript-strict-plugin
base: 2.2.1
head repository: allegro/typescript-strict-plugin
compare: master
- 15 commits
- 34 files changed
- 10 contributors
Commits on Jan 29, 2024
-
Add in-memory strict language server (#67)
* Add in-memory strict language server * Proxy mutative-seeming methods * Bump version to 2.2.2
Configuration menu - View commit details
-
Copy full SHA for ef0fe25 - Browse repository at this point
Copy the full SHA ef0fe25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a478915 - Browse repository at this point
Copy the full SHA a478915View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca60100 - Browse repository at this point
Copy the full SHA ca60100View commit details -
Provide strict quick info in plugin (#69)
Co-authored-by: Henrik Andersson <h@hnra.dev>
Configuration menu - View commit details
-
Copy full SHA for a5990b7 - Browse repository at this point
Copy the full SHA a5990b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4644010 - Browse repository at this point
Copy the full SHA 4644010View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c9d48e - Browse repository at this point
Copy the full SHA 7c9d48eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18afe83 - Browse repository at this point
Copy the full SHA 18afe83View commit details
Commits on Mar 8, 2024
-
feat(#58): Add exclude pattern support (#64)
* add minimatch (had to legacy peer deps) * Extend the config * Add file matching * Unit test for matched by exclude pattern * Update readme * Adjust readme grammar * Update version and changelog * docs(58): Update changelog + lint * fix(58): Update jest/ts-jest
Configuration menu - View commit details
-
Copy full SHA for 10f37ee - Browse repository at this point
Copy the full SHA 10f37eeView commit details
Commits on Apr 10, 2024
-
Force strictLanguageService program initialization to fix integration…
… with TS 5.4 (#71) * force program initialization on strictLanguageService * bump package.json * update changelog
Configuration menu - View commit details
-
Copy full SHA for 4d55ec6 - Browse repository at this point
Copy the full SHA 4d55ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c496c08 - Browse repository at this point
Copy the full SHA c496c08View commit details
Commits on May 2, 2024
-
* working with static paths * Works without node modules * fixes paths * Changes workflows * Possible fix * Adds comment * Adds latest to the build * Removes vscode settings
Configuration menu - View commit details
-
Copy full SHA for bae7aa6 - Browse repository at this point
Copy the full SHA bae7aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970116f - Browse repository at this point
Copy the full SHA 970116fView commit details
Commits on Jun 7, 2024
-
fix: tsc-strict does not return a failure exit code with SIGABRT (#76)
According to execa docs the error might contain an undefined exitCode when it gets killed by a signal or fails when spawning. https://github.com/sindresorhus/execa/blob/main/docs/errors.md#exit-code To test I did the following locally to simulate the TSC getting out of memory: ``` NODE_OPTIONS="--max-old-space-size=512" ../node_modules/.bin/tsc-strict ```
Configuration menu - View commit details
-
Copy full SHA for 7185245 - Browse repository at this point
Copy the full SHA 7185245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28dcbdb - Browse repository at this point
Copy the full SHA 28dcbdbView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3542842 - Browse repository at this point
Copy the full SHA 3542842View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2.1...master