@zeroheight/adoption-cli 4.1.1 → 4.1.2
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.
- package/CHANGELOG.md +4 -0
- package/dist/cli.js +2 -2
- package/node_modules/@oxc-parser/binding-darwin-arm64/package.json +23 -0
- package/node_modules/@oxc-parser/binding-darwin-arm64/parser.darwin-arm64.node +0 -0
- package/node_modules/@oxc-parser/binding-darwin-x64/package.json +23 -0
- package/node_modules/@oxc-parser/binding-darwin-x64/parser.darwin-x64.node +0 -0
- package/node_modules/@oxc-parser/binding-linux-x64-gnu/package.json +26 -0
- package/node_modules/@oxc-parser/binding-linux-x64-gnu/parser.linux-x64-gnu.node +0 -0
- package/node_modules/@oxc-parser/binding-linux-x64-musl/package.json +26 -0
- package/node_modules/@oxc-parser/binding-linux-x64-musl/parser.linux-x64-musl.node +0 -0
- package/node_modules/@oxc-parser/binding-win32-arm64-msvc/package.json +26 -0
- package/node_modules/@oxc-parser/binding-win32-arm64-msvc/parser.win32-arm64-msvc.node +0 -0
- package/node_modules/@oxc-parser/binding-win32-x64-msvc/package.json +26 -0
- package/node_modules/@oxc-parser/binding-win32-x64-msvc/parser.win32-x64-msvc.node +0 -0
- package/package.json +9 -3
- package/node_modules/@babel/highlight/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/color-convert/CHANGELOG.md +0 -54
- package/node_modules/js-tokens/CHANGELOG.md +0 -151
- package/node_modules/json-parse-even-better-errors/CHANGELOG.md +0 -50
- package/node_modules/kind-of/CHANGELOG.md +0 -160
- package/node_modules/yargs-parser/CHANGELOG.md +0 -308
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-darwin-arm64",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.darwin-arm64.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.darwin-arm64.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"arm64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"darwin"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-darwin-x64",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.darwin-x64.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.darwin-x64.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"x64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"darwin"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-linux-x64-gnu",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.linux-x64-gnu.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.linux-x64-gnu.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"x64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"linux"
|
|
22
|
+
],
|
|
23
|
+
"libc": [
|
|
24
|
+
"glibc"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-linux-x64-musl",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.linux-x64-musl.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.linux-x64-musl.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"x64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"linux"
|
|
22
|
+
],
|
|
23
|
+
"libc": [
|
|
24
|
+
"musl"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-win32-arm64-msvc",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.win32-arm64-msvc.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.win32-arm64-msvc.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"arm64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"win32"
|
|
22
|
+
],
|
|
23
|
+
"libc": [
|
|
24
|
+
null
|
|
25
|
+
]
|
|
26
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@oxc-parser/binding-win32-x64-msvc",
|
|
3
|
+
"version": "0.22.0",
|
|
4
|
+
"main": "parser.win32-x64-msvc.node",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Boshen and oxc contributors",
|
|
7
|
+
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
8
|
+
"homepage": "https://oxc.rs",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/oxc-project/oxc.git",
|
|
12
|
+
"directory": "npm/oxc-parser"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"parser.win32-x64-msvc.node"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"x64"
|
|
19
|
+
],
|
|
20
|
+
"os": [
|
|
21
|
+
"win32"
|
|
22
|
+
],
|
|
23
|
+
"libc": [
|
|
24
|
+
null
|
|
25
|
+
]
|
|
26
|
+
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeroheight/adoption-cli",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"build-dev": "rsbuild build --environment development",
|
|
21
21
|
"build-dev:watch": "rsbuild build --watch --environment development",
|
|
22
22
|
"lint": "prettier --write .",
|
|
23
|
-
"test": "vitest"
|
|
23
|
+
"test": "vitest",
|
|
24
|
+
"prepack": "bash scripts/bundle-oxc-bindings.sh"
|
|
24
25
|
},
|
|
25
26
|
"files": [
|
|
26
27
|
"dist",
|
|
@@ -28,6 +29,12 @@
|
|
|
28
29
|
],
|
|
29
30
|
"bundleDependencies": [
|
|
30
31
|
"oxc-parser",
|
|
32
|
+
"@oxc-parser/binding-darwin-arm64",
|
|
33
|
+
"@oxc-parser/binding-darwin-x64",
|
|
34
|
+
"@oxc-parser/binding-linux-x64-gnu",
|
|
35
|
+
"@oxc-parser/binding-linux-x64-musl",
|
|
36
|
+
"@oxc-parser/binding-win32-arm64-msvc",
|
|
37
|
+
"@oxc-parser/binding-win32-x64-msvc",
|
|
31
38
|
"react",
|
|
32
39
|
"ink",
|
|
33
40
|
"ink-render-string",
|
|
@@ -95,7 +102,6 @@
|
|
|
95
102
|
"optionalDependencies": {
|
|
96
103
|
"@oxc-parser/binding-darwin-arm64": "^0.22.0",
|
|
97
104
|
"@oxc-parser/binding-darwin-x64": "^0.22.0",
|
|
98
|
-
"@oxc-parser/binding-freebsd-x64": "^0.22.0",
|
|
99
105
|
"@oxc-parser/binding-linux-x64-gnu": "^0.22.0",
|
|
100
106
|
"@oxc-parser/binding-linux-x64-musl": "^0.22.0",
|
|
101
107
|
"@oxc-parser/binding-win32-arm64-msvc": "^0.22.0",
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# 1.0.0 - 2016-01-07
|
|
2
|
-
|
|
3
|
-
- Removed: unused speed test
|
|
4
|
-
- Added: Automatic routing between previously unsupported conversions
|
|
5
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
6
|
-
- Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
|
|
7
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
8
|
-
- Removed: `convert()` class
|
|
9
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
10
|
-
- Changed: all functions to lookup dictionary
|
|
11
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
12
|
-
- Changed: `ansi` to `ansi256`
|
|
13
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
14
|
-
- Fixed: argument grouping for functions requiring only one argument
|
|
15
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
16
|
-
|
|
17
|
-
# 0.6.0 - 2015-07-23
|
|
18
|
-
|
|
19
|
-
- Added: methods to handle
|
|
20
|
-
[ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
|
|
21
|
-
- rgb2ansi16
|
|
22
|
-
- rgb2ansi
|
|
23
|
-
- hsl2ansi16
|
|
24
|
-
- hsl2ansi
|
|
25
|
-
- hsv2ansi16
|
|
26
|
-
- hsv2ansi
|
|
27
|
-
- hwb2ansi16
|
|
28
|
-
- hwb2ansi
|
|
29
|
-
- cmyk2ansi16
|
|
30
|
-
- cmyk2ansi
|
|
31
|
-
- keyword2ansi16
|
|
32
|
-
- keyword2ansi
|
|
33
|
-
- ansi162rgb
|
|
34
|
-
- ansi162hsl
|
|
35
|
-
- ansi162hsv
|
|
36
|
-
- ansi162hwb
|
|
37
|
-
- ansi162cmyk
|
|
38
|
-
- ansi162keyword
|
|
39
|
-
- ansi2rgb
|
|
40
|
-
- ansi2hsl
|
|
41
|
-
- ansi2hsv
|
|
42
|
-
- ansi2hwb
|
|
43
|
-
- ansi2cmyk
|
|
44
|
-
- ansi2keyword
|
|
45
|
-
([#18](https://github.com/harthur/color-convert/pull/18))
|
|
46
|
-
|
|
47
|
-
# 0.5.3 - 2015-06-02
|
|
48
|
-
|
|
49
|
-
- Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
|
|
50
|
-
([#15](https://github.com/harthur/color-convert/issues/15))
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
Check out commit logs for older releases
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# 1.0.0 - 2016-01-07
|
|
2
|
-
|
|
3
|
-
- Removed: unused speed test
|
|
4
|
-
- Added: Automatic routing between previously unsupported conversions
|
|
5
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
6
|
-
- Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
|
|
7
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
8
|
-
- Removed: `convert()` class
|
|
9
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
10
|
-
- Changed: all functions to lookup dictionary
|
|
11
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
12
|
-
- Changed: `ansi` to `ansi256`
|
|
13
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
14
|
-
- Fixed: argument grouping for functions requiring only one argument
|
|
15
|
-
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
16
|
-
|
|
17
|
-
# 0.6.0 - 2015-07-23
|
|
18
|
-
|
|
19
|
-
- Added: methods to handle
|
|
20
|
-
[ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
|
|
21
|
-
- rgb2ansi16
|
|
22
|
-
- rgb2ansi
|
|
23
|
-
- hsl2ansi16
|
|
24
|
-
- hsl2ansi
|
|
25
|
-
- hsv2ansi16
|
|
26
|
-
- hsv2ansi
|
|
27
|
-
- hwb2ansi16
|
|
28
|
-
- hwb2ansi
|
|
29
|
-
- cmyk2ansi16
|
|
30
|
-
- cmyk2ansi
|
|
31
|
-
- keyword2ansi16
|
|
32
|
-
- keyword2ansi
|
|
33
|
-
- ansi162rgb
|
|
34
|
-
- ansi162hsl
|
|
35
|
-
- ansi162hsv
|
|
36
|
-
- ansi162hwb
|
|
37
|
-
- ansi162cmyk
|
|
38
|
-
- ansi162keyword
|
|
39
|
-
- ansi2rgb
|
|
40
|
-
- ansi2hsl
|
|
41
|
-
- ansi2hsv
|
|
42
|
-
- ansi2hwb
|
|
43
|
-
- ansi2cmyk
|
|
44
|
-
- ansi2keyword
|
|
45
|
-
([#18](https://github.com/harthur/color-convert/pull/18))
|
|
46
|
-
|
|
47
|
-
# 0.5.3 - 2015-06-02
|
|
48
|
-
|
|
49
|
-
- Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
|
|
50
|
-
([#15](https://github.com/harthur/color-convert/issues/15))
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
Check out commit logs for older releases
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
### Version 4.0.0 (2018-01-28) ###
|
|
2
|
-
|
|
3
|
-
- Added: Support for ES2018. The only change needed was recognizing the `s`
|
|
4
|
-
regex flag.
|
|
5
|
-
- Changed: _All_ tokens returned by the `matchToToken` function now have a
|
|
6
|
-
`closed` property. It is set to `undefined` for the tokens where “closed”
|
|
7
|
-
doesn’t make sense. This means that all tokens objects have the same shape,
|
|
8
|
-
which might improve performance.
|
|
9
|
-
|
|
10
|
-
These are the breaking changes:
|
|
11
|
-
|
|
12
|
-
- `'/a/s'.match(jsTokens)` no longer returns `['/', 'a', '/', 's']`, but
|
|
13
|
-
`['/a/s']`. (There are of course other variations of this.)
|
|
14
|
-
- Code that rely on some token objects not having the `closed` property could
|
|
15
|
-
now behave differently.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Version 3.0.2 (2017-06-28) ###
|
|
19
|
-
|
|
20
|
-
- No code changes. Just updates to the readme.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Version 3.0.1 (2017-01-30) ###
|
|
24
|
-
|
|
25
|
-
- Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched
|
|
26
|
-
correctly.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Version 3.0.0 (2017-01-11) ###
|
|
30
|
-
|
|
31
|
-
This release contains one breaking change, that should [improve performance in
|
|
32
|
-
V8][v8-perf]:
|
|
33
|
-
|
|
34
|
-
> So how can you, as a JavaScript developer, ensure that your RegExps are fast?
|
|
35
|
-
> If you are not interested in hooking into RegExp internals, make sure that
|
|
36
|
-
> neither the RegExp instance, nor its prototype is modified in order to get the
|
|
37
|
-
> best performance:
|
|
38
|
-
>
|
|
39
|
-
> ```js
|
|
40
|
-
> var re = /./g;
|
|
41
|
-
> re.exec(''); // Fast path.
|
|
42
|
-
> re.new_property = 'slow';
|
|
43
|
-
> ```
|
|
44
|
-
|
|
45
|
-
This module used to export a single regex, with `.matchToToken` bolted
|
|
46
|
-
on, just like in the above example. This release changes the exports of
|
|
47
|
-
the module to avoid this issue.
|
|
48
|
-
|
|
49
|
-
Before:
|
|
50
|
-
|
|
51
|
-
```js
|
|
52
|
-
import jsTokens from "js-tokens"
|
|
53
|
-
// or:
|
|
54
|
-
var jsTokens = require("js-tokens")
|
|
55
|
-
var matchToToken = jsTokens.matchToToken
|
|
56
|
-
```
|
|
57
|
-
|
|
58
|
-
After:
|
|
59
|
-
|
|
60
|
-
```js
|
|
61
|
-
import jsTokens, {matchToToken} from "js-tokens"
|
|
62
|
-
// or:
|
|
63
|
-
var jsTokens = require("js-tokens").default
|
|
64
|
-
var matchToToken = require("js-tokens").matchToToken
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
[v8-perf]: http://v8project.blogspot.se/2017/01/speeding-up-v8-regular-expressions.html
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Version 2.0.0 (2016-06-19) ###
|
|
71
|
-
|
|
72
|
-
- Added: Support for ES2016. In other words, support for the `**` exponentiation
|
|
73
|
-
operator.
|
|
74
|
-
|
|
75
|
-
These are the breaking changes:
|
|
76
|
-
|
|
77
|
-
- `'**'.match(jsTokens)` no longer returns `['*', '*']`, but `['**']`.
|
|
78
|
-
- `'**='.match(jsTokens)` no longer returns `['*', '*=']`, but `['**=']`.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Version 1.0.3 (2016-03-27) ###
|
|
82
|
-
|
|
83
|
-
- Improved: Made the regex ever so slightly smaller.
|
|
84
|
-
- Updated: The readme.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Version 1.0.2 (2015-10-18) ###
|
|
88
|
-
|
|
89
|
-
- Improved: Limited npm package contents for a smaller download. Thanks to
|
|
90
|
-
@zertosh!
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
### Version 1.0.1 (2015-06-20) ###
|
|
94
|
-
|
|
95
|
-
- Fixed: Declared an undeclared variable.
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Version 1.0.0 (2015-02-26) ###
|
|
99
|
-
|
|
100
|
-
- Changed: Merged the 'operator' and 'punctuation' types into 'punctuator'. That
|
|
101
|
-
type is now equivalent to the Punctuator token in the ECMAScript
|
|
102
|
-
specification. (Backwards-incompatible change.)
|
|
103
|
-
- Fixed: A `-` followed by a number is now correctly matched as a punctuator
|
|
104
|
-
followed by a number. It used to be matched as just a number, but there is no
|
|
105
|
-
such thing as negative number literals. (Possibly backwards-incompatible
|
|
106
|
-
change.)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Version 0.4.1 (2015-02-21) ###
|
|
110
|
-
|
|
111
|
-
- Added: Support for the regex `u` flag.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Version 0.4.0 (2015-02-21) ###
|
|
115
|
-
|
|
116
|
-
- Improved: `jsTokens.matchToToken` performance.
|
|
117
|
-
- Added: Support for octal and binary number literals.
|
|
118
|
-
- Added: Support for template strings.
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Version 0.3.1 (2015-01-06) ###
|
|
122
|
-
|
|
123
|
-
- Fixed: Support for unicode spaces. They used to be allowed in names (which is
|
|
124
|
-
very confusing), and some unicode newlines were wrongly allowed in strings and
|
|
125
|
-
regexes.
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Version 0.3.0 (2014-12-19) ###
|
|
129
|
-
|
|
130
|
-
- Changed: The `jsTokens.names` array has been replaced with the
|
|
131
|
-
`jsTokens.matchToToken` function. The capturing groups of `jsTokens` are no
|
|
132
|
-
longer part of the public API; instead use said function. See this [gist] for
|
|
133
|
-
an example. (Backwards-incompatible change.)
|
|
134
|
-
- Changed: The empty string is now considered an “invalid” token, instead an
|
|
135
|
-
“empty” token (its own group). (Backwards-incompatible change.)
|
|
136
|
-
- Removed: component support. (Backwards-incompatible change.)
|
|
137
|
-
|
|
138
|
-
[gist]: https://gist.github.com/lydell/be49dbf80c382c473004
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Version 0.2.0 (2014-06-19) ###
|
|
142
|
-
|
|
143
|
-
- Changed: Match ES6 function arrows (`=>`) as an operator, instead of its own
|
|
144
|
-
category (“functionArrow”), for simplicity. (Backwards-incompatible change.)
|
|
145
|
-
- Added: ES6 splats (`...`) are now matched as an operator (instead of three
|
|
146
|
-
punctuations). (Backwards-incompatible change.)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Version 0.1.0 (2014-03-08) ###
|
|
150
|
-
|
|
151
|
-
- Initial release.
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
## 2.0.0
|
|
6
|
-
|
|
7
|
-
* Add custom error classes
|
|
8
|
-
|
|
9
|
-
<a name="1.0.2"></a>
|
|
10
|
-
## [1.0.2](https://github.com/npm/json-parse-even-better-errors/compare/v1.0.1...v1.0.2) (2018-03-30)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* **messages:** More friendly messages for non-string ([#1](https://github.com/npm/json-parse-even-better-errors/issues/1)) ([a476d42](https://github.com/npm/json-parse-even-better-errors/commit/a476d42))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<a name="1.0.1"></a>
|
|
20
|
-
## [1.0.1](https://github.com/npm/json-parse-even-better-errors/compare/v1.0.0...v1.0.1) (2017-08-16)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Bug Fixes
|
|
24
|
-
|
|
25
|
-
* **license:** oops. Forgot to update license.md ([efe2958](https://github.com/npm/json-parse-even-better-errors/commit/efe2958))
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
<a name="1.0.0"></a>
|
|
30
|
-
# 1.0.0 (2017-08-15)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Features
|
|
34
|
-
|
|
35
|
-
* **init:** Initial Commit ([562c977](https://github.com/npm/json-parse-even-better-errors/commit/562c977))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### BREAKING CHANGES
|
|
39
|
-
|
|
40
|
-
* **init:** This is the first commit!
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
<a name="0.1.0"></a>
|
|
45
|
-
# 0.1.0 (2017-08-15)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Features
|
|
49
|
-
|
|
50
|
-
* **init:** Initial Commit ([9dd1a19](https://github.com/npm/json-parse-even-better-errors/commit/9dd1a19))
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
# Release history
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
|
-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
<details>
|
|
9
|
-
<summary><strong>Guiding Principles</strong></summary>
|
|
10
|
-
|
|
11
|
-
- Changelogs are for humans, not machines.
|
|
12
|
-
- There should be an entry for every single version.
|
|
13
|
-
- The same types of changes should be grouped.
|
|
14
|
-
- Versions and sections should be linkable.
|
|
15
|
-
- The latest version comes first.
|
|
16
|
-
- The release date of each versions is displayed.
|
|
17
|
-
- Mention whether you follow Semantic Versioning.
|
|
18
|
-
|
|
19
|
-
</details>
|
|
20
|
-
|
|
21
|
-
<details>
|
|
22
|
-
<summary><strong>Types of changes</strong></summary>
|
|
23
|
-
|
|
24
|
-
Changelog entries are classified using the following labels _(from [keep-a-changelog](http://keepachangelog.com/)_):
|
|
25
|
-
|
|
26
|
-
- `Added` for new features.
|
|
27
|
-
- `Changed` for changes in existing functionality.
|
|
28
|
-
- `Deprecated` for soon-to-be removed features.
|
|
29
|
-
- `Removed` for now removed features.
|
|
30
|
-
- `Fixed` for any bug fixes.
|
|
31
|
-
- `Security` in case of vulnerabilities.
|
|
32
|
-
|
|
33
|
-
</details>
|
|
34
|
-
|
|
35
|
-
## [6.0.3] - 2020-01-16
|
|
36
|
-
|
|
37
|
-
- Merge pull request #31 for issue #30
|
|
38
|
-
|
|
39
|
-
## [6.0.0] - 2017-10-13
|
|
40
|
-
|
|
41
|
-
- refactor code to be more performant
|
|
42
|
-
- refactor benchmarks
|
|
43
|
-
|
|
44
|
-
## [5.1.0] - 2017-10-13
|
|
45
|
-
|
|
46
|
-
**Added**
|
|
47
|
-
|
|
48
|
-
- Merge pull request #15 from aretecode/patch-1
|
|
49
|
-
- adds support and tests for string & array iterators
|
|
50
|
-
|
|
51
|
-
**Changed**
|
|
52
|
-
|
|
53
|
-
- updates benchmarks
|
|
54
|
-
|
|
55
|
-
## [5.0.2] - 2017-08-02
|
|
56
|
-
|
|
57
|
-
- Merge pull request #14 from struct78/master
|
|
58
|
-
- Added `undefined` check
|
|
59
|
-
|
|
60
|
-
## [5.0.0] - 2017-06-21
|
|
61
|
-
|
|
62
|
-
- Merge pull request #12 from aretecode/iterator
|
|
63
|
-
- Set Iterator + Map Iterator
|
|
64
|
-
- streamline `isbuffer`, minor edits
|
|
65
|
-
|
|
66
|
-
## [4.0.0] - 2017-05-19
|
|
67
|
-
|
|
68
|
-
- Merge pull request #8 from tunnckoCore/master
|
|
69
|
-
- update deps
|
|
70
|
-
|
|
71
|
-
## [3.2.2] - 2017-05-16
|
|
72
|
-
|
|
73
|
-
- fix version
|
|
74
|
-
|
|
75
|
-
## [3.2.1] - 2017-05-16
|
|
76
|
-
|
|
77
|
-
- add browserify
|
|
78
|
-
|
|
79
|
-
## [3.2.0] - 2017-04-25
|
|
80
|
-
|
|
81
|
-
- Merge pull request #10 from ksheedlo/unrequire-buffer
|
|
82
|
-
- add `promise` support and tests
|
|
83
|
-
- Remove unnecessary `Buffer` check
|
|
84
|
-
|
|
85
|
-
## [3.1.0] - 2016-12-07
|
|
86
|
-
|
|
87
|
-
- Merge pull request #7 from laggingreflex/err
|
|
88
|
-
- add support for `error` and tests
|
|
89
|
-
- run update
|
|
90
|
-
|
|
91
|
-
## [3.0.4] - 2016-07-29
|
|
92
|
-
|
|
93
|
-
- move tests
|
|
94
|
-
- run update
|
|
95
|
-
|
|
96
|
-
## [3.0.3] - 2016-05-03
|
|
97
|
-
|
|
98
|
-
- fix prepublish script
|
|
99
|
-
- remove unused dep
|
|
100
|
-
|
|
101
|
-
## [3.0.0] - 2015-11-17
|
|
102
|
-
|
|
103
|
-
- add typed array support
|
|
104
|
-
- Merge pull request #5 from miguelmota/typed-arrays
|
|
105
|
-
- adds new tests
|
|
106
|
-
|
|
107
|
-
## [2.0.1] - 2015-08-21
|
|
108
|
-
|
|
109
|
-
- use `is-buffer` module
|
|
110
|
-
|
|
111
|
-
## [2.0.0] - 2015-05-31
|
|
112
|
-
|
|
113
|
-
- Create fallback for `Array.isArray` if used as a browser package
|
|
114
|
-
- Merge pull request #2 from dtothefp/patch-1
|
|
115
|
-
- Merge pull request #3 from pdehaan/patch-1
|
|
116
|
-
- Merge branch 'master' of https://github.com/chorks/kind-of into chorks-master
|
|
117
|
-
- optimizations, mostly date and regex
|
|
118
|
-
|
|
119
|
-
## [1.1.0] - 2015-02-09
|
|
120
|
-
|
|
121
|
-
- adds `buffer` support
|
|
122
|
-
- adds tests for `buffer`
|
|
123
|
-
|
|
124
|
-
## [1.0.0] - 2015-01-19
|
|
125
|
-
|
|
126
|
-
- update benchmarks
|
|
127
|
-
- optimizations based on benchmarks
|
|
128
|
-
|
|
129
|
-
## [0.1.2] - 2014-10-26
|
|
130
|
-
|
|
131
|
-
- return `typeof` value if it's not an object. very slight speed improvement
|
|
132
|
-
- use `.slice`
|
|
133
|
-
- adds benchmarks
|
|
134
|
-
|
|
135
|
-
## [0.1.0] - 2014-9-26
|
|
136
|
-
|
|
137
|
-
- first commit
|
|
138
|
-
|
|
139
|
-
[6.0.0]: https://github.com/jonschlinkert/kind-of/compare/5.1.0...6.0.0
|
|
140
|
-
[5.1.0]: https://github.com/jonschlinkert/kind-of/compare/5.0.2...5.1.0
|
|
141
|
-
[5.0.2]: https://github.com/jonschlinkert/kind-of/compare/5.0.1...5.0.2
|
|
142
|
-
[5.0.1]: https://github.com/jonschlinkert/kind-of/compare/5.0.0...5.0.1
|
|
143
|
-
[5.0.0]: https://github.com/jonschlinkert/kind-of/compare/4.0.0...5.0.0
|
|
144
|
-
[4.0.0]: https://github.com/jonschlinkert/kind-of/compare/3.2.2...4.0.0
|
|
145
|
-
[3.2.2]: https://github.com/jonschlinkert/kind-of/compare/3.2.1...3.2.2
|
|
146
|
-
[3.2.1]: https://github.com/jonschlinkert/kind-of/compare/3.2.0...3.2.1
|
|
147
|
-
[3.2.0]: https://github.com/jonschlinkert/kind-of/compare/3.1.0...3.2.0
|
|
148
|
-
[3.1.0]: https://github.com/jonschlinkert/kind-of/compare/3.0.4...3.1.0
|
|
149
|
-
[3.0.4]: https://github.com/jonschlinkert/kind-of/compare/3.0.3...3.0.4
|
|
150
|
-
[3.0.3]: https://github.com/jonschlinkert/kind-of/compare/3.0.0...3.0.3
|
|
151
|
-
[3.0.0]: https://github.com/jonschlinkert/kind-of/compare/2.0.1...3.0.0
|
|
152
|
-
[2.0.1]: https://github.com/jonschlinkert/kind-of/compare/2.0.0...2.0.1
|
|
153
|
-
[2.0.0]: https://github.com/jonschlinkert/kind-of/compare/1.1.0...2.0.0
|
|
154
|
-
[1.1.0]: https://github.com/jonschlinkert/kind-of/compare/1.0.0...1.1.0
|
|
155
|
-
[1.0.0]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...1.0.0
|
|
156
|
-
[0.1.2]: https://github.com/jonschlinkert/kind-of/compare/0.1.0...0.1.2
|
|
157
|
-
[0.1.0]: https://github.com/jonschlinkert/kind-of/commit/2fae09b0b19b1aadb558e9be39f0c3ef6034eb87
|
|
158
|
-
|
|
159
|
-
[Unreleased]: https://github.com/jonschlinkert/kind-of/compare/0.1.2...HEAD
|
|
160
|
-
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
|