Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 252c54e

Browse files
crperDamian Sznajder
authored and
Damian Sznajder
committed
Supported languages (ts/tsx)
Supported languages (ts/tsx)
1 parent 3d94b1e commit 252c54e

File tree

2 files changed

+50
-29
lines changed

2 files changed

+50
-29
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All info about changes
44

55
# Released
66

7+
[1.6.0] - 2018年05月05日
8+
9+
* Add support for `ts` and `tsx` extensions.
10+
711
[1.5.2] - 2018年04月30日
812

913
* Add `bnd`.

‎package.json

Lines changed: 46 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,47 @@
11
{
2-
"name": "es7-react-js-snippets",
3-
"displayName": "ES7 React/Redux/GraphQL/React-Native snippets",
4-
"description": "Simple extensions for React, Redux and Graphql in JS with ES7 syntax",
5-
"version": "1.5.2",
6-
"publisher": "dsznajder",
7-
"icon": "images/logo.png",
8-
"keywords": ["snippets", "react", "redux", "react-native", "graphql", "javascript"],
9-
"engines": {
10-
"vscode": "^1.13.0"
11-
},
12-
"license": "SEE LICENSE",
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/dsznajder/vscode-es7-javascript-react-snippets"
16-
},
17-
"categories": ["Snippets"],
18-
"contributes": {
19-
"snippets": [
20-
{
21-
"language": "javascript",
22-
"path": "./snippets/snippets.json"
23-
},
24-
{
25-
"language": "javascriptreact",
26-
"path": "./snippets/snippets.json"
27-
}
28-
]
29-
}
30-
}
2+
"name": "es7-react-js-snippets",
3+
"displayName": "ES7 React/Redux/GraphQL/React-Native snippets",
4+
"description": "Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax",
5+
"version": "1.6.0",
6+
"publisher": "dsznajder",
7+
"icon": "images/logo.png",
8+
"keywords": [
9+
"snippets",
10+
"react",
11+
"redux",
12+
"react-native",
13+
"javascript",
14+
"typescript"
15+
],
16+
"engines": {
17+
"vscode": "^1.13.0"
18+
},
19+
"license": "SEE LICENSE",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/dsznajder/vscode-es7-javascript-react-snippets"
23+
},
24+
"categories": [
25+
"Snippets"
26+
],
27+
"contributes": {
28+
"snippets": [
29+
{
30+
"language": "javascript",
31+
"path": "./snippets/snippets.json"
32+
},
33+
{
34+
"language": "javascriptreact",
35+
"path": "./snippets/snippets.json"
36+
},
37+
{
38+
"language": "typescript",
39+
"path": "./snippets/snippets.json"
40+
},
41+
{
42+
"language": "typescriptreact",
43+
"path": "./snippets/snippets.json"
44+
}
45+
]
46+
}
47+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /