Azure / Azure/azure-storage-node
azure-storage.blob.mjs:45055 Uncaught SyntaxError: Unexpected end of input
- Dominant language
- JavaScript
- Stars
- 482
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
### Which service(blob, file, queue, table) does this issue concern?
This issue is related concerned about azure-storage.blob
### Which version of the SDK was used?
we used version 12
### What's the Node.js/Browser version?
node version: v14.17.5
browser chrome: 111.0.5563.111 (Official Build) (64-bit)
### What problem was encountered?
we are trying to import the library with import statement like **import '../scripts/azure-storage.blob.mjs';**
Error:
**[unexpected end of input at line ](azure-storage.blob.mjs:45055 Uncaught SyntaxError: Unexpected end of input)**


its not loading the script fully as shown in 2nd screenshot
Contributor guide
Assessment
This issue has not been assessed yet.