@@ -111,10 +111,10 @@ console.log("==== English ====");
111111 lang : "en" ,
112112 id : "accord" ,
113113 phrases : { } ,
114- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
114+ selectors : [ ] ,
115115 variants : [
116116 {
117- keys : [ { type : "StringLiteral" , value : "default" } ] ,
117+ keys : [ ] ,
118118 value : [
119119 { type : "StringLiteral" , value : "The " } ,
120120 {
@@ -157,10 +157,10 @@ console.log("==== English ====");
157157 lang : "en" ,
158158 id : "you-see" ,
159159 phrases : { } ,
160- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
160+ selectors : [ ] ,
161161 variants : [
162162 {
163- keys : [ { type : "StringLiteral" , value : "default" } ] ,
163+ keys : [ ] ,
164164 value : [
165165 { type : "StringLiteral" , value : "You see " } ,
166166 {
@@ -188,10 +188,10 @@ console.log("==== English ====");
188188 lang : "en" ,
189189 id : "they-wave" ,
190190 phrases : { } ,
191- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
191+ selectors : [ ] ,
192192 variants : [
193193 {
194- keys : [ { type : "StringLiteral" , value : "default" } ] ,
194+ keys : [ ] ,
195195 value : [
196196 {
197197 type : "FunctionCall" ,
@@ -221,10 +221,10 @@ console.log("==== polski ====");
221221 lang : "pl" ,
222222 id : "accord" ,
223223 phrases : { } ,
224- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
224+ selectors : [ ] ,
225225 variants : [
226226 {
227- keys : [ { type : "StringLiteral" , value : "default" } ] ,
227+ keys : [ ] ,
228228 value : [
229229 {
230230 type : "FunctionCall" ,
@@ -261,10 +261,10 @@ console.log("==== polski ====");
261261 lang : "pl" ,
262262 id : "you-see" ,
263263 phrases : { } ,
264- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
264+ selectors : [ ] ,
265265 variants : [
266266 {
267- keys : [ { type : "StringLiteral" , value : "default" } ] ,
267+ keys : [ ] ,
268268 value : [
269269 { type : "StringLiteral" , value : "Widzisz " } ,
270270 {
@@ -292,10 +292,10 @@ console.log("==== polski ====");
292292 lang : "pl" ,
293293 id : "they-wave" ,
294294 phrases : { } ,
295- selectors : [ { expr : null , default : { type : "StringLiteral" , value : "default" } } ] ,
295+ selectors : [ ] ,
296296 variants : [
297297 {
298- keys : [ { type : "StringLiteral" , value : "default" } ] ,
298+ keys : [ ] ,
299299 value : [
300300 {
301301 type : "FunctionCall" ,
0 commit comments