-
Notifications
You must be signed in to change notification settings - Fork 27
chore(deps): bump @readme/httpsnippet from 6.2.1 to 11.0.0 #1091 #1182
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
base: main
Are you sure you want to change the base?
Changes from all commits
f957932
612808d
c66548e
fb0fa6b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,6 @@ | ||||||
{ | ||||||
"compilerOptions": { | ||||||
"moduleResolution": "nodenext", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. typescript will be changing the behavior of
Suggested change
|
||||||
"allowJs": true, | ||||||
"declaration": true, | ||||||
"downlevelIteration": true, | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,6 +1,8 @@ | ||||||
{ | ||||||
"extends": "./tsconfig.build.json", | ||||||
"compilerOptions": { | ||||||
"module": "nodenext", | ||||||
"moduleResolution": "nodenext", | ||||||
Comment on lines
+4
to
+5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we remove these lines? i believe this can be inferred from the
Suggested change
|
||||||
"rootDir": ".", | ||||||
|
||||||
// Allows us to not have to typeguard in catches. | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@domharrington @erunion any idea why we have two separate
tsconfig
files in this subpackage? any reason why we can't merge them?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this package is so old, i have no idea.