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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
jsdrupal
/
drupal-admin-ui
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
239
Code
Issues
131
Pull requests
33
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Convert the utilities package to typescript.
- #750
#750
Open
martinfrances107
wants to merge 10 commits into
jsdrupal:master
jsdrupal/drupal-admin-ui:master
from
martinfrances107:utilitiesTypescript
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Convert the utilities package to typescript.
#750
martinfrances107
wants to merge 10 commits into
jsdrupal:master
jsdrupal/drupal-admin-ui:master
from
martinfrances107:utilitiesTypescript
Copy head branch name to clipboard
Commits
Commits on May 27, 2019
solution
martinfrances107
committed
85bbf62
View commit details
Copy full SHA for 85bbf62
Browse repository at this point
including ts-loader
martinfrances107
committed
56d12be
View commit details
Copy full SHA for 56d12be
Browse repository at this point
removed dead coded
martinfrances107
committed
3c3ba63
View commit details
Copy full SHA for 3c3ba63
Browse repository at this point
For calls to api(): Altered queryPAramter defaults. As we are using calls to [].includes .. must support new es7 syntax.
martinfrances107
committed
7eeb901
View commit details
Copy full SHA for 7eeb901
Browse repository at this point
Commits on May 28, 2019
api() - fixed runtime error associated with providing defaults. Error: now we are using es7 we can use private keyword, and undo variable name change.
martinfrances107
committed
4cd1004
View commit details
Copy full SHA for 4cd1004
Browse repository at this point
ApiError reverted @param name change
martinfrances107
committed
3df58b1
View commit details
Copy full SHA for 3df58b1
Browse repository at this point
Commits on May 29, 2019
utilities package now does typescript linting in isolation. Added tslintrc.json which copies over some preferences from existing eslint rules.
martinfrances107
committed
966860e
View commit details
Copy full SHA for 966860e
Browse repository at this point
tslint now output as xml file like eslint which is captured as a build artifact. Removed errors associateted with appending to the Headers object. Reverted some indentation changes that are out of …
Show description for f9e5283
martinfrances107
committed
f9e5283
View commit details
Copy full SHA for f9e5283
Browse repository at this point
removed error in circleci config
martinfrances107
committed
b57bd08
View commit details
Copy full SHA for b57bd08
Browse repository at this point
Commits on Aug 12, 2019
Merge branch 'master' into utilitiesTypescript
martinfrances107
authored
cb95567
View commit details
Copy full SHA for cb95567
Browse repository at this point
You can’t perform that action at this time.