What's Changed
New Features ๐
- @rslint/tsgo: Add new
@rslint/tsgopackage with typescript-go compatibility support (#432) - Multi-platform npm distribution: Add 6 platform-specific packages for
@rslint/tsgo(#433)@rslint/tsgo-darwin-x64@rslint/tsgo-darwin-arm64@rslint/tsgo-linux-x64@rslint/tsgo-linux-arm64@rslint/tsgo-win32-x64@rslint/tsgo-win32-arm64
- @rslint/core reorganization: Move rslint platform packages from
npm/*tonpm/rslint/*for consistency (#433)
Bug Fixes ๐
- no-misused-new rule: Fix crash caused by missing
node.Name().Text()in ComputedPropertyName node (#419) - rslib config: Enable
dts.bundleoption in rslib.config.ts to avoid website build error (#435)
Other Changes
- Update test command in release workflow to use npm instead of pnpm -r test (#434)
- Update tests to ensure compatibility with VSCode stable version and 1.106.3 (#420)
- Copy typescript-go lib files to @rslint/tsgo platform packages (#436)
- Update typescript-go submodule commit (#437)
- Upgrade TypeScript to v5.9.3 (#418)
- Upgrade @rstest/core to v0.7.0 (#413)
Full Changelog: v0.1.14...v0.2.0