wxt icon indicating copy to clipboard operation
wxt copied to clipboard

chore: Upgrade to `[email protected]`

Open aklinker1 opened this issue 8 months ago • 4 comments

Overview

2x as fast as before at checking for cached builds and scheduling new ones.

aklinker1 avatar Mar 04 '25 17:03 aklinker1

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
Latest commit 48c26788f6dc14f673433ffc69250a1fe91b8b98
Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/67ec48067a07ac0008e9d4f9
Deploy Preview https://deploy-preview-1501--creative-fairy-df92c4.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Mar 04 '25 17:03 netlify[bot]

Open in StackBlitz

@wxt-dev/analytics

npm i https://pkg.pr.new/@wxt-dev/analytics@1501
@wxt-dev/auto-icons

npm i https://pkg.pr.new/@wxt-dev/auto-icons@1501
@wxt-dev/i18n

npm i https://pkg.pr.new/@wxt-dev/i18n@1501
@wxt-dev/browser

npm i https://pkg.pr.new/@wxt-dev/browser@1501
@wxt-dev/module-react

npm i https://pkg.pr.new/@wxt-dev/module-react@1501
@wxt-dev/module-solid

npm i https://pkg.pr.new/@wxt-dev/module-solid@1501
@wxt-dev/module-svelte

npm i https://pkg.pr.new/@wxt-dev/module-svelte@1501
@wxt-dev/module-vue

npm i https://pkg.pr.new/@wxt-dev/module-vue@1501
@wxt-dev/storage

npm i https://pkg.pr.new/@wxt-dev/storage@1501
@wxt-dev/unocss

npm i https://pkg.pr.new/@wxt-dev/unocss@1501
@wxt-dev/webextension-polyfill

npm i https://pkg.pr.new/@wxt-dev/webextension-polyfill@1501
wxt

npm i https://pkg.pr.new/wxt@1501

commit: 48c2678

pkg-pr-new[bot] avatar Mar 04 '25 18:03 pkg-pr-new[bot]

Out of curiosity, how does this compare to TypeScript's incremental build feature?

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag

aleclarson avatar Mar 22 '25 16:03 aleclarson

Out of curiosity, how does this compare to TypeScript's incremental build feature?

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#faster-subsequent-builds-with-the---incremental-flag

Unrelated, since we don't use TS to build packages. WXT uses unbuild to transpile the TS source code to .d.ts for NPM.

If we did use TS, it might do something similar if you can configure TS references to all the packages correctly. But I've never used tsc to emit JS, just for type checking. So I'm not 100% sure that's correct.

This package computes the workspace dependency tree and ensures any dependencies have been built before running another command. It's more similar to turborepo/nx/lerna in that regard.

aklinker1 avatar Mar 22 '25 19:03 aklinker1