Skip to content

Commit 860e261

Browse files
committed
Remove non module worker support from worker factory. Allow direct construction of worker
- Integrate angular example
1 parent 10471ce commit 860e261

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+16381
-1529
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
lib
44
node_modules
55
*.tsbuildinfo
6+
.angular

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,21 @@ <h3>Other Examples</h3>
5959
<br>
6060

6161
<h2>Verification</h2>
62+
<h3>Angular</h2>
63+
Please start <b><code>cd verify/angular && npm install</code></b> beforehand:<br>
64+
<a href="http://localhost:4200">Client for JSON Language Server (Angular)</a>
6265
<h3>Webpack</h3>
63-
Please start <b><code>npm run start:verify:webpack</code></b> beforehand:<br>
64-
<a href="http://localhost:8081">Web Client for Node.js Language Server (webpack build)</a>
66+
Please start <b><code>cd verify/webpack && npm install</code></b> beforehand:<br>
67+
<a href="http://localhost:8081">Client for JSON Language Server (webpack build)</a>
6568
<h3>Vite</h3>
66-
Please start <b><code>npm run start:verify:vite</code></b> beforehand:<br>
67-
<a href="http://localhost:8082">Web Client for Node.js Language Server (vite build)</a>
68-
69-
<h2>External examples</h2>
70-
<a href="https://github.com/TypeFox/monaco-languageclient-ng-example.git">Angular Client Example</a>
69+
Please start <b><code>cd verify/vite && npm install</code></b> beforehand:<br>
70+
<a href="http://localhost:8082">Client for JSON Language Server (vite build)</a>
71+
<h3>Pnpm/vite</h3>
72+
Please start <b><code>cd verify/pnpm && pnpm install</code></b> beforehand:<br>
73+
<a href="http://localhost:8083">Client for JSON Language Server (pnpm/vite build)</a>
74+
<h3>Yarn/vite</h3>
75+
Please start <b><code>cd verify/yarn && yarn install</code></b> beforehand:<br>
76+
<a href="http://localhost:8083">Client for JSON Language Server (yarn/vite build)</a>
7177
</div>
7278
</body>
7379

0 commit comments

Comments
 (0)