Skip to content
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

index.mjs contains debug output #9192

Closed
jbr opened this issue Sep 5, 2023 · 3 comments
Closed

index.mjs contains debug output #9192

jbr opened this issue Sep 5, 2023 · 3 comments

Comments

@jbr
Copy link

jbr commented Sep 5, 2023

Although I see #9191 addressed this build issue and v5.6.1 released the fix, the code on npm still includes the following debug output at the top of index.mjs:

@babel/preset-env: `DEBUG` option

Using targets:
{
  "android": "115",
  "chrome": "109",
  "edge": "114",
  "firefox": "102",
  "ios": "16.1",
  "opera": "99",
  "opera_mobile": "73",
  "safari": "16.4",
  "samsung": "20"
}

Using modules transform: false

Using plugins:
  transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, opera_mobile < 75, safari, samsung }
  proposal-class-static-block { ios < 16.4 }
  syntax-private-property-in-object
  syntax-class-properties
  syntax-numeric-separator
  proposal-logical-assignment-operators { }
  syntax-nullish-coalescing-operator
  syntax-optional-chaining
  syntax-json-strings
  syntax-optional-catch-binding
  transform-parameters { ios < 16.3 }
  syntax-async-generators
  syntax-object-rest-spread
  syntax-export-namespace-from
  syntax-top-level-await
  syntax-import-meta

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.

Thanks!

jbr added a commit to divviup/divviup-api that referenced this issue Sep 5, 2023
jbr added a commit to divviup/divviup-api that referenced this issue Sep 5, 2023
* deps

* accommodate deprecation in Chrono

* downgrade and pin swagger-ui

due to swagger-api/swagger-ui#9192
@char0n char0n self-assigned this Sep 6, 2023
@char0n
Copy link
Member

char0n commented Sep 6, 2023

Hi @jbr,

Thanks for the report. I've just noticed that myself and found this issue.

char0n added a commit that referenced this issue Sep 6, 2023
Problem was resolved by turning babel debug off.

Refs #9192
@char0n
Copy link
Member

char0n commented Sep 6, 2023

Addressed in #9194

char0n added a commit that referenced this issue Sep 6, 2023
Problem was resolved by turning babel debug off.

Refs #9192
@char0n
Copy link
Member

char0n commented Sep 6, 2023

Released in https://github.com/swagger-api/swagger-ui/releases/tag/v5.6.2

@char0n char0n closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants