Skip to content

Commit

Permalink
Update js_interop.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jun 25, 2024
1 parent eee57cb commit d4503ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/_flutterfire_internals/lib/src/js_interop.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
// Copyright 2024, the Chromium 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: require_trailing_commas
// DO NOT MOVE THIS FILE
//
// Other firebase packages may import `package:firebase_core/src/internals.dart`.
// Moving it would break the imports
//
// This file exports utilities shared between firebase packages, without making
// them public.

/// This is a stub file to work around odd dart web compiler builder issues.
export 'dart:js_interop';

0 comments on commit d4503ea

Please sign in to comment.