https://github.com/nodejs/node/issues/31710#issuecomment-584482385
As per node.js documentation:
The specifier of an import statement is the string after the from keyword, e.g. 'path' in import {...
### What version of Effect is running?
_No response_
### What steps can reproduce the bug?
Run `packages/sql-mssql/examples/` on Windows 10
Use `bundler` in `tsconfig.json`
```
"compilerOpti...