inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

View File

10
node_modules/next/dist/build/jest/__mocks__/empty.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
// this empty files is only here to mock server-only imports
"use strict";
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=empty.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/empty.ts"],"sourcesContent":["// this empty files is only here to mock server-only imports\n"],"names":[],"mappings":"AAAA,4DAA4D"}

View File

View File

@@ -0,0 +1,15 @@
"use strict";
module.exports = {
src: '/img.jpg',
height: 40,
width: 40,
blurDataURL: 'data:image/png;base64,imagedata'
};
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=fileMock.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/fileMock.ts"],"sourcesContent":["module.exports = {\n src: '/img.jpg',\n height: 40,\n width: 40,\n blurDataURL: 'data:image/png;base64,imagedata',\n}\n"],"names":["module","exports","src","height","width","blurDataURL"],"mappings":";AAAAA,OAAOC,OAAO,GAAG;IACfC,KAAK;IACLC,QAAQ;IACRC,OAAO;IACPC,aAAa;AACf"}

View File

View File

@@ -0,0 +1,20 @@
"use strict";
module.exports = new Proxy({}, {
get: function getter() {
return ()=>({
className: 'className',
variable: 'variable',
style: {
fontFamily: 'fontFamily'
}
});
}
});
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=nextFontMock.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/nextFontMock.ts"],"sourcesContent":["module.exports = new Proxy(\n {},\n {\n get: function getter() {\n return () => ({\n className: 'className',\n variable: 'variable',\n style: { fontFamily: 'fontFamily' },\n })\n },\n }\n)\n"],"names":["module","exports","Proxy","get","getter","className","variable","style","fontFamily"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,IAAIC,MACnB,CAAC,GACD;IACEC,KAAK,SAASC;QACZ,OAAO,IAAO,CAAA;gBACZC,WAAW;gBACXC,UAAU;gBACVC,OAAO;oBAAEC,YAAY;gBAAa;YACpC,CAAA;IACF;AACF"}

View File

View File

@@ -0,0 +1,10 @@
"use strict";
module.exports = {};
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
Object.defineProperty(exports.default, '__esModule', { value: true });
Object.assign(exports.default, exports);
module.exports = exports.default;
}
//# sourceMappingURL=styleMock.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/build/jest/__mocks__/styleMock.ts"],"sourcesContent":["module.exports = {}\n"],"names":["module","exports"],"mappings":";AAAAA,OAAOC,OAAO,GAAG,CAAC"}