Skip to content

Commit 6f270d6

Browse files
authored
chore(cli): export from index.js (#18999)
As a preparation for bundling, extract the entire CLI script into a function and export it from `index.js`. This will allow the future bundler to simply bundle `index.js` and preserve all current exports for programatic usage. Note that deep imports will still not work after bundling, but thats ok since those imports are considered private and should not have been used. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 04d118c commit 6f270d6

File tree

3 files changed

+580
-574
lines changed

3 files changed

+580
-574
lines changed

0 commit comments

Comments
 (0)