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
.
Turfjs
/
turf
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
10.5k
Code
Issues
233
Pull requests
50
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Speed up development builds and drop tsup
- #2988
#2988
Draft
smallsaucepan
wants to merge 18 commits into
Turfjs:master
Turfjs/turf:master
from
smallsaucepan:dev-without-build
smallsaucepan/turf:dev-without-build
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Draft
Speed up development builds and drop tsup
#2988
smallsaucepan
wants to merge 18 commits into
Turfjs:master
Turfjs/turf:master
from
smallsaucepan:dev-without-build
smallsaucepan/turf:dev-without-build
Copy head branch name to clipboard
Commits
Commits on Dec 20, 2025
Minimal changes required to have existing ESM+CJS build process complete with esnext/bundler upgrade. Produces identical dist/ output (except for a few .cjs.map files) as the current build.
smallsaucepan
committed
4bc86a0
View commit details
Copy full SHA for 4bc86a0
Browse repository at this point
Commits on Dec 22, 2025
Added rules to monorepolint to generate per package tsconfig.json and tsup.config.ts files that include auto-generated project references where required. Several TS and JS specific template files a…
Show description for 6da37b9
smallsaucepan
committed
6da37b9
View commit details
Copy full SHA for 6da37b9
Browse repository at this point
Split @turf/turf build into build and rollup, and moved rollup to the new prerelease top level target.
Show description for cfc3c7d
smallsaucepan
committed
cfc3c7d
View commit details
Copy full SHA for cfc3c7d
Browse repository at this point
Auto generated (by mrl) changes to existing tsconfig.json and package.json package files.
smallsaucepan
committed
8b9b2a4
View commit details
Copy full SHA for 8b9b2a4
Browse repository at this point
Auto generated (by mrl) NEW tsconfig.build.json, tsconfig.types.json, and tsup.config.ts package files.
smallsaucepan
committed
26162d8
View commit details
Copy full SHA for 26162d8
Browse repository at this point
Commits on Dec 30, 2025
Removed now defunct (I think) seperate build tsconfig and tsup config files.
smallsaucepan
committed
9892d32
View commit details
Copy full SHA for 9892d32
Browse repository at this point
Commits on Dec 31, 2025
Merge branch 'Turfjs:master' into dev-without-build
smallsaucepan
authored
636eaf0
View commit details
Copy full SHA for 636eaf0
Browse repository at this point
Commits on Jan 2, 2026
WIP.
smallsaucepan
committed
5caa61d
View commit details
Copy full SHA for 5caa61d
Browse repository at this point
Merge remote-tracking branch 'refs/remotes/origin/dev-without-build' into dev-without-build
smallsaucepan
committed
b3f2903
View commit details
Copy full SHA for b3f2903
Browse repository at this point
Merge branch 'master' into dev-without-build
smallsaucepan
committed
02a8b4d
View commit details
Copy full SHA for 02a8b4d
Browse repository at this point
Commits on Jan 5, 2026
Migrate @turf/buffer to TypeScript, ignoring errors
mfedderly
committed
2f579b3
View commit details
Copy full SHA for 2f579b3
Browse repository at this point
Commits on Jan 11, 2026
Merge remote-tracking branch 'upstream/mf/buffer-ts-basic' into dev-without-build
smallsaucepan
committed
7c4b76f
View commit details
Copy full SHA for 7c4b76f
Browse repository at this point
Merge branch 'master' into dev-without-build
smallsaucepan
committed
7847682
View commit details
Copy full SHA for 7847682
Browse repository at this point
Commits on Jan 12, 2026
Retired tsup for JS generation. Instead using tsc with two configs in each package - tsconfig.json and tsconfig.cjs.json
Show description for 1ae24d0
smallsaucepan
committed
1ae24d0
View commit details
Copy full SHA for 1ae24d0
Browse repository at this point
Being explicit about when we are exporting types. Related to enabling isolatedModules.
smallsaucepan
committed
c1e9d9f
View commit details
Copy full SHA for c1e9d9f
Browse repository at this point
Commits on Apr 29, 2026
Merge branch 'master' into dev-without-build
smallsaucepan
committed
7ed0c48
View commit details
Copy full SHA for 7ed0c48
Browse repository at this point
Commits on Apr 30, 2026
Refactor build targets in normal packages to build (esm only) and prepack (cjs, es5, etc ready for publishing.
Show description for c289319
smallsaucepan
committed
c289319
View commit details
Copy full SHA for c289319
Browse repository at this point
Commits on May 2, 2026
Work in progress. Utilise eslint and prettier built in caching. Test results cached with nx when run from monorepo root. Switched some @turf/turf tests to run on esm rather than cjs, so we can chec…
Show description for 5acee45
smallsaucepan
committed
5acee45
View commit details
Copy full SHA for 5acee45
Browse repository at this point
You can’t perform that action at this time.