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

Migrate from dtslint to tsd #1986

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
be9b65d
formatted typescript type test files
arnfaldur Feb 18, 2024
d79f1be
added tsd as dependency and configured it
arnfaldur Feb 18, 2024
a23550e
refactored $ExpectError statements to tsd API
arnfaldur Feb 18, 2024
06386bd
disabled unsupported test
arnfaldur Feb 18, 2024
7df6e91
Migrated ts-test/covariance.ts to tsd
arnfaldur Feb 18, 2024
26e6473
Migrated ts-test/deepCopy.ts to tsd
arnfaldur Feb 18, 2024
8f9dd10
Migrated ts-test/empty.ts to tsd
arnfaldur Feb 18, 2024
dbff333
Migrated ts-test/es6-collections.ts to tsd
arnfaldur Feb 18, 2024
5170bb1
Migrated ts-tests/exports.ts to tsd
arnfaldur Feb 18, 2024
16840ed
Migrated ts-tests/from-js.ts to tsd
arnfaldur Feb 18, 2024
505858b
Migrated ts-tests/functional.ts to tsd
arnfaldur Feb 18, 2024
829ac86
Migrated ts-tests/groupBy.ts to tsd
arnfaldur Feb 18, 2024
dd4d0a3
Migrated ts-tests/list.ts to tsd
arnfaldur Feb 18, 2024
d638cf9
Migrated ts-tests/map.ts to tsd
arnfaldur Feb 18, 2024
dba47ee
Migrated ts-tests/ordered-map.ts to tsd
arnfaldur Feb 18, 2024
e065e1d
Migrated ts-tests/ordered-set.ts to tsd
arnfaldur Feb 18, 2024
134a68e
Migrated ts-tests/partition.ts to tsd
arnfaldur Feb 18, 2024
9e405c5
Migrated ts-tests/range.ts to tsd
arnfaldur Feb 18, 2024
ed0e714
Migrated ts-tests/record.ts to tsd
arnfaldur Feb 18, 2024
1c4efc0
Migrated ts-tests/repeat.ts to tsd
arnfaldur Feb 18, 2024
066c634
Migrated ts-tests/seq.ts to tsd
arnfaldur Feb 18, 2024
aa8f07c
Migrated ts-tests/set.ts to tsd
arnfaldur Feb 18, 2024
3030074
Migrated ts-tests/stack.ts to tsd
arnfaldur Feb 18, 2024
5959be5
removed dtslint dependency and finalized config
arnfaldur Feb 18, 2024
b0ae165
Fixed fresh repo test run (CI)
arnfaldur Feb 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -114,7 +114,7 @@
"import/no-unresolved": [
"error",
{
"ignore": ["immutable"]
"ignore": ["immutable", "tsd"]
}
]
}
Expand Down