Auto commit

上级 faa51901
"use strict"; "use strict";
const s = "hello world!"; const s = "\u6B22\u8FCE\u6765\u5230 InsCode";
console.log(s); console.log(s);
//# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map
{ {
"version": 3, "version": 3,
"sources": ["../index.ts"], "sources": ["../index.ts"],
"sourcesContent": ["const s: string = \"hello world!\";\nconsole.log(s);\n"], "sourcesContent": ["const s: string = \"\u6B22\u8FCE\u6765\u5230 InsCode\";\nconsole.log(s);\n"],
"mappings": ";AAAA,MAAM,IAAY;AAClB,QAAQ,IAAI,CAAC;", "mappings": ";AAAA,MAAM,IAAY;AAClB,QAAQ,IAAI,CAAC;",
"names": [] "names": []
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册