hatch-surf/node_modules/next/dist/trace/index.js
Riley Zhang df378d33ef
Some checks failed
CI / go (push) Waiting to run
CI / docker (push) Waiting to run
CI / lint-go (push) Waiting to run
CI / lint-docs (push) Waiting to run
CI / check-paperclip (push) Waiting to run
Deploy static site / Deploy to GitHub Pages (push) Has been cancelled
Deploy static site / Deploy via Docker to hatch.surf (push) Has been cancelled
Merge GitHub main into Gitea repo (allow unrelated histories)
Resolved conflicts by taking GitHub versions for:
- .dockerignore, .gitignore, Dockerfile, README.md, docker-compose.yml

Kept deploy.sh updated to:
- Pull from GitHub (primary source)
- Push to Gitea (push-mirror)
- Build from site/ directory (GitHub structure)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-25 05:20:46 +02:00

58 lines
1.4 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
0 && (module.exports = {
Span: null,
SpanStatus: null,
exportTraceState: null,
flushAllTraces: null,
getTraceEvents: null,
hrtimeToEpochNanoseconds: null,
initializeTraceState: null,
recordTraceEvents: null,
setGlobal: null,
trace: null
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
Span: function() {
return _trace.Span;
},
SpanStatus: function() {
return _trace.SpanStatus;
},
exportTraceState: function() {
return _trace.exportTraceState;
},
flushAllTraces: function() {
return _trace.flushAllTraces;
},
getTraceEvents: function() {
return _trace.getTraceEvents;
},
hrtimeToEpochNanoseconds: function() {
return _trace.hrtimeToEpochNanoseconds;
},
initializeTraceState: function() {
return _trace.initializeTraceState;
},
recordTraceEvents: function() {
return _trace.recordTraceEvents;
},
setGlobal: function() {
return _shared.setGlobal;
},
trace: function() {
return _trace.trace;
}
});
const _trace = require("./trace");
const _shared = require("./shared");
//# sourceMappingURL=index.js.map