File tree Expand file tree Collapse file tree 4 files changed +34
-34
lines changed
website/versioned_docs/version-stable Expand file tree Collapse file tree 4 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -115,20 +115,20 @@ The support information looks like this:
115115``` typescript
116116{
117117 languages : Array <{
118- name: string ,
119- since? : string ,
120- parsers: string [],
121- group? : string ,
122- tmScope? : string ,
123- aceMode? : string ,
124- codemirrorMode? : string ,
125- codemirrorMimeType? : string ,
126- aliases? : string [],
127- extensions? : string [],
128- filenames? : string [],
129- linguistLanguageId? : number ,
130- vscodeLanguageIds? : string [],
131- }>
118+ name: string ;
119+ since? : string ;
120+ parsers: string [];
121+ group? : string ;
122+ tmScope? : string ;
123+ aceMode? : string ;
124+ codemirrorMode? : string ;
125+ codemirrorMimeType? : string ;
126+ aliases? : string [];
127+ extensions? : string [];
128+ filenames? : string [];
129+ linguistLanguageId? : number ;
130+ vscodeLanguageIds? : string [];
131+ }>;
132132}
133133```
134134
Original file line number Diff line number Diff line change 11{
22 "name" : " prettier" ,
3- "version" : " 2.7.0 " ,
3+ "version" : " 2.8.0-dev " ,
44 "description" : " Prettier is an opinionated code formatter" ,
55 "bin" : " ./bin/prettier.js" ,
66 "repository" : " prettier/prettier" ,
132132 "node-fetch" : " 3.2.3" ,
133133 "npm-run-all" : " 4.1.5" ,
134134 "path-browserify" : " 1.0.1" ,
135- "prettier" : " 2.6.2 " ,
135+ "prettier" : " 2.7.0 " ,
136136 "pretty-bytes" : " 6.0.0" ,
137137 "rimraf" : " 3.0.2" ,
138138 "rollup-plugin-license" : " 2.7.0" ,
Original file line number Diff line number Diff line change @@ -116,20 +116,20 @@ The support information looks like this:
116116``` typescript
117117{
118118 languages : Array <{
119- name: string ,
120- since? : string ,
121- parsers: string [],
122- group? : string ,
123- tmScope? : string ,
124- aceMode? : string ,
125- codemirrorMode? : string ,
126- codemirrorMimeType? : string ,
127- aliases? : string [],
128- extensions? : string [],
129- filenames? : string [],
130- linguistLanguageId? : number ,
131- vscodeLanguageIds? : string [],
132- }>
119+ name: string ;
120+ since? : string ;
121+ parsers: string [];
122+ group? : string ;
123+ tmScope? : string ;
124+ aceMode? : string ;
125+ codemirrorMode? : string ;
126+ codemirrorMimeType? : string ;
127+ aliases? : string [];
128+ extensions? : string [];
129+ filenames? : string [];
130+ linguistLanguageId? : number ;
131+ vscodeLanguageIds? : string [];
132+ }>;
133133}
134134```
135135
Original file line number Diff line number Diff line change @@ -5504,10 +5504,10 @@ prelude-ls@~1.1.2:
55045504 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
55055505 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
55065506
5507- prettier@2.6.2 :
5508- version "2.6.2 "
5509- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2 .tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032 "
5510- integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew ==
5507+ prettier@2.7.0 :
5508+ version "2.7.0 "
5509+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0 .tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6 "
5510+ integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ ==
55115511
5512551255135513 version "6.0.0"
You can’t perform that action at this time.
0 commit comments