-
Notifications
You must be signed in to change notification settings - Fork 12
fix(legacy): use swc to transform esm to es5 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
782c132
fix(legacy): use swc to transform esm to es3
faris-imi f7e3619
version bump
faris-imi 9bb6a37
chore(es5): generate iife from transformed code
faris-imi dc0aaf1
chore(es5): export polyfills
faris-imi 9babf50
chore(es5): minify es5 code
faris-imi 73af8dd
chore: update readme
faris-imi 5ca4480
chore(es5): add core-js to lib package
faris-imi 6e154da
fix: add footer to expose hCaptchaLoader as function instead of hCapt…
brdlyptrs 41a6951
fix: cleanup
faris-imi d1f1dd4
chore: update readme
faris-imi 0238a92
chore: update readme
faris-imi 299b0e8
fix: readme
faris-imi 5137a1f
fix:legacy documentation
brdlyptrs 9f16141
fix: cleanup
faris-imi 242c8d1
Apply suggestions from code review
e271828- 1e08dab
Merge branch 'main' into fix/esm-transform
faris-imi a105eea
fix: add es5 build loader to window, ts readme
faris-imi 113b9a2
chore: version bump
faris-imi 314b35c
fix: simplify legacy ts readme
faris-imi d6bdc2e
fix: sourcemaps and readme
faris-imi f531763
fix: readme
faris-imi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| import 'core-js/es/array/find'; | ||
| import 'core-js/es/object/assign'; | ||
| import 'core-js/es/object/entries'; | ||
| import 'core-js/es/object/get-own-property-descriptors'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,5 +13,8 @@ | |
|
|
||
| "include": [ | ||
| "src/**/*" | ||
| ], | ||
| "exclude": [ | ||
| "src/polyfills.ts" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.