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