monaco-editor-core 0.29.0 → 0.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/ThirdPartyNotices.txt +63 -63
  2. package/dev/bundleInfo.json +951 -951
  3. package/dev/nls.metadata.json +382 -382
  4. package/dev/vs/base/worker/workerMain.js +1 -1
  5. package/dev/vs/editor/editor.main.css +1 -1
  6. package/dev/vs/editor/editor.main.js +1 -1
  7. package/dev/vs/editor/editor.main.nls.de.js +1 -1
  8. package/dev/vs/editor/editor.main.nls.es.js +1 -1
  9. package/dev/vs/editor/editor.main.nls.fr.js +1 -1
  10. package/dev/vs/editor/editor.main.nls.it.js +1 -1
  11. package/dev/vs/editor/editor.main.nls.ja.js +1 -1
  12. package/dev/vs/editor/editor.main.nls.js +1 -1
  13. package/dev/vs/editor/editor.main.nls.ko.js +1 -1
  14. package/dev/vs/editor/editor.main.nls.ru.js +1 -1
  15. package/dev/vs/editor/editor.main.nls.zh-cn.js +1 -1
  16. package/dev/vs/editor/editor.main.nls.zh-tw.js +1 -1
  17. package/dev/vs/loader.js +1 -1
  18. package/esm/vs/editor/editor.api.d.ts +793 -797
  19. package/min/vs/base/worker/workerMain.js +1 -1
  20. package/min/vs/editor/editor.main.css +1 -1
  21. package/min/vs/editor/editor.main.js +1 -1
  22. package/min/vs/editor/editor.main.nls.de.js +1 -1
  23. package/min/vs/editor/editor.main.nls.es.js +1 -1
  24. package/min/vs/editor/editor.main.nls.fr.js +1 -1
  25. package/min/vs/editor/editor.main.nls.it.js +1 -1
  26. package/min/vs/editor/editor.main.nls.ja.js +1 -1
  27. package/min/vs/editor/editor.main.nls.js +1 -1
  28. package/min/vs/editor/editor.main.nls.ko.js +1 -1
  29. package/min/vs/editor/editor.main.nls.ru.js +1 -1
  30. package/min/vs/editor/editor.main.nls.zh-cn.js +1 -1
  31. package/min/vs/editor/editor.main.nls.zh-tw.js +1 -1
  32. package/min/vs/loader.js +1 -1
  33. package/min-maps/vs/editor/editor.main.nls.de.js.map +1 -1
  34. package/min-maps/vs/editor/editor.main.nls.es.js.map +1 -1
  35. package/min-maps/vs/editor/editor.main.nls.fr.js.map +1 -1
  36. package/min-maps/vs/editor/editor.main.nls.it.js.map +1 -1
  37. package/min-maps/vs/editor/editor.main.nls.ja.js.map +1 -1
  38. package/min-maps/vs/editor/editor.main.nls.js.map +1 -1
  39. package/min-maps/vs/editor/editor.main.nls.ko.js.map +1 -1
  40. package/min-maps/vs/editor/editor.main.nls.ru.js.map +1 -1
  41. package/min-maps/vs/editor/editor.main.nls.zh-cn.js.map +1 -1
  42. package/min-maps/vs/editor/editor.main.nls.zh-tw.js.map +1 -1
  43. package/min-maps/vs/loader.js.map +1 -1
  44. package/package.json +1 -1
  45. package/version.txt +1 -1
@@ -1,63 +1,63 @@
1
- THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2
- Do Not Translate or Localize
3
-
4
- This project incorporates components from the projects listed below. The original copyright notices and the licenses
5
- under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted
6
- herein, whether by implication, estoppel or otherwise.
7
-
8
-
9
-
10
- %% nodejs path library (https://github.com/nodejs/node/tree/43dd49c9782848c25e5b03448c8a0f923f13c158)
11
- =========================================
12
- Copyright Joyent, Inc. and other Node contributors.
13
-
14
- Permission is hereby granted, free of charge, to any person obtaining a
15
- copy of this software and associated documentation files (the
16
- "Software"), to deal in the Software without restriction, including
17
- without limitation the rights to use, copy, modify, merge, publish,
18
- distribute, sublicense, and/or sell copies of the Software, and to permit
19
- persons to whom the Software is furnished to do so, subject to the
20
- following conditions:
21
-
22
- The above copyright notice and this permission notice shall be included
23
- in all copies or substantial portions of the Software.
24
-
25
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
28
- NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
29
- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
30
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
31
- USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- =========================================
33
- END OF nodejs path library NOTICES AND INFORMATION
34
-
35
-
36
-
37
-
38
- %% markedjs NOTICES AND INFORMATION BEGIN HERE
39
- =========================================
40
- The MIT License (MIT)
41
-
42
- Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
43
- Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
44
-
45
- Permission is hereby granted, free of charge, to any person obtaining a copy
46
- of this software and associated documentation files (the "Software"), to deal
47
- in the Software without restriction, including without limitation the rights
48
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49
- copies of the Software, and to permit persons to whom the Software is
50
- furnished to do so, subject to the following conditions:
51
-
52
- The above copyright notice and this permission notice shall be included in
53
- all copies or substantial portions of the Software.
54
-
55
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61
- THE SOFTWARE.
62
- =========================================
63
- END OF markedjs NOTICES AND INFORMATION
1
+ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2
+ Do Not Translate or Localize
3
+
4
+ This project incorporates components from the projects listed below. The original copyright notices and the licenses
5
+ under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted
6
+ herein, whether by implication, estoppel or otherwise.
7
+
8
+
9
+
10
+ %% nodejs path library (https://github.com/nodejs/node/tree/43dd49c9782848c25e5b03448c8a0f923f13c158)
11
+ =========================================
12
+ Copyright Joyent, Inc. and other Node contributors.
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a
15
+ copy of this software and associated documentation files (the
16
+ "Software"), to deal in the Software without restriction, including
17
+ without limitation the rights to use, copy, modify, merge, publish,
18
+ distribute, sublicense, and/or sell copies of the Software, and to permit
19
+ persons to whom the Software is furnished to do so, subject to the
20
+ following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included
23
+ in all copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
28
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
29
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
30
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
31
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
32
+ =========================================
33
+ END OF nodejs path library NOTICES AND INFORMATION
34
+
35
+
36
+
37
+
38
+ %% markedjs NOTICES AND INFORMATION BEGIN HERE
39
+ =========================================
40
+ The MIT License (MIT)
41
+
42
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
43
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
44
+
45
+ Permission is hereby granted, free of charge, to any person obtaining a copy
46
+ of this software and associated documentation files (the "Software"), to deal
47
+ in the Software without restriction, including without limitation the rights
48
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49
+ copies of the Software, and to permit persons to whom the Software is
50
+ furnished to do so, subject to the following conditions:
51
+
52
+ The above copyright notice and this permission notice shall be included in
53
+ all copies or substantial portions of the Software.
54
+
55
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61
+ THE SOFTWARE.
62
+ =========================================
63
+ END OF markedjs NOTICES AND INFORMATION