File tree 2 files changed +8
-2
lines changed
packages/_flutterfire_internals/lib
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import 'package:firebase_core/firebase_core.dart';
16
16
import 'src/interop_shimmer.dart'
17
17
if (dart.library.js_interop) 'package:firebase_core_web/firebase_core_web_interop.dart'
18
18
as core_interop;
19
- import 'src/interop_shimmer.dart' if (dart.library.js_interop) 'dart:js_interop'
20
- as js_interop;
19
+ import 'src/interop_shimmer.dart'
20
+ if (dart.library.js_interop) 'src/js_interop.dart' as js_interop;
21
21
22
22
export 'src/exception.dart' ;
23
23
Original file line number Diff line number Diff line change
1
+ // Copyright 2024, the Chromium project authors. Please see the AUTHORS file
2
+ // for details. All rights reserved. Use of this source code is governed by a
3
+ // BSD-style license that can be found in the LICENSE file.
4
+
5
+ /// This is a stub file to work around odd dart web compiler builder issues.
6
+ export 'dart:js_interop' ;
You can’t perform that action at this time.
0 commit comments