Skip to content

Commit 3079996

Browse files
Remove temporary touch tags
1 parent eb565bf commit 3079996

21 files changed

Lines changed: 0 additions & 42 deletions

File tree

types/ember/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,3 @@ declare module 'htmlbars-inline-precompile' {
390390
}
391391
export default function hbs(tagged: TemplateStringsArray): TemplateFactory;
392392
}
393-
394-
// (temporary touch for CI)

types/ember/v3/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,5 +534,3 @@ declare module 'htmlbars-inline-precompile' {
534534
}
535535
export default function hbs(tagged: TemplateStringsArray): TemplateFactory;
536536
}
537-
538-
// (temporary touch for CI)

types/ember__debug/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,3 @@ export function deprecate(
9999

100100
export interface Available { available: string; }
101101
export interface Enabled extends Available { enabled: string; }
102-
103-
// (temporary touch for CI)

types/ember__debug/v3/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,3 @@ export function deprecate(
109109
since: Partial<Record<'available' | 'enabled', string>>;
110110
},
111111
): void;
112-
113-
// (temporary touch for CI)

types/gulp-help-doc/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ declare module "gulp-help-doc" {
5454

5555
export = usage;
5656
}
57-
58-
// (temporary touch for CI)

types/ink-table/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ export const Skeleton: StatelessComponent<{ children: InkNode }>;
2121
declare const Table: StatelessComponent<TableProps>;
2222

2323
export default Table;
24-
25-
// (temporary touch for CI)

types/ink-testing-library/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ export interface RenderResponse {
1616
}
1717
export function cleanup(): void;
1818
export function render(tree: InkElement): RenderResponse;
19-
20-
// (temporary touch for CI)

types/ink-text-input/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ interface TextInputProps {
1717
declare class TextInput extends Component<TextInputProps> { }
1818

1919
export = TextInput;
20-
21-
// (temporary touch for CI)

types/node/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,3 @@
132132
/// <reference path="zlib.d.ts" />
133133

134134
/// <reference path="globals.global.d.ts" />
135-
136-
// (temporary touch for CI)

types/node/v16/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,3 @@
129129
/// <reference path="zlib.d.ts" />
130130

131131
/// <reference path="globals.global.d.ts" />
132-
133-
// (temporary touch for CI)

0 commit comments

Comments
 (0)