UNPKG

swc-viewer-darwin-arm64

Version:

Desktop application to compare SWC and Babel output in real time

7 lines (4 loc) 193 B
/* eslint-disable @typescript-eslint/no-var-requires */ const path = require('path'); const appExecutable = path.resolve(__dirname, 'app/swc-viewer.app'); module.exports = { appExecutable };