Skip to content
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

chore(typescript): migrate core library to TS #457

Merged
merged 1 commit into from
May 30, 2024

Conversation

EandrewJones
Copy link
Contributor

Migrates entire library to TS, including support for TS in the build artifacts. Replaces Sinon with Jest for testing to resolve ESM import issues in tests.

Closes: #442

Author: Evan Jones evan.a.jones3@gmail.com

@EandrewJones EandrewJones requested a review from Jyyjy May 17, 2024 22:05
package-lock.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/UserALEWebExtension/background.ts Show resolved Hide resolved
@EandrewJones EandrewJones force-pushed the 442-migrate-to-typescript branch 3 times, most recently from 115517b to b27c542 Compare May 30, 2024 19:21
Migrates entire library to TS, including support
for TS in the build artifacts. Replaces Sinon with
Jest for testing to resolve ESM import issues in tests.

Author: Evan Jones <evan.a.jones3@gmail.com>
@EandrewJones
Copy link
Contributor Author

@Jyyjy I had to update a few more things to get license checks to pass since the build changed. Otherwise, conflicts should be good to go. I'll let you take a look at resolve your review before merging.

@Jyyjy Jyyjy merged commit f98917c into apache:master May 30, 2024
3 checks passed
@EandrewJones EandrewJones deleted the 442-migrate-to-typescript branch May 30, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature(typescript): Migrate codebase to typescript
2 participants