mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
a2037e799f
* Fix #4725: apply transpile option to require’d .coffee files * Use the current module’s options if it has any, before going searching up the tree * Don’t mutate passed-in options object
3 lines
53 B
CoffeeScript
3 lines
53 B
CoffeeScript
import path from 'path'
|
|
|
|
export getSep = -> path.sep
|