Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
programmist
/
coffee-script
Public
forked from
jashkenas/coffeescript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
coffee-script
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 30, 2012
Adding fundamental 'linking' where changes to an imported file causes a rebuild of any importers of this file
programmist
committed
4982c38
View commit details
Copy full SHA for 4982c38
View code at this point
Browse repository at this point
Commits on Jul 26, 2012
Adding imports to coffee-script
programmist
committed
64cc1a6
View commit details
Copy full SHA for 64cc1a6
View code at this point
Browse repository at this point
Commits on Jul 11, 2012
fixed broken compilation due to pull #2430
Show description for 5d7a834
michaelficarra
committed
5d7a834
View commit details
Copy full SHA for 5d7a834
View code at this point
Browse repository at this point
Commits on Jul 9, 2012
Strip UTF-8 BOM when require'ing .coffee modules.
Show description for c9388ce
domenic
committed
c9388ce
View commit details
Copy full SHA for c9388ce
View code at this point
Browse repository at this point
Commits on Jul 2, 2012
Migrate from path.exists to fs.exists
Show description for ace4837
Michael Smith
committed
ace4837
View commit details
Copy full SHA for ace4837
View code at this point
Browse repository at this point
Commits on Jun 12, 2012
removed duplicate "let" in RESERVED list
Show description for 6417cf4
michaelficarra
committed
6417cf4
View commit details
Copy full SHA for 6417cf4
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
Merge pull request #2371 from takkaw/del_unused
Show description for 8d39c1c
michaelficarra
committed
8d39c1c
View commit details
Copy full SHA for 8d39c1c
View code at this point
Browse repository at this point
Commits on Jun 6, 2012
delete unused sentence
takkaw
committed
bc7e0cf
View commit details
Copy full SHA for bc7e0cf
View code at this point
Browse repository at this point
Commits on May 21, 2012
removing code that restricts duplicate key names and associated tests
michaelficarra
committed
7c29ea4
View commit details
Copy full SHA for 7c29ea4
View code at this point
Browse repository at this point
finally put #2333 to rest by resorting to using indirect eval
Show description for 81f780f
michaelficarra
committed
81f780f
View commit details
Copy full SHA for 81f780f
View code at this point
Browse repository at this point
Merge pull request #2347 from heyLu/fix-repl
Show description for 6838bae
jashkenas
committed
6838bae
View commit details
Copy full SHA for 6838bae
View code at this point
Browse repository at this point
Commits on May 20, 2012
correct spacing around operators in slice output
michaelficarra
committed
972a529
View commit details
Copy full SHA for 972a529
View code at this point
Browse repository at this point
fixes #2349: inclusive slicing to numeric strings
michaelficarra
committed
b814981
View commit details
Copy full SHA for b814981
View code at this point
Browse repository at this point
fix repl completion and navigation
Show description for 01d4e87
heyLu
committed
01d4e87
View commit details
Copy full SHA for 01d4e87
View code at this point
Browse repository at this point
Commits on May 16, 2012
yet another small cleanup and obscure bugfix related to #2333
michaelficarra
committed
df54c63
View commit details
Copy full SHA for df54c63
View code at this point
Browse repository at this point
object key dupe checking again: support newlines and \a in strings
michaelficarra
committed
1810d9f
View commit details
Copy full SHA for 1810d9f
View code at this point
Browse repository at this point
correcting broken fix for #2333 regarding string escape sequences
Show description for 29b9c3b
michaelficarra
committed
29b9c3b
View commit details
Copy full SHA for 29b9c3b
View code at this point
Browse repository at this point
renaming `any` helper to `some`, reflecting `Array::some`
michaelficarra
committed
c6fafa1
View commit details
Copy full SHA for c6fafa1
View code at this point
Browse repository at this point
Finally rid eval from fix for #2333. I feel comfortable with it now.
michaelficarra
committed
e8a8209
View commit details
Copy full SHA for e8a8209
View code at this point
Browse repository at this point
another refactoring for #2333
michaelficarra
committed
fa82859
View commit details
Copy full SHA for fa82859
View code at this point
Browse repository at this point
issue #2333: removed gratuitous test, refactored
michaelficarra
committed
55e1386
View commit details
Copy full SHA for 55e1386
View code at this point
Browse repository at this point
fix to #2333 greatly improved, but still depends on eval :(
michaelficarra
committed
dc9565f
View commit details
Copy full SHA for dc9565f
View code at this point
Browse repository at this point
fixes #2333: fix prohibition of duplicate object properties
michaelficarra
committed
c264bf0
View commit details
Copy full SHA for c264bf0
View code at this point
Browse repository at this point
Commits on May 15, 2012
corrected some SIGINT/EOT logic in REPL
michaelficarra
committed
5c66e55
View commit details
Copy full SHA for 5c66e55
View code at this point
Browse repository at this point
more changes to REPL autocompletion as suggested in 8dcbe54e55cda4f3f157187020ec79a6fdfdf417
michaelficarra
committed
c4ebe35
View commit details
Copy full SHA for c4ebe35
View code at this point
Browse repository at this point
CoffeeScript 1.3.3
jashkenas
committed
79492aa
View commit details
Copy full SHA for 79492aa
View code at this point
Browse repository at this point
Fixes #2331 -- bound 'super' regression
jashkenas
committed
e3454ed
View commit details
Copy full SHA for e3454ed
View code at this point
Browse repository at this point
Fixes broken autocompletion from 8bc6001d27a87f7b75fa997a246e2ea84eef1b8e
Show description for 8dcbe54
michaelficarra
committed
8dcbe54
View commit details
Copy full SHA for 8dcbe54
View code at this point
Browse repository at this point
small refactoring of 66c751be1116688662cb3c317bed48cbe292e01b
michaelficarra
committed
dac24a3
View commit details
Copy full SHA for dac24a3
View code at this point
Browse repository at this point
Commits on May 14, 2012
fixed REPL to allow streamed input from stdin
michaelficarra
committed
66c751b
View commit details
Copy full SHA for 66c751b
View code at this point
Browse repository at this point
CoffeeScript 1.3.2
jashkenas
committed
7792a3a
View commit details
Copy full SHA for 7792a3a
View code at this point
Browse repository at this point
Commits on May 13, 2012
Merge pull request #2299 from geraldalewis/2213-no-method-is-array
Show description for ed70540
michaelficarra
committed
ed70540
View commit details
Copy full SHA for ed70540
View code at this point
Browse repository at this point
Commits on May 8, 2012
removing redundant cases in lexer; thanks @satyr
michaelficarra
committed
d5ddd0f
View commit details
Copy full SHA for d5ddd0f
View code at this point
Browse repository at this point
reverting premature start of solution to #2306
michaelficarra
committed
848d105
View commit details
Copy full SHA for 848d105
View code at this point
Browse repository at this point
lexer/parser: split out `null` and `undefined` from `BOOL` token
Show description for caf3da2
michaelficarra
committed
caf3da2
View commit details
Copy full SHA for caf3da2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.