-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor code to improve readability and maintainability (#1870)
- Loading branch information
Showing
15 changed files
with
496 additions
and
985 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
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,15 +1,15 @@ | ||
//! AlaSQL vPACKAGE_VERSION build: BUILD_VERSION | © 2014-2023 Andrey Gershun & Mathias Wulff | License: MIT | ||
//! AlaSQL vPACKAGE_VERSION build: BUILD_VERSION | © 2014-2024 Andrey Gershun & Mathias Wulff | License: MIT | ||
/* | ||
@module alasql | ||
@version PACKAGE_VERSION | ||
AlaSQL - JavaScript SQL database | ||
© 2014-2023 Andrey Gershun & Mathias Wulff | ||
© 2014-2024 Andrey Gershun & Mathias Wulff | ||
@license | ||
The MIT License (MIT) | ||
Copyright 2014-2023 Andrey Gershun ([email protected]) & Mathias Wulff ([email protected]) | ||
Copyright 2014-2024 Andrey Gershun ([email protected]) & Mathias Wulff ([email protected]) | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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.