In the `Event.exception` constructor, modify a clone of the `args` argument instead of `args` itself (#1201)

9 files changed
tree: 94f7e74357f87180f57f0fa585f5e387d1cf6a36
  1. .github/
  2. pkgs/
  3. .gitignore
  4. CODEOWNERS
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

Overview

This repository is home to tooling related Dart packages. Generally, this means packages published through the tools.dart.dev publisher that don't naturally belong to other topic monorepos (like dart-lang/build, dart-lang/test, or dart-lang/shelf).

Packages

PackageDescriptionVersion
bazel_workerProtocol and utilities to implement or invoke persistent bazel workers.pub package
benchmark_harnessThe official Dart project benchmark harness.pub package
boolean_selectorA flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.pub package
browser_launcherProvides a standardized way to launch web browsers for testing and tools.pub package
cli_configA library to take config values from configuration files, CLI arguments, and environment variables.pub package
cli_utilA library to help in building Dart command-line apps.pub package
clockA fakeable wrapper for dart:core clock APIs.pub package
code_builderA fluent, builder-based library for generating valid Dart code.pub package
coverageCoverage data manipulation and formatting.pub package
csslibA library for parsing and analyzing CSS (Cascading Style Sheets).pub package
extension_discoveryA convention and utilities for package extension discovery.pub package
fileA pluggable, mockable file system abstraction for Dart.pub package
file_testingTesting utilities for package:file (published but unlisted).pub package
graphsGraph algorithms that operate on graphs in any representationpub package
htmlAPIs for parsing and manipulating HTML content outside the browser.pub package
json_rpc_2Utilities to write a client or server using the JSON-RPC 2.0 spec.pub package
mimeUtilities for handling media (MIME) types.pub package
oauth2A client library for authenticatingand making requests via OAuth2.pub package
source_map_stack_traceA package for applying source maps to stack traces.pub package
unified_analyticsA package for logging analytics for all Dart and Flutter related tooling to Google Analytics.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.