@webgpu/types
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,3 @@ { | ||
"bugs": "https://github.com/gpuweb/types/issues", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -62,3 +62,3 @@ # Typescript Type Definitions for WebGPU | ||
- Make sure the submodule is checked out: `git submodule update --init` | ||
- Pull `gpuweb` changes: in `gpuweb/`, switch to and pull the `main` branch | ||
- Pull `gpuweb` changes: `pushd gpuweb && git checkout main && git pull && popd` | ||
- Install dependencies: `npm ci` | ||
@@ -68,3 +68,5 @@ - Generate `generated/index.d.ts`: `npm run generate` | ||
The generated file is tracked by Git so you can see what has changed. | ||
Update the latter according to changes from the former. See below for intentional differences. | ||
Update the latter according to changes from the former. | ||
Note the `generated/` and `dist/` files are not the same. | ||
See below for intentional differences. | ||
- Format the result: `npm run format` | ||
@@ -71,0 +73,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76438
2369
95