rsnext/packages
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
..
create-next-app v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
eslint-config-next v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
eslint-plugin-next v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next polish isomorphic path module (#36521) 2022-04-27 18:23:26 +00:00
next-bundle-analyzer v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-codemod v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-env v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-mdx v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-plugin-storybook v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-polyfill-module v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-polyfill-nomodule v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
next-swc v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
react-dev-overlay v12.1.6-canary.11 2022-04-27 18:40:33 +02:00
react-refresh-utils v12.1.6-canary.11 2022-04-27 18:40:33 +02:00