Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion attw.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
"radium",
"raphael",
"rasa-webchat",
"raygun4js",
"react-add-to-calendar",
"react-animals",
"react-animate-on-scroll",
Expand Down
20 changes: 20 additions & 0 deletions notNeededPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,10 @@
"libraryName": "extended-listbox",
"asOfVersion": "4.0.1"
},
"extenso": {
"libraryName": "extenso",
"asOfVersion": "2.1.0"
},
"extract-colors": {
"libraryName": "extract-colors",
"asOfVersion": "3.0.0"
Expand Down Expand Up @@ -3173,6 +3177,10 @@
"libraryName": "ink",
"asOfVersion": "2.0.2"
},
"ink-divider": {
"libraryName": "ink-divider",
"asOfVersion": "2.3.2"
},
"instabug-reactnative": {
"libraryName": "instabug-reactnative",
"asOfVersion": "8.1.0"
Expand Down Expand Up @@ -5935,6 +5943,10 @@
"libraryName": "raygun",
"asOfVersion": "0.11.0"
},
"raygun4js": {
"libraryName": "raygun4js",
"asOfVersion": "3.1.0"
},
"rc-progress": {
"libraryName": "rc-progress",
"asOfVersion": "2.4.0"
Expand Down Expand Up @@ -6571,6 +6583,10 @@
"libraryName": "react-router-native",
"asOfVersion": "6.4.0"
},
"react-scroll-sync": {
"libraryName": "react-scroll-sync",
"asOfVersion": "1.0.0"
},
"react-scrollbar-size": {
"libraryName": "react-scrollbar-size",
"asOfVersion": "3.0.0"
Expand Down Expand Up @@ -7003,6 +7019,10 @@
"libraryName": "safe-regex-test",
"asOfVersion": "1.1.0"
},
"sales-tax": {
"libraryName": "sales-tax",
"asOfVersion": "2.9.0"
},
"samchon": {
"libraryName": "samchon",
"asOfVersion": "2.0.22"
Expand Down
5 changes: 0 additions & 5 deletions types/extenso/.npmignore

This file was deleted.

47 changes: 0 additions & 47 deletions types/extenso/extenso-tests.ts

This file was deleted.

28 changes: 0 additions & 28 deletions types/extenso/index.d.ts

This file was deleted.

12 changes: 0 additions & 12 deletions types/extenso/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions types/extenso/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion types/google.maps/google.maps-tests.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// No tests required for generated types
// Synced from: https://github.com/googlemaps/js-types/commit/d66e1f798b124eb03bcbc52239dfc7465cc5a0a1
// Synced from: https://github.com/googlemaps/js-types/commit/8ee4ab4f60c853ce1f5d6201e810d16713a3f272
google.maps.Map;
4 changes: 4 additions & 0 deletions types/google.maps/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17156,6 +17156,10 @@ declare namespace google.maps.routes {
* Options for customizing the style of a 3D polyline.
*/
polylineOptions?: google.maps.maps3d.Polyline3DElementOptions | ((arg0: google.maps.maps3d.Polyline3DElementOptions, arg1: google.maps.routes.RoutePolylineDetails) => google.maps.maps3d.Polyline3DElementOptions);
/**
* Whether to disable traffic-aware polylines. Traffic aware polylines are only available when routingPreference is set to TRAFFIC_AWARE or TRAFFIC_AWARE_OPTIMAL.
*/
trafficPolylinesDisabled?: boolean;
}
/**
* Details about a section of a route corresponding to a polyline that can be used to customize the polyline style.
Expand Down
5 changes: 0 additions & 5 deletions types/ink-divider/.npmignore

This file was deleted.

13 changes: 0 additions & 13 deletions types/ink-divider/index.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions types/ink-divider/ink-divider-tests.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions types/ink-divider/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions types/ink-divider/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion types/markdown-it-container/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ declare namespace MarkdownItContainer {
}
}

declare function MarkdownItContainer(md: MarkdownIt, name: string, opts: MarkdownItContainer.ContainerOpts): void;
declare function MarkdownItContainer(md: MarkdownIt, name: string, opts?: MarkdownItContainer.ContainerOpts): void;

export = MarkdownItContainer;
1 change: 1 addition & 0 deletions types/markdown-it-container/markdown-it-container-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import MarkdownItContainer = require("markdown-it-container");

const md = new MarkdownIt();

md.use(MarkdownItContainer, "spoiler");
md.use(MarkdownItContainer, "spoiler", {
validate: (params: string) => params.trim().match(/^spoiler\s+(.*)$/),
render: (tokens: MarkdownIt.Token[], index: number) => {
Expand Down
2 changes: 1 addition & 1 deletion types/markdown-it-container/v2/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ declare namespace MarkdownItContainer {
}
}

declare function MarkdownItContainer(md: MarkdownIt, name: string, opts: MarkdownItContainer.ContainerOpts): void;
declare function MarkdownItContainer(md: MarkdownIt, name: string, opts?: MarkdownItContainer.ContainerOpts): void;

export = MarkdownItContainer;
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import MarkdownItContainer = require("markdown-it-container");

const md = new MarkdownIt();

md.use(MarkdownItContainer, "spoiler");
md.use(MarkdownItContainer, "spoiler", {
validate: (params: string) => params.trim().match(/^spoiler\s+(.*)$/),
render: (tokens: MarkdownIt.Token[], index: number) => {
Expand Down
5 changes: 0 additions & 5 deletions types/raygun4js/.npmignore

This file was deleted.

Loading