Skip to content

Commit

Permalink
Merge pull request #23 from Workiva/release_scip-dart_1.0.4
Browse files Browse the repository at this point in the history
RM-183271 Release scip-dart 1.0.4
  • Loading branch information
rmconsole4-wk authored Mar 29, 2023
2 parents 5b0220f + f920767 commit 41542cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions lib/src/scip_visitor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,15 @@ class ScipVisitor extends GeneralizingAstVisitor {
if (node is FieldFormalParameter) {
final fieldElement = (element as FieldFormalParameterElement).field;
_registerAsReference(
fieldElement!,
offset: node.thisKeyword.offset,
fieldElement!,
offset: node.thisKeyword.offset,
length: node.thisKeyword.length,
);
}

_registerAsDefinition(element);
}



void _visitSimpleIdentifier(SimpleIdentifier node) {
final element = node.staticElement;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: scip_dart
version: 1.0.3
version: 1.0.4
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

Expand Down

0 comments on commit 41542cf

Please sign in to comment.