node/test/fixtures/source-map/basic.js

8 lines
118 B
JavaScript

const a = 99;
if (true) {
const b = 101;
} else {
const c = 102;
}
//# sourceMappingURL=https://ci.nodejs.org/418