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

[SITES-22335] js parse error fix #2827

Merged
merged 1 commit into from
Jul 31, 2024
Merged

[SITES-22335] js parse error fix #2827

merged 1 commit into from
Jul 31, 2024

Conversation

YahorC
Copy link
Contributor

@YahorC YahorC commented Jul 31, 2024

The ?? operator was included in ES2020, which is supported by Node 14 (released in April 2020). But we are currently using ES2015 (see content.xml)

Q                       A
Fixed Issues? SITES-22335
Patch: Bug Fix?
Minor: New Feature?
Major: Breaking Change?
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes?
License Apache License, Version 2.0

@YahorC YahorC added this to the 2.26.0 milestone Jul 31, 2024
@YahorC YahorC requested a review from a team July 31, 2024 11:14
Copy link

sonarcloud bot commented Jul 31, 2024

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.21%. Comparing base (6dd7208) to head (84720ab).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2827   +/-   ##
=========================================
  Coverage     87.21%   87.21%           
  Complexity     2690     2690           
=========================================
  Files           235      235           
  Lines          7173     7173           
  Branches       1096     1096           
=========================================
  Hits           6256     6256           
  Misses          363      363           
  Partials        554      554           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@YahorC YahorC merged commit 681d1bf into main Jul 31, 2024
14 checks passed
@YahorC YahorC deleted the fix_js_parse_error branch July 31, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants