0.14.1 • Published 2 years ago
regenerator-runtime v0.14.1
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.js";To get the absolute file system path of runtime.js, evaluate the
following expression:
require("regenerator-runtime/path").path0.14.1
2 years ago
0.14.0
3 years ago
0.13.11
4 years ago
0.13.10
4 years ago
0.13.9
5 years ago
0.13.8
5 years ago
0.13.7
6 years ago
0.13.6
6 years ago
0.13.5
6 years ago
0.13.4
6 years ago
0.13.3
7 years ago
0.13.2
7 years ago
0.13.1
8 years ago
0.13.0
8 years ago
0.12.1
8 years ago
0.12.0
8 years ago
0.11.1
8 years ago
0.11.0
9 years ago
0.10.5
9 years ago
0.10.4
9 years ago
0.10.3
9 years ago
0.10.2
9 years ago
0.10.1
9 years ago
0.10.0
10 years ago
0.9.6
10 years ago
0.9.5
10 years ago
0.9.4
10 years ago
0.9.3
10 years ago
0.9.2
10 years ago
0.9.1
10 years ago
0.9.0
10 years ago
0.0.1
12 years ago