File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/_flutterfire_internals/lib Expand file tree Collapse file tree 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';
1616import 'src/interop_shimmer.dart'
1717 if (dart.library.js_interop) 'package:firebase_core_web/firebase_core_web_interop.dart'
1818 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;
2121
2222export 'src/exception.dart' ;
2323
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