Skip to content

Commit

Permalink
Remove remaining jsdoc imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Sep 18, 2024
1 parent ce77288 commit 5a647ea
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions src/host/plan-from.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="../shared/file-record-types.js" />

/**
* @module host
*/
Expand Down
2 changes: 0 additions & 2 deletions src/host/plan-object.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="../shared/file-record.js" />

/**
* @module host
*/
Expand Down
3 changes: 0 additions & 3 deletions src/host/server.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// <reference path="./types.d.ts" />
/// <reference types="./types" />

/**
* @module host
*/
Expand Down
3 changes: 0 additions & 3 deletions src/runner/create-test-runner.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// <reference path="../shared/types.d.ts" />
/// <reference path="types.d.ts" />

/**
* @module agent
*/
Expand Down
4 changes: 0 additions & 4 deletions src/runner/driver-test-runner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference path="../data/types.js" />
/// <reference path="../shared/types.d.ts" />
/// <reference path="types.d.ts" />

import { startJob } from '../shared/job.js';

import { ATDriver, ATKey, webDriverCodePoints } from './at-driver.js';
Expand Down
3 changes: 0 additions & 3 deletions src/runner/messages.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/// <reference path="../shared/types.d.ts" />
/// <reference path="types.d.ts" />

/**
* @module runner
*/
Expand Down
4 changes: 0 additions & 4 deletions src/runner/mock-test-runner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference path="../data/types.js" />
/// <reference path="../shared/types.d.ts" />
/// <reference path="types.d.ts" />

/**
* @module agent
*/
Expand Down
1 change: 0 additions & 1 deletion src/shared/file-record.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/// <reference path="./file-record-types.js" />

/**
* @module shared
Expand Down
1 change: 0 additions & 1 deletion src/shared/job.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// @ts-nocheck
/// <reference path="./types.d.ts" />

/**
* @module shared
Expand Down
2 changes: 0 additions & 2 deletions src/shared/messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/// <reference path="./types.d.ts" />

/**
* @module shared
*/
Expand Down

0 comments on commit 5a647ea

Please sign in to comment.