Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 47f7756

Browse files
authored
fix: revert breaking changes introduced in 13.0.3 (#274)
* Revert "refactor: use factory functions instead of deprecated functions" This reverts commit 812d17e. * Revert "refactor: remove deprecated typescript function calls in favor of the factory; replace @ts-ignores with proper code (microsoft/TypeScript#40263 (comment))" This reverts commit 55c58be. * Revert "refactor: some of the statements are redundant. It is not necessary to write to write only properties." This reverts commit 2cbd1de. * Revert "refactor: address all the typescript deprecations by using the factory" This reverts commit 72e0b4a. * chore: run CI github action on pull request * fix: typo
1 parent b186ac3 commit 47f7756

File tree

4 files changed

+120
-157
lines changed

4 files changed

+120
-157
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22
on:
33
push:
4+
pull_request:
45
jobs:
56
ci:
67
name: Continuous Integration

0 commit comments

Comments
 (0)