Skip to content

Commit

Permalink
🤖 docs: Correctly import regenerator/runtime.
Browse files Browse the repository at this point in the history
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/make-github-pseudonymous-again/rejuvenate/blob/d09fbf6436be892b61bbe02454e1d7d7229c50d8/src/transforms/docs:import-regenerator-runtime-the-esm-way.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Sep 10, 2022
1 parent c1658fe commit 8b5402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The code needs a ES2015+ polyfill to work, for example
```js
require( 'regenerator-runtime/runtime' ) ;
// or
import 'regenerator-runtime/runtime' ;
import 'regenerator-runtime/runtime.js' ;
```

Then
Expand Down

0 comments on commit 8b5402b

Please sign in to comment.