-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove "export *" in favor of explicit named exports #4880
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ba7e65 - Browse repository at this point
Copy the full SHA 0ba7e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919854d - Browse repository at this point
Copy the full SHA 919854dView commit details
Commits on Jul 30, 2024
-
Remove special case eslint rule from API.
Configuration menu - View commit details
-
Copy full SHA for e1aab56 - Browse repository at this point
Copy the full SHA e1aab56View commit details -
add baggageUtils check to integration tests
Sanity check before the rewrite of export * as nameSpace to explicit exports under a nameSpace. Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd73e23 - Browse repository at this point
Copy the full SHA dd73e23View commit details
Commits on Jul 31, 2024
-
make implicit re-exports explicit
Mostly scripted. Thanks, Trent! Re-exports under namespaces and re-exports from another package were done by hand. We have intentionally not tackled NodeSDK yet. Awaiting feedback on this approach so far before updating that package. OTLP exporters omitted from this pass because work is in progress on them in other branches. Co-authored-by: Trent Mick <trentm@gmail.com> Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45accb1 - Browse repository at this point
Copy the full SHA 45accb1View commit details -
dial eslint down to warn on exports being worked separately
Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6b46bd8 - Browse repository at this point
Copy the full SHA 6b46bd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4b892 - Browse repository at this point
Copy the full SHA 8a4b892View commit details
Commits on Aug 1, 2024
-
disable warning about 'export *' in semconv
Updated the comment to remove the TODO because there is no expected followup. SemConv will use `export *` of the generated constants.
Configuration menu - View commit details
-
Copy full SHA for 0fe69ad - Browse repository at this point
Copy the full SHA 0fe69adView commit details
Commits on Aug 7, 2024
-
move assertions about core to separate test file
api-entries is about api; core-entries is about core. Both are still under ./integration-tests/api, but maybe that's OK?
Configuration menu - View commit details
-
Copy full SHA for f0124ea - Browse repository at this point
Copy the full SHA f0124eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe20c5 - Browse repository at this point
Copy the full SHA fbe20c5View commit details -
remove ts-node from integration test deps
Maybe we don't need ts-node here after all?
Configuration menu - View commit details
-
Copy full SHA for 9c0b671 - Browse repository at this point
Copy the full SHA 9c0b671View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe156f - Browse repository at this point
Copy the full SHA fbe156fView commit details
Commits on Aug 8, 2024
-
omit listing pkgs that only had doc comments added
Also, put my name on it.
Configuration menu - View commit details
-
Copy full SHA for d0a2b85 - Browse repository at this point
Copy the full SHA d0a2b85View commit details
Commits on Aug 9, 2024
-
Co-authored-by: Trent Mick <trentm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for afcbcc4 - Browse repository at this point
Copy the full SHA afcbcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34c7b7 - Browse repository at this point
Copy the full SHA a34c7b7View commit details