0.13.9 • Published 11 months ago
regenerator-runtime v0.13.9
regenerator-runtime
Standalone runtime for
Regenerator-compiled generator
and async
functions.
To import the runtime as a module (recommended), either of the following import styles will work:
// CommonJS
const regeneratorRuntime = require("regenerator-runtime");
// ECMAScript 2015
import regeneratorRuntime from "regenerator-runtime";
To ensure that regeneratorRuntime
is defined globally, either of the
following styles will work:
// CommonJS
require("regenerator-runtime/runtime");
// ECMAScript 2015
import "regenerator-runtime/runtime";
To get the absolute file system path of runtime.js
, evaluate the
following expression:
require("regenerator-runtime/path").path
0.13.9
11 months ago
0.13.8
1 year ago
0.13.7
2 years ago
0.13.6
2 years ago
0.13.5
2 years ago
0.13.4
2 years ago
0.13.3
3 years ago
0.13.2
3 years ago
0.13.1
4 years ago
0.13.0
4 years ago
0.12.1
4 years ago
0.12.0
4 years ago
0.11.1
5 years ago
0.11.0
5 years ago
0.10.5
5 years ago
0.10.4
5 years ago
0.10.3
5 years ago
0.10.2
5 years ago
0.10.1
6 years ago
0.10.0
6 years ago
0.9.6
6 years ago
0.9.5
6 years ago
0.9.4
6 years ago
0.9.3
6 years ago
0.9.2
6 years ago
0.9.1
6 years ago
0.9.0
6 years ago
0.0.1
8 years ago