rsnext/packages/next/next-server/server
Tim Neutkens 83de34239c
Convert incremental generation cache to a class (#14660)
We've been meaning to change this code for a while 👍

- Changed the name from spr to incremental
- Changed the code to be a class instead of using module scope variables
2020-06-28 20:58:43 +00:00
..
lib path-to-regexp 2020-03-30 16:26:25 -04:00
api-utils.ts Propagate Serverless Errors to Platform (#12841) 2020-06-01 23:12:45 +00:00
config.ts Introduce react profiling production flag (#13873) 2020-06-28 11:23:29 +00:00
crypto-utils.ts chore(next-server): api-utils,crypto-utils,next-server missing types (#13431) 2020-05-27 15:43:10 +00:00
get-page-files.ts Update filename generation for client-side compilation (#14279) 2020-06-20 19:59:47 +00:00
get-route-from-entrypoint.ts Fix prerendered nested index handling (#14383) 2020-06-23 05:49:48 +00:00
incremental-cache.ts Convert incremental generation cache to a class (#14660) 2020-06-28 20:58:43 +00:00
load-components.ts use requirePage for /_document and /_app (#14176) 2020-06-15 10:41:17 -04:00
next-server.ts Convert incremental generation cache to a class (#14660) 2020-06-28 20:58:43 +00:00
node-polyfill-fetch.js Make fetch polyfill work with ky-universal (#12804) 2020-05-12 15:58:21 -04:00
normalize-page-path.ts Fix pages/index.js and pages/index/index.js behavior (#13699) 2020-06-04 17:32:45 +00:00
optimize-amp.ts Revert "@ampproject/toolbox-optimizer" 2020-03-30 16:26:25 -04:00
render.tsx De-experimentalize custom-routes (#14602) 2020-06-27 09:18:18 +00:00
require.ts Fix pages/index.js and pages/index/index.js behavior (#13699) 2020-06-04 17:32:45 +00:00
router.ts Added no-shadow rule to eslint (#13645) 2020-06-01 21:00:22 +00:00
send-html.ts fresh 2020-03-30 16:26:25 -04:00
send-payload.ts Correct Cache-Control Behavior for GS(S)P (#11022) 2020-03-13 10:40:10 +01:00
serve-static.ts send 2020-03-30 16:26:25 -04:00
utils.ts Improve Server Lib Utilities (#12119) 2020-04-23 09:38:57 +02:00