-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add `type=module` to `package.json` * refactor: replace `glob-promise` with `glob` * feat: converting theme-compiler to ESM * feat: converting scripts to ESM * chore: reverts web-component-analyzer * fix: use commonjs module for web-component-analyzer * chore: update dependencies * test: fix interactive chart mock test data (#985) * fix: use type module for create-efx * chore: update chalk to latest version * refactor: simplify create efx tsconfig * chore: update ts module target * chore: update package-lock * fix: replace __dirname with esm compatible syntax * fix: replace `demo-block` start command with `vite` * chore: remove `.mjs` from format command Co-authored-by: wattachai <[email protected]> * fix: adding await to `isValidAPI()` function that returns a Promise Co-authored-by: wattachai <[email protected]> * fix: adding await to `isValidAPI()` function that returns a Promise Co-authored-by: wattachai <[email protected]> * refactor: replace `for` loop with `for of` * refactor: replace IIFE with simple try catch and utilise `getJson()` util * refactor: simplify `getElementFiles()` * fix: theme's `package.json` should be relative to current working directory * refactor: remove `log()` out of try...catch block * refactor: simplify URL creation --------- Co-authored-by: wattachai <[email protected]>
- Loading branch information
1 parent
3844f68
commit 9bf21dc
Showing
57 changed files
with
3,181 additions
and
2,454 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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 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 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 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 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
Oops, something went wrong.