mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
Big commit. First draft of stripping comments from generated JS output. Issue #41
This commit is contained in:
@@ -26,15 +26,6 @@ else
|
||||
ok result
|
||||
|
||||
|
||||
# If statement with a comment-only clause.
|
||||
result: if false
|
||||
# comment
|
||||
else
|
||||
27
|
||||
|
||||
ok result is 27
|
||||
|
||||
|
||||
# Testing unless.
|
||||
result: unless true
|
||||
10
|
||||
|
||||
Reference in New Issue
Block a user