Skip to content

Instantly share code, notes, and snippets.

View lathonez's full-sized avatar

Stephen Hazleton lathonez

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@lathonez
lathonez / transpile.js
Created February 1, 2018 11:01
Fix @ionic/app-scripts broken transpile update (https://github.com/ionic-team/ionic-app-scripts/issues/1355)
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
var __generator = (this && this.__generator) || function (thisArg, body) {