We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481040e commit 8cbb250Copy full SHA for 8cbb250
packages/common/src/scopeSupportFacets/r.ts
@@ -4,20 +4,20 @@ import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
4
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
5
6
export const rScopeSupport: LanguageScopeSupportFacetMap = {
7
- "anonymousFunction": supported,
+ anonymousFunction: supported,
8
"argument.actual": supported,
9
"argument.formal": supported,
10
"argumentList.formal": supported,
11
"argument.actual.iteration": supported,
12
"argument.formal.iteration": supported,
13
"comment.line": supported,
14
- "functionCall": supported,
15
- "functionCallee": supported,
16
- "functionName": supported,
17
- "ifStatement": supported,
+ functionCall: supported,
+ functionCallee: supported,
+ functionName: supported,
+ ifStatement: supported,
18
"name.assignment": supported,
19
"name.variable": supported,
20
- "namedFunction": supported,
+ namedFunction: supported,
21
"value.assignment": supported,
22
"value.variable": supported,
23
0 commit comments