Skip to content

Commit e8d3d5c

Browse files
committed
refactor: rename ts-python to py-compiler
1 parent 0d33fbc commit e8d3d5c

269 files changed

Lines changed: 55 additions & 55 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"examples:check": "sh ./scripts/examples-check.sh",
2626
"examples:generate": "sh ./scripts/examples-generate.sh",
2727
"format": "oxfmt .",
28-
"format:next": "oxfmt . && uv run ruff format packages/openapi-python/src/ts-python/__snapshots__",
28+
"format:next": "oxfmt . && uv run ruff format packages/openapi-python/src/py-compiler/__snapshots__",
2929
"lint": "oxfmt --check . && eslint .",
30-
"lint:next": "oxfmt --check . && eslint . && uv run ruff check packages/openapi-python/src/ts-python/__snapshots__",
30+
"lint:next": "oxfmt --check . && eslint . && uv run ruff check packages/openapi-python/src/py-compiler/__snapshots__",
3131
"lint:fix": "oxfmt . && eslint . --fix",
32-
"lint:fix:next": "oxfmt . && eslint . --fix && uv run ruff check --fix packages/openapi-python/src/ts-python/__snapshots__",
32+
"lint:fix:next": "oxfmt . && eslint . --fix && uv run ruff check --fix packages/openapi-python/src/py-compiler/__snapshots__",
3333
"prepare": "husky",
3434
"test:changelog": "vitest run __tests__/*.test.ts",
3535
"test:changelog:watch": "vitest watch __tests__/*.test.ts",

packages/openapi-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dev": "tsdown --watch",
5858
"prepublishOnly": "pnpm build",
5959
"typecheck": "tsgo --noEmit",
60-
"typecheck:next": "tsc --noEmit && uv run mypy src/ts-python/__snapshots__"
60+
"typecheck:next": "tsc --noEmit && uv run mypy src/py-compiler/__snapshots__"
6161
},
6262
"dependencies": {
6363
"@hey-api/codegen-core": "workspace:*",

packages/openapi-python/src/ts-python/__snapshots__/__init__.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/__init__.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/__init__.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/__init__.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/__init__.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/__init__.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/class/__init__.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/class/__init__.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/class/default.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/class/default.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/class/with-decorators.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/class/with-decorators.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/class/with-docstring.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/class/with-docstring.py

File renamed without changes.

packages/openapi-python/src/ts-python/__snapshots__/nodes/declarations/class/with-extends.py renamed to packages/openapi-python/src/py-compiler/__snapshots__/nodes/declarations/class/with-extends.py

File renamed without changes.

0 commit comments

Comments
 (0)