Skip to content

Commit

Permalink
Add rule compiled-with-dart.yml (#906)
Browse files Browse the repository at this point in the history
* Add rule compiled-with-dart.yml
  • Loading branch information
jtothej authored Jun 5, 2024
1 parent 6cef518 commit 9e0ffdf
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions compiler/dart/compiled-with-dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
rule:
meta:
name: compiled with Dart
namespace: compiler/dart
authors:
- [email protected]
scopes:
static: file
dynamic: file
references:
- https://dart.dev/
- https://github.com/dart-lang/sdk
examples:
- 659a539cfff56e5450af76f8696b7122d6a22b1d7dbe5121c7b6308eb6ec1c3a
features:
- 2 or more:
- string: "dart:typed_data"
- string: "dart:_internal"
- string: "_kDartVmSnapshotData"
- string: "dart:core/bool.dart"
- string: "dart:io/common.dart"
- string: "dart:ffi-patch/ffi_patch.dart"
- string: "Object_haveSameRuntimeType"

0 comments on commit 9e0ffdf

Please sign in to comment.