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/efdeb14f1acc403bede2ec6bcff997fe7484cb4d/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 Dec 20, 2021
1 parent b74c69e commit 77555c3
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 77555c3

Please sign in to comment.