forked from firefox-devtools/profiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
1,737 additions
and
869 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,33 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
// flow-typed signature: dc4c83da5af360c1380cd28e50ab1743 | ||
// flow-typed version: <<STUB>>/array-move_v^1.0.0/flow_v0.63.1 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'array-move' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'array-move' { | ||
declare module.exports: <T>(input: T[], from: number, to: number) => T[] | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
|
||
|
||
// Filename aliases | ||
declare module 'array-move/index' { | ||
declare module.exports: $Exports<'array-move'>; | ||
} | ||
declare module 'array-move/index.js' { | ||
declare module.exports: $Exports<'array-move'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: ffec3ad0fa3b7a1e39f375016f9f1b83 | ||
// flow-typed version: <<STUB>>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.63.1 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'babel-plugin-transform-class-properties' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'babel-plugin-transform-class-properties' { | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
declare module 'babel-plugin-transform-class-properties/lib/index' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'babel-plugin-transform-class-properties/lib/index.js' { | ||
declare module.exports: $Exports<'babel-plugin-transform-class-properties/lib/index'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,38 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
// @flow | ||
// flow-typed signature: 8c6191a0bc5e10003cf8132df67833c8 | ||
// flow-typed version: <<STUB>>/bisection_v0.0.3/flow_v0.63.1 | ||
|
||
type bisectionFn = ( | ||
array: number[] | $ArrayBufferView, | ||
x: number, | ||
low?: number, | ||
high?: number | ||
) => number; | ||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'bisection' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'bisection' { | ||
declare module.exports: { | ||
right: bisectionFn, | ||
left: bisectionFn, | ||
version: string, | ||
}; | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
declare module 'bisection/tests/bisection.test' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'bisection/index' { | ||
declare module.exports: $Exports<'bisection'>; | ||
} | ||
declare module 'bisection/index.js' { | ||
declare module.exports: $Exports<'bisection'>; | ||
} | ||
declare module 'bisection/tests/bisection.test.js' { | ||
declare module.exports: $Exports<'bisection/tests/bisection.test'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,38 @@ | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
// flow-typed signature: 284350811b77f9e890a6c5184a122f25 | ||
// flow-typed version: <<STUB>>/clamp_v^1.0.1/flow_v0.63.1 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'clamp' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'clamp' { | ||
declare module.exports: (value: number, min: number, max: number) => number; | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
declare module 'clamp/test' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'clamp/index' { | ||
declare module.exports: $Exports<'clamp'>; | ||
} | ||
declare module 'clamp/index.js' { | ||
declare module.exports: $Exports<'clamp'>; | ||
} | ||
declare module 'clamp/test.js' { | ||
declare module.exports: $Exports<'clamp/test'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
// flow-typed signature: 04e310e8c98cdb5de377193da621970b | ||
// flow-typed version: 7fd0a6404e/classnames_v2.x.x/flow_>=v0.25.x | ||
// flow-typed signature: cf86673cc32d185bdab1d2ea90578d37 | ||
// flow-typed version: 614bf49aa8/classnames_v2.x.x/flow_>=v0.25.x | ||
|
||
type $npm$classnames$Classes = | ||
| string | ||
| { [className: string]: * } | ||
| Array<string> | ||
| false | ||
| void | ||
| null; | ||
|
||
declare module 'classnames' { | ||
declare function exports(...classes: Array<$npm$classnames$Classes>): string; | ||
declare module "classnames" { | ||
declare module.exports: ( | ||
...classes: Array<$npm$classnames$Classes | $npm$classnames$Classes[]> | ||
) => string; | ||
} | ||
|
||
declare module 'classnames/bind' { | ||
declare module.exports: $Exports<'classnames'>; | ||
declare module "classnames/bind" { | ||
declare module.exports: $Exports<"classnames">; | ||
} | ||
|
||
declare module "classnames/dedupe" { | ||
declare module.exports: $Exports<"classnames">; | ||
} |
Oops, something went wrong.