1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/test
Geoffrey Booth a2037e799f Fix #4725: apply transpile option to require’d .coffee files (#4728)
* 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
2017-10-04 17:49:59 -07:00
..
importing
support
argument_parsing.coffee
arrays.coffee
assignment.coffee
async.coffee [CS2] Fix async tests (#4680) 2017-09-01 12:26:47 -07:00
booleans.coffee renaming wordy test titles. 2011-04-23 13:35:15 -04:00
classes.coffee
cluster.coffee Fixes #2737, fix fork() for both .js and .coffee, revised. 2013-03-18 11:46:54 +08:00
comments.coffee
compilation.coffee
comprehensions.coffee
control_flow.coffee
csx.coffee
error_messages.coffee
eval.coffee Fix issue #3498 2015-01-05 15:40:04 -05:00
exception_handling.coffee
formatting.coffee
function_invocation.coffee
functions.coffee
generators.coffee
helpers.coffee
importing.coffee
interpolation.coffee
invocation_argument_parsing.coffee
javascript_literals.coffee
literate.litcoffee
literate_tabbed.litcoffee
location.coffee [CS2] Fix #4467: tagged template literal call (#4601) 2017-07-05 13:58:36 -07:00
modules.coffee [CS2] Comments (#4572) 2017-08-02 19:34:34 -07:00
numbers.coffee Treat Infinity and NaN as reserved words 2016-03-06 11:41:48 +01:00
objects.coffee
operators.coffee [CS2] Compile class constructors to ES2015 classes (#4354) 2017-01-12 21:55:30 -08:00
option_parser.coffee
parser.coffee Properly update location data when setting a call to use new 2017-02-16 20:43:19 -08:00
ranges.coffee
regexps.coffee
repl.coffee
scope.coffee [CS2] Restore bound class methods via runtime check to avoid premature calling of bound method before binding (#4561) 2017-06-14 15:11:53 -07:00
slicing_and_splicing.coffee
soaks.coffee
sourcemap.coffee
strict.coffee merge master 2017-04-20 14:41:28 -05:00
strings.coffee
tagged_template_literals.coffee