empty export
See original GitHub issueI create codesandbox with million
and it fires with errors million.m is not a function
, looks like problem in browser bundle
link: https://codesandbox.io/s/nervous-wright-k98xz?file=/src/index.js
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
What is the meaning of empty export {} in vanilla javascript ...
The empty export is likely due to the usage of typescript, requiring all modules to have an import or export statement if --isolatedModules...
Read more >no-useless-empty-export - TypeScript ESLint
An empty export {} statement is sometimes useful in TypeScript code to turn a file that would otherwise be a script file into...
Read more >New rule: no-useless-empty-export · Issue #2757 - GitHub
Sometimes a file doesn't contain imports or exports for legitimate reasons. In this case, an empty export must be added.
Read more >Export file is empty or not complete - Kraken Support
If the export CSV file has no entries in it, it's likely that dates with no activity were selected for the export ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@aidenybai export is still empty
Looks like some functions are not exported properly. We’ll look into it. Meanwhile, you can use million with the unpkg source.
Then you can use the
Million
(mind the capital M) variable in your javascript