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
restructuring
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 5, 2011
moved `src/coffee-script/*.coffee` to `src` as per discussion in #1246
michaelficarra
committed
c2a43f7
View commit details
Copy full SHA for c2a43f7
View code at this point
Browse repository at this point
Merge branch 'restructure' of https://github.com/gfxmonk/coffee-script into restructuring
Show description for c222da9
michaelficarra
committed
c222da9
View commit details
Copy full SHA for c222da9
View code at this point
Browse repository at this point
Merge pull request #1571 from MichaelBlume/fix-ternary
Show description for 55e366f
jashkenas
committed
55e366f
View commit details
Copy full SHA for 55e366f
View code at this point
Browse repository at this point
Merge pull request #1573 from geraldalewis/1464_bound_static_methods
Show description for 4e71aad
jashkenas
committed
4e71aad
View commit details
Copy full SHA for 4e71aad
View code at this point
Browse repository at this point
bumping version to 1.1.3-pre for Trevor's sake ;)
jashkenas
committed
48f3c70
View commit details
Copy full SHA for 48f3c70
View code at this point
Browse repository at this point
CoffeeScript 1.1.2
jashkenas
committed
1a652a9
View commit details
Copy full SHA for 1a652a9
View code at this point
Browse repository at this point
fix another long ternary in the lib
Mike Blume
committed
15fed8d
View commit details
Copy full SHA for 15fed8d
View code at this point
Browse repository at this point
eliminate unnecessary assignment
Show description for 396f9b3
Mike Blume
committed
396f9b3
View commit details
Copy full SHA for 396f9b3
View code at this point
Browse repository at this point
Commits on Aug 4, 2011
fixes issue #1464 ... bound class methods now keep context
geraldalewis
committed
638dbbe
View commit details
Copy full SHA for 638dbbe
View code at this point
Browse repository at this point
Commits on Jul 31, 2011
check existence of this.context. Avoid build error
Show description for 178af9d
Mike Blume
committed
178af9d
View commit details
Copy full SHA for 178af9d
View code at this point
Browse repository at this point
changed uses of the `slice` method to CS slices in `nodes.coffee`
michaelficarra
committed
e7854be
View commit details
Copy full SHA for e7854be
View code at this point
Browse repository at this point
Commits on Jul 27, 2011
fixed #1322; block comments no longer get out of implicitly called implicit objects
satyr
committed
9b9612e
View commit details
Copy full SHA for 9b9612e
View code at this point
Browse repository at this point
Commits on Jul 18, 2011
Fix for issue #1446: Compiler crashes on permissions error instead of giving meaningful error message
breckinloggins
committed
2d54fea
View commit details
Copy full SHA for 2d54fea
View code at this point
Browse repository at this point
Merge pull request #1522 from breckinloggins/fix_1470
Show description for 37019da
jashkenas
committed
37019da
View commit details
Copy full SHA for 37019da
View code at this point
Browse repository at this point
Commits on Jul 17, 2011
Merge pull request #1517 from breckinloggins/master
Show description for 813efbe
jashkenas
committed
813efbe
View commit details
Copy full SHA for 813efbe
View code at this point
Browse repository at this point
Merge pull request #1518 from taku0/fix_pluckDirectCall
Show description for 7790df0
jashkenas
committed
7790df0
View commit details
Copy full SHA for 7790df0
View code at this point
Browse repository at this point
Merge pull request #1460 from yyyc514/fix_print_with_join
Show description for c2b32df
jashkenas
committed
c2b32df
View commit details
Copy full SHA for c2b32df
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Using string interpolation when adding extension
breckinloggins
committed
479a2e0
View commit details
Copy full SHA for 479a2e0
View code at this point
Browse repository at this point
Issue #1470: Cleaning up logic on extension detection
breckinloggins
committed
471cf1d
View commit details
Copy full SHA for 471cf1d
View code at this point
Browse repository at this point
Removed a garbage code in `pluckDirectCall`.
Show description for ecdaad2
taku0
committed
ecdaad2
View commit details
Copy full SHA for ecdaad2
View code at this point
Browse repository at this point
Test implementation of issue #1470. Assuming '.coffee' extension if file not found
breckinloggins
committed
3e20622
View commit details
Copy full SHA for 3e20622
View code at this point
Browse repository at this point
Fixing issue #1492: Consecutive semicolons in compiled output in some situations
breckinloggins
committed
8a4a28b
View commit details
Copy full SHA for 8a4a28b
View code at this point
Browse repository at this point
Commits on Jul 12, 2011
Merge pull request #1498 from breckinloggins/master
Show description for 1927213
jashkenas
committed
1927213
View commit details
Copy full SHA for 1927213
View code at this point
Browse repository at this point
Commits on Jul 11, 2011
arranged and formatted nonContextGlobals list in REPL
michaelficarra
committed
cb8e147
View commit details
Copy full SHA for cb8e147
View code at this point
Browse repository at this point
Added globals to the REPL that are (for a reason currently unknown to
Show description for 07baed8
michaelficarra
committed
07baed8
View commit details
Copy full SHA for 07baed8
View code at this point
Browse repository at this point
Commits on Jul 10, 2011
fixes tab completion in the REPL
michaelficarra
committed
af1cf34
View commit details
Copy full SHA for af1cf34
View code at this point
Browse repository at this point
Commits on Jul 9, 2011
Changing sentance structure in a grammar rule explanation
breckinloggins
committed
eb53670
View commit details
Copy full SHA for eb53670
View code at this point
Browse repository at this point
Small typo fixes in several files. Completed some missing documentation in nodes.coffee
breckinloggins
committed
0353b0d
View commit details
Copy full SHA for 0353b0d
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
allow Ctrl-C to escape an unwanted continuation prompt
michaelficarra
committed
6e9cfd8
View commit details
Copy full SHA for 6e9cfd8
View code at this point
Browse repository at this point
Made line continuations in the REPL much, much nicer and moved all of
Show description for 2a9fd34
michaelficarra
committed
2a9fd34
View commit details
Copy full SHA for 2a9fd34
View code at this point
Browse repository at this point
More accurately emulating node's REPL behaviour with regard to `_`
Show description for 5538315
michaelficarra
committed
5538315
View commit details
Copy full SHA for 5538315
View code at this point
Browse repository at this point
output a newline before exiting REPL
michaelficarra
committed
bb1502a
View commit details
Copy full SHA for bb1502a
View code at this point
Browse repository at this point
Fixes #1035, #1425, and #1444: (another) overhaul of REPL and
Show description for 40ee30e
michaelficarra
committed
40ee30e
View commit details
Copy full SHA for 40ee30e
View code at this point
Browse repository at this point
Fixes #1461. Existential assignment now correctly reports if it is a statement.
zmthy
authored and
michaelficarra
committed
5adf3b8
View commit details
Copy full SHA for 5adf3b8
View code at this point
Browse repository at this point
Fixes #1467. Catch now introduces its parameter to scope.
zmthy
authored and
michaelficarra
committed
4fc52cd
View commit details
Copy full SHA for 4fc52cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.