all.ts 196 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import {enableES5} from "./es5" import {enableMapSet} from "./mapset" import {enablePatches} from "./patches" export function enableAllPlugins() { enableES5() enableMapSet() enablePatches() }