Commit Graph

3203 Commits (5744a230ae4299afc1b3e4c28a53005391e7dce2)

Author SHA1 Message Date
Henning Dieterichs 5744a230ae
Fixes regexp 2023-06-02 00:52:09 +02:00
Henning Dieterichs c84c0cb8f9
Merge pull request #3992 from microsoft/hediet/b/complex-silverfish
Fixes slow regexp issue
2023-05-31 17:37:59 +02:00
Henning Dieterichs 292c2400a0
Fixes slow regexp issue 2023-05-31 17:19:52 +02:00
Henning Dieterichs 4d4f13ced1
Merge pull request #3945 from dlitsman/issue-3929
Extend the "Rendering Glyphs In The Margin" example to include a transparent color note.
2023-05-31 16:43:10 +02:00
Henning Dieterichs 0c6348a71d
Makes editor on main page writeable. (#3976) 2023-05-26 09:24:54 -07:00
Dmitry Litsman f62e724254 Extend the example to include a transparent color note. 2023-05-06 10:30:03 +01:00
Henning Dieterichs 584584e65b
Merge pull request #3942 from domesticmouse/patch-1
Update `monaco.d.ts` link
2023-05-04 12:30:05 +02:00
Brett Morgan 311eaa4dfb
Update `monaco.d.ts` link
fixes: https://github.com/microsoft/monaco-editor/issues/3941

Linked to node hosted `monaco.d.ts` file as the docs are already linked on the same line.
2023-05-04 06:38:50 +10:00
Henning Dieterichs 496274aae9
Merge pull request #3919 from spahnke/private-identifiers
[JS, TS] Add Monarch support for private identifiers
2023-05-02 14:46:11 +02:00
Henning Dieterichs 265712998d
Merge pull request #3922 from spahnke/weak-hornet
[JS] Add static keyword
2023-05-02 14:43:57 +02:00
Henning Dieterichs 52d3b7ed6d
Merge pull request #3887 from dneto0/add-wgsl
Avoid a hack in the WGSL lexer
2023-05-02 14:39:58 +02:00
Henning Dieterichs 358be7cd03
Merge pull request #3933 from titouanmathis/main
[Webpack Plugin] Fix CJS being injected in ESM files
2023-05-02 14:39:39 +02:00
Henning Dieterichs 28e6548d15
Merge pull request #3931 from microsoft/dependabot/npm_and_yarn/yaml-and-htmlnano-2.2.2
Bump yaml and htmlnano
2023-05-02 14:38:32 +02:00
Henning Dieterichs c6bec62c33
Merge pull request #3939 from microsoft/hediet/b/funny-barracuda
0.38.0
2023-05-02 14:28:00 +02:00
Henning Dieterichs 0e330ae453
0.38.0 2023-05-02 14:17:58 +02:00
Henning Dieterichs 3c860ee758
Merge pull request #3934 from microsoft/hediet/b/comparable-wildebeest
Retry failed compilation due to http 500 errors
2023-04-27 12:47:08 +02:00
Henning Dieterichs 6b9d289ce3
Retry failed compilation due to http 500 errors 2023-04-27 12:33:09 +02:00
Titouan Mathis 424abe722e
Fix CJS being injected in ESM files
Fix #2735
2023-04-26 14:06:05 +02:00
dependabot[bot] 21df16c2da
Bump yaml and htmlnano
Bumps [yaml](https://github.com/eemeli/yaml) and [htmlnano](https://github.com/posthtml/htmlnano). These dependencies needed to be updated together.

Updates `yaml` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)

Updates `htmlnano` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/posthtml/htmlnano/releases)
- [Changelog](https://github.com/posthtml/htmlnano/blob/master/CHANGELOG.md)
- [Commits](https://github.com/posthtml/htmlnano/compare/2.0.3...2.0.4)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: htmlnano
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 19:06:00 +00:00
Henning Dieterichs b61f404730
Merge pull request #3924 from kisstkondoros/fix/3923
Fix reference error in convert method of OutlineAdapter
2023-04-24 12:13:09 +02:00
Tamas Kiss c270d67d6d Fix reference error in convert method of OutlineAdapter
As the result object is about to be created, it can not be referred to when
mapping child items.

This fixes #3923
2023-04-20 11:24:10 +00:00
Sebastian Pahnke d2ec32be72 Add static keyword 2023-04-20 09:37:00 +02:00
Sebastian Pahnke e5366f65e8 Add support for private identifiers 2023-04-18 13:19:33 +02:00
David Neto 6163a51770
Merge branch 'main' into add-wgsl 2023-04-13 12:22:42 -04:00
Henning Dieterichs 8270c45a38
Merge pull request #3911 from microsoft/hediet/b/regulatory-basilisk
Implements reload command
2023-04-13 16:38:39 +02:00
Henning Dieterichs 68f779a782
Merge pull request #3912 from microsoft/hediet/b/defensive-platypus
Escape $ in template strings
2023-04-13 16:36:34 +02:00
Henning Dieterichs 7d75202fb5
Escape $ in template strings 2023-04-13 16:25:34 +02:00
Henning Dieterichs ba68ad0693
Implements reload command 2023-04-13 15:51:41 +02:00
Henning Dieterichs 2f51994ab5
Merge pull request #3901 from microsoft/hediet/b/remaining-felidae
Fixes broken website.
2023-04-07 20:56:55 +02:00
Henning Dieterichs 2b2cfac8fa
Fixes broken website. 2023-04-07 20:44:13 +02:00
Henning Dieterichs 8983c59033
Merge pull request #3900 from microsoft/hediet/b/moral-scorpion
Adds reload action (Ctrl+Enter)
2023-04-07 16:19:07 +02:00
Henning Dieterichs cd9da2d1c3
Merge pull request #3899 from microsoft/hediet/b/insufficient-earthworm
Implements "set from ..." feature and updates some samples
2023-04-07 16:18:54 +02:00
Henning Dieterichs ebfddbd4fb
Adds reload action (Ctrl+Enter) 2023-04-07 13:22:17 +02:00
Henning Dieterichs ce36afc6c5
Adds forgotten dispose & implements undo 2023-04-07 13:17:26 +02:00
Henning Dieterichs 225be1f83c
Fixes lockfile. 2023-04-07 13:16:45 +02:00
Henning Dieterichs 47ecf09c2c
Implements "set from ..." feature and updates some samples 2023-04-07 13:09:42 +02:00
Henning Dieterichs af0106a971
Merge pull request #3896 from microsoft/hediet/b/vicarious-sloth
Playground improvements
2023-04-06 16:42:48 +02:00
Henning Dieterichs e3b1a47554
Playground improvements 2023-04-06 16:30:30 +02:00
Henning Dieterichs 20a8d5a651
Merge pull request #3892 from microsoft/hediet/b/radical-python
0.37.1
2023-04-05 18:22:42 +02:00
Henning Dieterichs d04d8188c9
0.37.1 2023-04-05 17:50:32 +02:00
Henning Dieterichs e0f314294d
Merge pull request #3890 from microsoft/hediet/b/bewildered-swordtail
Don't load monaco editor in fullscreen
2023-04-05 12:57:23 +02:00
Henning Dieterichs c526b6bf0b
Merge pull request #3889 from microsoft/hediet/b/characteristic-rabbit
Implements option to disable auto-reload
2023-04-05 12:54:50 +02:00
Henning Dieterichs 842214b80e
Don't load monaco editor in fullscreen 2023-04-05 12:45:50 +02:00
Henning Dieterichs 29bf7f9a91
Implements option to disable auto-reload 2023-04-05 12:22:20 +02:00
Henning Dieterichs 1c6f48aa7d
Merge pull request #3879 from microsoft/hediet/webcomponent-bugfix
Fixes webcomponent sample for local development
2023-04-05 12:06:35 +02:00
David Neto fb47a0f545 Avoid a hack in the WGSL lexer
This is a non-functioal change.

The current rule for delimiters was silly: it should have been a
character class range (e.g. [ ... ]).

Move delimiter handling into the symbols matcher.
2023-04-04 10:16:27 -04:00
Henning Dieterichs 14a92401d7
Merge pull request #3886 from microsoft/hediet/b/difficult-puma
Updates playwright
2023-04-04 15:56:27 +02:00
Henning Dieterichs e8e3ac9ac1
Updates playwright 2023-04-04 15:41:55 +02:00
Henning Dieterichs 74fb36aa50
Merge pull request #3884 from dneto0/add-wgsl
Add WebGPU Shading Language tokenizer, with tests
2023-04-04 15:15:56 +02:00
Henning Dieterichs 20c3f8ff1e
Merge pull request #3885 from microsoft/hediet/b/shared-marmot
0.37.0 release
2023-04-04 11:08:39 +02:00