SyntaxError: Unexpected token '??=' #28920
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
A clear and concise description of what the bug is.
/root/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/multipartPolicy.js:99
2024-03-14T13:27:42.202950024Z boundary ??= parsedBoundary;
2024-03-14T13:27:42.202956424Z ^^^
2024-03-14T13:27:42.202960024Z
2024-03-14T13:27:42.202963924Z SyntaxError: Unexpected token '??='
2024-03-14T13:27:42.202972625Z at wrapSafe (internal/modules/cjs/loader.js:1029:16)
2024-03-14T13:27:42.202976925Z at Module._compile (internal/modules/cjs/loader.js:1078:27)
2024-03-14T13:27:42.202981825Z at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
2024-03-14T13:27:42.202985625Z at Module.load (internal/modules/cjs/loader.js:979:32)
2024-03-14T13:27:42.202989425Z at Function.Module._load (internal/modules/cjs/loader.js:819:12)
2024-03-14T13:27:42.202993525Z at Module.require (internal/modules/cjs/loader.js:1003:19)
2024-03-14T13:27:42.202997625Z at require (internal/modules/cjs/helpers.js:107:18)
2024-03-14T13:27:42.203001625Z at Object. (/root/node_modules/@azure/core-rest-pipeline/dist/commonjs/createPipelineFromOptions.js:10:30)
2024-03-14T13:27:42.203006125Z at Module._compile (internal/modules/cjs/loader.js:1114:14)
2024-03-14T13:27:42.203010325Z at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Issue has started to occur since the latest build a few hours ago.
The text was updated successfully, but these errors were encountered: