Skip to content
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

ref: Move es-compatibility checks into packages #15773

Merged
merged 37 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5e4b00a
ref: Move es-compatibility checks into packages
andreiborza Mar 21, 2025
43a5a27
Add `lint:es-compatibility` to angular
andreiborza Mar 21, 2025
82fc9ce
Add `lint:es-compatibility` to astro
andreiborza Mar 21, 2025
a1c3908
Add `lint:es-compatibility` to aws-serverless
andreiborza Mar 21, 2025
7147c86
Add `lint:es-compatibility` to browser
andreiborza Mar 21, 2025
44adaa1
Add `lint:es-compatibility` to browser-utils
andreiborza Mar 21, 2025
e8f41e5
Add `lint:es-compatibility` to bun
andreiborza Mar 21, 2025
e9170d4
Add `lint:es-compatibility` to cloudflare
andreiborza Mar 21, 2025
ee72a37
Add `lint:es-compatibility` to core
andreiborza Mar 21, 2025
be31c80
Add `lint:es-compatibility` to deno
andreiborza Mar 21, 2025
231a156
Add `lint:es-compatibility` to feedback
andreiborza Mar 21, 2025
3fe9ba4
Add `lint:es-compatibility` to gatsby
andreiborza Mar 21, 2025
c1fbf4c
Add `lint:es-compatibility` to google-cloud-serverless
andreiborza Mar 21, 2025
9939a77
Add `lint:es-compatibility` to integration-shims
andreiborza Mar 21, 2025
94052b5
Add `lint:es-compatibility` to nestjs
andreiborza Mar 21, 2025
6338a63
Add `lint:es-compatibility` to nextjs
andreiborza Mar 21, 2025
60d335d
Add `lint:es-compatibility` to node
andreiborza Mar 21, 2025
8664c59
Add `lint:es-compatibility` to nuxt
andreiborza Mar 21, 2025
2f3a9a2
Add `lint:es-compatibility` to opentelemetry
andreiborza Mar 21, 2025
cdae986
Add `lint:es-compatibility` to profiling-node
andreiborza Mar 21, 2025
d022e56
Add `lint:es-compatibility` to react
andreiborza Mar 21, 2025
71dd3b9
Add `lint:es-compatibility` to react-router
andreiborza Mar 21, 2025
3b940fc
Add `lint:es-compatibility` to remix
andreiborza Mar 21, 2025
209ba68
Add `lint:es-compatibility` to replay-canvas
andreiborza Mar 21, 2025
7b4466b
Add `lint:es-compatibility` to replay-internal
andreiborza Mar 21, 2025
9d95c29
Add `lint:es-compatibility` to replay-worker
andreiborza Mar 21, 2025
ce099fc
Add `lint:es-compatibility` to solid
andreiborza Mar 21, 2025
18aae36
Add `lint:es-compatibility` to solidstart
andreiborza Mar 21, 2025
c0f3901
Add `lint:es-compatibility` to svelte
andreiborza Mar 21, 2025
d071513
Add `lint:es-compatibility` to sveltekit
andreiborza Mar 21, 2025
d1355f1
Add `lint:es-compatibility` to tanstackstart
andreiborza Mar 21, 2025
493e5d1
Add `lint:es-compatibility` to tanstackstart-react
andreiborza Mar 21, 2025
9e3351d
Add `lint:es-compatibility` to types
andreiborza Mar 21, 2025
d8a143c
Add `lint:es-compatibility` to vercel-edge
andreiborza Mar 21, 2025
9500395
Add `lint:es-compatibility` to vue
andreiborza Mar 21, 2025
04fbe2e
Add `lint:es-compatibility` to wasm
andreiborza Mar 21, 2025
0612f2f
Add lib folder to nx build and action upload
andreiborza Mar 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ env:
CACHED_BUILD_PATHS: |
${{ github.workspace }}/dev-packages/*/build
${{ github.workspace }}/packages/*/build
${{ github.workspace }}/packages/*/lib
${{ github.workspace }}/packages/ember/*.d.ts
${{ github.workspace }}/packages/gatsby/*.d.ts
${{ github.workspace }}/packages/utils/cjs
Expand Down
2 changes: 2 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"outputs": [
"{projectRoot}/build/esm",
"{projectRoot}/build/cjs",
"{projectRoot}/build/lib/esm",
"{projectRoot}/build/lib/cjs",
"{projectRoot}/build/npm/esm",
"{projectRoot}/build/npm/cjs"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint": "run-s lint:prettier lint:lerna",
"lint:lerna": "lerna run lint",
"lint:prettier": "prettier \"**/*.{md,css,yml,yaml}\" \"packages/**/**.{ts,js,mjs,cjs,mts,cts,jsx,tsx,astro,vue}\" --check",
"lint:es-compatibility": "es-check es2020 ./packages/*/build/{bundles,npm/cjs,cjs}/*.js && es-check es2020 ./packages/*/build/{npm/esm,esm}/*.js --module",
"lint:es-compatibility": "lerna run lint:es-compatibility",
"dedupe-deps:check": "yarn-deduplicate yarn.lock --list --fail",
"dedupe-deps:fix": "yarn-deduplicate yarn.lock",
"postpublish": "lerna run --stream --concurrency 1 postpublish",
Expand Down
1 change: 1 addition & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"clean": "rimraf build coverage sentry-angular-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/{esm2020,fesm2015,fesm2020}/*.mjs --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:unit:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"clean": "rimraf build coverage sentry-astro-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/aws-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"clean": "rimraf build dist-awslambda-layer coverage sentry-serverless-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/npm/cjs/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/browser-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"clean": "rimraf build coverage sentry-internal-browser-utils-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test:unit": "vitest run",
"test": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"clean": "rimraf build coverage .rpt2_cache sentry-browser-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"size:check": "cat build/bundles/bundle.min.js | gzip -9 | wc -c | awk '{$1=$1/1024; print \"ES2017: \",$1,\"kB\";}'",
"test": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"clean": "rimraf build coverage sentry-bun-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"install:bun": "node ./scripts/install-bun.js",
"test": "run-s install:bun test:bun",
"test:bun": "bun test",
Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"clean": "rimraf build coverage sentry-cloudflare-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"clean": "rimraf build coverage sentry-core-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"fix": "eslint . --format stylish --fix",
"prelint": "yarn deno-types",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/esm/*.js --module",
"install:deno": "node ./scripts/install-deno.mjs",
"test": "run-s install:deno deno-types test:unit",
"test:unit": "deno test --allow-read --allow-run --no-check",
Expand Down
1 change: 1 addition & 0 deletions packages/feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"clean": "rimraf build sentry-internal-feedback-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"clean": "rimraf build coverage sentry-google-cloud-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
3 changes: 2 additions & 1 deletion packages/integration-shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"build:types:watch": "tsc -p tsconfig.types.json --watch",
"clean": "rimraf build",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish"
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"clean": "rimraf build coverage sentry-nestjs-*.tgz ./*.d.ts ./*.d.ts.map",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"clean": "rimraf build coverage sentry-nextjs-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:all": "run-s test:unit",
"test:unit": "vitest run",
Expand Down
1 change: 1 addition & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"clean": "rimraf build coverage sentry-node-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"clean": "rimraf build coverage sentry-nuxt-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module && es-check es2020 ./build/module/*.cjs && es-check es2020 ./build/module/*.mjs --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"clean": "rimraf build coverage sentry-opentelemetry-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/profiling-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"scripts": {
"clean": "rm -rf build && rm -rf lib",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./lib/cjs/*.js && es-check es2020 ./lib/esm/*.js --module",
"fix": "eslint . --format stylish --fix",
"build": "yarn build:lib",
"build:lib": "yarn build:types && rollup -c rollup.npm.config.mjs",
Expand Down
1 change: 1 addition & 0 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"clean": "rimraf build coverage sentry-react-router-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"clean": "rimraf build coverage sentry-react-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"clean": "rimraf build coverage sentry-remix-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
Expand Down
1 change: 1 addition & 0 deletions packages/replay-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"clean": "rimraf build sentry-replay-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/replay-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"lint": "run-s lint:prettier lint:eslint",
"lint:eslint": "eslint . --format stylish",
"lint:prettier": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/replay-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"clean": "rimraf build",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch"
},
Expand Down
1 change: 1 addition & 0 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"clean": "rimraf build coverage sentry-solid-*.tgz ./*.d.ts ./*.d.ts.map",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"clean": "rimraf build coverage sentry-solidstart-*.tgz ./*.d.ts ./*.d.ts.map ./client ./server",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"clean": "rimraf build coverage sentry-svelte-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"clean": "rimraf build coverage sentry-sveltekit-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/tanstackstart-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"clean": "rimraf build coverage sentry-tanstackstart-react-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/tanstackstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"clean": "rimraf build coverage sentry-tanstackstart-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "yarn test:unit",
"test:unit": "vitest run",
"test:watch": "vitest --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"build:tarball": "npm pack",
"clean": "rimraf build sentry-types-*.tgz",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"fix": "eslint . --format stylish --fix",
"yalc:publish": "yalc publish --push --sig"
},
Expand Down
1 change: 1 addition & 0 deletions packages/vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"clean": "rimraf build coverage sentry-vercel-edge-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"clean": "rimraf build coverage sentry-vue-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/cjs/*.js && es-check es2020 ./build/esm/*.js --module",
"test": "vitest run",
"test:watch": "vitest --watch",
"yalc:publish": "yalc publish --push --sig"
Expand Down
1 change: 1 addition & 0 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"clean": "rimraf build coverage sentry-wasm-*.tgz",
"fix": "eslint . --format stylish --fix",
"lint": "eslint . --format stylish",
"lint:es-compatibility": "es-check es2020 ./build/{bundles,npm/cjs}/*.js && es-check es2020 ./build/npm/esm/*.js --module",
"yalc:publish": "yalc publish --push --sig"
},
"volta": {
Expand Down
Loading