summaryrefslogtreecommitdiff
path: root/test/fixtures/source-map/basic.js
blob: 5d1420360f466eab6a9b7f4f87c1e0b2dfff8bda (plain)
1
2
3
4
5
6
7
const a = 99;
if (true) {
  const b = 101;
} else {
  const c = 102;
}
//# sourceMappingURL=https://ci.nodejs.org/418