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_daemon/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_daemon/src/managers/build_target_manager.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:watcher/watcher.dart';
import 'package:web_socket_channel/web_socket_channel.dart';
im... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/glob.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 'dart:async';
import 'package:path/path.dart' as p;
import 'src/ast.dart';
import 'src/io.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/ast.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:collection/collection.dart';
import 'package:path/path.dart' as p;
import 'utils.dart'... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/stream_pool.dart | // Copyright (c) 2013, 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';
/// A pool of streams whose events are unified and emitted through a central
/// ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/parser.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:path/path.dart' as p;
import 'package:string_scanner/string_scanner.dart';
import 'ast... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/list_tree.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 'dart:async';
import 'package:async/async.dart';
import 'package:path/path.dart' as p;
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/io_export.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.
/// This library exists only to satisfy build_runner, which doesn't allow
/// sdk libraries to be condi... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/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 'package:path/path.dart' as p;
/// A range from [min] to [max], inclusive.
class Range {
/// ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/glob/src/io.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.
// These libraries don't expose *exactly* the same API, but they overlap in all
// the cases we care ab... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/build_runner_core.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.
export 'package:build/build.dart' show PostProcessBuilder, PostProcessBuildStep;
export 'src/asset/fil... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset_graph/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 'package:build/build.dart';
class DuplicateAssetNodeException implements Exception {
final St... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset_graph/serialization.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.
part of 'graph.dart';
/// Part of the serialized graph, used to ensure versioning constraints.
///
///... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset_graph/optional_output_tracker.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:build/build.dart';
import 'package:build_runner_core/build_runner_core.dart';
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset_graph/node.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:collection';
import 'dart:convert';
import 'package:build/build.dart';
import 'package:cr... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset_graph/graph.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:convert';
import 'dart:io';
import 'packag... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/performance_tracking/performance_tracking_resolvers.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:build/build.dart';
import '../generate/performance_tracker.dart'... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/environment/build_environment.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:build/build.dart';
import 'package:logging/logging.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/environment/io_environment.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:io';
import 'package:build/build.dart';
import 'package:logging/logg... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/environment/overridable_environment.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:build/build.dart';
import 'package:logging/logging.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/environment/create_merged_dir.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 'dart:io';
import 'package:build/build.dart';
impor... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/changes/build_script_updates.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:mirrors';
import 'package:build/build.dart';
import 'package:logging... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/build_runner.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:build/build.dart';
import 'package:watcher/watcher.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/build_impl.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:convert';
import 'dart:typed_data';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/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.
/// Indicates that a build config file has changed, and the build needs to be
/// re-ran.
///
/// An ex... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/build_result.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:build/build.dart';
import 'package:meta/meta.dart';
import 'perfo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/phase.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:build/build.dart';
import 'package:build_config/build_config.dart';
import 'package:col... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/build_definition.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:io';
import 'package:async/async.dart';
import 'package:build/build.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/options.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:build/build.dart';
import 'package:build_config/build_config.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/performance_tracker.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of build_runner.src.generate.performance_tracker;
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
BuildPerformance _$BuildPerformance... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/build_directory.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 '../util/hash.dart';
class BuildDirectory {
final String directory;
final OutputLocation ou... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/finalized_assets_view.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:build/build.dart';
import 'package:path/path.dart' as p;
import '../asset_graph/graph.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/input_matcher.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:build/build.dart';
import 'package:build_config/build_config.dart';
import 'package:col... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/heartbeat.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 '../logging/human_readable_duratio... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/generate/performance_tracker.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.
@experimental
library build_runner.src.generate.performance_tracker;
import 'dart:async';
import 'pac... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/logging/logging.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:logging/logging.dart';
import 'human_readable_duration.dart';
/... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/logging/failure_reporter.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 'dart:io';
import 'package:build/build.dart';
impor... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/logging/human_readable_duration.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.
/// Returns a human readable string for a duration.
///
/// Handles durations that span up to hours - t... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/logging/build_for_input_logger.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 'failure_reporter.dart';
/// A de... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/clock.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';
/// A function that returns the current [DateTime].
typedef _Clock = DateTime Fun... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/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.
import 'dart:convert';
import 'dart:io';
import 'package:crypto/crypto.dart';
import 'package:path/pat... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/sdk_version_match.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.
/// Checks whether [thisVersion] and [thatVersion] have the same semver
/// identifier without extra pl... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/async.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';
/// Invokes [callback] and returns the result as soon as possible. This will
/// ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/hash.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.
int hashCombine(int hash, int value) {
hash = 0x1fffffff & (hash + value);
hash = 0x1fffffff & (has... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/util/build_dirs.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:build/build.dart';
import '../generate/options.dart';
import '../generate/phase.dart';... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/writer.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:build/build.dart';
@deprecated
typedef OnDelete = void Function(... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/lru_cache.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.
/// A basic LRU Cache.
class LruCache<K, V> {
_Link<K, V> _head;
_Link<K, V> _tail;
final int Fu... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/build_cache.dart | import 'dart:async';
import 'dart:convert';
import 'package:build/build.dart';
import 'package:crypto/crypto.dart';
import 'package:glob/glob.dart';
import '../asset_graph/graph.dart';
import '../asset_graph/node.dart';
import '../util/constants.dart';
import 'reader.dart';
import 'writer.dart';
/// Wraps an [AssetR... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/finalized_reader.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:build/build.dart';
import 'package:build_r... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/reader.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:convert';
import 'package:async/async.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/cache.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:typed_data';
import 'package:build/build.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/asset/file_based.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 'dart:io';
import 'package:build/build.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/validation/config_validation.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:build_config/build_config.dart';
import 'package:logging/logging.dart';
import '../pac... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/package_graph/package_graph.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 'package:package_config/package_config.dart';
import 'package:path/path.dart'... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/package_graph/apply_builders.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:build/build.dart';
import 'package:build/s... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_runner_core/src/package_graph/target_graph.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:build/build.dart';
import 'package:build_config/build_config.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/build_config.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/build_config.dart' show BuildConfig;
export 'src/build_target.dart'
show BuildTarget, T... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/builder_definition.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'builder_definition.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
BuilderDefinition _$BuilderDefinitionFromJson(Map json)... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/build_target.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:json_annotation/json_annotation.dart';
import 'builder_definition.dart';
import 'commo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/key_normalization.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.
const _defaultTargetNamePlaceholder = r'$default';
/// Returns the normalized [builderKey] definition ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/common.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';
final _defaultDependenciesZoneKey = Symbol('buildConfigDefaultDependencies');
fin... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/build_config.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:io';
import 'package:checked_yaml/checked_yaml.dart';
import 'packag... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/builder_definition.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:json_annotation/json_annotation.dart';
import 'package:meta/meta.dart';
import 'build_... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/input_set.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:json_annotation/json_annotation.dart';
part 'input_set.g.dart';
/// A filter on files... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/build_config.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'build_config.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
BuildConfig _$BuildConfigFromJson(Map json) {
return $check... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/build_target.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'build_target.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
BuildTarget _$BuildTargetFromJson(Map json) {
return $check... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/expandos.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.
final builderKeyExpando = Expando<String>();
final packageExpando = Expando<String>();
| 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/build_config/src/input_set.g.dart | // GENERATED CODE - DO NOT MODIFY BY HAND
part of 'input_set.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
InputSet _$InputSetFromJson(Map json) {
return $checkedNew('In... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/pub_semver.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.
export 'src/version.dart';
export 'src/version_constraint.dart';
export 'src/version_range.dart' hide C... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/src/version_constraint.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 'patterns.dart';
import 'utils.dart';
import 'version.dart';
import 'version_range.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/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.
import 'version.dart';
import 'version_range.dart';
/// Returns whether [range1] is immediately next t... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/src/patterns.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.
/// Regex that matches a version number at the beginning of a string.
final startVersion = RegExp(r'^' ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/src/version_union.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 'utils.dart';
import 'version.dart';
import 'versi... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/src/version_range.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 'utils.dart';
import 'version.dart';
import 'version_constraint.dart';
import 'version_union.dar... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/pub_semver/src/version.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 'dart:math' as math;
import 'package:collection/collection.dart';
import 'patterns.dart';
impo... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs/graphs.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/crawl_async.dart' show crawlAsync;
export 'src/shortest_path.dart' show shortestPath, short... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs/src/strongly_connected_components.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:collection';
import 'dart:math' show min;
/// Finds the strongly connected components of ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs/src/crawl_async.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';
final _empty = Future<Null>.value(null);
/// Finds and... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/graphs/src/shortest_path.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:collection';
/// Returns the shortest path from [start] to [target] given the directed
///... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/meta/dart2js.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.
/// Constants for use in metadata annotations to provide hints to dart2js.
///
/// This is an experimen... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/meta/meta_meta.dart | // Copyright (c) 2020, 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.
/// Annotations that describe the intended use of other annotations.
library meta_meta;
/// An annotati... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/meta/meta.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.
/// Annotations that developers can use to express the intentions that otherwise
/// can't be deduced by... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_http/node_http.dart | // Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// HTTP client using Node I/O system for Dart.
///
/// See [NodeClient] for details.
library node_http;
import 'dart:async';
import 'dart:convert';
im... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_http | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_http/src/node_client.dart | // Copyright (c) 2018, Anatoly Pulyaevskiy. 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:js';
import 'package:http/http.dart';
import 'package:node_interop/http.dart';
import 'package:node_interop/https.dart... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/stack_trace.dart | // Copyright (c) 2013, 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/chain.dart';
export 'src/frame.dart';
export 'src/trace.dart';
export 'src/unparsed_frame.d... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/unparsed_frame.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 'frame.dart';
/// A frame that failed to parse.
///
/// The [member] property contains the orig... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/frame.dart | // Copyright (c) 2013, 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 path;
import 'trace.dart';
import 'unparsed_frame.dart';
// #1 ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/lazy_chain.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 'chain.dart';
import 'frame.dart';
import 'lazy_trace.dart';
import 'trace.dart';
/// A thunk f... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/vm_trace.dart | // Copyright (c) 2013, 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 'frame.dart';
/// An implementation of [StackTrace] that emulates the behavior of the VM's
/// ... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/trace.dart | // Copyright (c) 2013, 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:math' as math;
import 'chain.dart';
import 'frame.dart';
import 'lazy_trace.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/lazy_trace.dart | // Copyright (c) 2013, 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 'frame.dart';
import 'trace.dart';
/// A thunk for lazily constructing a [Trace].
typedef Trace... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/utils.dart | // Copyright (c) 2013, 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.
/// The line used in the string representation of stack chains to represent
/// the gap between traces.... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/stack_zone_specification.dart | // Copyright (c) 2013, 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 'chain.dart';
import 'lazy_chain.dart';
import 'lazy_trace.dart';
import '... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/stack_trace/src/chain.dart | // Copyright (c) 2013, 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:math' as math;
import 'frame.dart';
import 'lazy_chain.dart';
import... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/net.dart | // Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node.js "net" module.
///
/// Use library-level [net] object to access this module functionality.
@JS()
library node_interop.net;
import 'package:js... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/path.dart | // Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node "path" module bindings.
///
/// Use top-level [path] object to access functionality of this module.
@JS()
library node_interop.path;
import 'pa... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/stream.dart | // Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node.js "stream" module bindings.
@JS()
library node_interop.stream;
import 'dart:js_util';
import 'package:js/js.dart';
import 'events.dart';
imp... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/util.dart | // Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Utility functions for Dart <> JS interoperability.
@JS()
library node_interop.util;
import 'dart:async';
import 'dart:js';
import 'package:js/js.da... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/fs.dart | // Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node.js "fs" module bindings.
///
/// Use library-level [fs] object to access functionality of this module.
@JS()
library node_interop.fs;
import 'p... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/node.dart | // Copyright (c) 2017, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node.js globals bindings.
@JS()
library node_interop.node;
import 'package:js/js.dart';
import 'package:js/js_util.dart';
import 'console.dart';
im... | 0 |
mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages | mirrored_repositories/chat_ui_stream_iii_example/firebase/functions/build/packages/node_interop/console.dart | // Copyright (c) 2018, Anatoly Pulyaevskiy. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
/// Node.js "console" module bindings.
@JS()
library node_interop.console;
import 'dart:js_util';
import 'package:js/js.dart';
import 'stream.dart';
i... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.