source: frontend/node_modules/.cache/babel-loader/d17fc41d8e2d197f9747e85fb8885f695372f341965541a6b6317d36eed335c3.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 3 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 789 bytes
Line 
1{"ast":null,"code":"'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25}):(?:\\/\\/)?/.exec(url);\n return match && match[1] || '';\n}","map":{"version":3,"names":["parseProtocol","url","match","exec"],"sources":["C:/Users/User/Downloads/medora5/frontend/node_modules/axios/lib/helpers/parseProtocol.js"],"sourcesContent":["'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25}):(?:\\/\\/)?/.exec(url);\n return (match && match[1]) || '';\n}\n"],"mappings":"AAAA,YAAY;;AAEZ,eAAe,SAASA,aAAaA,CAACC,GAAG,EAAE;EACzC,MAAMC,KAAK,GAAG,2BAA2B,CAACC,IAAI,CAACF,GAAG,CAAC;EACnD,OAAQC,KAAK,IAAIA,KAAK,CAAC,CAAC,CAAC,IAAK,EAAE;AAClC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
Note: See TracBrowser for help on using the repository browser.