Skip to content

Commit

Permalink
chore: run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Nov 13, 2023
1 parent d635b31 commit c2501b5
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 22 deletions.
1 change: 1 addition & 0 deletions DOWNLOAD_STATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
| `@nolyfill/has-proto` | [![npm](https://img.shields.io/npm/dt/@nolyfill/has-proto.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/has-proto) |
| `@nolyfill/has-symbols` | [![npm](https://img.shields.io/npm/dt/@nolyfill/has-symbols.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/has-symbols) |
| `@nolyfill/has-tostringtag` | [![npm](https://img.shields.io/npm/dt/@nolyfill/has-tostringtag.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/has-tostringtag) |
| `@nolyfill/hasown` | [![npm](https://img.shields.io/npm/dt/@nolyfill/hasown.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/hasown) |
| `@nolyfill/internal-slot` | [![npm](https://img.shields.io/npm/dt/@nolyfill/internal-slot.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/internal-slot) |
| `@nolyfill/is-arguments` | [![npm](https://img.shields.io/npm/dt/@nolyfill/is-arguments.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/is-arguments) |
| `@nolyfill/is-array-buffer` | [![npm](https://img.shields.io/npm/dt/@nolyfill/is-array-buffer.svg?style=flat-square&logo=npm&logoColor=white&label=total%20downloads&color=333)](https://www.npmjs.com/package/@nolyfill/is-array-buffer) |
Expand Down
1 change: 0 additions & 1 deletion create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const autoGeneratedPackagesList = [
['arraybuffer.prototype.slice'],
['function.prototype.name'],
['is-nan'],
['has'],
['object-keys'],
['object.assign'],
['object.entries'],
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"has-proto": "workspace:@nolyfill/has-proto@*",
"has-symbols": "workspace:@nolyfill/has-symbols@*",
"has-tostringtag": "workspace:@nolyfill/has-tostringtag@*",
"hasown": "workspace:@nolyfill/hasown@*",
"internal-slot": "workspace:@nolyfill/internal-slot@*",
"is-arguments": "workspace:@nolyfill/is-arguments@*",
"is-array-buffer": "workspace:@nolyfill/is-array-buffer@*",
Expand Down Expand Up @@ -164,6 +165,7 @@
"has-proto": "npm:@nolyfill/has-proto@latest",
"has-symbols": "npm:@nolyfill/has-symbols@latest",
"has-tostringtag": "npm:@nolyfill/has-tostringtag@latest",
"hasown": "npm:@nolyfill/hasown@latest",
"internal-slot": "npm:@nolyfill/internal-slot@latest",
"is-arguments": "npm:@nolyfill/is-arguments@latest",
"is-array-buffer": "npm:@nolyfill/is-array-buffer@latest",
Expand Down
2 changes: 0 additions & 2 deletions packages/generated/has/auto.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/generated/has/entry.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/generated/has/implementation.js

This file was deleted.

4 changes: 2 additions & 2 deletions packages/generated/has/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions packages/generated/has/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nolyfill/has",
"version": "1.0.24",
"version": "1.0.25",
"repository": {
"type": "git",
"url": "https://github.com/SukkaW/nolyfill",
Expand All @@ -12,9 +12,7 @@
"*.js"
],
"scripts": {},
"dependencies": {
"@nolyfill/shared": "workspace:*"
},
"dependencies": {},
"engines": {
"node": ">=12.4.0"
}
Expand Down
2 changes: 0 additions & 2 deletions packages/generated/has/polyfill.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/generated/has/shim.js

This file was deleted.

2 changes: 2 additions & 0 deletions packages/generated/hasown/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions packages/generated/hasown/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@nolyfill/hasown",
"version": "1.0.25",
"repository": {
"type": "git",
"url": "https://github.com/SukkaW/nolyfill",
"directory": "packages/generated/hasown"
},
"main": "./index.js",
"license": "MIT",
"files": [
"*.js"
],
"scripts": {},
"dependencies": {},
"engines": {
"node": ">=12.4.0"
}
}
1 change: 1 addition & 0 deletions packages/tools/cli/src/all-packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const allPackages = [
"has-proto",
"has-symbols",
"has-tostringtag",
"hasown",
"internal-slot",
"is-arguments",
"is-array-buffer",
Expand Down
9 changes: 4 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2501b5

Please sign in to comment.