mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-11 03:14:27 +02:00
restart portfolio
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
"use strict";var l=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var c=(t,o)=>{for(var a in o)l(t,a,{get:o[a],enumerable:!0})},u=(t,o,a,e)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of y(o))!f.call(t,n)&&n!==a&&l(t,n,{get:()=>o[n],enumerable:!(e=s(o,n))||e.enumerable});return t};var d=t=>u(l({},"__esModule",{value:!0}),t);var T={};c(T,{createLocaleProxy:()=>h});module.exports=d(T);var i=require("./errors/faker-error");const r=()=>{throw new i.FakerError("You cannot edit the locale data on the faker instance")};function h(t){const o={};return new Proxy(t,{has(){return!0},get(a,e){return typeof e=="symbol"||e==="nodeType"?a[e]:e in o?o[e]:o[e]=p(e,a[e])},set:r,deleteProperty:r})}function p(t,o={}){return new Proxy(o,{has(a,e){return a[e]!=null},get(a,e){const n=a[e];if(typeof e=="symbol"||e==="nodeType")return n;if(n===null)throw new i.FakerError(`The locale data for '${t}.${e.toString()}' aren't applicable to this locale.
|
||||
If you think this is a bug, please report it at: https://github.com/faker-js/faker`);if(n===void 0)throw new i.FakerError(`The locale data for '${t}.${e.toString()}' are missing in this locale.
|
||||
"use strict";var l=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var u=(t,e)=>{for(var a in e)l(t,a,{get:e[a],enumerable:!0})},T=(t,e,a,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of f(e))!c.call(t,n)&&n!==a&&l(t,n,{get:()=>e[n],enumerable:!(o=y(e,n))||o.enumerable});return t};var d=t=>T(l({},"__esModule",{value:!0}),t);var D={};u(D,{assertLocaleData:()=>s,createLocaleProxy:()=>h});module.exports=d(D);var i=require("./errors/faker-error");const r=()=>{throw new i.FakerError("You cannot edit the locale data on the faker instance")};function h(t){const e={};return new Proxy(t,{has(){return!0},get(a,o){return typeof o=="symbol"||o==="nodeType"?a[o]:o in e?e[o]:e[o]=p(o,a[o])},set:r,deleteProperty:r})}function s(t,...e){if(t===null)throw new i.FakerError(`The locale data for '${e.join(".")}' aren't applicable to this locale.
|
||||
If you think this is a bug, please report it at: https://github.com/faker-js/faker`);if(t===void 0)throw new i.FakerError(`The locale data for '${e.join(".")}' are missing in this locale.
|
||||
Please contribute the missing data to the project or use a locale/Faker instance that has these data.
|
||||
For more information see https://fakerjs.dev/guide/localization.html`);return n},set:r,deleteProperty:r})}0&&(module.exports={createLocaleProxy});
|
||||
For more information see https://fakerjs.dev/guide/localization.html`)}function p(t,e={}){return new Proxy(e,{has(a,o){return a[o]!=null},get(a,o){const n=a[o];return typeof o=="symbol"||o==="nodeType"||s(n,t,o.toString()),n},set:r,deleteProperty:r})}0&&(module.exports={assertLocaleData,createLocaleProxy});
|
||||
|
||||
Reference in New Issue
Block a user