Skip to content

Commit 41e8206

Browse files
committed
[tooling] add EOF
1 parent c6282db commit 41e8206

File tree

72 files changed

+72
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+72
-72
lines changed

dist/types/ad.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export function createAd(adAttributes?: {}): {
2222
allowMultipleAds: boolean;
2323
fallbackOnNoAd: any;
2424
};
25-
//# sourceMappingURL=ad.d.ts.map
25+
//# sourceMappingURL=ad.d.ts.map

dist/types/ad.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/ad_verification.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export function createAdVerification(): {
77
parameters: any;
88
trackingEvents: {};
99
};
10-
//# sourceMappingURL=ad_verification.d.ts.map
10+
//# sourceMappingURL=ad_verification.d.ts.map

dist/types/ad_verification.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/closed_caption_file.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export function createClosedCaptionFile(closedCaptionAttributes?: {}): {
33
language: any;
44
fileURL: any;
55
};
6-
//# sourceMappingURL=closed_caption_file.d.ts.map
6+
//# sourceMappingURL=closed_caption_file.d.ts.map

dist/types/closed_caption_file.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/companion_ad.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ export function createCompanionAd(creativeAttributes?: {}): {
2121
trackingEvents: {};
2222
};
2323
export function isCompanionAd(ad: any): boolean;
24-
//# sourceMappingURL=companion_ad.d.ts.map
24+
//# sourceMappingURL=companion_ad.d.ts.map

dist/types/companion_ad.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/creative/creative.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export function createCreative(creativeAttributes?: {}): {
66
universalAdIds: any[];
77
creativeExtensions: any[];
88
};
9-
//# sourceMappingURL=creative.d.ts.map
9+
//# sourceMappingURL=creative.d.ts.map

dist/types/creative/creative.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/creative/creative_companion.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export function createCreativeCompanion(creativeAttributes?: {}): {
77
required: any;
88
variations: any[];
99
};
10-
//# sourceMappingURL=creative_companion.d.ts.map
10+
//# sourceMappingURL=creative_companion.d.ts.map

dist/types/creative/creative_companion.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/creative/creative_linear.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export function createCreativeLinear(creativeAttributes?: {}): {
1818
trackingEvents: {};
1919
};
2020
export function isCreativeLinear(ad: any): boolean;
21-
//# sourceMappingURL=creative_linear.d.ts.map
21+
//# sourceMappingURL=creative_linear.d.ts.map

dist/types/creative/creative_linear.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/creative/creative_non_linear.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export function createCreativeNonLinear(creativeAttributes?: {}): {
77
variations: any[];
88
trackingEvents: {};
99
};
10-
//# sourceMappingURL=creative_non_linear.d.ts.map
10+
//# sourceMappingURL=creative_non_linear.d.ts.map

dist/types/creative/creative_non_linear.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/extension.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export function createExtension(): {
55
children: any[];
66
};
77
export function isEmptyExtension(extension: any): boolean;
8-
//# sourceMappingURL=extension.d.ts.map
8+
//# sourceMappingURL=extension.d.ts.map

dist/types/extension.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/fetcher/consts.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const DEFAULT_TIMEOUT: 120000;
2-
//# sourceMappingURL=consts.d.ts.map
2+
//# sourceMappingURL=consts.d.ts.map

dist/types/fetcher/consts.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/fetcher/fetcher.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ export class Fetcher {
5252
emitter: Function;
5353
}): Promise<any>;
5454
}
55-
//# sourceMappingURL=fetcher.d.ts.map
55+
//# sourceMappingURL=fetcher.d.ts.map

dist/types/fetcher/fetcher.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/fetcher/url_handler.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export namespace urlHandler {
33
}
44
declare function get(url: any, options: any): Promise<any>;
55
export {};
6-
//# sourceMappingURL=url_handler.d.ts.map
6+
//# sourceMappingURL=url_handler.d.ts.map

dist/types/fetcher/url_handler.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/icon.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export function createIcon(): {
1919
altText: any;
2020
hoverText: any;
2121
};
22-
//# sourceMappingURL=icon.d.ts.map
22+
//# sourceMappingURL=icon.d.ts.map

dist/types/icon.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ import { VASTParser } from './parser/vast_parser.js';
33
import { VASTTracker } from './vast_tracker.js';
44
import { parseDuration } from './parser/parser_utils.js';
55
export { VASTClient, VASTParser, VASTTracker, parseDuration };
6-
//# sourceMappingURL=index.d.ts.map
6+
//# sourceMappingURL=index.d.ts.map

dist/types/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/interactive_creative_file.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ export function createInteractiveCreativeFile(interactiveCreativeAttributes?: {}
44
variableDuration: boolean;
55
fileURL: any;
66
};
7-
//# sourceMappingURL=interactive_creative_file.d.ts.map
7+
//# sourceMappingURL=interactive_creative_file.d.ts.map

dist/types/interactive_creative_file.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/media_file.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export function createMediaFile(): {
1515
scalable: any;
1616
maintainAspectRatio: any;
1717
};
18-
//# sourceMappingURL=media_file.d.ts.map
18+
//# sourceMappingURL=media_file.d.ts.map

dist/types/media_file.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/mezzanine.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export function createMezzanine(): {
99
fileSize: number;
1010
mediaType: string;
1111
};
12-
//# sourceMappingURL=mezzanine.d.ts.map
12+
//# sourceMappingURL=mezzanine.d.ts.map

dist/types/mezzanine.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/non_linear_ad.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export function createNonLinearAd(): {
1818
adParameters: any;
1919
};
2020
export function isNonLinearAd(ad: any): boolean;
21-
//# sourceMappingURL=non_linear_ad.d.ts.map
21+
//# sourceMappingURL=non_linear_ad.d.ts.map

dist/types/non_linear_ad.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/ad_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ export function _parseAdVerificationsFromExtensions(extensions: Array<Node>): Ar
2828
* @return {Object} viewableImpression - The viewableImpression object
2929
*/
3030
export function _parseViewableImpression(viewableImpressionNode: any): any;
31-
//# sourceMappingURL=ad_parser.d.ts.map
31+
//# sourceMappingURL=ad_parser.d.ts.map

dist/types/parser/ad_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/bitrate.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export let estimatedBitrate: number;
22
export function updateEstimatedBitrate(byteLength: number, duration: number): void;
3-
//# sourceMappingURL=bitrate.d.ts.map
3+
//# sourceMappingURL=bitrate.d.ts.map

dist/types/parser/bitrate.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/creative_companion_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* @return {Object} creative - The creative object.
99
*/
1010
export function parseCreativeCompanion(creativeElement: any, creativeAttributes: any): any;
11-
//# sourceMappingURL=creative_companion_parser.d.ts.map
11+
//# sourceMappingURL=creative_companion_parser.d.ts.map

dist/types/parser/creative_companion_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/creative_linear_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* @return {Object} creative - The creativeLinear object.
99
*/
1010
export function parseCreativeLinear(creativeElement: any, creativeAttributes: any): any;
11-
//# sourceMappingURL=creative_linear_parser.d.ts.map
11+
//# sourceMappingURL=creative_linear_parser.d.ts.map

dist/types/parser/creative_linear_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/creative_non_linear_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* @return {Object} creative - The CreativeNonLinear object.
99
*/
1010
export function parseCreativeNonLinear(creativeElement: any, creativeAttributes: any): any;
11-
//# sourceMappingURL=creative_non_linear_parser.d.ts.map
11+
//# sourceMappingURL=creative_non_linear_parser.d.ts.map

dist/types/parser/creative_non_linear_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/creatives_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @return {Array<Creative>} - An array of Creative objects.
55
*/
66
export function parseCreatives(creativeNodes: any): Array<Creative>;
7-
//# sourceMappingURL=creatives_parser.d.ts.map
7+
//# sourceMappingURL=creatives_parser.d.ts.map

dist/types/parser/creatives_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/extensions_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* @return {AdExtension[]|CreativeExtension[]} - The nodes parsed to extensions
66
*/
77
export function parseExtensions(extensions: Node[]): AdExtension[] | CreativeExtension[];
8-
//# sourceMappingURL=extensions_parser.d.ts.map
8+
//# sourceMappingURL=extensions_parser.d.ts.map

dist/types/parser/extensions_parser.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/parser_utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ declare function assignAttributes(attributes: any, verificationObject: any): voi
9494
*/
9595
declare function mergeWrapperAdData(unwrappedAd: Ad, wrapper: Ad): void;
9696
export {};
97-
//# sourceMappingURL=parser_utils.d.ts.map
97+
//# sourceMappingURL=parser_utils.d.ts.map

dist/types/parser/parser_utils.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/parser_verification.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ declare function verifyRequiredAttributes(node: Node, emit: Function): void;
5454
*/
5555
declare function verifyRequiredSubElements(node: Node, emit: Function, isAdInline: boolean): void;
5656
export {};
57-
//# sourceMappingURL=parser_verification.d.ts.map
57+
//# sourceMappingURL=parser_verification.d.ts.map

dist/types/parser/parser_verification.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/parser/vast_parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ export class VASTParser extends EventEmitter {
115115
completeWrapperResolving(vastResponse: any): void;
116116
}
117117
import { EventEmitter } from '../util/event_emitter';
118-
//# sourceMappingURL=vast_parser.d.ts.map
118+
//# sourceMappingURL=vast_parser.d.ts.map

0 commit comments

Comments
 (0)