rsnext/packages/next/types
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
..
global.d.ts chore: deprecate process.browser (#32862) 2022-01-27 16:55:26 +00:00
index.d.ts Fix typescript 4.6.2 randomUUID() (#34976) 2022-03-02 21:51:15 +00:00
misc.d.ts polish isomorphic path module (#36521) 2022-04-27 18:23:26 +00:00
webpack.d.ts Update server-only changes HMR handling (#34298) 2022-02-16 16:32:24 -06:00