rsnext/packages/next/shared/lib
Jiachi Liu e9b423b37c
polish isomorphic path module (#36521)
List all exports for internal path module to avoid import destruction is breaking with typescript.

#### Prev
```js
import pathMod from '../isomorphic/path'

const { join, resolve } = pathMod
```

#### Now
```js
import { join, resolve } from '../isomorphic/path'
```
2022-04-27 18:23:26 +00:00
..
i18n Fix basePath replacing server-side and normalizeLocalePath() when path is empty string (#30978) 2021-11-15 17:33:21 +00:00
isomorphic polish isomorphic path module (#36521) 2022-04-27 18:23:26 +00:00
router Use edge compiler for middleware (#36486) 2022-04-27 11:50:29 +02:00
amp-context.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
amp.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
constants.ts Use edge compiler for middleware (#36486) 2022-04-27 11:50:29 +02:00
dynamic.tsx Clean up legacy react 18 tests (#35615) 2022-03-28 12:32:34 +00:00
escape-regexp.ts perf(escapeStringRegexp): test before replace (#34472) 2022-04-16 05:42:10 +00:00
flush-effects.ts Add unstable_useFlushEffects hook (#34117) 2022-02-18 00:18:28 +00:00
head-manager-context.ts next/script fix duplicate scripts (#28428) 2021-08-24 11:07:38 -05:00
head.tsx Only warn styles and scripts under next head in concurrent mode (#34897) 2022-02-28 22:39:51 +00:00
html-context.ts Revert "Revert "Make concurrent features independent from the global runtime option"" (#35490) 2022-03-26 00:05:35 +01:00
image-config-context.ts fix: make sure image-config gets transpiled (#34677) 2022-02-22 09:27:18 -05:00
image-config.ts fix: make sure image-config gets transpiled (#34677) 2022-02-22 09:27:18 -05:00
is-plain-object.ts fix: fixes #33314 move is-plain-object for es5 compilation (#33690) 2022-01-27 17:59:42 +00:00
loadable-context.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
loadable.d.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
loadable.js Update to pre-compile use-subscription (#35746) 2022-03-30 19:07:58 +02:00
mitt.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
post-process.ts Remove experimental image optimization feature (#34349) 2022-02-15 01:36:51 +00:00
router-context.ts Add new target for middleware (#30299) 2021-10-26 18:50:56 +02:00
runtime-config.ts Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
side-effect.tsx Move code shared between server/client to "shared" folder (#26734) 2021-06-30 11:43:31 +02:00
utils.ts fix type definition for defaultGetInitialProps (#36252) 2022-04-19 12:37:57 +00:00