PATH: //opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/node_modules/uri-js/dist/esnext
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 index.d.ts
↓
X
📄 index.js
↓
X
📄 index.js.map
↓
X
📄 regexps-iri.d.ts
↓
X
📄 regexps-iri.js
↓
X
📄 regexps-iri.js.map
↓
X
📄 regexps-uri.d.ts
↓
X
📄 regexps-uri.js
↓
X
📄 regexps-uri.js.map
↓
X
📁 schemes/
X
📄 uri.d.ts
↓
X
📄 uri.js
↓
X
📄 uri.js.map
↓
X
📄 util.d.ts
↓
X
📄 util.js
↓
X
📄 util.js.map
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: index.js
import { SCHEMES } from "./uri"; import http from "./schemes/http"; SCHEMES[http.scheme] = http; import https from "./schemes/https"; SCHEMES[https.scheme] = https; import ws from "./schemes/ws"; SCHEMES[ws.scheme] = ws; import wss from "./schemes/wss"; SCHEMES[wss.scheme] = wss; import mailto from "./schemes/mailto"; SCHEMES[mailto.scheme] = mailto; import urn from "./schemes/urn"; SCHEMES[urn.scheme] = urn; import uuid from "./schemes/urn-uuid"; SCHEMES[uuid.scheme] = uuid; export * from "./uri"; //# sourceMappingURL=index.js.map
SIMPAN PERUBAHAN