issue-201.js 109 Bytes
Newer Older
lxyang committed
1 2 3 4 5 6 7 8 9
import { resolve } from 'path'

function test () {
  const _path = 'path'

  return resolve(_path)
}

test()