Skip to content

Commit 528a4e4

Browse files
authored
chore: Upgrade vendored typescript-go to df56d26717f7
2 parents 072c9ff + 6ba2c45 commit 528a4e4

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.16.2] - 2026-04-04
9+
10+
### Changed
11+
- Upgrade vendored typescript-go to [`df56d26717f7`](https://github.com/microsoft/typescript-go/commit/df56d26717f7724c28e759f30d3b74506b00fb1f)
12+
813
## [0.16.1] - 2026-04-04
914

1015
### Changed
@@ -207,6 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207212
- Multi-stage Docker build
208213
- Automated vendor upgrade workflow
209214

215+
[0.16.2]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.16.1...v0.16.2
210216
[0.16.1]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.16.0...v0.16.1
211217
[0.16.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.15.3...v0.16.0
212218
[0.15.3]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.15.2...v0.15.3

TSGO_COMMIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7f8f645fc0083f880fa6aab51a64a7e7990fb3f8
1+
df56d26717f7724c28e759f30d3b74506b00fb1f

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.1
1+
0.16.2

internal/tsparse/tsparse.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ func ParseContent(content string, filename string) (*FileAnalysis, error) {
5959
}
6060

6161
sf := parser.ParseSourceFile(ast.SourceFileParseOptions{
62-
FileName: absPath,
63-
JSDocParsingMode: ast.JSDocParsingModeParseNone,
62+
FileName: absPath,
6463
}, content, scriptKind)
6564

6665
analysis := &FileAnalysis{

0 commit comments

Comments
 (0)