Skip to content

Commit 703badf

Browse files
authored
feat: add support for vscode l10n (#331)
* feat: add support for vscode l10n * test: update snapshot
1 parent eb49298 commit 703badf

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ const fields = [
343343
},
344344
{ key: 'scripts', over: sortScripts },
345345
{ key: 'betterScripts', over: sortScripts },
346+
/* vscode */ { key: 'l10n' },
346347
/* vscode */ { key: 'contributes', over: sortObject },
347348
/* vscode */ { key: 'activationEvents', over: uniq },
348349
{ key: 'husky', over: overProperty('hooks', sortGitHooks) },

tests/snapshots/main.js.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Generated by [AVA](https://avajs.dev).
6262
"jsdelivr": "jsdelivr",␊
6363
"jsnext:main": "jsnext:main",␊
6464
"keywords": "keywords",␊
65+
"l10n": "l10n",␊
6566
"languageName": "languageName",␊
6667
"license": "license",␊
6768
"lint-staged": "lint-staged",␊
@@ -166,6 +167,7 @@ Generated by [AVA](https://avajs.dev).
166167
"binary": "binary",␊
167168
"scripts": "scripts",␊
168169
"betterScripts": "betterScripts",␊
170+
"l10n": "l10n",␊
169171
"contributes": "contributes",␊
170172
"activationEvents": "activationEvents",␊
171173
"husky": "husky",␊

tests/snapshots/main.js.snap

12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)