repo_id stringlengths 21 168 | file_path stringlengths 36 210 | content stringlengths 1 9.98M | __index_level_0__ int64 0 0 |
|---|---|---|---|
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers/src/analysis_driver.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:analyzer/src/dart/analysis/byte_store.dart'
show MemoryByteStore;
import 'package:an... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_resolvers/src/build_asset_uri_resolver.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
// ignore: deprecated_member_use
import 'package:analyze... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/ansi.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/ansi_code.dart';
| 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/io.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/copy_path.dart' show copyPath, copyPathSync;
export 'src/exit_code.dart' show ExitCode;
export ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/shared_stdin.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'package:meta/meta.dart';
/// A shar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/exit_code.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Exit code constants.
///
/// [Source](https://www.freebsd.org/cgi/man.cgi?query=sysexits).
class ExitCo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/copy_path.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io';
import 'package:path/path.dart' as p;
bool _doNothing(String from,... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/shell_words.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// ignore_for_file: comment_references
import 'package:charcode/charcode.dart';
import 'package:string_sca... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/process_manager.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io' as io;
import 'package:meta/meta.dart';
import 'shared_stdin.dart';... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/ansi_code.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io' as io;
const _ansiEscapeLiteral = '\x1B';
const _ansiEscapeForScript... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/io/src/permissions.dart | // Copyright 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io';
/// What type of permission is granted to a file based on file perm... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/string_scanner.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A library for parsing strings using a sequence of patterns.
export 'src/exception.dart';
export 'sr... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/span_scanner.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:source_span/source_span.dart';
import 'eager_span_scanner.dart';
import 'exception.dar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/line_scanner.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:charcode/ascii.dart';
import 'string_scanner.dart';
// Note that much of this code is... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/exception.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:source_span/source_span.dart';
import 'string_scanner.dart';
/// An exception thrown ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/string_scanner.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:charcode/charcode.dart';
import 'package:meta/meta.dart';
import 'package:source_span/s... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/utils.dart | // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'string_scanner.dart';
/// Validates the arguments passed to [StringScanner.error].
void valida... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/relative_span_scanner.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:source_span/source_span.dart';
import 'exception.dart';
import 'line_scanner.dart';
im... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/string_scanner/src/eager_span_scanner.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:charcode/ascii.dart';
import 'line_scanner.dart';
import 'span_scanner.dart';
// TODO... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/build.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/analyzer/resolver.dart';
export 'src/asset/exceptions.dart';
export 'src/asset/id.dart';
ex... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/resource/resource.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
typedef CreateInstance<T> = FutureOr<T> Function();
typedef DisposeInstance<T> = ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/generate/run_post_process_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:logging/logging.dart';
import 'package:meta/meta.dart';
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/generate/run_builder.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:logging/logging.dart';
import '../analyzer/resolver.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/generate/expected_outputs.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import '../asset/id.dart';
import '../builder/builder.dart';
/// Collects the expected AssetIds created... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/analyzer/resolver.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:analyzer/dart/element/element.dart';
import '../asset/id.dart';
i... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/asset/exceptions.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'id.dart';
class AssetNotFoundException implements Exception {
final AssetId assetId;
Asset... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/asset/writer.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'id.dart';
/// Standard interface for writing an as... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/asset/id.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:path/path.dart' as p;
/// Identifies an asset within a package.
class AssetId implement... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/asset/reader.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'package:crypto/crypto.dart';
import 'package:conve... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/logging.dart | import 'dart:async';
import 'package:logging/logging.dart';
const Symbol logKey = #buildLog;
final _default = Logger('build.fallback');
/// The log instance for the currently running BuildStep.
///
/// Will be `null` when not running within a build.
Logger get log => Zone.current[logKey] as Logger ?? _default;
///... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/exceptions.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import '../asset/id.dart';
class UnexpectedOutputException implements Exception {
final AssetId asset... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/file_deleting_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'package:glob/glob.dart';
import 'post_process_build_step.dart';
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/post_process_build_step.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'package:async/async.dart';
import 'package:build/b... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/build_step.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'package:analyzer/dart/element/element.dart';
impor... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/post_process_builder.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'builder.dart';
import 'post_process_build_step.dart';
/// A builder whic... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/build_step_impl.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'package:analyzer/dart/element/element.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/builder.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'build_step.dart';
/// The basic builder class, used to build new files fr... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build/src/builder/multiplexing_builder.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'build_step.dart';
import 'builder.dart';
/// A [Builder] that runs multip... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/driver.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/driver/driver.dart';
export 'src/driver/driver_connection.dart';
export 'src/constants.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/bazel_worker.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/worker/async_worker_loop.dart';
export 'src/constants.dart';
export 'src/message_grouper.da... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/testing.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'dart:io';
import 'dart:typed_data';
import 'pac... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/worker_protocol.pb.dart | ///
// Generated code. Do not modify.
// source: worker_protocol.proto
//
// @dart = 2.3
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
// ignore_for_file: annotate_overrides
import 'dart:core' as $core;
import 'package:prot... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/message_grouper.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Interface for a [MessageGrouper], which groups bytes in delimited proto
/// format into the bytes ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/constants.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
const int EXIT_CODE_OK = 0;
const int EXIT_CODE_ERROR = 15;
| 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/message_grouper_state.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'package:protobuf/protobuf.dart';
/// State held by the [MessageGrou... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/async_message_grouper.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'package:async/async.dart';
import 'package:peda... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/utils.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'package:protobuf/protobuf.dart';
List<int> protoToDelimitedBuffer(G... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/sync_message_grouper.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
import 'message_grouper.dart';
import 'message_grouper_state.dart';
/// Groups byte... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/driver/driver.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:collection';
import 'dart:io';
import '../constants.dart';
import '.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/driver/driver_connection.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:convert';
import 'dart:io';
import 'dart:isolate';
import '../async_... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/worker/async_worker_loop.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import '../constants.dart';
import '../worker_protocol.pb.dart';
import 'worker_c... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/worker/worker_connection.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import 'dart:io';
import 'dart:isolate';
import 'dart:typed_data';
import '../asy... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/worker/worker_loop.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import '../worker_protocol.pb.dart';
/// Interface for a [WorkerLoop].
///
/// This interface should n... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/bazel_worker/src/worker/sync_worker_loop.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:async';
import '../constants.dart';
import '../worker_protocol.pb.dart';
import 'worker_co... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/crypto.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
export 'src/digest.dart';
export 'src/hash.dart';
export 'src/hmac.dart';
export 'src/md5.dart';
export... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/sha512.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'digest.dart';
import 'hash.dart';
// ignore: uri_does_not_exist
import ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/sha512_fastsinks.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'digest.dart';
import 'hash_sink.dart';
abstract class _Sha64BitSink... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/hash_sink.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'package:typed_data/typed_data.dart';
import 'digest.dart';
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/digest.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:collection/collection.dart';
import 'package:convert/convert.dart';
/// A message dige... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/sha512_slowsinks.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:typed_data';
import 'digest.dart';
import 'hash_sink.dart';
/// Data from a non-linear f... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/sha1.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'dart:typed_data';
import 'digest.dart';
import 'hash.dart';
import 'has... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/sha256.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'dart:typed_data';
import 'digest.dart';
import 'hash.dart';
import 'has... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/digest_sink.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'digest.dart';
/// A sink used to get a digest value out of `Hash.startChunkedConversion`.
clas... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/hmac.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'dart:typed_data';
import 'digest.dart';
import 'digest_sink.dart';
impo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/utils.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A bitmask that limits an integer to 32 bits.
const mask32 = 0xFFFFFFFF;
/// The number of bits in ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/hash.dart | // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'digest.dart';
import 'digest_sink.dart';
/// An interface for cryptogr... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/crypto/src/md5.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:convert';
import 'dart:typed_data';
import 'digest.dart';
import 'hash.dart';
import 'has... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum/fixnum.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Signed 32- and 64-bit integer support.
///
/// The integer implementations in this library are desi... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum/src/int32.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of fixnum;
/// An immutable 32-bit signed integer, in the range [-2^31, 2^31 - 1].
/// Arithmetic... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum/src/intx.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of fixnum;
/// A fixed-precision integer.
abstract class IntX implements Comparable<dynamic> {
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/fixnum/src/int64.dart | // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of fixnum;
/// An immutable 64-bit signed integer, in the range [-2^63, 2^63 - 1].
/// Arithmetic... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/external_state_snapshot.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// TODO(ahe): Remove this file.
import 'package:kernel/kernel.dart' show Library, Component;
/// Help... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/scheme_based_file_system.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'api_prototype/file_system.dart';
/// A [FileSystem] that delegates to other file systems based... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/compute_platform_binaries_location.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import "dart:io" show File, Platform;
import 'package:kernel/ast.dart' show Source;
import 'base/proc... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/kernel_generator_impl.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Defines the front-end API for converting source code to Dart Kernel objects.
library front_end.kern... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/features.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'id_testing.dart';
/// Utility class for annotated testing representing a set of features.
clas... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/id_testing_utils.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:kernel/ast.dart';
import '../fasta/builder/builder.dart';
import '../fasta/builder/exte... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/id_extractor.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:kernel/ast.dart';
import 'id.dart';
/// Compute a canonical [Id] for kernel-based node... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/compiler_common.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Common compiler options and helper functions used for testing.
library front_end.testing.compiler_o... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/id_testing_helper.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:kernel/ast.dart';
import '../api_prototype/compiler_options.dart'
show CompilerOpti... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/id.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
enum IdKind {
/// Id used for top level or class members. This is used in [MemberId].
member,
//... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/id_testing.dart | // Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'dart:io';
import 'annotated_code_helper.dart';
import 'id.dart';
import '../fasta/colors.dart' ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/testing/annotated_code_helper.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
const int _LF = 0x0A;
const int _CR = 0x0D;
const Pattern atBraceStart = '@{';
const Pattern braceEnd ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/hybrid_file_system.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// A memory + physical file system used to mock input for tests but provide
/// sdk sources from disk.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/blacklisted_classes.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// List of special classes in dart:core that can't be subclassed.
const List<String> blacklistedCoreCla... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/ticker.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.ticker;
class Ticker {
final Stopwatch sw = new Stopwatch()..start();
bool isVerbos... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/builder_graph.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.builder_graph;
import 'package:kernel/kernel.dart' show LibraryDependency, LibraryPart;
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/identifiers.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.qualified_name;
import 'package:kernel/ast.dart' show Expression;
import 'problems.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/parser.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
library fasta.parser;
import '../scanner/token.dart' show Token;
import 'parser/listener.dart' show... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/constant_context.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.constant_context;
enum ConstantContext {
/// Not in a constant context.
///
/// Th... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/get_dependencies.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.get_dependencies;
import 'dart:async' show Future;
import 'package:kernel/kernel.dart' ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/modifier.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.modifier;
import 'problems.dart' show unhandled;
enum ModifierEnum {
Abstract,
Cons... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/compiler_context.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.compiler_context;
import 'dart:async' show Future, Zone, runZoned;
import 'package:kern... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/severity.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.severity;
enum Severity {
context,
error,
// TODO(johnniwinther): Remove legacy wa... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/ignored_parser_errors.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.ignored_parser_errors;
import 'fasta_codes.dart' show Code, codeNonPartOfDirectiveInPart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/command_line_reporting.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Provides a default implementation of the report and format methods of
/// [CompilerContext] that ar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/uri_translator.dart | // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.uri_translator;
import 'package:package_config/packages.dart' show Packages;
import '..... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/library_graph.dart | // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.library_graph;
import 'package:kernel/kernel.dart'
show Library, LibraryDependency, ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/fasta_codes.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.codes;
import 'dart:convert' show JsonEncoder, json;
import 'package:kernel/ast.dart'
... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/front_end/src/fasta/incremental_compiler.dart | // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
library fasta.incremental_compiler;
import 'dart:async' show Future;
import 'package:front_end/src/fa... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.