@jvittechs/jai1-cli 0.1.96 → 0.1.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/dist/cli.js +658 -119
  2. package/dist/cli.js.map +1 -1
  3. package/dist/web-chat/README.md +418 -0
  4. package/dist/web-chat/app.js +1527 -0
  5. package/dist/web-chat/index.html +324 -0
  6. package/dist/web-chat/node_modules/.bin/0ecdsa-generate-keypair +15 -0
  7. package/dist/web-chat/node_modules/.bin/0gentesthtml +89 -0
  8. package/dist/web-chat/node_modules/.bin/0serve +97 -0
  9. package/dist/web-chat/node_modules/.bin/acorn +4 -0
  10. package/dist/web-chat/node_modules/.bin/autoprefixer +22 -0
  11. package/dist/web-chat/node_modules/.bin/baseline-browser-mapping +2 -0
  12. package/dist/web-chat/node_modules/.bin/browserslist +156 -0
  13. package/dist/web-chat/node_modules/.bin/esbuild +0 -0
  14. package/dist/web-chat/node_modules/.bin/jiti +34 -0
  15. package/dist/web-chat/node_modules/.bin/js-yaml +126 -0
  16. package/dist/web-chat/node_modules/.bin/jsesc +148 -0
  17. package/dist/web-chat/node_modules/.bin/json5 +152 -0
  18. package/dist/web-chat/node_modules/.bin/katex +112 -0
  19. package/dist/web-chat/node_modules/.bin/loose-envify +16 -0
  20. package/dist/web-chat/node_modules/.bin/lz-string +13 -0
  21. package/dist/web-chat/node_modules/.bin/nanoid +55 -0
  22. package/dist/web-chat/node_modules/.bin/parser +15 -0
  23. package/dist/web-chat/node_modules/.bin/prebuild-install +78 -0
  24. package/dist/web-chat/node_modules/.bin/rc +4 -0
  25. package/dist/web-chat/node_modules/.bin/rollup +1912 -0
  26. package/dist/web-chat/node_modules/.bin/semver +174 -0
  27. package/dist/web-chat/node_modules/.bin/tsc +2 -0
  28. package/dist/web-chat/node_modules/.bin/tsserver +2 -0
  29. package/dist/web-chat/node_modules/.bin/update-browserslist-db +42 -0
  30. package/dist/web-chat/node_modules/.bin/uuid +2 -0
  31. package/dist/web-chat/node_modules/.bin/uvu +35 -0
  32. package/dist/web-chat/node_modules/.bin/vite +61 -0
  33. package/dist/web-chat/node_modules/.package-lock.json +15371 -0
  34. package/dist/web-chat/node_modules/.vite/deps/_metadata.json +67 -0
  35. package/dist/web-chat/node_modules/.vite/deps/chunk-DC5AMYBS.js +39 -0
  36. package/dist/web-chat/node_modules/.vite/deps/chunk-DC5AMYBS.js.map +7 -0
  37. package/dist/web-chat/node_modules/.vite/deps/chunk-NUMECXU6.js +21628 -0
  38. package/dist/web-chat/node_modules/.vite/deps/chunk-NUMECXU6.js.map +7 -0
  39. package/dist/web-chat/node_modules/.vite/deps/chunk-RLJ2RCJQ.js +1906 -0
  40. package/dist/web-chat/node_modules/.vite/deps/chunk-RLJ2RCJQ.js.map +7 -0
  41. package/dist/web-chat/node_modules/.vite/deps/chunk-S725DACQ.js +928 -0
  42. package/dist/web-chat/node_modules/.vite/deps/chunk-S725DACQ.js.map +7 -0
  43. package/dist/web-chat/node_modules/.vite/deps/chunk-XJVUMEYI.js +8578 -0
  44. package/dist/web-chat/node_modules/.vite/deps/chunk-XJVUMEYI.js.map +7 -0
  45. package/dist/web-chat/node_modules/.vite/deps/package.json +3 -0
  46. package/dist/web-chat/node_modules/.vite/deps/react-dom.js +7 -0
  47. package/dist/web-chat/node_modules/.vite/deps/react-dom.js.map +7 -0
  48. package/dist/web-chat/node_modules/.vite/deps/react-dom_client.js +39 -0
  49. package/dist/web-chat/node_modules/.vite/deps/react-dom_client.js.map +7 -0
  50. package/dist/web-chat/node_modules/.vite/deps/react-markdown.js +8931 -0
  51. package/dist/web-chat/node_modules/.vite/deps/react-markdown.js.map +7 -0
  52. package/dist/web-chat/node_modules/.vite/deps/react.js +6 -0
  53. package/dist/web-chat/node_modules/.vite/deps/react.js.map +7 -0
  54. package/dist/web-chat/node_modules/.vite/deps/react_jsx-dev-runtime.js +913 -0
  55. package/dist/web-chat/node_modules/.vite/deps/react_jsx-dev-runtime.js.map +7 -0
  56. package/dist/web-chat/node_modules/.vite/deps/react_jsx-runtime.js +7 -0
  57. package/dist/web-chat/node_modules/.vite/deps/react_jsx-runtime.js.map +7 -0
  58. package/dist/web-chat/node_modules/.vite/deps/remark-gfm.js +7403 -0
  59. package/dist/web-chat/node_modules/.vite/deps/remark-gfm.js.map +7 -0
  60. package/dist/web-chat/node_modules/@codemirror/autocomplete/.github/workflows/dispatch.yml +16 -0
  61. package/dist/web-chat/node_modules/@codemirror/commands/.github/workflows/dispatch.yml +16 -0
  62. package/dist/web-chat/node_modules/@codemirror/lang-cpp/.github/workflows/dispatch.yml +16 -0
  63. package/dist/web-chat/node_modules/@codemirror/lang-css/.github/workflows/dispatch.yml +16 -0
  64. package/dist/web-chat/node_modules/@codemirror/lang-go/.github/workflows/dispatch.yml +16 -0
  65. package/dist/web-chat/node_modules/@codemirror/lang-html/.github/workflows/dispatch.yml +16 -0
  66. package/dist/web-chat/node_modules/@codemirror/lang-java/.github/workflows/dispatch.yml +16 -0
  67. package/dist/web-chat/node_modules/@codemirror/lang-javascript/.github/workflows/dispatch.yml +16 -0
  68. package/dist/web-chat/node_modules/@codemirror/lang-json/.github/workflows/dispatch.yml +16 -0
  69. package/dist/web-chat/node_modules/@codemirror/lang-less/.github/workflows/dispatch.yml +16 -0
  70. package/dist/web-chat/node_modules/@codemirror/lang-markdown/.github/workflows/dispatch.yml +16 -0
  71. package/dist/web-chat/node_modules/@codemirror/lang-python/.github/workflows/dispatch.yml +16 -0
  72. package/dist/web-chat/node_modules/@codemirror/lang-rust/.github/workflows/dispatch.yml +16 -0
  73. package/dist/web-chat/node_modules/@codemirror/lang-sass/.github/workflows/dispatch.yml +16 -0
  74. package/dist/web-chat/node_modules/@codemirror/lang-sql/.github/workflows/dispatch.yml +16 -0
  75. package/dist/web-chat/node_modules/@codemirror/lang-wast/.github/workflows/dispatch.yml +16 -0
  76. package/dist/web-chat/node_modules/@codemirror/lang-xml/.github/workflows/dispatch.yml +16 -0
  77. package/dist/web-chat/node_modules/@codemirror/lang-yaml/.github/workflows/dispatch.yml +16 -0
  78. package/dist/web-chat/node_modules/@codemirror/language/.github/workflows/dispatch.yml +16 -0
  79. package/dist/web-chat/node_modules/@codemirror/language-data/.github/workflows/dispatch.yml +16 -0
  80. package/dist/web-chat/node_modules/@codemirror/legacy-modes/.github/workflows/dispatch.yml +16 -0
  81. package/dist/web-chat/node_modules/@codemirror/lint/.github/workflows/dispatch.yml +16 -0
  82. package/dist/web-chat/node_modules/@codemirror/search/.github/workflows/dispatch.yml +16 -0
  83. package/dist/web-chat/node_modules/@codemirror/state/.github/workflows/dispatch.yml +16 -0
  84. package/dist/web-chat/node_modules/@codemirror/theme-one-dark/.github/workflows/dispatch.yml +16 -0
  85. package/dist/web-chat/node_modules/@codemirror/view/.github/workflows/dispatch.yml +16 -0
  86. package/dist/web-chat/node_modules/@lezer/html/src/.tern-port +1 -0
  87. package/dist/web-chat/node_modules/@lezer/php/.tern-port +1 -0
  88. package/dist/web-chat/node_modules/@lezer/php/test/.tern-port +1 -0
  89. package/dist/web-chat/node_modules/@lezer/sass/src/.tern-port +1 -0
  90. package/dist/web-chat/node_modules/@lezer/yaml/.tern-port +1 -0
  91. package/dist/web-chat/node_modules/@ungap/structured-clone/.github/workflows/node.js.yml +31 -0
  92. package/dist/web-chat/node_modules/bl/.travis.yml +17 -0
  93. package/dist/web-chat/node_modules/clean-set/.prettierrc +4 -0
  94. package/dist/web-chat/node_modules/clean-set/.travis.yml +7 -0
  95. package/dist/web-chat/node_modules/codemirror/.github/workflows/dispatch.yml +16 -0
  96. package/dist/web-chat/node_modules/entities/src/generated/.eslintrc.json +10 -0
  97. package/dist/web-chat/node_modules/es5-ext/promise/.eslintrc.json +1 -0
  98. package/dist/web-chat/node_modules/es6-iterator/.editorconfig +14 -0
  99. package/dist/web-chat/node_modules/es6-iterator/test/.eslintrc.json +5 -0
  100. package/dist/web-chat/node_modules/es6-symbol/.testignore +1 -0
  101. package/dist/web-chat/node_modules/escape-carriage/.github/workflows/node.js.yml +19 -0
  102. package/dist/web-chat/node_modules/esniff/.prettierignore +2 -0
  103. package/dist/web-chat/node_modules/esniff/.testignore +3 -0
  104. package/dist/web-chat/node_modules/event-emitter/.lint +15 -0
  105. package/dist/web-chat/node_modules/event-emitter/.testignore +1 -0
  106. package/dist/web-chat/node_modules/event-emitter/.travis.yml +16 -0
  107. package/dist/web-chat/node_modules/expand-template/.travis.yml +6 -0
  108. package/dist/web-chat/node_modules/extend/.editorconfig +20 -0
  109. package/dist/web-chat/node_modules/extend/.eslintrc +17 -0
  110. package/dist/web-chat/node_modules/extend/.jscs.json +175 -0
  111. package/dist/web-chat/node_modules/extend/.travis.yml +230 -0
  112. package/dist/web-chat/node_modules/gensync/test/.babelrc +5 -0
  113. package/dist/web-chat/node_modules/github-from-package/.travis.yml +4 -0
  114. package/dist/web-chat/node_modules/intersection-observer/.eslintrc +45 -0
  115. package/dist/web-chat/node_modules/lib0/.github/workflows/node.js.yml +24 -0
  116. package/dist/web-chat/node_modules/lib0/.jsdoc.json +18 -0
  117. package/dist/web-chat/node_modules/lib0/.vscode/launch.json +17 -0
  118. package/dist/web-chat/node_modules/minimist/.eslintrc +29 -0
  119. package/dist/web-chat/node_modules/minimist/.github/FUNDING.yml +12 -0
  120. package/dist/web-chat/node_modules/minimist/.nycrc +14 -0
  121. package/dist/web-chat/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml +31 -0
  122. package/dist/web-chat/node_modules/next-tick/.editorconfig +16 -0
  123. package/dist/web-chat/node_modules/next-tick/.github/FUNDING.yml +1 -0
  124. package/dist/web-chat/node_modules/next-tick/.lint +16 -0
  125. package/dist/web-chat/node_modules/node-abi/node_modules/.bin/semver +191 -0
  126. package/dist/web-chat/node_modules/pump/.github/FUNDING.yml +2 -0
  127. package/dist/web-chat/node_modules/pump/.travis.yml +5 -0
  128. package/dist/web-chat/node_modules/simple-concat/.travis.yml +3 -0
  129. package/dist/web-chat/node_modules/simple-get/.github/dependabot.yml +15 -0
  130. package/dist/web-chat/node_modules/simple-get/.github/workflows/ci.yml +23 -0
  131. package/dist/web-chat/node_modules/tar-fs/.travis.yml +6 -0
  132. package/dist/web-chat/node_modules/tar-fs/test/fixtures/e/directory/.ignore +0 -0
  133. package/dist/web-chat/node_modules/w3c-keyname/.tern-port +1 -0
  134. package/dist/web-chat/style.css +1882 -0
  135. package/package.json +4 -2
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,31 @@
1
+ # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2
+ # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
+
4
+ name: build
5
+
6
+ on: [push, pull_request]
7
+
8
+ jobs:
9
+ build:
10
+
11
+ runs-on: ubuntu-latest
12
+
13
+ strategy:
14
+ matrix:
15
+ node-version: [16]
16
+
17
+ steps:
18
+ - uses: actions/checkout@v2
19
+ - name: Use Node.js ${{ matrix.node-version }}
20
+ uses: actions/setup-node@v2
21
+ with:
22
+ node-version: ${{ matrix.node-version }}
23
+ cache: 'npm'
24
+ - run: npm ci
25
+ - run: npm run build --if-present
26
+ - run: npm test
27
+ - run: npm run coverage --if-present
28
+ - name: Coveralls
29
+ uses: coverallsapp/github-action@master
30
+ with:
31
+ github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -0,0 +1,17 @@
1
+ sudo: false
2
+ arch:
3
+ - amd64
4
+ - ppc64le
5
+ language: node_js
6
+ node_js:
7
+ - '6'
8
+ - '8'
9
+ - '10'
10
+ - '12'
11
+ - '14'
12
+ - '15'
13
+ - lts/*
14
+ notifications:
15
+ email:
16
+ - rod@vagg.org
17
+ - matteo.collina@gmail.com
@@ -0,0 +1,4 @@
1
+ {
2
+ "singleQuote": true,
3
+ "trailingComma": "es5"
4
+ }
@@ -0,0 +1,7 @@
1
+ after_success: npm run coverage
2
+ language: node_js
3
+ node_js:
4
+ - "8"
5
+ cache:
6
+ directories:
7
+ - "node_modules"
@@ -0,0 +1,16 @@
1
+ name: Trigger CI
2
+ on: push
3
+
4
+ jobs:
5
+ build:
6
+ name: Dispatch to main repo
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Emit repository_dispatch
10
+ uses: mvasigh/dispatch-action@main
11
+ with:
12
+ # You should create a personal access token and store it in your repository
13
+ token: ${{ secrets.DISPATCH_AUTH }}
14
+ repo: dev
15
+ owner: codemirror
16
+ event_type: push
@@ -0,0 +1,10 @@
1
+ {
2
+ "rules": {
3
+ "multiline-comment-style": 0,
4
+ "capitalized-comments": 0,
5
+ "unicorn/escape-case": 0,
6
+ "unicorn/no-hex-escape": 0,
7
+ "unicorn/numeric-separators-style": 0,
8
+ "unicorn/prefer-spread": 0
9
+ }
10
+ }
@@ -0,0 +1 @@
1
+ { "globals": { "Promise": true } }
@@ -0,0 +1,14 @@
1
+ # EditorConfig is awesome: http://EditorConfig.org
2
+
3
+ # top-most EditorConfig file
4
+ root = true
5
+
6
+ # Unix-style newlines with a newline ending every file
7
+ [*]
8
+ end_of_line = lf
9
+ insert_final_newline = true
10
+ indent_style = tab
11
+
12
+ [{*.json,*.yml}]
13
+ indent_style = space
14
+ indent_size = 2
@@ -0,0 +1,5 @@
1
+ {
2
+ "rules": {
3
+ "id-length": "off"
4
+ }
5
+ }
@@ -0,0 +1 @@
1
+ /lib/private
@@ -0,0 +1,19 @@
1
+ name: Node.js CI
2
+
3
+ on:
4
+ push:
5
+ branches: [ "master" ]
6
+ pull_request:
7
+ branches: [ "master" ]
8
+
9
+ jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - uses: actions/setup-node@v3
15
+ with:
16
+ node-version: 18
17
+ cache: 'npm'
18
+ - run: npm ci
19
+ - run: npm test
@@ -0,0 +1,2 @@
1
+ /coverage
2
+ /test/__playground
@@ -0,0 +1,3 @@
1
+ lib/ident-next-pattern.js
2
+ lib/ident-start-pattern.js
3
+ test.js
@@ -0,0 +1,15 @@
1
+ @root
2
+
3
+ module
4
+ es5
5
+
6
+ indent 2
7
+ maxlen 80
8
+ tabs
9
+
10
+ ass
11
+ plusplus
12
+ nomen
13
+
14
+ ./benchmark
15
+ predef+ console
@@ -0,0 +1,16 @@
1
+ sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2
+ language: node_js
3
+ node_js:
4
+ - 0.12
5
+ - 4
6
+ - 6
7
+ - 7
8
+
9
+ before_install:
10
+ - mkdir node_modules; ln -s ../ node_modules/event-emitter
11
+
12
+ notifications:
13
+ email:
14
+ - medikoo+event-emitter@medikoo.com
15
+
16
+ script: "npm test && npm run lint"