Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright 2023 Workiva Inc. All rights reserved.
2 changes: 1 addition & 1 deletion bin/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:io';

import 'package:args/args.dart';
import 'package:scip_dart/scip-dart.dart';
import 'package:scip_dart/scip_dart.dart';
import 'package:package_config/package_config.dart';
import 'package:pubspec_parse/pubspec_parse.dart';
import 'package:path/path.dart' as p;
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: scip_dart
version: 1.0.1
description: generates scip bindings for dart files
repository: https://github.com/Workiva/scip-dart

environment:
sdk: ">=2.18.0 <3.0.0"

executables:
scip-dart:
scip-dart: main.dart

dependencies:
analyzer: ^5.4.0
Expand Down