Azure / Azure/fetch-event-source

use import paths that include extension

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.9k
Forks
196
PR merge metrics
No merged PRs in 30d

Description

eg, change this
```javascript
export { fetchEventSource, EventStreamContentType } from './fetch';
```
to this
```javascript
export { fetchEventSource, EventStreamContentType } from './fetch.js';
```

this change would make the script sources usable as-is from a cdn

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.