diff --git a/.build/index.js b/.build/index.js index 50ec9f9246d9d28e8e5dd8ee51199e5f7ddb8865..eefd4f7500baa144912f571ce8df79326564170a 100644 --- a/.build/index.js +++ b/.build/index.js @@ -1,4 +1,4 @@ "use strict"; -const s = "hello world!"; +const s = "\u6B22\u8FCE\u6765\u5230 InsCode"; console.log(s); //# sourceMappingURL=index.js.map diff --git a/.build/index.js.map b/.build/index.js.map index e1e6b0b9688afd697ea3503f3ab8d69cf9efd15c..bd551c6d794db71f1248463d8d77fef9bb8ec757 100644 --- a/.build/index.js.map +++ b/.build/index.js.map @@ -1,7 +1,7 @@ { "version": 3, "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;", "names": [] }