summary refs log tree commit diff
path: root/bundle/.swcrc
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-06 18:20:22 +0200
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-06 18:20:22 +0200
commit7db9086dd09ffccf71f57d8ce3df84c47c9cfa24 (patch)
treeaf0d68e64fa444c7927774813da366b539cb2876 /bundle/.swcrc
parent:arrow_up: update packages (diff)
downloadserver-7db9086dd09ffccf71f57d8ce3df84c47c9cfa24.tar.xz
Compiler test
Diffstat (limited to 'bundle/.swcrc')
-rw-r--r--bundle/.swcrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/bundle/.swcrc b/bundle/.swcrc
new file mode 100644
index 00000000..dcf4af8e
--- /dev/null
+++ b/bundle/.swcrc
@@ -0,0 +1,23 @@
+{
+    "jsc": {
+      "parser": {
+        "syntax": "ecmascript",
+        "jsx": false,
+        "dynamicImport": false,
+        "privateMethod": false,
+        "functionBind": false,
+        "exportDefaultFrom": false,
+        "exportNamespaceFrom": false,
+        "decorators": false,
+        "decoratorsBeforeExport": false,
+        "topLevelAwait": false,
+        "importMeta": false
+      },
+      "transform": null,
+      "target": "es2021",
+      "loose": false,
+      "externalHelpers": false,
+      // Requires v1.2.50 or upper and requires target to be es2016 or upper.
+      "keepClassNames": false
+    }
+  }
\ No newline at end of file