From 649065bbd19ba7edf84555e750dc6737e4c2462a Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 22 Mar 2023 04:07:18 +0000 Subject: [PATCH] Auto commit --- .build/index.js | 2 +- .build/index.js.map | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/index.js b/.build/index.js index 50ec9f9..eefd4f7 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 e1e6b0b..bd551c6 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": [] } -- GitLab