-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle whitespace input in empty placeholders correctly
- Loading branch information
Showing
12 changed files
with
27 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule code
updated
13 files
+10 −0 | .editorconfig | |
+0 −83 | .eslintrc | |
+12 −0 | .github/workflows/eslint.yml | |
+5 −28 | .github/workflows/npm-publish.yml | |
+0 −62 | .jshintrc | |
+46 −0 | eslint.config.mjs | |
+19 −6 | package.json | |
+0 −282 | src/index.js | |
+327 −0 | src/index.ts | |
+4 −5 | src/utils/string.ts | |
+10 −0 | tsconfig.json | |
+13 −9 | vite.config.js | |
+2,721 −179 | yarn.lock |
Submodule delimiter
updated
5 files
+10 −5 | package.json | |
+40 −12 | src/index.ts | |
+11 −0 | tsconfig.json | |
+9 −2 | vite.config.js | |
+926 −179 | yarn.lock |
Submodule embed
updated
5 files
+1 −1 | package.json | |
+2 −2 | src/index.ts | |
+0 −0 | src/serviceConfig.ts | |
+5 −3 | src/services.ts | |
+17 −0 | test/services.ts |
Submodule header
updated
4 files
+1 −0 | .github/workflows/npm-publish.yml | |
+6 −4 | package.json | |
+0 −17 | src/index.css | |
+23 −16 | src/index.ts |
Submodule image
updated
19 files
+0 −10 | .eslintrc | |
+16 −2 | README.md | |
+35 −0 | dev/index.html | |
+42 −9 | dev/server.js | |
+48 −0 | eslint.config.mjs | |
+25 −16 | package.json | |
+10 −2 | src/index.css | |
+189 −200 | src/index.ts | |
+89 −0 | src/types/codexteam__ajax.d.ts | |
+228 −0 | src/types/types.ts | |
+175 −114 | src/ui.ts | |
+66 −40 | src/uploader.ts | |
+0 −23 | src/utils/dom.js | |
+24 −0 | src/utils/dom.ts | |
+0 −9 | src/utils/isPromise.js | |
+10 −0 | src/utils/isPromise.ts | |
+15 −0 | tsconfig.json | |
+12 −3 | vite.config.js | |
+2,729 −1,178 | yarn.lock |
Submodule inline-code
updated
5 files
+9 −4 | package.json | |
+56 −42 | src/index.ts | |
+15 −0 | tsconfig.json | |
+7 −3 | vite.config.js | |
+625 −4 | yarn.lock |
Submodule list
updated
from a6dc6a to 297736
Submodule quote
updated
6 files
+13 −6 | package.json | |
+0 −310 | src/index.js | |
+427 −0 | src/index.ts | |
+17 −0 | tsconfig.json | |
+3 −2 | vite.config.js | |
+602 −26 | yarn.lock |
Submodule table
updated
9 files
+9 −2 | README.md | |
+5 −4 | index.html | |
+9 −5 | package.json | |
+33 −14 | src/plugin.js | |
+7 −1 | src/styles/table.pcss | |
+60 −2 | src/table.js | |
+9 −0 | tsconfig.json | |
+11 −2 | vite.config.js | |
+1,434 −239 | yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters