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
Accelerator
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
Type
/
to 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 }}
jashkenas
/
coffeescript
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
16.6k
Code
Issues
75
Pull requests
23
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Fix stack trace
- #4428
#4428
Merged
GeoffreyBooth
merged 14 commits into
jashkenas:master
jashkenas/coffeescript:master
from
GeoffreyBooth:fix-stack-trace
GeoffreyBooth/coffeescript:fix-stack-trace
Copy head branch name to clipboard
Jan 22, 2017
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Fix stack trace
#4428
GeoffreyBooth
merged 14 commits into
jashkenas:master
jashkenas/coffeescript:master
from
GeoffreyBooth:fix-stack-trace
GeoffreyBooth/coffeescript:fix-stack-trace
Copy head branch name to clipboard
Commits
Commits on Jan 21, 2017
Revert aee27fbff03870c5479c6c33e6b1f1a32219420c
GeoffreyBooth
committed
0b0323b
View commit details
Copy full SHA for 0b0323b
Browse repository at this point
Patch Jison’s output so that it requires `fs` only if we’re truly in a CommonJS/Node environment, not a browser environment that may happen to have globals named `require` and `exports` (as would b…
Show description for c70541b
GeoffreyBooth
committed
c70541b
View commit details
Copy full SHA for c70541b
Browse repository at this point
Temporary fix for exceptions getting thrown when trying to generate a stack trace for a file that has been deleted since compilation; fixes #3890, but not well. A better solution would not try to r…
Show description for e2ac4b9
GeoffreyBooth
committed
e2ac4b9
View commit details
Copy full SHA for e2ac4b9
Browse repository at this point
Save the test REPL history in the system temp folder, not in the CoffeeScript project folder
GeoffreyBooth
committed
96a8776
View commit details
Copy full SHA for 96a8776
Browse repository at this point
Rewrite `getSourceMap` to never read a file from disk, and therefore not throw IO-related exceptions; source maps are either retrieved from memory, or the related source code is retrieved from memo…
Show description for 86e7d56
GeoffreyBooth
committed
86e7d56
View commit details
Copy full SHA for 86e7d56
Browse repository at this point
Add test to verify that stack traces reference the correct line number. Closes #4418.
GeoffreyBooth
committed
c83410b
View commit details
Copy full SHA for c83410b
Browse repository at this point
Get the parser working in the browser compiler again; rather than detecting a CommonJS environment generally, just check for `fs` before trying to use it
GeoffreyBooth
committed
51097cd
View commit details
Copy full SHA for 51097cd
Browse repository at this point
Follow Node’s standard of 4-space indentation of stack trace data
GeoffreyBooth
committed
316a9f3
View commit details
Copy full SHA for 316a9f3
Browse repository at this point
Merge branch 'master' of github.com:jashkenas/coffeescript into fix-stack-trace
GeoffreyBooth
committed
e117647
View commit details
Copy full SHA for e117647
Browse repository at this point
Commits on Jan 22, 2017
Better .gitignore
GeoffreyBooth
committed
14876e4
View commit details
Copy full SHA for 14876e4
Browse repository at this point
Fix caching of compiled code and source maps; add more tests to verify correct line numbers in stack traces
GeoffreyBooth
committed
23e9fc7
View commit details
Copy full SHA for 23e9fc7
Browse repository at this point
Better fallback value for the parser source
GeoffreyBooth
committed
6f03c8a
View commit details
Copy full SHA for 6f03c8a
Browse repository at this point
Fix the stack traces and tests when running in a browser
GeoffreyBooth
committed
27c2833
View commit details
Copy full SHA for 27c2833
Browse repository at this point
Update the browser compiler so that @murrayju doesn’t have any extra work to do to test this branch
GeoffreyBooth
committed
f6a2384
View commit details
Copy full SHA for f6a2384
Browse repository at this point
You can’t perform that action at this time.