Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript/ata",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",
"homepage": "https://github.com/microsoft/TypeScript-Website",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const setupTypeAcquisition = (config: ATABootstrapConfig) => {
estimatedToDownload = 0
estimatedDownloaded = 0

resolveDeps(initialSourceFile, 0).then(t => {
return resolveDeps(initialSourceFile, 0).then(t => {
if (estimatedDownloaded > 0) {
config.delegate.finished?.(fsMap)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]
},
"dependencies": {
"@typescript/ata": "0.9.3",
"@typescript/ata": "0.9.4",
"@typescript/vfs": "1.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-twoslasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
"debug": "^4.1.1",
"lz-string": "^1.4.4"
}
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6024,7 +6024,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript/[email protected].3, @typescript/ata@workspace:packages/ata":
"@typescript/[email protected].4, @typescript/ata@workspace:packages/ata":
version: 0.0.0-use.local
resolution: "@typescript/ata@workspace:packages/ata"
dependencies:
Expand Down Expand Up @@ -6075,7 +6075,7 @@ __metadata:
dependencies:
"@rollup/plugin-commonjs": ^13.0.1
"@types/jest": ^25.1.3
"@typescript/ata": 0.9.3
"@typescript/ata": 0.9.4
"@typescript/vfs": 1.4.0
jest: ^29.5.0
monaco-editor: ^0.32.1
Expand Down