rename web/ to admin/, along with the web-named build and cli identifiers
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
// against licenses/dependency-identity.txt, so a version bump that touches only
|
||||
// the identity file fails.
|
||||
//
|
||||
// The web entries are the packages whose code is actually in web/dist, read off
|
||||
// The web entries are the packages whose code is actually in admin/dist, read off
|
||||
// a `vite build --sourcemap`: the sourcemap `sources` lists give the packages
|
||||
// whose modules were bundled, and the regions of each chunk that *no* sourcemap
|
||||
// segment maps back to a source file give the code the toolchain injected on
|
||||
@@ -45,7 +45,7 @@
|
||||
// build of a component calling stylex.props shows no trace of any of the four,
|
||||
// so they are dead entries of the published manifest rather than code with a
|
||||
// job here. css-mediaquery is the one that matters: it is BSD, and it reaching
|
||||
// web/dist would force a licence decision this project has not made.
|
||||
// admin/dist would force a licence decision this project has not made.
|
||||
//
|
||||
// Seven more joined that list with React Aria, and the sourcemap build is again
|
||||
// what settled which: @internationalized/date, @internationalized/number,
|
||||
@@ -71,7 +71,7 @@
|
||||
// a `sources` list — no guard would raise it, which is why it is written down
|
||||
// here.
|
||||
//
|
||||
// Of the remaining devDependencies, none puts a byte in web/dist: @vitejs/
|
||||
// Of the remaining devDependencies, none puts a byte in admin/dist: @vitejs/
|
||||
// plugin-react and typescript only transform our own sources (react-refresh is
|
||||
// dev-server only, and tslib is optional and unused), lightningcss only
|
||||
// minifies, and @testing-library/*, jsdom, vitest, oxlint and prettier
|
||||
@@ -146,7 +146,7 @@
|
||||
.{
|
||||
.component = "styleq",
|
||||
.version = "styleq 0.2.1",
|
||||
.note = "The class-name merger StyleX calls at runtime. Never a bundled package in its own right: @stylexjs/stylex vendors its source into lib/es/stylex.mjs, so it reaches web/dist without appearing in any sourcemap `sources` list. Separate entry from StyleX: same MIT text, different copyright line.",
|
||||
.note = "The class-name merger StyleX calls at runtime. Never a bundled package in its own right: @stylexjs/stylex vendors its source into lib/es/stylex.mjs, so it reaches admin/dist without appearing in any sourcemap `sources` list. Separate entry from StyleX: same MIT text, different copyright line.",
|
||||
.file = "styleq-mit.txt",
|
||||
},
|
||||
.{
|
||||
@@ -158,13 +158,13 @@
|
||||
.{
|
||||
.component = "Vite",
|
||||
.version = "vite 8.1.5",
|
||||
.note = "A devDependency whose own runtime source ships: the preload helper and the modulepreload polyfill are injected verbatim into web/dist/assets/index-*.js, which is embedded in the binary.",
|
||||
.note = "A devDependency whose own runtime source ships: the preload helper and the modulepreload polyfill are injected verbatim into admin/dist/assets/index-*.js, which is embedded in the binary.",
|
||||
.file = "vite-mit.txt",
|
||||
},
|
||||
.{
|
||||
.component = "Rolldown",
|
||||
.version = "rolldown 1.1.5",
|
||||
.note = "A devDependency whose own runtime source ships: the bundler Vite 8 runs prepends its CommonJS interop helpers verbatim to web/dist/assets/styles-*.js, which is embedded in the binary.",
|
||||
.note = "A devDependency whose own runtime source ships: the bundler Vite 8 runs prepends its CommonJS interop helpers verbatim to admin/dist/assets/styles-*.js, which is embedded in the binary.",
|
||||
.file = "rolldown-mit.txt",
|
||||
},
|
||||
.{
|
||||
|
||||
Reference in New Issue
Block a user