Alex Dima
d729e50521
Fix standalone editor gulp scripts.
...
Tree Shaking:
- do not proceed with tree shaking when there are compilation errors
- load .d.ts files in the language service
- adopt TS 3.1.1 in symbol resolution
- use the real tsconfig.json / with "node" resolution
Bundling:
- fix issue where files were being looked for in out-build instead of out-editor-build
2018-10-10 11:09:29 +02:00
Benjamin Pasero
6607a81c12
debt - do not use deprecated Buffer() ctor
2018-08-22 10:42:36 +02:00
Alex Dima
dd2a752c09
Don't ship unnecessary files in /esm/
2018-08-12 15:48:15 +02:00
Alex Dima
3c7b9a8c55
Create the ESM distribution from the tree shaken sources
2018-08-12 15:46:32 +02:00
Alex Dima
09ec2eb1e4
Use the new optimize-editor task
2018-07-20 11:26:32 +02:00
Alex Dima
5a52c24f11
Add an alternative optimize-editor task
2018-07-20 11:26:31 +02:00
Alex Dima
d8e13dc717
Add a compile-editor-build task
2018-07-20 11:26:31 +02:00
Alex Dima
03103a4f66
Add extract-editor-src with treeshaking task
2018-07-20 11:26:31 +02:00
Erich Gamma
afbf447ccd
Fix for #53710 adopt TS support for checking JSON files
2018-07-06 15:13:44 +02:00
Alex Dima
df15f84236
Have esm/vs/editor/editor.api.d.ts be an external module ( Microsoft/monaco-editor#871 )
2018-05-15 11:17:11 +02:00
Alex Dima
6bf2e72541
Fixes Microsoft/monaco-editor#770
2018-04-25 11:47:01 +02:00
Johannes Rieken
5365e9d823
Revert "use cp.fork"
...
This reverts commit 161073b23f .
2018-04-05 14:36:21 +02:00
Johannes Rieken
e1f94c6302
explain magic
2018-04-05 11:33:28 +02:00
Johannes Rieken
161073b23f
use cp.fork
2018-04-05 11:33:12 +02:00
Johannes Rieken
03eb7931ae
add monaco-typecheck tasks and add them to the compile/watch tasks
2018-04-05 10:00:50 +02:00
Alex Dima
d0eaa02c0a
Better support for ESM workers
2018-03-15 14:44:36 +01:00
Alex Dima
66091601a5
Ship editor in ESM format
2018-03-15 14:44:15 +01:00
Benjamin Pasero
a23edada50
debt - avoid deprecated Buffer ctors
2018-02-26 13:09:54 +01:00
Joao Moreno
c9fc911330
fix formatting
2018-02-12 12:40:53 +01:00
Erich Gamma
5e41d2aafb
enable checkJS
2018-02-01 14:39:12 +01:00
Alex Dima
ffa4402b08
More packaging fixes for the standalone editor
2017-06-30 18:04:22 +02:00
Alex Dima
6d40eb25dc
Fix standalone editor packaging task
2017-06-30 17:54:51 +02:00
Alex Dima
b3c009ba19
More layering clean-up
2017-06-19 12:10:43 +02:00
Alex Dima
aeb466bdee
Do not inline large SVGs ( Fixes Microsoft/monaco-editor#336 )
2017-01-26 14:17:57 +01:00
Alex Dima
a2477d9a60
Move /build/gulpfile.common to /build/lib/optimize.ts
2016-10-20 15:00:01 +02:00
Alex Dima
9c70ea1302
No need to compile extensions when doing an editor build
2016-10-19 17:22:49 +02:00
Alex Dima
b457326a02
Remove no longer used code (due to vs/languages removal)
2016-10-07 17:55:50 +02:00
Alex Dima
4aa1c3c621
Don't ship unused languages
2016-09-21 11:14:48 +03:00
Alex Dima
72ef20b5b3
Improve monaco-editor-core bundling
2016-09-18 23:05:42 +03:00
Alex Dima
fa48339ae2
monaco-editor-core no longer ships any built-in languages
2016-09-18 11:50:11 +03:00
Joao Moreno
9da8d35954
publish extension sourcemaps
...
fixes #10994
2016-09-13 09:42:11 +02:00
Alex Dima
508585691b
Don't ship the changelog with monaco-editor-core
2016-09-06 21:19:25 +02:00
Alex Dima
bbcd753c7d
Do not ship defineKeybinding resources in standalone editor
2016-09-05 15:39:27 +02:00
Alex Dima
22306fd270
Fixes Microsoft/monaco-editor#148 : Force css loader plugin to inline images as base64 for the monaco editor
2016-08-31 16:17:00 +02:00
Martin Aeschlimann
57c83e75af
Fix in standalone editor build script - remove standaloneLanguages2
2016-06-26 13:11:08 +02:00
Alex Dima
f58ec3ae00
monaco-editor-core v0.5.0
2016-06-24 12:37:07 +02:00
Alex Dima
7a8b9e9b02
The editor cannot be shipped without third party OSS anymore
2016-06-24 12:32:30 +02:00
Alex Dima
9184a301c0
marked now needs to be shipped in monaco-editor-core due to 51f2d539a6
2016-06-24 12:30:53 +02:00
Alex Dima
07607511db
Ship README.md with monaco-editor-core
2016-06-09 11:20:03 +02:00
Alex Dima
8ad5ab52b7
Wrap 3rd party code to make it clear in minified files
2016-06-09 10:50:19 +02:00
Alex Dima
03cfd18a68
Add analyze-editor-distro task
2016-06-08 20:59:08 +02:00
Alex Dima
90eb74e313
Delete code that was extracted to other repos
2016-06-08 10:17:51 +02:00
Alex Dima
bb7358555b
Inline small svg/png images when bundling editor
2016-06-07 18:46:56 +02:00
Alex Dima
634ebbb123
monaco-editor: add monaco.languages.setMonarchTokensProvider
2016-06-06 16:44:44 +02:00
Alex Dima
0e81224179
Further fixes to gulpfile.editor
2016-05-31 16:37:47 +02:00
Alex Dima
33771bbfaa
Fix build/gulpfile.editor
2016-05-31 16:32:24 +02:00
Alex Dima
7ec0f25030
Improve editor-distro gulp task
2016-05-31 16:31:35 +02:00
Alex Dima
545af1f16c
Remove vs/text loader plugin
2016-05-23 20:03:41 +02:00
Alex Dima
7c1c26a31a
Fixes #4942 : Tweak typescript bundling definitions
2016-04-08 17:36:30 +02:00
Joao Moreno
b027a0c492
fix up lint errors, cleanup build folder
2016-03-07 12:56:32 +01:00