Skip to content

Instantly share code, notes, and snippets.

View 1999's full-sized avatar

Dmitrii Sorin 1999

View GitHub Profile
'use strict';
/**
* node --harmony-async-await --trace-opt --trace-deopt test.js | grep 'disabled'
*/
const REJECT_PROBABILITY = 5 / 10000;
const resolveAfterTimeout = (timeout) => {
return new Promise((resolve, reject) => {
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';
require('es5-shim');
require('es5-shim/es5-sham');
require('es6-shim');
// Array#includes is stage 4, in ES7/ES2016
require('array-includes/shim')();
@1999
1999 / .gitignore
Last active May 5, 2017 02:35
mpt #113
node_modules/
Done in 341.94s.
real 5m42.499s
user 11m44.867s
sys 3m20.832s