You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 虽然命名空间内再次输出 `export * from 'external';` 不被禁止,但会被忽略掉,并且会导致 Rollup 抛出警告,因为如果没有命名的输出,它们并不会产生影响。
1363
1362
- 当一个命名空间对象生成时,Rollup 将会使用一个更简单的辅助函数。
1364
-
=======
1365
-
-`"defaultOnly"` is similar to `"default"` except for the following:
1366
-
- Named imports are forbidden. If such an import is encountered, Rollup throws an error even in `es` and `system` formats. That way it is ensures that the `es` version of the code is able to import non-builtin CommonJS modules in Node correctly.
1367
-
- While namespace reexports `export * from 'external';` are not prohibited, they are ignored and will cause Rollup to display a warning because they would not have an effect if there are no named exports.
1368
-
- When a namespace object is generated, Rollup uses a much simpler helper.
0 commit comments