Alex Dima
c45bf2eff6
Ship ESM version
2018-03-09 11:56:24 +01:00
Alex Dima
92af97ca38
Refactor project shape
2018-03-08 15:28:00 +01:00
Alexandru Dima
5c70cefbad
Merge pull request #19 from rcjsuen/remove-disposables
...
Remove unused IDisposable array
2018-03-05 14:20:15 +01:00
Remy Suen
896f576a64
Remove unused IDisposable array
...
The IDisposables created by the registration of language providers
were originally stored in an array. However, that array is not
actually used anywhere in the code so it should be removed instead.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-03-03 14:16:24 +09:00
Alex Dima
e87b2e9445
Fixes Microsoft/monaco-editor#717 : use absolute paths when running under http
2018-03-02 14:42:15 +01:00
Alexandru Dima
aed7441450
Merge pull request #18 from rcjsuen/patch-1
...
Fix a small typo in README.md
2018-02-28 16:19:10 +01:00
Alex Dima
4514e58f07
Adopt TS 2.7.2
2018-02-28 16:17:09 +01:00
Remy Suen
3ff2bd5d03
Fix a small typo in README.md
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-02-27 18:19:25 +09:00
Martin Aeschlimann
19b622bb0a
Remove comment of escapeText
2018-01-23 20:11:42 +01:00
rebornix
fd172013f7
2.3.0
2017-08-17 08:57:34 -07:00
rebornix
c06e446e8c
adopt monaco-editor-core
2017-08-17 08:54:06 -07:00
Peng Lyu
7027f0b4ba
Merge pull request #15 from kitsonk/update-ts24
...
Update to TypeScript 2.4.1
2017-08-17 08:51:31 -07:00
Kitson Kelly
eff3dd58fe
Update to TypeScript 2.4.1
2017-07-07 17:01:22 +01:00
Alex Dima
c9c77f499b
2.2.0
2017-06-30 18:16:46 +02:00
Alex Dima
845b55aee5
Adopt latest monaco-editor-core
2017-06-30 18:16:16 +02:00
Johannes Rieken
c8118cb17e
Merge pull request #14 from kitsonk/feature-documentation
...
Add documentation support on hover
2017-06-27 09:56:59 +02:00
Johannes Rieken
8ce9803370
Merge pull request #13 from kitsonk/ts-2.3.4
...
Update to TypeScript 2.3.4
2017-06-19 15:19:03 +02:00
Johannes Rieken
c044162233
add note about scope of this project
2017-06-19 12:07:21 +02:00
Johannes Rieken
9542c9f433
add setEagerModelSync-function to defaults, fixes #461
2017-06-19 12:01:58 +02:00
Kitson Kelly
a3101cd032
Add documentation support on hover
2017-06-17 18:34:32 -07:00
Kitson Kelly
be2c47c854
Update to TypeScript 2.3.4
2017-06-17 15:49:42 -07:00
Johannes Rieken
9b5c885b40
make host implement getScriptKind, #203
2017-05-04 10:36:10 +02:00
Alex Dima
a210d77cf4
2.1.2
2017-03-03 17:40:24 +01:00
Alex Dima
f3f3e04ad2
Ignore validation requests for disposed models
2017-03-03 17:36:53 +01:00
Alex Dima
ab02fc6402
2.1.1
2017-01-18 16:49:39 +01:00
Alex Dima
4ecd94aff9
Adjust module ids in tests to workaround r.js issue
2017-01-18 16:49:18 +01:00
Alex Dima
6fecefa24b
Workaround issue with r.js that cannot bundle typescriptServices
2017-01-18 16:46:39 +01:00
Alex Dima
77ac642bf5
2.1.0
2017-01-18 15:11:47 +01:00
Alex Dima
6e7de77d86
Update gulp-requirejs to get a newer version of r.js that can digest typescriptServices.js
2017-01-18 15:10:16 +01:00
Alex Dima
b3ab0a8d58
Adopt latest monaco-editor-core
2017-01-18 15:09:23 +01:00
Johannes Rieken
bd9f4dccb4
Merge pull request #12 from nicot/patch-2
...
Register React file extensions
2017-01-18 11:08:22 +01:00
Nico Tonozzi
6e84504731
Register React file extensions
2017-01-16 17:51:01 -08:00
Johannes Rieken
46a9f90baa
use es2015 by default
2017-01-16 15:36:37 +01:00
Johannes Rieken
f5f4706596
use TypeScript 2.1.5
2017-01-16 15:29:14 +01:00
Johannes Rieken
8cbd548f8e
redo diagnostics when options change, fixes #208
2017-01-16 15:19:16 +01:00
Johannes Rieken
77b2acb257
use TypeScript 2.1.5, fixes #177
2017-01-16 14:50:49 +01:00
Alex Dima
68ba05ecd8
Add a test page, simplify development setup
2016-10-19 12:54:23 +02:00
Alex Dima
3b2c5f3f32
2.0.1
2016-10-07 15:21:11 +02:00
Alex Dima
5b4125c325
Use label for the web workers
2016-10-07 15:21:01 +02:00
Alex Dima
f57c0d0747
2.0.0
2016-10-06 17:04:39 +02:00
Alex Dima
9a20b7c584
Allow r.js to digest typescriptServices.js
2016-10-06 17:03:10 +02:00
Alex Dima
376e97713a
1.0.0
2016-10-06 17:00:03 +02:00
Alex Dima
4f8cfd44b3
Fix tsconfig.json
2016-10-06 16:59:26 +02:00
Alex Dima
d96d3b863b
Adopt include in tsconfig.json
2016-10-06 16:51:47 +02:00
Alex Dima
b05c374f39
Adopt TS 2.0 language service
2016-10-06 16:46:19 +02:00
Alex Dima
daf48dd5e2
Adopt latest monaco-editor-core, adopt TS 2.0 for compilation
2016-10-06 16:42:50 +02:00
Alex Dima
7724ecff21
0.6.1
2016-09-05 15:47:11 +02:00
Alex Dima
b46ee7feeb
Add ThirdPartyNotices.txt file mentioning TypeScript
2016-09-05 15:45:16 +02:00
Johannes Rieken
c9bbfd2834
depend on editor-core 0.6.0, bump own version
2016-09-05 14:35:15 +02:00
Johannes Rieken
50eafc20f6
mention where to file issues
2016-08-26 11:26:52 +02:00