Skip to content
View mikeal's full-sized avatar
🏠
Working from home
🏠
Working from home

Sponsors

@getsentry
@codecov

Highlights

  • Pro
Block or Report

Block or report mikeal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mikeal/README.md
/*   Pratītyasamutpāda   */
/* Dependent Origination */

const a = (_this, that) => {
  if (_this) that()
}
const b = (that) => {
  const _this = false
  // vm knows this will never be called, this code can be dropped
  // and only ever appears in this textual form
  if (_this) that()
}
const c = (_this) => {
  const that = false
  // vm knows this will never be called, this code can be dropped
  // and only ever appears in this textual form
  if (that && _this) return _this
}

Pinned

  1. request/request request/request Public

    🏊🏾 Simplified HTTP request client.

    JavaScript 25.7k 3.1k

  2. webtorrent-element webtorrent-element Public

    WebTorrent HTML element.

    JavaScript 529 87

  3. nodejs/node nodejs/node Public

    Node.js JavaScript runtime ✨🐢🚀✨

    JavaScript 103k 27.6k

  4. bent bent Public

    Functional JS HTTP client (Node.js & Fetch) w/ async await

    JavaScript 2.2k 106