@types/babel__code-frame 7.0.4 → 7.0.6

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.
@@ -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: Fri, 15 Sep 2023 19:06:48 GMT
63
+ * Last updated: Mon, 06 Nov 2023 22:41:04 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).
@@ -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;
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@types/babel__code-frame",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
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
- "url": "https://github.com/mohsen1",
11
- "githubUsername": "mohsen1"
10
+ "githubUsername": "mohsen1",
11
+ "url": "https://github.com/mohsen1"
12
12
  },
13
13
  {
14
14
  "name": "Forbes Lindesay",
15
- "url": "https://github.com/ForbesLindesay",
16
- "githubUsername": "ForbesLindesay"
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": "d34b16c8b272ca1fa401cb111581efd10e48a3b8a64c4de5daa985b314b2f4bc",
28
+ "typesPublisherContentHash": "a7c50ce38e091a636e921f03f97acd10e18751e3b31a2c052935506af945ee55",
29
29
  "typeScriptVersion": "4.5"
30
30
  }