Skip to content

🤖 User test baselines have changed for fix32484-2 #35144

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

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/baselines/reference/user/axios-src.log
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Exit Code: 1
Standard output:
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/adapters/http.js(124,17): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(124,40): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string'.
lib/adapters/http.js(124,17): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(124,40): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(223,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(229,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(235,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
Expand Down