@types/babel__code-frame 7.0.4 → 7.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
babel__code-frame/README.md
CHANGED
|
@@ -8,12 +8,6 @@ This package contains type definitions for @babel/code-frame (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__code-frame.
|
|
9
9
|
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__code-frame/index.d.ts)
|
|
10
10
|
````ts
|
|
11
|
-
// Type definitions for @babel/code-frame 7.0
|
|
12
|
-
// Project: https://github.com/babel/babel/tree/master/packages/babel-code-frame, https://babeljs.io
|
|
13
|
-
// Definitions by: Mohsen Azimi <https://github.com/mohsen1>
|
|
14
|
-
// Forbes Lindesay <https://github.com/ForbesLindesay>
|
|
15
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
16
|
-
|
|
17
11
|
export interface SourceLocation {
|
|
18
12
|
start: { line: number; column?: number | undefined };
|
|
19
13
|
end?: { line: number; column?: number | undefined } | undefined;
|
|
@@ -66,9 +60,8 @@ export default function codeFrame(
|
|
|
66
60
|
````
|
|
67
61
|
|
|
68
62
|
### Additional Details
|
|
69
|
-
* Last updated:
|
|
63
|
+
* Last updated: Tue, 17 Oct 2023 22:10:13 GMT
|
|
70
64
|
* Dependencies: none
|
|
71
|
-
* Global values: none
|
|
72
65
|
|
|
73
66
|
# Credits
|
|
74
67
|
These definitions were written by [Mohsen Azimi](https://github.com/mohsen1), and [Forbes Lindesay](https://github.com/ForbesLindesay).
|
babel__code-frame/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
// Type definitions for @babel/code-frame 7.0
|
|
2
|
-
// Project: https://github.com/babel/babel/tree/master/packages/babel-code-frame, https://babeljs.io
|
|
3
|
-
// Definitions by: Mohsen Azimi <https://github.com/mohsen1>
|
|
4
|
-
// Forbes Lindesay <https://github.com/ForbesLindesay>
|
|
5
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
6
|
-
|
|
7
1
|
export interface SourceLocation {
|
|
8
2
|
start: { line: number; column?: number | undefined };
|
|
9
3
|
end?: { line: number; column?: number | undefined } | undefined;
|
babel__code-frame/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/babel__code-frame",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "TypeScript definitions for @babel/code-frame",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__code-frame",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Mohsen Azimi",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "mohsen1",
|
|
11
|
+
"url": "https://github.com/mohsen1"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Forbes Lindesay",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "ForbesLindesay",
|
|
16
|
+
"url": "https://github.com/ForbesLindesay"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"main": "",
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"scripts": {},
|
|
27
27
|
"dependencies": {},
|
|
28
|
-
"typesPublisherContentHash": "
|
|
28
|
+
"typesPublisherContentHash": "ffcd87d74ff31f124988d80427c5e19b0a3337bb03595861eee5d63586170850",
|
|
29
29
|
"typeScriptVersion": "4.5"
|
|
30
30
|
}
|