Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 2.3k
Callback chain refactoring and performance improvements#1254
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
a4c699e93ef39269557468eff2a88d7b0450decbbae2d9ce85c5bf59a101085549d623c7e74ece9494e427044c24e8bb3ed76111ec5778d7211b48c7d72c8e0dfc2e09bc4b733f16676c9f7214d8f9b63cbdd277e8985c484d1eb8762f55bf7d367877528d122e1e23d14c782b021f385656e18285c1524067345bf969247ab1d3f4b99a08297d9cd0621dfdcaf5ebe1a5e3fb5d9498391b0e895e44b22f5698b0b624cd978b1a26b0f117858a99cb952d525ff18d809cbed339ccc0176a4f98fbed05231105ca6b61216a4e2f0b4d1ab91200e5e6e5905631df854dd280c7b5720c35096d4d676c07a0d854784f983258e9d395f00da5810ae38bf832aac96dde23d3be6ced610185dd484a4e592fcd16c93389b24d00c84396e7e6fa637c0f87b6300862c3783372fecc5d8b648e4a83c782c1441b653a5f9c31ca02d55b8af7e355884afafcdba97a837fa4a083bb1a9065abe36ab42dc22dc63f14afFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| declare module 'cookie' { | ||
| const value: { | ||
| parse: (cookie: string) => { | ||
| _csrf_token: string | ||
| } | ||
| }; | ||
| export default value; | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -85,7 +85,7 @@ module.exports = { | ||
| // notifyMode: "always", | ||
| // A preset that is used as a base for Jest's configuration | ||
| // preset: null, | ||
| preset: "ts-jest/presets/js-with-babel", | ||
ContributorAuthor 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. For Jest to work with TS | ||
| // Run tests from one or more projects | ||
| // projects: null, | ||
Uh oh!
There was an error while loading. Please reload this page.
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.
Need to shim third-parties that don't have TS module definitions