mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
helpers: now directly exported
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{Scope} = require './scope'
|
||||
|
||||
# Import the helpers we plan to use.
|
||||
{compact, flatten, merge, del, include, indexOf, starts, ends} = require('./helpers').helpers
|
||||
{compact, flatten, merge, del, include, indexOf, starts, ends} = require './helpers'
|
||||
|
||||
#### BaseNode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user