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

typecheck tests and bump typescript-eslint #2674

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
1e12520
chore: bump yarn to 4.6
turadg Dec 30, 2024
1d2b1d1
chore(deps): bump lint deps
turadg Dec 30, 2024
49542b9
chore(deps): bump prettier 3.4.2
turadg Dec 30, 2024
4dd027a
chore(deps): major bump typescript-eslint (8.18.2)
turadg Dec 30, 2024
8e29780
lint(types): include "test"
turadg Dec 30, 2024
efc3c6d
chore(types): conform
turadg Dec 30, 2024
ae2f3d1
chore(types): conform 'where"
turadg Dec 30, 2024
090b7b7
chore(types): conform "stream"
turadg Dec 30, 2024
f6a36a2
chore(types): conform "syrup"
turadg Dec 30, 2024
fff384e
lint: allow optional chaining in tests
turadg Dec 30, 2024
ae19195
chore(types): conform "ses"
turadg Dec 30, 2024
ad663a1
chore(types): conform "pass-style"
turadg Dec 30, 2024
67f40c9
chore(types): conform 'module-source'
turadg Dec 30, 2024
532026c
chore(types): conform 'netstring'
turadg Dec 30, 2024
42634d6
chore(types): conform 'exo'
turadg Dec 30, 2024
9d9f878
chore(types): conform 'far'
turadg Dec 30, 2024
d3ba182
chore(types): conform 'eventual-send'
turadg Dec 30, 2024
5f1988c
chore(types): conform 'captp'
turadg Dec 30, 2024
f7846f2
chore(types): conform 'bundle-source'
turadg Dec 30, 2024
08faeb0
chore(types): conform 'cli'
turadg Dec 30, 2024
5e5ed6c
test: s/strip/elide/
turadg Dec 30, 2024
eaf3fad
chore(types): conform 'evasive-transform'
turadg Dec 30, 2024
2add234
chore(types): conform 'ses-ava'
turadg Dec 30, 2024
fd9a25a
lint(types): remove 'strict' in evasive-transform
turadg Dec 30, 2024
f8b96b6
chore(types): conform 'compartment-mapper'
turadg Dec 30, 2024
d43cf2a
chore(types): conform 'stream-node'
turadg Dec 30, 2024
266c10e
chore(types): conform 'lp32'
turadg Dec 30, 2024
d6897d4
chore(types): conform 'import-bundle'
turadg Dec 30, 2024
dc9a3ee
chore(types): conform 'nat'
turadg Dec 30, 2024
5616803
chore(types): conform 'immutable-arraybuffer'
turadg Dec 30, 2024
3944089
chore(types): conform 'common'
turadg Dec 30, 2024
a3f89e1
chore(types): conform 'init'
turadg Dec 30, 2024
1d04823
chore(types): conform 'zip'
turadg Dec 30, 2024
30fce0f
chore(types): conform 'daemon'
turadg Dec 30, 2024
3c5dce5
lint: include eslint-ed files in tsconfig
turadg Dec 30, 2024
00cd946
chore(types): conform
turadg Dec 30, 2024
7d467c8
chore(deps): repair typescript-eslint config
turadg Dec 30, 2024
347275f
lint: ignore bundle-source/demo
turadg Dec 30, 2024
fd3c3f7
fixup! test: s/strip/elide/
turadg Dec 30, 2024
e4059e5
lint: skipLibCheck in ses
turadg Dec 30, 2024
8298cdc
build: omit d.ts twin from ts build
turadg Dec 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(types): conform 'common'
turadg committed Dec 30, 2024
commit 39440896aeb316c6bd9a1b1632f3c2f16a34a0c3
1 change: 1 addition & 0 deletions packages/common/test/object-meta-map.test.js
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ test('test objectMetaMap', async t => {
? undefined
: {
...desc,
// @ts-expect-error desc.value possibly undefined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd probably throw a t.assert.ok(desc.value) before this statement

value: desc.value * 2,
enumerable: false,
},