We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main()
1 parent 1cd848d commit 5793311Copy full SHA for 5793311
modules/benchmarks/src/change_detection/main.js
@@ -1 +1,5 @@
1
-export {main} from './change_detection_benchmark';
+import * as change_detection_benchmark from './change_detection_benchmark';
2
+
3
+export function main() {
4
+ change_detection_benchmark.main();
5
+}
0 commit comments