Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 5f6f233

Browse files
committed
Remove tripleSlashDirectives
1 parent 7920b44 commit 5f6f233

File tree

8 files changed

+0
-113
lines changed

8 files changed

+0
-113
lines changed

tools/scripts/bin/main.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ abstract class Dict {
9898
await this.callCmd('buildDocs')
9999
await this.callCmd('buildMJS')
100100
await this.callCmd('buildTypescript')
101-
await this.callCmd('tripleSlashDirectives')
102101
},
103102
)
104103

@@ -184,14 +183,6 @@ abstract class Dict {
184183
),
185184
)
186185

187-
public readonly tripleSlashDirectives = new Command(
188-
'Add references to TypeScript definitions for JavaScript files',
189-
async () => {
190-
const { main } = await import('@tools/triple-slash-directives')
191-
await main()
192-
},
193-
)
194-
195186
public readonly buildDocs = new Command(
196187
'Generate documentation from jsdoc comments',
197188
async () => {

tools/scripts/lib/commands/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export const tripleSlashDirectives = require.resolve('@tools/triple-slash-directives/bin')
21
export const cleanTypescriptBuild = require.resolve('@tools/clean-typescript-build/bin')
32
export const jest = require.resolve('@tools/jest/bin')
43
export const createNewFolder = require.resolve('@tools/create-new-folder/bin')

tools/scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@types/glob-to-regexp": "^0.4.0",
1515
"@types/fs-extra": "^9.0.1",
1616
"@tools/gh-pages": "file:../gh-pages",
17-
"@tools/triple-slash-directives": "file:../triple-slash-directives",
1817
"@tools/clean-typescript-build": "file:../clean-typescript-build",
1918
"@tools/add-dependency": "file:../add-dependency",
2019
"@tools/create-new-folder": "file:../create-new-folder",

tools/scripts/pnpm-lock.yaml

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/triple-slash-directives/bin.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

tools/triple-slash-directives/index.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

tools/triple-slash-directives/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/triple-slash-directives/pnpm-lock.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)