@absolutejs/absolute 0.19.0-beta.1135 → 0.19.0-beta.1137
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/dist/index.js
CHANGED
|
@@ -34440,7 +34440,7 @@ __export(exports_moduleServer, {
|
|
|
34440
34440
|
});
|
|
34441
34441
|
import { existsSync as existsSync35, readFileSync as readFileSync30, realpathSync as realpathSync3, statSync as statSync6 } from "fs";
|
|
34442
34442
|
import { basename as basename16, dirname as dirname26, extname as extname12, join as join44, resolve as resolve39, relative as relative16 } from "path";
|
|
34443
|
-
var SRC_PREFIX = "/@src/", jsTranspiler2, legacyDecoratorTsconfig, tsTranspiler2, tsxTranspiler, TRANSPILABLE, ALL_EXPORTS_RE, STRING_CONTENTS_RE, preserveTypeExports = (originalSource, transpiled, valueExports) => {
|
|
34443
|
+
var SRC_PREFIX = "/@src/", BROWSER_DEFINE, jsTranspiler2, legacyDecoratorTsconfig, tsTranspiler2, tsxTranspiler, TRANSPILABLE, ALL_EXPORTS_RE, STRING_CONTENTS_RE, preserveTypeExports = (originalSource, transpiled, valueExports) => {
|
|
34444
34444
|
const codeOnly = originalSource.replace(STRING_CONTENTS_RE, '""');
|
|
34445
34445
|
const allExports = [];
|
|
34446
34446
|
let match;
|
|
@@ -35250,7 +35250,9 @@ var init_moduleServer = __esm(() => {
|
|
|
35250
35250
|
init_lowerIslandSyntax();
|
|
35251
35251
|
init_logger();
|
|
35252
35252
|
init_transformCache();
|
|
35253
|
+
BROWSER_DEFINE = { require: "undefined" };
|
|
35253
35254
|
jsTranspiler2 = new Bun.Transpiler({
|
|
35255
|
+
define: BROWSER_DEFINE,
|
|
35254
35256
|
loader: "js",
|
|
35255
35257
|
trimUnusedImports: true
|
|
35256
35258
|
});
|
|
@@ -35261,11 +35263,13 @@ var init_moduleServer = __esm(() => {
|
|
|
35261
35263
|
}
|
|
35262
35264
|
});
|
|
35263
35265
|
tsTranspiler2 = new Bun.Transpiler({
|
|
35266
|
+
define: BROWSER_DEFINE,
|
|
35264
35267
|
loader: "ts",
|
|
35265
35268
|
trimUnusedImports: true,
|
|
35266
35269
|
tsconfig: legacyDecoratorTsconfig
|
|
35267
35270
|
});
|
|
35268
35271
|
tsxTranspiler = new Bun.Transpiler({
|
|
35272
|
+
define: BROWSER_DEFINE,
|
|
35269
35273
|
loader: "tsx",
|
|
35270
35274
|
trimUnusedImports: true,
|
|
35271
35275
|
tsconfig: legacyDecoratorTsconfig
|
|
@@ -35299,6 +35303,7 @@ var init_moduleServer = __esm(() => {
|
|
|
35299
35303
|
JSX_PROD_RE = /\b(jsx_[a-z0-9]+)\b/;
|
|
35300
35304
|
FRAGMENT_RE = /\b(Fragment_[a-z0-9]+)\b/;
|
|
35301
35305
|
reactTranspilerOptions = {
|
|
35306
|
+
define: BROWSER_DEFINE,
|
|
35302
35307
|
loader: "tsx",
|
|
35303
35308
|
reactFastRefresh: true,
|
|
35304
35309
|
trimUnusedImports: true
|
|
@@ -48057,5 +48062,5 @@ export {
|
|
|
48057
48062
|
ANGULAR_INIT_TIMEOUT_MS
|
|
48058
48063
|
};
|
|
48059
48064
|
|
|
48060
|
-
//# debugId=
|
|
48065
|
+
//# debugId=2428F637392E781D64756E2164756E21
|
|
48061
48066
|
//# sourceMappingURL=index.js.map
|