rsnext/packages/next/next-server/server
Tim Neutkens 7fce52b905
Add support for paths in tsconfig.json and jsconfig.json (#11293)
* Add support for tsconfig/json `paths` option

* Add tests for paths in tsconfig.json

* Don't apply aliases when paths is empty

* Clean up unused methods and link to TypeScript license

* Add tests for jsconfig

* Put feature under an experimental flag

* Enable to see if tests pass

* Update types

* Add feature under an experimental flag
2020-03-23 10:45:51 -04:00
..
lib Update handling for patterns in custom routes (#10523) 2020-03-10 16:09:35 -04:00
api-utils.ts Make sure to error when setting too large of preview data (#10831) 2020-03-04 21:37:53 +01:00
config.ts Add support for paths in tsconfig.json and jsconfig.json (#11293) 2020-03-23 10:45:51 -04:00
crypto-utils.ts SSG Preview Mode (#10459) 2020-02-11 20:16:42 -05:00
get-page-files.ts Separate Low Priority Files from Main Files (#10756) 2020-02-29 17:09:42 -05:00
load-components.ts Update method for attaching GS(S)P identifier to page (#10859) 2020-03-05 23:15:10 -05:00
next-server.ts Ensure hybrid AMP works correctly with SSG (#11205) 2020-03-20 09:46:52 +01:00
normalize-page-path.ts Update to use existing util to de-dupe path check (#10431) 2020-02-05 22:10:39 +01:00
optimize-amp.ts Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
render.tsx Add support for getStaticProps in pages/404 (#10984) 2020-03-12 10:48:14 +01:00
require.ts Update to use existing util to de-dupe path check (#10431) 2020-02-05 22:10:39 +01:00
router.ts Update handling for patterns in custom routes (#10523) 2020-03-10 16:09:35 -04:00
send-html.ts Move next-server back into next package (#8613) 2019-09-04 10:00:54 -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 Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
spr-cache.ts remove mkdirp, bump fs-extra to 9.0.0 (#11251) 2020-03-21 17:02:05 +01:00
utils.ts Don't treat static as an internal route when the folder is not provided (#9394) 2019-11-12 20:07:19 -08:00