#1 React 18 Rewrite

오픈
nsp nsp/switch-to-react 에서 nsp/main 로 8 commits 를 머지하려 합니다
10개의 변경된 파일13655개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      .cpanel.yml
  2. 10 0
      .editorconfig
  3. 4 0
      .gitattributes
  4. 13 0
      .gitignore
  5. 11524 0
      .pnp.cjs
  6. 2042 0
      .pnp.loader.mjs
  7. 24 0
      .vscode/launch.json
  8. 8 0
      .vscode/settings.json
  9. 30 0
      .vscode/tasks.json
  10. 0 0
      .yarn/cache/@babel-runtime-npm-7.21.0-c4ef698c89-7b33e25bfa.zip

+ 0 - 6
.cpanel.yml

@@ -1,6 +0,0 @@
-deployment:
- tasks:
- - export DEPLOYPATH=~/public_html/projectchooser.com
- - /bin/cp src/app.js $DEPLOYPATH
- - /bin/cp src/index.css $DEPLOYPATH
- - /bin/cp src/index.php $DEPLOYPATH

+ 10 - 0
.editorconfig

@@ -0,0 +1,10 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{js,mjs,jsx,json,yml}]
+charset = utf-8
+indent_style = space
+indent_size = 2

+ 4 - 0
.gitattributes

@@ -0,0 +1,4 @@
+/.yarn/**            linguist-vendored
+/.yarn/releases/*    binary
+/.yarn/plugins/**/*  binary
+/.pnp.*              binary linguist-generated

+ 13 - 0
.gitignore

@@ -0,0 +1,13 @@
+build/
+
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/sdks
+!.yarn/versions
+
+# Swap the comments on the following lines if you don't wish to use zero-installs
+# Documentation here: https://yarnpkg.com/features/zero-installs
+!.yarn/cache
+#.pnp.*

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 11524 - 0
.pnp.cjs


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2042 - 0
.pnp.loader.mjs


+ 24 - 0
.vscode/launch.json

@@ -0,0 +1,24 @@
+{
+  "version": "0.2.0",
+  "configurations": [
+    {
+      "name": "Firefox",
+      "request": "launch",
+      "type": "firefox",
+      "url": "http://localhost:8000",
+      "webRoot": "${workspaceFolder}",
+      "preLaunchTask": "serve"
+    },
+    {
+      "name": "Chrome",
+      "pathMapping": {
+        "/": "${workspaceFolder}/src"
+      },
+      "request": "launch",
+      "type": "chrome",
+      "url": "http://localhost:8000",
+      "webRoot": "${workspaceFolder}",
+      "preLaunchTask": "serve"
+    }
+  ]
+}

+ 8 - 0
.vscode/settings.json

@@ -0,0 +1,8 @@
+{
+  "files.exclude": {
+    "**/.*": true,
+    "**/build": true,
+    "**/yarn.lock": true
+  },
+  "explorer.sortOrder": "type"
+}

+ 30 - 0
.vscode/tasks.json

@@ -0,0 +1,30 @@
+{
+  "version": "2.0.0",
+  "tasks": [
+    {
+      "label": "serve",
+      "type": "shell",
+      "isBackground": true,
+      "command": "yarn serve",
+      "presentation": {
+        "reveal": "always",
+        "panel": "dedicated"
+      },
+      "problemMatcher": {
+        "owner": "esbuild",
+        "fileLocation": "relative",
+        "background": {
+          "activeOnStart": true,
+          "beginsPattern": ".*",
+          "endsPattern": ".*host.*"
+        },
+        "pattern": {
+          "regexp": "^([^\\\\s].*)\\\\((\\\\d+,\\\\d+)\\\\):\\\\s*(.*)$",
+          "file": 1,
+          "location": 2,
+          "message": 3
+        }
+      }
+    }
+  ]
+}

+ 0 - 0
.yarn/cache/@babel-runtime-npm-7.21.0-c4ef698c89-7b33e25bfa.zip


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.