-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(npm/runtime): add @oxc-project/runtime
package
#8595
base: main
Are you sure you want to change the base?
feat(npm/runtime): add @oxc-project/runtime
package
#8595
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
8853627
to
30ccf3d
Compare
check: | ||
name: Check version | ||
runs-on: ubuntu-latest | ||
outputs: | ||
version: ${{ steps.version.outputs.version }} | ||
version_changed: ${{ steps.version.outputs.changed }} | ||
steps: | ||
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 | ||
|
||
- name: Check version changes | ||
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2 | ||
id: version | ||
with: | ||
static-checking: localIsNew | ||
file-url: https://unpkg.com/@oxc-project/runtime/package.json | ||
file-name: npm/runtime/package.json | ||
|
||
- name: Set version name | ||
if: steps.version.outputs.changed == 'true' | ||
env: | ||
VERSION_NUMBER: ${{ steps.version.outputs.version }} | ||
VERSION_TYPE: ${{ steps.version.outputs.version_type }} | ||
run: | | ||
echo "Version change found! New version: ${VERSION_NUMBER} (${VERSION_TYPE})" |
Check warning
Code scanning / zizmor
overly broad permissions Warning
closes #7422
All code are copied manually, nothing is automated yet. (cjs files and package.json#exports should be generated from the esm directory.)
The following code are not copied over yet, as we may not need them.
File: @babel/runtime/regenerator/index.js`
Package dependency: