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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
oven-sh
/
bun
Public
Notifications
You must be signed in to change notification settings
Fork
5k
Star
95.4k
Code
Issues
3.2k
Pull requests
5k+
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
parser: apply ASI when TS contextual keywords precede a newline
- #34258
#34258
Merged
dylan-conway
merged 11 commits into
main
oven-sh/bun:main
from
farm/80275baa/ts-contextual-keyword-asi
oven-sh/bun:farm/80275baa/ts-contextual-keyword-asi
Copy head branch name to clipboard
Jul 15, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
parser: apply ASI when TS contextual keywords precede a newline
#34258
dylan-conway
merged 11 commits into
main
oven-sh/bun:main
from
farm/80275baa/ts-contextual-keyword-asi
oven-sh/bun:farm/80275baa/ts-contextual-keyword-asi
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
parser: apply ASI when declare/abstract/interface/accessor precede a newline
Show description for ea68291
robobun
committed
ea68291
View commit details
Copy full SHA for ea68291
Browse repository at this point
[autofix.ci] apply automated fixes
autofix-ci[bot]
authored
0b57016
View commit details
Copy full SHA for 0b57016
Browse repository at this point
parser: reword decorator+newline error to avoid "Expected class but found class"
robobun
committed
dbabcc1
View commit details
Copy full SHA for dbabcc1
Browse repository at this point
parser: reject "declare interface\n" / "declare abstract\n" instead of emitting live code
Show description for 534bc36
robobun
committed
534bc36
View commit details
Copy full SHA for 534bc36
Browse repository at this point
parser: validate "declare X" body via post-check instead of per-arm flag checks
Show description for 0017d64
robobun
committed
0017d64
View commit details
Copy full SHA for 0017d64
Browse repository at this point
test: add export-declare-let and string-literal-module ambient body cases
robobun
committed
850393f
View commit details
Copy full SHA for 850393f
Browse repository at this point
test: update scope-mismatch-panic cases that are now parse errors
Show description for 99a6565
robobun
committed
99a6565
View commit details
Copy full SHA for 99a6565
Browse repository at this point
test(scope-mismatch-panic): resolve react from test/node_modules explicitly
Show description for bb9014b
robobun
committed
bb9014b
View commit details
Copy full SHA for bb9014b
Browse repository at this point
style: tighten declare post-check comment to 2 lines
robobun
committed
92025ba
View commit details
Copy full SHA for 92025ba
Browse repository at this point
ci: retrigger
robobun
committed
21df535
View commit details
Copy full SHA for 21df535
Browse repository at this point
style: drop bug-history comment in scope-mismatch-panic test
robobun
committed
8e0d9d1
View commit details
Copy full SHA for 8e0d9d1
Browse repository at this point
You can’t perform that action at this time.