-
Notifications
You must be signed in to change notification settings - Fork 217
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
restore types linting #8058
restore types linting #8058
Changes from all commits
0fbb885
3b351c2
b8e19f5
12124cd
afe41ba
272d30c
79417de
453922a
fd187e0
903fef7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
{ | ||
"extends": "../../tsconfig.json", | ||
"include": [ | ||
"exported.js", | ||
"src/**/*.js", | ||
"src/**/*.ts", | ||
"test" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/env node | ||
// @ts-nocheck | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was dismayed by all these There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. bingo. glad that was apparent enough since I was too lazy to leave a comment explaining |
||
import '@endo/init'; | ||
import process from 'process'; | ||
import { openSwingStore } from '@agoric/swing-store'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* eslint-disable */ | ||
import '@endo/init'; | ||
import process from 'process'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import fs from 'fs'; | ||
import zlib from 'zlib'; | ||
import readline from 'readline'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// @ts-check | ||
// @ts-nocheck | ||
|
||
import '@endo/init'; | ||
import process from 'process'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import fs from 'fs'; | ||
import zlib from 'zlib'; | ||
import readline from 'readline'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import fs from 'fs'; | ||
import zlib from 'zlib'; | ||
import readline from 'readline'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// @ts-check | ||
// @ts-nocheck | ||
|
||
import '@endo/init'; | ||
import process from 'process'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* eslint-disable */ | ||
// import '@endo/init'; | ||
// import { E } from '@endo/far'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
// run as `node tools/measure-metering/measure.js` | ||
|
||
// eslint-disable-next-line import/order | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/env node | ||
// @ts-nocheck | ||
|
||
import '@endo/init'; | ||
import process from 'process'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* eslint-disable */ | ||
import '@endo/init'; | ||
import process from 'process'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* global big globalThis */ | ||
|
||
export function runTheCheck(world) { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* global big globalThis */ | ||
|
||
export function runTheCheck(world) { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import { Far } from '@endo/far'; | ||
import { makePromiseKit } from '@endo/promise-kit'; | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import { Far, E } from '@endo/far'; | ||
|
||
export function buildRootObject() { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* eslint-disable import/order */ | ||
import { test } from '../tools/prepare-test-env-ava.js'; | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
/* global globalThis */ | ||
import '@endo/init/debug.js'; | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import setup from '../../src/devices/timer/device-timer.js'; | ||
|
||
export { setup }; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
import test from 'ava'; | ||
import '@endo/init/debug.js'; | ||
import tmp from 'tmp'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
// eslint-disable-next-line no-undef | ||
missing({}); | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// @ts-nocheck | ||
export function buildRootObject() { | ||
// eslint-disable-next-line no-undef | ||
return missing({}); | ||
|
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.
Recommend “gated”, “contingent on”, or “predicated”.
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.
all better, though imo not different enough to suffer through the Chain deployment test again.