Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd0bc8b

Browse filesBrowse files
🤖 docs: Correctly import regenerator/runtime.
This is needed because the new ESM import syntax requires full paths. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/docs:import-regenerator-runtime-the-esm-way.js Please contact the author of the transform if you believe there was an error.
1 parent 44e5b0f commit bd0bc8b
Copy full SHA for bd0bc8b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎doc/manual/usage.md

Copy file name to clipboardExpand all lines: doc/manual/usage.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The code needs a ES2015+ polyfill to work, for example
44
```js
55
require( 'regenerator-runtime/runtime' ) ;
66
// or
7-
import 'regenerator-runtime/runtime' ;
7+
import 'regenerator-runtime/runtime.js' ;
88
```
99

1010
Then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.