Skip to content

Commit

Permalink
Remove non module worker support from worker factory. Allow direct co…
Browse files Browse the repository at this point in the history
…nstruction of worker

- Integrate angular example
  • Loading branch information
kaisalmen committed Mar 11, 2024
1 parent de6f7ed commit fa0396a
Show file tree
Hide file tree
Showing 53 changed files with 16,381 additions and 1,529 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist
lib
node_modules
*.tsbuildinfo
.angular
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,21 @@ <h3>Other Examples</h3>
<br>

<h2>Verification</h2>
<h3>Angular</h2>
Please start <b><code>cd verify/angular && npm install</code></b> beforehand:<br>
<a href="http://localhost:4200">Client for JSON Language Server (Angular)</a>
<h3>Webpack</h3>
Please start <b><code>npm run start:verify:webpack</code></b> beforehand:<br>
<a href="http://localhost:8081">Web Client for Node.js Language Server (webpack build)</a>
Please start <b><code>cd verify/webpack && npm install</code></b> beforehand:<br>
<a href="http://localhost:8081">Client for JSON Language Server (webpack build)</a>
<h3>Vite</h3>
Please start <b><code>npm run start:verify:vite</code></b> beforehand:<br>
<a href="http://localhost:8082">Web Client for Node.js Language Server (vite build)</a>

<h2>External examples</h2>
<a href="https://github.com/TypeFox/monaco-languageclient-ng-example.git">Angular Client Example</a>
Please start <b><code>cd verify/vite && npm install</code></b> beforehand:<br>
<a href="http://localhost:8082">Client for JSON Language Server (vite build)</a>
<h3>Pnpm/vite</h3>
Please start <b><code>cd verify/pnpm && pnpm install</code></b> beforehand:<br>
<a href="http://localhost:8083">Client for JSON Language Server (pnpm/vite build)</a>
<h3>Yarn/vite</h3>
Please start <b><code>cd verify/yarn && yarn install</code></b> beforehand:<br>
<a href="http://localhost:8083">Client for JSON Language Server (yarn/vite build)</a>
</div>
</body>

Expand Down
Loading

0 comments on commit fa0396a

Please sign in to comment.