{"version":3,"file":"verbs-BzDYsYyw.js","sources":["../../../node_modules/.pnpm/@rails+request.js@0.0.6/node_modules/@rails/request.js/src/verbs.js"],"sourcesContent":["import { FetchRequest } from './fetch_request'\n\nasync function get (url, options) {\n const request = new FetchRequest('get', url, options)\n return request.perform()\n}\n\nasync function post (url, options) {\n const request = new FetchRequest('post', url, options)\n return request.perform()\n}\n\nasync function put (url, options) {\n const request = new FetchRequest('put', url, options)\n return request.perform()\n}\n\nasync function patch (url, options) {\n const request = new FetchRequest('patch', url, options)\n return request.perform()\n}\n\nasync function destroy (url, options) {\n const request = new FetchRequest('delete', url, options)\n return request.perform()\n}\n\nexport { get, post, put, patch, destroy }\n"],"names":["get","url","options","FetchRequest","post","put","destroy"],"mappings":"gDACA,eAAeA,EAAIC,EAAKC,EAAS,CAE/B,OADgB,IAAIC,EAAa,MAAOF,EAAKC,CAAO,EACrC,SACjB,CACA,eAAeE,EAAKH,EAAKC,EAAS,CAEhC,OADgB,IAAIC,EAAa,OAAQF,EAAKC,CAAO,EACtC,SACjB,CACA,eAAeG,EAAIJ,EAAKC,EAAS,CAE/B,OADgB,IAAIC,EAAa,MAAOF,EAAKC,CAAO,EACrC,SACjB,CAKA,eAAeI,EAAQL,EAAKC,EAAS,CAEnC,OADgB,IAAIC,EAAa,SAAUF,EAAKC,CAAO,EACxC,SACjB","x_google_ignoreList":[0]}