mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
28
webGl/my-threejs-test/node_modules/@mischnic/json-sourcemap/dist/index.js.flow
generated
vendored
Normal file
28
webGl/my-threejs-test/node_modules/@mischnic/json-sourcemap/dist/index.js.flow
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
// @flow strict
|
||||
|
||||
export type Position = {|
|
||||
line: number,
|
||||
column: number,
|
||||
pos: number,
|
||||
|};
|
||||
|
||||
export type Mapping =
|
||||
| {|
|
||||
value: Position,
|
||||
valueEnd: Position,
|
||||
|}
|
||||
| {|
|
||||
value: Position,
|
||||
valueEnd: Position,
|
||||
key?: Position,
|
||||
keyEnd?: Position,
|
||||
|};
|
||||
|
||||
declare export function parse(
|
||||
json: string,
|
||||
reviver?: (key: any, value: any) => any,
|
||||
options?: {| tabWidth?: number, dialect?: "JSON5" | "JSON" |}
|
||||
): {|
|
||||
data: any,
|
||||
pointers: {| [key: string]: Mapping |},
|
||||
|};
|
Reference in New Issue
Block a user