This log was last generated on Tue, 03 Dec 2024 21:05:49 GMT and should not be manually modified.
Tue, 03 Dec 2024 21:05:49 GMT
- avoid duplicate publishing in napi prepublish from default platforms ([email protected])
Tue, 03 Dec 2024 19:39:43 GMT
- add some debug settings to publish pipeline ([email protected])
Mon, 02 Dec 2024 19:40:25 GMT
- remove unbuilt linux-arm-gnueabihf package ([email protected])
Tue, 19 Nov 2024 23:53:48 GMT
- Remove duplicate 'testPathPatterns' config property on the napi interface ([email protected])
Thu, 14 Nov 2024 16:54:38 GMT
- Add support for usage from test files ([email protected])
- unused_finder: return tagged symbols ([email protected])
- Expose a jsonschema file for the unused finder config ([email protected])
Thu, 07 Nov 2024 18:37:07 GMT
- unused_finder: permit type-only exports ([email protected])
- Rebuild graph traversal for better maintainability, recursive ignore tracking ([email protected])
- Setup devcontainer, add 'exports' aware cacing resolver ([email protected])
- unittest.yml: remove redundant repo clone in health checks ([email protected])
- partial refactor of unused_finder to move parsing-related utilities to a submodule ([email protected])
- add CODEOWNERS file ([email protected])
- run npm pkg fix ([email protected])
- remove unused armv7-unknown-linux-gnueabihf from publish pipeline ([email protected])
- extract packagejson from import_resolver ([email protected])
- update scripts/pre-pr.sh to run beachball ([email protected])
- ahashmap+test_tmpdir: add amap2 for creating AHashMap with non-String keys ([email protected])
- reduce compilation times by breaking up swc_utils ([email protected])
- cancel old CI jobs when new PR revisions are pushed ([email protected])
- support heterogenous export maps in packagejson files ([email protected])
- Add internal utility to check if a file is exported from a package ([email protected])
Tue, 20 Aug 2024 15:59:23 GMT
- Implement display() for unused report ([email protected])
Mon, 19 Aug 2024 23:19:27 GMT
- add report_exported_items flag to gate reporting exported items ([email protected])
- upgrade swc, add pretty_assertions ([email protected])
Mon, 19 Aug 2024 23:17:54 GMT
- upgrade swc, add pretty_assertions ([email protected])
Wed, 14 Aug 2024 16:58:33 GMT
- refactor into multi-crate workspace ([email protected])
Mon, 05 Aug 2024 18:41:53 GMT
- update yarn + cargo ([email protected])
Tue, 21 May 2024 21:28:51 GMT
- Fixed issue preventing unused-finder work on newly-created codespaces ([email protected])
Thu, 18 Apr 2024 00:06:46 GMT
- Fix UnusedFinder struct not using in-memory representation ([email protected])
Tue, 09 Apr 2024 21:53:14 GMT
- Reverted good-fences resolver function to enable run quick checks on local environments ([email protected])
Wed, 17 Jan 2024 00:11:33 GMT
- Added anyhow and thiserror to do better error handling ([email protected])
Tue, 05 Dec 2023 20:57:23 GMT
- Added support for apple sillicon ([email protected])
- Added triples additional property ([email protected])
Wed, 01 Nov 2023 15:24:31 GMT
- Added comments to unused finder struct. Improve validations for bfs_step. Remove rendundant property in unusedFinder struct ([email protected])
Tue, 24 Oct 2023 21:41:35 GMT
- Added struct/class to run unused finder tool with in memory representation ([email protected])
Wed, 18 Oct 2023 02:57:33 GMT
- Added report struct to improve error handling in owa-build ([email protected])
Tue, 17 Oct 2023 20:48:23 GMT
- Added support for
.unusedignore
file ([email protected])
Mon, 16 Oct 2023 17:13:19 GMT
- Add feature to resolve export-from and track unused items ([email protected])
Mon, 09 Oct 2023 19:37:23 GMT
- Changed logic to find unused exports from sweeping all files to doing tree shaking ([email protected])
Wed, 04 Oct 2023 21:00:21 GMT
- Added support for files with multiple
.
in the name ([email protected])
Mon, 02 Oct 2023 19:18:23 GMT
- Added metadata struct for exported items ([email protected])
Fri, 29 Sep 2023 22:46:14 GMT
- Upgraded swc ([email protected])
Wed, 06 Sep 2023 18:43:57 GMT
- Added comments to config ([email protected])
Fri, 01 Sep 2023 15:09:07 GMT
- Changed validations done to check if item was being unused ([email protected])