tmlanguage-generator 0.2.3 → 0.3.0-dev.1
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/package.json +13 -12
- package/CHANGELOG.json +0 -107
- package/CHANGELOG.md +0 -58
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tmlanguage-generator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "Helper library to generate TextMate syntax highlighting tmLanguage files.",
|
|
6
6
|
"homepage": "https://github.com/Microsoft/cadl/tree/master/packages/tmlanguage-generator",
|
|
@@ -19,14 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"main": "dist/tmlanguage-generator.js",
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": ">=
|
|
23
|
-
},
|
|
24
|
-
"scripts": {
|
|
25
|
-
"clean": "rimraf ./dist ./temp",
|
|
26
|
-
"build": "tsc -p .",
|
|
27
|
-
"watch": "tsc -p . --watch",
|
|
28
|
-
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
29
|
-
"lint:fix": "eslint . --fix --ext .ts"
|
|
22
|
+
"node": ">=16.0.0"
|
|
30
23
|
},
|
|
31
24
|
"files": [
|
|
32
25
|
"dist/**",
|
|
@@ -37,11 +30,19 @@
|
|
|
37
30
|
"plist": "~3.0.2"
|
|
38
31
|
},
|
|
39
32
|
"devDependencies": {
|
|
40
|
-
"@types/node": "~
|
|
33
|
+
"@types/node": "~16.0.3",
|
|
41
34
|
"@types/plist": "~3.0.2",
|
|
42
35
|
"@cadl-lang/eslint-config-cadl": "~0.3.0",
|
|
43
36
|
"eslint": "^8.12.0",
|
|
44
37
|
"rimraf": "~3.0.2",
|
|
45
|
-
"typescript": "~4.
|
|
38
|
+
"typescript": "~4.6.3"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"clean": "rimraf ./dist ./temp",
|
|
43
|
+
"build": "tsc -p .",
|
|
44
|
+
"watch": "tsc -p . --watch",
|
|
45
|
+
"lint": "eslint . --ext .ts --max-warnings=0",
|
|
46
|
+
"lint:fix": "eslint . --fix --ext .ts"
|
|
46
47
|
}
|
|
47
|
-
}
|
|
48
|
+
}
|
package/CHANGELOG.json
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tmlanguage-generator",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"version": "0.2.3",
|
|
6
|
-
"tag": "tmlanguage-generator_v0.2.3",
|
|
7
|
-
"date": "Thu, 31 Mar 2022 17:10:49 GMT",
|
|
8
|
-
"comments": {
|
|
9
|
-
"dependency": [
|
|
10
|
-
{
|
|
11
|
-
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.2.0` to `~0.3.0`"
|
|
12
|
-
}
|
|
13
|
-
]
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"version": "0.2.2",
|
|
18
|
-
"tag": "tmlanguage-generator_v0.2.2",
|
|
19
|
-
"date": "Wed, 09 Mar 2022 17:42:09 GMT",
|
|
20
|
-
"comments": {
|
|
21
|
-
"dependency": [
|
|
22
|
-
{
|
|
23
|
-
"comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.1.0` to `~0.2.0`"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"version": "0.2.1",
|
|
30
|
-
"tag": "tmlanguage-generator_v0.2.1",
|
|
31
|
-
"date": "Wed, 01 Dec 2021 22:56:11 GMT",
|
|
32
|
-
"comments": {
|
|
33
|
-
"patch": [
|
|
34
|
-
{
|
|
35
|
-
"comment": "Update README"
|
|
36
|
-
}
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"version": "0.2.0",
|
|
42
|
-
"tag": "tmlanguage-generator_v0.2.0",
|
|
43
|
-
"date": "Tue, 10 Aug 2021 20:23:04 GMT",
|
|
44
|
-
"comments": {
|
|
45
|
-
"minor": [
|
|
46
|
-
{
|
|
47
|
-
"comment": "Rename package to tmlanguage-generator"
|
|
48
|
-
}
|
|
49
|
-
]
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"version": "0.1.4",
|
|
54
|
-
"tag": "@azure-tools/tmlanguage-generator_v0.1.4",
|
|
55
|
-
"date": "Tue, 20 Apr 2021 15:23:29 GMT",
|
|
56
|
-
"comments": {
|
|
57
|
-
"patch": [
|
|
58
|
-
{
|
|
59
|
-
"comment": "Provide option to give source file path for error messages"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"comment": "Format errors to match VS Code problem matching"
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"version": "0.1.3",
|
|
69
|
-
"tag": "@azure-tools/tmlanguage-generator_v0.1.3",
|
|
70
|
-
"date": "Wed, 31 Mar 2021 22:00:43 GMT",
|
|
71
|
-
"comments": {
|
|
72
|
-
"patch": [
|
|
73
|
-
{
|
|
74
|
-
"comment": "Add PList emit support"
|
|
75
|
-
}
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"version": "0.1.2",
|
|
81
|
-
"tag": "@azure-tools/tmlanguage-generator_v0.1.2",
|
|
82
|
-
"date": "Fri, 26 Mar 2021 17:06:33 GMT",
|
|
83
|
-
"comments": {
|
|
84
|
-
"patch": [
|
|
85
|
-
{
|
|
86
|
-
"comment": "Fix package name in package.json and changelog"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"comment": "Fix hard coding of adl and wasm file resolution"
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"version": "0.1.1",
|
|
96
|
-
"tag": "@azure-tools/tmlanguage-generator_v0.1.1",
|
|
97
|
-
"date": "Wed, 24 Mar 2021 18:40:21 GMT",
|
|
98
|
-
"comments": {
|
|
99
|
-
"patch": [
|
|
100
|
-
{
|
|
101
|
-
"comment": "Initial release"
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# Change Log - tmlanguage-generator
|
|
2
|
-
|
|
3
|
-
This log was last generated on Thu, 31 Mar 2022 17:10:49 GMT and should not be manually modified.
|
|
4
|
-
|
|
5
|
-
## 0.2.3
|
|
6
|
-
Thu, 31 Mar 2022 17:10:49 GMT
|
|
7
|
-
|
|
8
|
-
_Version update only_
|
|
9
|
-
|
|
10
|
-
## 0.2.2
|
|
11
|
-
Wed, 09 Mar 2022 17:42:09 GMT
|
|
12
|
-
|
|
13
|
-
_Version update only_
|
|
14
|
-
|
|
15
|
-
## 0.2.1
|
|
16
|
-
Wed, 01 Dec 2021 22:56:11 GMT
|
|
17
|
-
|
|
18
|
-
### Patches
|
|
19
|
-
|
|
20
|
-
- Update README
|
|
21
|
-
|
|
22
|
-
## 0.2.0
|
|
23
|
-
Tue, 10 Aug 2021 20:23:04 GMT
|
|
24
|
-
|
|
25
|
-
### Minor changes
|
|
26
|
-
|
|
27
|
-
- Rename package to tmlanguage-generator
|
|
28
|
-
|
|
29
|
-
## 0.1.4
|
|
30
|
-
Tue, 20 Apr 2021 15:23:29 GMT
|
|
31
|
-
|
|
32
|
-
### Patches
|
|
33
|
-
|
|
34
|
-
- Provide option to give source file path for error messages
|
|
35
|
-
- Format errors to match VS Code problem matching
|
|
36
|
-
|
|
37
|
-
## 0.1.3
|
|
38
|
-
Wed, 31 Mar 2021 22:00:43 GMT
|
|
39
|
-
|
|
40
|
-
### Patches
|
|
41
|
-
|
|
42
|
-
- Add PList emit support
|
|
43
|
-
|
|
44
|
-
## 0.1.2
|
|
45
|
-
Fri, 26 Mar 2021 17:06:33 GMT
|
|
46
|
-
|
|
47
|
-
### Patches
|
|
48
|
-
|
|
49
|
-
- Fix package name in package.json and changelog
|
|
50
|
-
- Fix hard coding of adl and wasm file resolution
|
|
51
|
-
|
|
52
|
-
## 0.1.1
|
|
53
|
-
Wed, 24 Mar 2021 18:40:21 GMT
|
|
54
|
-
|
|
55
|
-
### Patches
|
|
56
|
-
|
|
57
|
-
- Initial release
|
|
58
|
-
|