Skip to content

Commit 1e266a4

Browse files
committed
Try green it again
1 parent 637351b commit 1e266a4

File tree

4 files changed

+8
-281
lines changed

4 files changed

+8
-281
lines changed

docs/documentation/pt/reference/Mixins.md

Lines changed: 0 additions & 273 deletions
This file was deleted.

docs/tsconfig/es/options/checkJs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ No obtendrás ningún error. Sin embargo, si habilitas `checkJs` entonces obtend
3232
// @allowjs: true
3333
// @checkjs: true
3434
// @filename: constants.js
35-
module.expor=seFloat(3.124);
35+
module.exports.pi = parseFloat(3.124);
3636

3737
// @filename: index.ts
3838
import { pi } from "./constants";

localize.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"pt": 1
55
},
66
"docsRoots": [
7-
{ "from": "packages/playground-examples/copy/", "to": "docs/playground" },
8-
{ "from": "packages/tsconfig-reference/copy/", "to": "docs/tsconfig" },
9-
{ "from": "packages/typescriptlang-org/src/copy/", "to": "docs/typescriptlang" },
10-
{ "from": "packages/documentation/copy/", "to": "docs/documentation" }
7+
{ "name": "Playground", "from": "packages/playground-examples/copy/", "to": "docs/playground" },
8+
{ "name": "TSConfig Reference", "from": "packages/tsconfig-reference/copy/", "to": "docs/tsconfig" },
9+
{ "name": "Website copy", "from": "packages/typescriptlang-org/src/copy/", "to": "docs/typescriptlang" },
10+
{ "name": "Documentation", "from": "packages/documentation/copy/", "to": "docs/documentation" }
1111
]
1212
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@oss-docs/sync@*":
6-
version "0.4.1"
7-
resolved "https://registry.yarnpkg.com/@oss-docs/sync/-/sync-0.4.1.tgz#b5f9aa339cd9d8daf891d1fa4bebd56520d09e2a"
8-
integrity sha512-6pjnvUJ6EVAs8AeAKcvAAfFAODzpspgjo5ufuP04jT1Y8IZ9LLOqkPdo3xPMDb/TJPzcinFf1/DjaaZUvaEb3A==
6+
version "1.0.0"
7+
resolved "https://registry.yarnpkg.com/@oss-docs/sync/-/sync-1.0.0.tgz#72bf1a7bd7bee3dd543558d658e32f4928d45601"
8+
integrity sha512-rKPSkfKelzK0/oID5NdwMTQzIyIRpHF0DIU/dZG3vck4biXSU1o//3/rOiJodR/MaJR3j2GGklhCa4W5C1F8Ig==
99
dependencies:
1010
cachedir "^2.3.0"
1111
chalk "^4.1.0"

0 commit comments

Comments
 (0)