-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript: Add initial infrastructure #10783
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swissspidy
added
Type: Infrastructure
Changes impacting testing infrastructure or build tooling
Type: Code Quality
Things that need a refactor, rewrite or just some good old developer ❤️
Package: Tracking
/packages/tracking
labels
Mar 2, 2022
swissspidy
force-pushed
the
try/1715-typescript
branch
2 times, most recently
from
March 2, 2022 17:16
4cead12
to
8284d0b
Compare
swissspidy
force-pushed
the
try/1715-typescript
branch
2 times, most recently
from
March 17, 2022 11:17
c54778c
to
2738c29
Compare
swissspidy
force-pushed
the
try/1715-typescript
branch
2 times, most recently
from
March 29, 2022 12:07
fc35b1e
to
1135fa5
Compare
swissspidy
commented
Apr 5, 2022
swissspidy
commented
Apr 5, 2022
swissspidy
commented
Apr 5, 2022
swissspidy
commented
Apr 5, 2022
swissspidy
commented
Apr 5, 2022
swissspidy
commented
Apr 5, 2022
swissspidy
force-pushed
the
try/1715-typescript
branch
from
April 13, 2022 15:05
1135fa5
to
5f77ce5
Compare
swissspidy
force-pushed
the
try/1715-typescript
branch
from
May 6, 2022 13:04
5f77ce5
to
5d9b30a
Compare
swissspidy
commented
Jun 29, 2022
swissspidy
force-pushed
the
try/1715-typescript
branch
9 times, most recently
from
July 25, 2022 08:18
3915c6c
to
366955a
Compare
swissspidy
force-pushed
the
try/1715-typescript
branch
from
August 9, 2022 14:13
366955a
to
7209c16
Compare
swissspidy
changed the title
[WIP] TypeScript proof-of-concept
TypeScript: Add initial infrastructure
Aug 9, 2022
Closed
swissspidy
force-pushed
the
try/1715-typescript
branch
from
August 10, 2022 09:21
7209c16
to
ed81b5b
Compare
timarney
reviewed
Aug 10, 2022
timarney
reviewed
Aug 10, 2022
timarney
reviewed
Aug 10, 2022
timarney
approved these changes
Aug 10, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great to get things setup.
Forgot to add the actual type checking to the CI pipeline. Right now there are some TS errors in the Will get those fixed |
Plugin builds for 7d632cf are ready 🛎️!
|
miina
approved these changes
Aug 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Package: Tracking
/packages/tracking
Type: Code Quality
Things that need a refactor, rewrite or just some good old developer ❤️
Type: Infrastructure
Changes impacting testing infrastructure or build tooling
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This started as a small proof-of-concept for using TypeScript and now lays the foundation for an initial path towards a partial TypeScript adoption in this code base.
Summary
Adds the necessary tooling to support TypeScript (ESLint, Rollup, Babel, Jest, webpack, etc.).
Converts the
tracking
package to use TypeScript.Relevant Technical Choices
Nothing specifically to call out
To-do
User-facing changes
N/A
Testing Instructions
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
No
Does this PR change what data or activity we track or use?
No
Does this PR have a legal-related impact?
No
Checklist
Type: XYZ
label to the PRSee #1715
Fixes #12085