-
Notifications
You must be signed in to change notification settings - Fork 209
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
[v5] Update config #269
Merged
Merged
[v5] Update config #269
Commits on Mar 18, 2023
-
Update config to support ES6 classes.
Targeting ES5 causes the "fixes issue #145" test in cookieJar.spec.ts to fail. Changing the target to the next newest (ES6) requires adding "moduleResolution" to the tsconfig, which then causes issues with using `import` in our TypeScript, but `require` in the legacy vows tests. To support both, we have to bump to a newer version of TypeScript to use the new "node16" module/moduleResolution. (Note: I didn't jump to the _latest_ TypeScript to try to support older projects, as well.)
Configuration menu - View commit details
-
Copy full SHA for 34b968c - Browse repository at this point
Copy the full SHA 34b968cView commit details
Commits on Mar 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c207db6 - Browse repository at this point
Copy the full SHA c207db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28644e - Browse repository at this point
Copy the full SHA f28644eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a237cd8 - Browse repository at this point
Copy the full SHA a237cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff158f - Browse repository at this point
Copy the full SHA 4ff158fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4118dbb - Browse repository at this point
Copy the full SHA 4118dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78964b8 - Browse repository at this point
Copy the full SHA 78964b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fc0a5 - Browse repository at this point
Copy the full SHA d1fc0a5View commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7749b0d - Browse repository at this point
Copy the full SHA 7749b0dView commit details
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84ebb0f - Browse repository at this point
Copy the full SHA 84ebb0fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.