Commit graph

286 commits

Author SHA1 Message Date
Orta
7a46ec2649 Adds monaco models for the lib d.ts files
Co-authored-by: Wesley Wigham <wwigham@gmail.com>
2020-07-08 15:14:38 -04:00
Orta Therox
1d6f5a0e24 Let TypeScript resolve deps in lib files + allow external tools to extend the lib support 2020-06-26 09:32:08 -04:00
Orta Therox
b717cfe2f1 Adds compiler options to the test page 2020-06-26 06:56:14 -04:00
Orta Therox
3237250330 Fix a crash in getValidSourceFile when the text content is empty 2020-06-18 09:21:07 -04:00
Orta Therox
bb69053ca5 Adds support for error messages to include a reference to require 2020-06-12 13:34:21 -04:00
Alex Dima
778ace10c0
Strip sourceMappingURL directives 2020-04-25 14:19:49 +02:00
Alexandru Dima
61a0941817
Merge pull request #57 from orta/bundle_libs
Ensure that the default es2015 libraries include dom, webworker, and scripthost
2020-03-02 17:48:25 +01:00
Alex Dima
35454d834d
Add a note to all generated files 2020-03-02 17:46:10 +01:00
Orta Therox
e0992c9470 Update the lib generator instead of editing the libn file directly 2020-03-01 12:39:42 -05:00
Orta Therox
05f3891fd1 Bump the TypeScript version, and fix the changes to the monaco API 2020-02-29 18:17:05 -05:00
Orta Therox
4fefe8993f Ensure that the default es2015 libraries include dom, webworker, and scripthost 2020-02-28 10:42:01 -05:00
Alexandru Dima
6d49c51b83
Merge pull request #56 from orta/allow_access_to_dts
Allow access to read files which workers host, notably the default dts
2020-02-17 16:57:11 +01:00
Alex Dima
aee134f9c1
Add API to .d.ts 2020-02-17 16:56:39 +01:00
Alexandru Dima
d7dfa0431f
Merge pull request #55 from orta/es2015
Bump default dts to 2015
2020-02-17 16:52:46 +01:00
Orta Therox
a5b927fca1 Allow access to read files which workers host, notably the default dts 2020-02-15 13:50:30 -05:00
Orta Therox
950c06f26e Bump default dts to 2015 2020-02-13 21:47:01 -05:00
Alex Dima
887411e17c
Adopt editor breaking changes around WorkspaceTextEdits 2020-02-10 23:34:53 +01:00
Alex Dima
dd8427dac0
3.7.0 2020-02-10 23:25:25 +01:00
Alex Dima
a9bc75441d
update deps & TS version 2020-02-10 23:25:04 +01:00
Alexandru Dima
e623bb9f76
Add types for TypeScriptWorker and missing LanguageServiceDefault… (#54)
Add types for TypeScriptWorker and missing LanguageServiceDefaults methods
2020-01-23 10:00:37 +01:00
Alex Dima
b8b1a20578
Remove .d.ts generation also from esm variant 2020-01-23 09:59:03 +01:00
Alex Dima
3b7054deed
Ensure types stay in sync (check that the API is implemented) 2020-01-23 09:58:36 +01:00
Alex Dima
6a5f2c1d98
Remove synchronous methods that cannot be proxied 2020-01-23 09:48:38 +01:00
Elizabeth Craig
0d4ee9bd62 No generated declaration files 2020-01-22 15:28:24 -08:00
Elizabeth Craig
1ff72394c1 Only include a few interfaces 2020-01-22 02:13:42 -08:00
Elizabeth Craig
3f8210652c Add types for TypeScriptWorker and some missing methods from LanguageServiceDefaults 2020-01-22 00:46:17 -08:00
Alexandru Dima
0c05f6af28
Removes trailing comma in the tsconfig (#53)
Removes trailing comma in the tsconfig
2019-12-21 15:10:12 +01:00
Orta
f9b88b3fb8
Update tsconfig.json 2019-12-21 08:06:11 +00:00
Alex Dima
b7f134d98b
3.6.1 2019-12-20 21:04:04 +01:00
Alex Dima
11abbeebb2
Avoid huge .d.ts files 2019-12-20 21:03:59 +01:00
Alex Dima
cdf8b88e35
3.6.0 2019-12-20 20:30:13 +01:00
Alex Dima
14fbd7c2e0
Keep idle models, do not terminate worker on idle (fixes microsoft/monaco-editor#1310) 2019-12-20 20:28:33 +01:00
Alex Dima
e4ab9e4360
Adopt strict checking (fixes microsoft/monaco-editor#1715) 2019-12-20 19:47:49 +01:00
Alex Dima
483a447093
Add a reset sample button 2019-12-17 16:04:58 +01:00
Alexandru Dima
72321822f4
register multiple extra libs at once (#24)
register multiple extra libs at once
2019-12-17 15:57:30 +01:00
Alex Dima
1f15497486
Merge remote-tracking branch 'origin/master' into pr/DenysVuika/24 2019-12-17 15:56:31 +01:00
Alex Dima
07cbd6dacb
Update deps 2019-12-17 14:11:48 +01:00
Alex Dima
4f6fa314b0
Switch to terser 2019-12-17 14:08:46 +01:00
Alex Dima
9092951419
Do not bundle typescriptServices in tsMode 2019-12-17 14:00:38 +01:00
Alexandru Dima
92762e4a36
Merge pull request #52 from kisstkondoros/patch-1
Add documentation to signature help
2019-12-17 13:42:04 +01:00
Alexandru Dima
4228d13957
Update TypeScript to 3.7.2 (#51)
Update TypeScript to 3.7.2
2019-12-17 13:41:22 +01:00
Alex Dima
75b57d7643
Remove hack 2019-12-17 13:40:01 +01:00
Alex Dima
9f9255e30e
Merge remote-tracking branch 'origin/master' into pr/katis/51 2019-12-17 11:00:50 +01:00
Alexandru Dima
33e9ac3a88
Merge pull request #50 from ecraig12345/types
Generate and publish typings for package
2019-12-17 10:48:01 +01:00
Alexandru Dima
40dcf9d8a0
Merge pull request #49 from ecraig12345/remove-require
Remove another require call
2019-12-17 10:45:35 +01:00
Alexandru Dima
2bbb4ed4b9
Provide related information to diagnostics (#48)
Provide related information to diagnostics
2019-12-17 09:00:37 +01:00
Alex Dima
fd244a1577
Merge remote-tracking branch 'origin/master' into pr/spahnke/48 2019-12-17 08:59:09 +01:00
Alexandru Dima
92c4b95f7e
Merge pull request #47 from spahnke/mark-unnecessary
Adopt monaco.MarkerTag API
2019-12-17 08:56:49 +01:00
Alexandru Dima
e91b33e295
Add support to ignore certain diagnostics (#46)
Add support to ignore certain diagnostics
2019-12-17 08:55:09 +01:00
Tamas Kiss
6e6f809173
Add documentation to signature help
Resolves microsoft/monaco-editor#1698
2019-12-07 11:51:36 +01:00