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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
graphql
/
dataloader
Public
Notifications
You must be signed in to change notification settings
Fork
517
Star
13.4k
Code
Issues
31
Pull requests
13
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Port DataLoader to TypeScript
- #385
#385
Open
NShahri
wants to merge 18 commits into
graphql:main
graphql/dataloader:main
from
NShahri:typescript
NShahri/dataloader:typescript
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
Port DataLoader to TypeScript
#385
NShahri
wants to merge 18 commits into
graphql:main
graphql/dataloader:main
from
NShahri:typescript
NShahri/dataloader:typescript
Copy head branch name to clipboard
Commits
Commits on Oct 28, 2025
upgrade packages including eslint, jest and changesets, install typescript and tsup, remove flowbin and babel
NShahri
committed
b0814f9
View commit details
Copy full SHA for b0814f9
Browse repository at this point
use tsup to build/watch the package
NShahri
committed
910c937
View commit details
Copy full SHA for 910c937
Browse repository at this point
fix the eslint config and script
NShahri
committed
a454ec2
View commit details
Copy full SHA for a454ec2
Browse repository at this point
fix prettier config
NShahri
committed
fab2884
View commit details
Copy full SHA for fab2884
Browse repository at this point
fix the jest config and enaable ESM for jest
NShahri
committed
ed9862a
View commit details
Copy full SHA for ed9862a
Browse repository at this point
mirate to typescript
NShahri
committed
faf3fb0
View commit details
Copy full SHA for faf3fb0
Browse repository at this point
remove not required files like flow,jest,yarn and babel configs
NShahri
committed
b73bb0b
View commit details
Copy full SHA for b73bb0b
Browse repository at this point
refactor: make DataLoader properties private and define move some method as private method in DataLoader
NShahri
committed
05c662a
View commit details
Copy full SHA for 05c662a
Browse repository at this point
Commits on Oct 30, 2025
Implement custom handler for unhandled promise rejections in Jest tests
NShahri
committed
6da3bbb
View commit details
Copy full SHA for 6da3bbb
Browse repository at this point
Switch from Yarn to NPM for dependency installation
NShahri
committed
028d3c9
View commit details
Copy full SHA for 028d3c9
Browse repository at this point
Update validation workflow name and trigger events
NShahri
committed
9fc234f
View commit details
Copy full SHA for 9fc234f
Browse repository at this point
Commits on Nov 3, 2025
Fix command syntax for running CI tests in validation.yml
NShahri
committed
ca45b68
View commit details
Copy full SHA for ca45b68
Browse repository at this point
Commits on Nov 5, 2025
use global dependency when DataLoader initiated, refactor tests for easier mocking
NShahri
committed
6374f4a
View commit details
Copy full SHA for 6374f4a
Browse repository at this point
skip unhandled rejections test
NShahri
committed
509a351
View commit details
Copy full SHA for 509a351
Browse repository at this point
Commits on Nov 12, 2025
replace tsup with tsdown
NShahri
committed
523fde1
View commit details
Copy full SHA for 523fde1
Browse repository at this point
use Node’s type stripping for development, tsc for build
NShahri
committed
da5bfb8
View commit details
Copy full SHA for da5bfb8
Browse repository at this point
update package.json to correct paths for module exports, cleanup
NShahri
committed
1308818
View commit details
Copy full SHA for 1308818
Browse repository at this point
Commits on Nov 14, 2025
change the output file structure and extension
NShahri
committed
9f96722
View commit details
Copy full SHA for 9f96722
Browse repository at this point
You can’t perform that action at this time.