zuke_core 0.2.0 copy "zuke_core: ^0.2.0" to clipboard
zuke_core: ^0.2.0 copied to clipboard

Shared Zuke compiler, extraction, evidence, and assurance engine.

example/zuke_core_example.dart

import 'package:zuke_core/zuke_core.dart';

void main() {
  const span = SourceSpan(
    path: 'example.dart',
    startLine: 1,
    startColumn: 1,
    endLine: 1,
    endColumn: 10,
  );
  print(span.toJson());
}
0
likes
160
points
248
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Shared Zuke compiler, extraction, evidence, and assurance engine.

Repository (GitHub)
View/report issues

Topics

#zuke #gherkin #bdd

License

MIT (license)

Dependencies

analyzer, crypto, cryptography

More

Packages that depend on zuke_core