-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Summary This update adds tree-shaking to the JS build so that unused code paths are removed. This removes references to unused files. The terser plugin was also added to decrease the size of the source. - Upgraded node version in `.node-version` - Upgraded yarn - Removed `package-lock.json` - Fixed VSCode `rust-analyzer` settings - Updated GitHub workflows - Updated README - Updated rollup config - Added `wasm-pack` and `@rollup/plugin-terser` dependencies - Renamed `package.js` to `sqlite3-diesel.js` - Added test scripts - Added tree-shaking and terser plugin for output <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Updated workflow configurations for better performance and clarity in CI/CD processes. - Introduced new test scripts for comprehensive browser testing, including headless modes. - **Bug Fixes** - Corrected paths and dependencies in the README for improved clarity and consistency. - **Documentation** - Enhanced README with clearer instructions and corrected examples. - **Chores** - Updated Node.js version and Yarn configuration for improved compatibility and performance. - Streamlined JavaScript code for better readability and maintainability. - **Style** - Modernized JavaScript syntax in the async proxy file for enhanced clarity. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
16 changed files
with
1,336 additions
and
16,363 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: "Lint PR" | ||
name: Lint PR | ||
on: | ||
pull_request_target: | ||
types: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.19.1 | ||
20.17.0 |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ enableGlobalCache: false | |
enableTelemetry: false | ||
|
||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.5.1.cjs |
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.