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
```
/home/runner/work/opentelemetry-js/opentelemetry-js/experimental/packages/opentelemetry-sdk-node/src/index.ts
20:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
21:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
22:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
23:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
24:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
25:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
26:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
27:1 warning Using 'ExportAllDeclaration' is not allowed no-restricted-syntax
```
This feels a bit different than the other ones, as this is a meta-
package, and these are wildcard exports to re-export all the public
exports from the upstream packages into individual _namesapces_.
There is no risk of accidentally exporting something that wasn't
meant to be public, and it would be a huge pain to enumerate things
from each of the upstream packages and keep things in-sync.
Ref open-telemetry#5365
0 commit comments