mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
* 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
4 lines
53 B
CoffeeScript
4 lines
53 B
CoffeeScript
import path from 'path'
|
|
|
|
export getSep = -> path.sep
|