@trebired/bundler 3.4.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -78
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to `@trebired/bundler` will be documented here.
|
|
|
4
4
|
|
|
5
5
|
This project follows semantic versioning once published.
|
|
6
6
|
|
|
7
|
+
## 3.4.1
|
|
8
|
+
|
|
9
|
+
- Migrated the repository to Code Discipline 4.7 using `.code-discipline/config.ts`, alias-map output, and Git-backed generated-file ignores.
|
|
10
|
+
- Switched build output alias rewriting to read `.code-discipline/imports/*.json` instead of `package.json#imports`.
|
|
11
|
+
|
|
7
12
|
## 3.4.0
|
|
8
13
|
|
|
9
14
|
- Added package `imports` map resolution for SCSS `@use` and `@forward` hash aliases while preserving normal Sass relative imports, load paths, packages, and CSS asset URLs.
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"description": "Discover-only esbuild bundler wrapper with SCSS support, watch mode, and runtime asset manifests.",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@trebired/code-discipline": "^
|
|
16
|
+
"@trebired/code-discipline": "^4.7.0",
|
|
17
17
|
"@types/bun": "^1.3.4",
|
|
18
18
|
"@types/node": "^24.10.1",
|
|
19
19
|
"typescript": "^6.0.2"
|
|
@@ -35,82 +35,6 @@
|
|
|
35
35
|
"README.md"
|
|
36
36
|
],
|
|
37
37
|
"homepage": "https://github.com/Trebired/bundler#readme",
|
|
38
|
-
"imports": {
|
|
39
|
-
"#06pzcq19xy5h": "./test/specs/discovery-watch.spec.ts",
|
|
40
|
-
"#0c1loaldfmda": "./test/specs/helpers.ts",
|
|
41
|
-
"#0e84q8f4ubat": "./src/constants.ts",
|
|
42
|
-
"#17f3fba84f54": "./src/core/asset-manifest.ts",
|
|
43
|
-
"#18o0cf9c108j": "./src/plugins/virtual-entries.ts",
|
|
44
|
-
"#2fp58v7071qe": "./src/cli/run-cli.ts",
|
|
45
|
-
"#2hmco05zhfpg": "./src/core/import_graph/parse.ts",
|
|
46
|
-
"#2uykeoj5sj91": "./test/specs/asset-manifest.spec.ts",
|
|
47
|
-
"#3c8d8166992a": "./src/types.ts",
|
|
48
|
-
"#3vcuvpnm2226": "./test/specs/aggregate.spec.ts",
|
|
49
|
-
"#47cd321d28f1": "./src/core/shared.ts",
|
|
50
|
-
"#577a7bee60a4": "./src/core/esbuild-options.ts",
|
|
51
|
-
"#5cf84759faf3": "./src/core/discovery-watch.ts",
|
|
52
|
-
"#5kd9snhn6zft": "./src/core/discovery.ts",
|
|
53
|
-
"#5zpn5tshpwdi": "./src/backend/utils/object.ts",
|
|
54
|
-
"#644f3e1f42a8": "./src/core/watch.ts",
|
|
55
|
-
"#68011e944d8d": "./src/core/import-graph.ts",
|
|
56
|
-
"#6wgcj9fvnm87": "./src/types/runtime.ts",
|
|
57
|
-
"#7411257gf9xf": "./src/backend/utils/time.ts",
|
|
58
|
-
"#751yrciipoz0": "./src/plugins/scss.ts",
|
|
59
|
-
"#7h0tnral48hu": "./src/core/shared.ts",
|
|
60
|
-
"#96uow2p60uw3": "./test/specs/aggregate.spec.ts",
|
|
61
|
-
"#9b50ca986572": "./src/core/build.ts",
|
|
62
|
-
"#9vdbrjjdq8x7": "./test/specs/discovery-watch.spec.ts",
|
|
63
|
-
"#a222003f1819": "./src/core/manifest.ts",
|
|
64
|
-
"#ac4df8b0b80a": "./src/cli/run-cli.ts",
|
|
65
|
-
"#aojehsmd54nq": "./src/core/manifest.ts",
|
|
66
|
-
"#arl4fcea8kjn": "./test/specs/watch.spec.ts",
|
|
67
|
-
"#axis79i54k87": "./src/core/discovery/normalize.ts",
|
|
68
|
-
"#b78ku6qgmf3o": "./src/backend/utils/normalize.ts",
|
|
69
|
-
"#bekyanw1fl4u": "./test/specs/discover.spec.ts",
|
|
70
|
-
"#bsf2dvgwb1qx": "./examples/dummy.ts",
|
|
71
|
-
"#c16c81be3058": "./src/core/discovery.ts",
|
|
72
|
-
"#c460d1e7c1c3": "./src/core/derive-manifest.ts",
|
|
73
|
-
"#cjs3kmwh1gzy": "./src/frontend/js/utils/text.ts",
|
|
74
|
-
"#dcx0jw9bw3ka": "./src/logging.ts",
|
|
75
|
-
"#df3icj7pr6k8": "./src/core/discovery_watch/runtime.ts",
|
|
76
|
-
"#dg8wh29x5weu": "./src/types/import_graph.ts",
|
|
77
|
-
"#eb7rqmr004o0": "./test/specs/import-graph.spec.ts",
|
|
78
|
-
"#f9bmvntxjm9y": "./src/core/esbuild-options.ts",
|
|
79
|
-
"#fh85ej1nxzyx": "./src/core/derive-manifest.ts",
|
|
80
|
-
"#fhq2k4sah2li": "./test/specs/bundler.spec.ts",
|
|
81
|
-
"#g4ahcnf1grw5": "./src/core/import_graph/shared.ts",
|
|
82
|
-
"#gfzv65eazagz": "./test/specs/helpers.ts",
|
|
83
|
-
"#gpv7u9smtpqh": "./src/types/logging.ts",
|
|
84
|
-
"#jb343639kom2": "./src/types.ts",
|
|
85
|
-
"#kvj92sieo97a": "./src/core/build.ts",
|
|
86
|
-
"#l7l0wczeqcwq": "./src/core/discovery/resolve.ts",
|
|
87
|
-
"#lc29x958kzin": "./src/core/discovery/emit.ts",
|
|
88
|
-
"#lxr3ttzj8fq9": "./src/cli.ts",
|
|
89
|
-
"#m35wkcxfbmmu": "./src/core/derive_manifest/runtime.ts",
|
|
90
|
-
"#n02ctrtxmyrd": "./src/core/import_graph/tsconfig.ts",
|
|
91
|
-
"#ohy99nrb7lqv": "./src/core/import_graph/resolve.ts",
|
|
92
|
-
"#pc2n5fbvybrx": "./test/specs/bundler.spec.ts",
|
|
93
|
-
"#qtumhoozbdq4": "./src/core/discovery/aggregate.ts",
|
|
94
|
-
"#sc6jk1vpnpzo": "./test/specs/cli.spec.ts",
|
|
95
|
-
"#sof0gxa0cxhk": "./src/index.ts",
|
|
96
|
-
"#sv3iqugy67ty": "./src/core/discovery-watch.ts",
|
|
97
|
-
"#t2refevky8d1": "./src/core/asset_manifest/runtime.ts",
|
|
98
|
-
"#t611lc2isw2l": "./test/specs/asset-manifest.spec.ts",
|
|
99
|
-
"#trglgs9kwl1b": "./src/core/import-graph.ts",
|
|
100
|
-
"#tsnh4vdfql8p": "./src/core/discovery/shared.ts",
|
|
101
|
-
"#uay0nmzt2ox2": "./test/specs/import-graph.spec.ts",
|
|
102
|
-
"#ulrbecj1la7z": "./src/plugins/source-annotations.ts",
|
|
103
|
-
"#uo5sa4lisay5": "./src/types/manifest.ts",
|
|
104
|
-
"#uutmr3kbt43m": "./src/types/discovery.ts",
|
|
105
|
-
"#vdgeebq510yo": "./test/specs/cli.spec.ts",
|
|
106
|
-
"#vhzzq1blfah0": "./examples/dummy.ts",
|
|
107
|
-
"#wh8pyoy2mjjn": "./src/core/asset-manifest.ts",
|
|
108
|
-
"#wvd9yyh9fpc9": "./tb.code-discipline.ts",
|
|
109
|
-
"#wxjjkq160kiw": "./src/core/watch.ts",
|
|
110
|
-
"#ymbmz1vdz4oa": "./src/core/discovery/public.ts",
|
|
111
|
-
"#z1hxysbp7ydt": "./src/config/index.ts",
|
|
112
|
-
"#ze7c8hijtyk0": "./src/core/discovery/scan.ts"
|
|
113
|
-
},
|
|
114
38
|
"keywords": [
|
|
115
39
|
"bundler",
|
|
116
40
|
"esbuild",
|
|
@@ -140,5 +64,5 @@
|
|
|
140
64
|
},
|
|
141
65
|
"type": "module",
|
|
142
66
|
"types": "./dist/index.d.ts",
|
|
143
|
-
"version": "3.4.
|
|
67
|
+
"version": "3.4.1"
|
|
144
68
|
}
|