Skip to content

Commit 7282763

Browse files
committed
Update the parametersSchema with the now supported directives
1 parent 05738e3 commit 7282763

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

extension.neon

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,27 @@ parametersSchema:
240240
?allowIn: listOf(string()),
241241
?allowExceptIn: listOf(string()),
242242
?disallowIn: listOf(string()),
243+
?allowInFunctions: listOf(string()),
244+
?allowInMethods: listOf(string()),
245+
?allowExceptInFunctions: listOf(string()),
246+
?allowExceptInMethods: listOf(string()),
247+
?disallowInFunctions: listOf(string()),
248+
?disallowInMethods: listOf(string()),
249+
?allowInInstanceOf: listOf(string()),
250+
?allowExceptInInstanceOf: listOf(string()),
251+
?disallowInInstanceOf: listOf(string()),
252+
?allowInClassWithAttributes: listOf(string()),
253+
?allowExceptInClassWithAttributes: listOf(string()),
254+
?disallowInClassWithAttributes: listOf(string()),
255+
?allowInFunctionsWithAttributes: listOf(string()),
256+
?allowInMethodsWithAttributes: listOf(string()),
257+
?allowExceptInFunctionsWithAttributes: listOf(string()),
258+
?allowExceptInMethodsWithAttributes: listOf(string()),
259+
?disallowInFunctionsWithAttributes: listOf(string()),
260+
?disallowInMethodsWithAttributes: listOf(string()),
261+
?allowInClassWithMethodAttributes: listOf(string()),
262+
?allowExceptInClassWithMethodAttributes: listOf(string()),
263+
?disallowInClassWithMethodAttributes: listOf(string()),
243264
?errorIdentifier: string(),
244265
?errorTip: string(),
245266
])
@@ -251,6 +272,27 @@ parametersSchema:
251272
?allowIn: listOf(string()),
252273
?allowExceptIn: listOf(string()),
253274
?disallowIn: listOf(string()),
275+
?allowInFunctions: listOf(string()),
276+
?allowInMethods: listOf(string()),
277+
?allowExceptInFunctions: listOf(string()),
278+
?allowExceptInMethods: listOf(string()),
279+
?disallowInFunctions: listOf(string()),
280+
?disallowInMethods: listOf(string()),
281+
?allowInInstanceOf: listOf(string()),
282+
?allowExceptInInstanceOf: listOf(string()),
283+
?disallowInInstanceOf: listOf(string()),
284+
?allowInClassWithAttributes: listOf(string()),
285+
?allowExceptInClassWithAttributes: listOf(string()),
286+
?disallowInClassWithAttributes: listOf(string()),
287+
?allowInFunctionsWithAttributes: listOf(string()),
288+
?allowInMethodsWithAttributes: listOf(string()),
289+
?allowExceptInFunctionsWithAttributes: listOf(string()),
290+
?allowExceptInMethodsWithAttributes: listOf(string()),
291+
?disallowInFunctionsWithAttributes: listOf(string()),
292+
?disallowInMethodsWithAttributes: listOf(string()),
293+
?allowInClassWithMethodAttributes: listOf(string()),
294+
?allowExceptInClassWithMethodAttributes: listOf(string()),
295+
?disallowInClassWithMethodAttributes: listOf(string()),
254296
?errorIdentifier: string(),
255297
?errorTip: string(),
256298
])
@@ -262,6 +304,27 @@ parametersSchema:
262304
?allowIn: listOf(string()),
263305
?allowExceptIn: list(string()),
264306
?disallowIn: list(string()),
307+
?allowInFunctions: listOf(string()),
308+
?allowInMethods: listOf(string()),
309+
?allowExceptInFunctions: listOf(string()),
310+
?allowExceptInMethods: listOf(string()),
311+
?disallowInFunctions: listOf(string()),
312+
?disallowInMethods: listOf(string()),
313+
?allowInInstanceOf: listOf(string()),
314+
?allowExceptInInstanceOf: listOf(string()),
315+
?disallowInInstanceOf: listOf(string()),
316+
?allowInClassWithAttributes: listOf(string()),
317+
?allowExceptInClassWithAttributes: listOf(string()),
318+
?disallowInClassWithAttributes: listOf(string()),
319+
?allowInFunctionsWithAttributes: listOf(string()),
320+
?allowInMethodsWithAttributes: listOf(string()),
321+
?allowExceptInFunctionsWithAttributes: listOf(string()),
322+
?allowExceptInMethodsWithAttributes: listOf(string()),
323+
?disallowInFunctionsWithAttributes: listOf(string()),
324+
?disallowInMethodsWithAttributes: listOf(string()),
325+
?allowInClassWithMethodAttributes: listOf(string()),
326+
?allowExceptInClassWithMethodAttributes: listOf(string()),
327+
?disallowInClassWithMethodAttributes: listOf(string()),
265328
?errorIdentifier: string(),
266329
?errorTip: string(),
267330
])
@@ -325,6 +388,27 @@ parametersSchema:
325388
?allowIn: listOf(string()),
326389
?allowExceptIn: list(string()),
327390
?disallowIn: list(string()),
391+
?allowInFunctions: listOf(string()),
392+
?allowInMethods: listOf(string()),
393+
?allowExceptInFunctions: listOf(string()),
394+
?allowExceptInMethods: listOf(string()),
395+
?disallowInFunctions: listOf(string()),
396+
?disallowInMethods: listOf(string()),
397+
?allowInInstanceOf: listOf(string()),
398+
?allowExceptInInstanceOf: listOf(string()),
399+
?disallowInInstanceOf: listOf(string()),
400+
?allowInClassWithAttributes: listOf(string()),
401+
?allowExceptInClassWithAttributes: listOf(string()),
402+
?disallowInClassWithAttributes: listOf(string()),
403+
?allowInFunctionsWithAttributes: listOf(string()),
404+
?allowInMethodsWithAttributes: listOf(string()),
405+
?allowExceptInFunctionsWithAttributes: listOf(string()),
406+
?allowExceptInMethodsWithAttributes: listOf(string()),
407+
?disallowInFunctionsWithAttributes: listOf(string()),
408+
?disallowInMethodsWithAttributes: listOf(string()),
409+
?allowInClassWithMethodAttributes: listOf(string()),
410+
?allowExceptInClassWithMethodAttributes: listOf(string()),
411+
?disallowInClassWithMethodAttributes: listOf(string()),
328412
?errorIdentifier: string(),
329413
?errorTip: string(),
330414
])

0 commit comments

Comments
 (0)