issue-201.js 109 Bytes
import { resolve } from 'path'

function test () {
  const _path = 'path'

  return resolve(_path)
}

test()