UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

14 lines (11 loc) 100 B
"use strict"; const x = 3; x++; --x; x = 4; x *= 2; x /= 2; if (true) { let x = 3; x++; }