source_span 1.10.0 copy "source_span: ^1.10.0" to clipboard
source_span: ^1.10.0 copied to clipboard

Provides a standard representation for source code locations and spans.

Dart CI pub package package publisher

About this package #

source_span is a library for tracking locations in source code. It's designed to provide a standard representation for source code locations and spans so that disparate packages can easily pass them among one another, and to make it easy to generate human-friendly messages associated with a given piece of code.

The most commonly-used class is the package's namesake, SourceSpan. It represents a span of characters in some source file, and is often attached to an object that has been parsed to indicate where it was parsed from. It provides access to the text of the span via SourceSpan.text and can be used to produce human-friendly messages using SourceSpan.message().

When parsing code from a file, SourceFile is useful. Not only does it provide an efficient means of computing line and column numbers, SourceFile.span() returns special FileSpans that are able to provide more context for their error messages.

31
likes
140
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

Provides a standard representation for source code locations and spans.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, path, term_glyph

More

Packages that depend on source_span