Skip to content

Commit

Permalink
fixup! chore(types): checkJs
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 14, 2024
1 parent b4992bb commit 2d5ff27
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion packages/orchestration/src/examples/stakeAtom.contract.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/**
* @file Example contract that uses orchestration
*/
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/examples/stakeBld.contract.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/**
* @file Stake BLD contract
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { Fail } from '@agoric/assert';
import { AmountMath, AmountShape } from '@agoric/ertp';
import { E, Far } from '@endo/far';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { Fail } from '@agoric/assert';
import { AmountMath, AmountShape } from '@agoric/ertp';
import { Far } from '@endo/far';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/exos/chainAccountKit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file ChainAccount exo */

// XXX ambient types runtime imports until https://github.com/Agoric/agoric-sdk/issues/6512
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/exos/icqConnectionKit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file ICQConnection Exo */
import { NonNullish } from '@agoric/assert';
import { makeTracer } from '@agoric/internal';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/exos/localchainAccountKit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file Use-object for the owner of a localchain account */
import { typedJson } from '@agoric/cosmic-proto/vatsafe';
import { AmountShape } from '@agoric/ertp';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/exos/stakingAccountKit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file Use-object for the owner of a staking account */
import {
MsgWithdrawDelegatorReward,
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/facade.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file Orchestration service */

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { V as E } from '@agoric/vow/vat.js';

/**
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/proposals/start-stakeAtom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { makeTracer } from '@agoric/internal';
import { makeStorageNodeChild } from '@agoric/internal/src/lib-chainStorage.js';
import { E } from '@endo/far';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/service.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @file Orchestration service */

// XXX ambient types runtime imports until https://github.com/Agoric/agoric-sdk/issues/6512
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/utils/address.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { Fail } from '@agoric/assert';

/**
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/utils/orc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
/** @import {AfterAction, SwapMaxSlippage, TransferMsg} from '../types.js' */

export const orcUtils = {
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/utils/packet.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { TxBody } from '@agoric/cosmic-proto/cosmos/tx/v1beta1/tx.js';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';
import { RequestQuery } from '@agoric/cosmic-proto/tendermint/abci/types.js';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/vat-orchestration.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { Far } from '@endo/far';
import { makeDurableZone } from '@agoric/zone/durable.js';
import { prepareOrchestrationTools } from './service.js';
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/test/tx-encoding.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';

import {
Expand Down
2 changes: 0 additions & 2 deletions packages/orchestration/test/utils/address.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @ts-check

import test from '@endo/ses-ava/prepare-endo.js';
import { validateRemoteIbcAddress } from '@agoric/vats/tools/ibc-utils.js';
import {
Expand Down
2 changes: 0 additions & 2 deletions packages/orchestration/test/utils/packet.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @ts-check

import test from '@endo/ses-ava/prepare-endo.js';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';
import {
Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/test/withdraw-reward.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-check
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';

import { MsgWithdrawDelegatorRewardResponse } from '@agoric/cosmic-proto/cosmos/distribution/v1beta1/tx.js';
Expand Down

0 comments on commit 2d5ff27

Please sign in to comment.