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
.
mapcode-foundation
/
mapcode-ts
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jun 17, 2026
Fix API validation and package metadata
rijnb
committed
3a0870b
View commit details
Copy full SHA for 3a0870b
Browse repository at this point
added copyright
rijnb
committed
060a50e
View commit details
Copy full SHA for 060a50e
Browse repository at this point
chore: rename package to mapcode-ts; add publish metadata
Show description for 116b562
rijnb
and
claude
committed
116b562
View commit details
Copy full SHA for 116b562
Browse repository at this point
gitignore
rijnb
committed
9c33e5a
View commit details
Copy full SHA for 9c33e5a
Browse repository at this point
removed docs
rijnb
committed
caa42b6
View commit details
Copy full SHA for caa42b6
Browse repository at this point
version 1.0.0
rijnb
committed
2343081
View commit details
Copy full SHA for 2343081
Browse repository at this point
first commit
rijnb
committed
fedfc1c
View commit details
Copy full SHA for fedfc1c
Browse repository at this point
feat: add public API barrel; verify dual build
Show description for 12f6fd2
rijnb
and
claude
committed
12f6fd2
View commit details
Copy full SHA for 12f6fd2
Browse repository at this point
feat: add codec functions (encode/decode)
Show description for b750c83
rijnb
and
claude
committed
b750c83
View commit details
Copy full SHA for b750c83
Browse repository at this point
feat: add Decoder
Show description for 18b56de
rijnb
and
claude
committed
18b56de
View commit details
Copy full SHA for 18b56de
Browse repository at this point
feat: add Encoder
Show description for 248c77d
rijnb
and
claude
committed
248c77d
View commit details
Copy full SHA for 248c77d
Browse repository at this point
fix: use u-flag regex (ES2018) instead of v-flag for isomorphic/ES2020 compatibility
Show description for d27d209
rijnb
and
claude
committed
d27d209
View commit details
Copy full SHA for d27d209
Browse repository at this point
feat: wire checkMapcodeCode + complete deferred format tests
Show description for bd5f61f
rijnb
and
claude
committed
bd5f61f
View commit details
Copy full SHA for bd5f61f
Browse repository at this point
feat: add Mapcode class
Show description for 499b2a7
rijnb
and
claude
committed
499b2a7
View commit details
Copy full SHA for 499b2a7
Browse repository at this point
feat: add MapcodeZone
Show description for 2cffbe0
rijnb
and
claude
committed
2cffbe0
View commit details
Copy full SHA for 2cffbe0
Browse repository at this point
feat: add Boundary
rijnb
committed
88b9193
View commit details
Copy full SHA for 88b9193
Browse repository at this point
feat: add Territory + AlphaCodeFormat
Show description for 839ce35
rijnb
and
claude
committed
839ce35
View commit details
Copy full SHA for 839ce35
Browse repository at this point
refactor: make Alphabet lookup-table init private (remove public register)
Show description for da38977
rijnb
and
claude
committed
da38977
View commit details
Copy full SHA for da38977
Browse repository at this point
feat: add Alphabet
Show description for a998fe1
rijnb
and
claude
committed
a998fe1
View commit details
Copy full SHA for a998fe1
Browse repository at this point
feat: add Rectangle
Show description for d9fd59b
rijnb
and
claude
committed
d9fd59b
View commit details
Copy full SHA for d9fd59b
Browse repository at this point
feat: add CheckArgs (checkNonnull, checkDefined)
Show description for c790302
rijnb
and
claude
committed
c790302
View commit details
Copy full SHA for c790302
Browse repository at this point
feat: add Common constants and helpers
Show description for d6dff84
rijnb
and
claude
committed
d6dff84
View commit details
Copy full SHA for d6dff84
Browse repository at this point
feat: add Data flag accessors
Show description for ef56e46
rijnb
and
claude
committed
ef56e46
View commit details
Copy full SHA for ef56e46
Browse repository at this point
feat: add DataModel + embedded mminfo data
Show description for 64b1209
rijnb
and
claude
committed
64b1209
View commit details
Copy full SHA for 64b1209
Browse repository at this point
feat: add Point and Random
Show description for 30853d3
rijnb
and
claude
committed
30853d3
View commit details
Copy full SHA for 30853d3
Browse repository at this point
feat: add error classes
Show description for e7f4b45
rijnb
and
claude
committed
e7f4b45
View commit details
Copy full SHA for e7f4b45
Browse repository at this point
chore: pin TypeScript to 5.x, bump engines, fix lock name
Show description for b7a0027
rijnb
and
claude
committed
b7a0027
View commit details
Copy full SHA for b7a0027
Browse repository at this point
chore: scaffold TypeScript project (tsup, vitest, tsconfig, data file)
rijnb
committed
4f8fbc7
View commit details
Copy full SHA for 4f8fbc7
Browse repository at this point
docs: add implementation plan for mapcode-ts port
Show description for a0b27e0
rijnb
and
claude
committed
a0b27e0
View commit details
Copy full SHA for a0b27e0
Browse repository at this point
docs: add design spec for TypeScript port of mapcode-java
Show description for ce62d68
rijnb
and
claude
committed
ce62d68
View commit details
Copy full SHA for ce62d68
Browse repository at this point
You can’t perform that action at this time.