Commit Graph

3191 Commits (52d3b7ed6d2f1e74a19b5aaa91c2a40ff36c0a70)
 

Author SHA1 Message Date
Henning Dieterichs 52d3b7ed6d
Merge pull request #3887 from dneto0/add-wgsl
Avoid a hack in the WGSL lexer
2 years ago
Henning Dieterichs 358be7cd03
Merge pull request #3933 from titouanmathis/main
[Webpack Plugin] Fix CJS being injected in ESM files
2 years ago
Henning Dieterichs 28e6548d15
Merge pull request #3931 from microsoft/dependabot/npm_and_yarn/yaml-and-htmlnano-2.2.2
Bump yaml and htmlnano
2 years ago
Henning Dieterichs c6bec62c33
Merge pull request #3939 from microsoft/hediet/b/funny-barracuda
0.38.0
2 years ago
Henning Dieterichs 0e330ae453
0.38.0 2 years ago
Henning Dieterichs 3c860ee758
Merge pull request #3934 from microsoft/hediet/b/comparable-wildebeest
Retry failed compilation due to http 500 errors
2 years ago
Henning Dieterichs 6b9d289ce3
Retry failed compilation due to http 500 errors 2 years ago
Titouan Mathis 424abe722e
Fix CJS being injected in ESM files
Fix #2735
2 years ago
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>
2 years ago
Henning Dieterichs b61f404730
Merge pull request #3924 from kisstkondoros/fix/3923
Fix reference error in convert method of OutlineAdapter
2 years ago
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
2 years ago
David Neto 6163a51770
Merge branch 'main' into add-wgsl 2 years ago
Henning Dieterichs 8270c45a38
Merge pull request #3911 from microsoft/hediet/b/regulatory-basilisk
Implements reload command
2 years ago
Henning Dieterichs 68f779a782
Merge pull request #3912 from microsoft/hediet/b/defensive-platypus
Escape $ in template strings
2 years ago
Henning Dieterichs 7d75202fb5
Escape $ in template strings 2 years ago
Henning Dieterichs ba68ad0693
Implements reload command 2 years ago
Henning Dieterichs 2f51994ab5
Merge pull request #3901 from microsoft/hediet/b/remaining-felidae
Fixes broken website.
2 years ago
Henning Dieterichs 2b2cfac8fa
Fixes broken website. 2 years ago
Henning Dieterichs 8983c59033
Merge pull request #3900 from microsoft/hediet/b/moral-scorpion
Adds reload action (Ctrl+Enter)
2 years ago
Henning Dieterichs cd9da2d1c3
Merge pull request #3899 from microsoft/hediet/b/insufficient-earthworm
Implements "set from ..." feature and updates some samples
2 years ago
Henning Dieterichs ebfddbd4fb
Adds reload action (Ctrl+Enter) 2 years ago
Henning Dieterichs ce36afc6c5
Adds forgotten dispose & implements undo 2 years ago
Henning Dieterichs 225be1f83c
Fixes lockfile. 2 years ago
Henning Dieterichs 47ecf09c2c
Implements "set from ..." feature and updates some samples 2 years ago
Henning Dieterichs af0106a971
Merge pull request #3896 from microsoft/hediet/b/vicarious-sloth
Playground improvements
2 years ago
Henning Dieterichs e3b1a47554
Playground improvements 2 years ago
Henning Dieterichs 20a8d5a651
Merge pull request #3892 from microsoft/hediet/b/radical-python
0.37.1
2 years ago
Henning Dieterichs d04d8188c9
0.37.1 2 years ago
Henning Dieterichs e0f314294d
Merge pull request #3890 from microsoft/hediet/b/bewildered-swordtail
Don't load monaco editor in fullscreen
2 years ago
Henning Dieterichs c526b6bf0b
Merge pull request #3889 from microsoft/hediet/b/characteristic-rabbit
Implements option to disable auto-reload
2 years ago
Henning Dieterichs 842214b80e
Don't load monaco editor in fullscreen 2 years ago
Henning Dieterichs 29bf7f9a91
Implements option to disable auto-reload 2 years ago
Henning Dieterichs 1c6f48aa7d
Merge pull request #3879 from microsoft/hediet/webcomponent-bugfix
Fixes webcomponent sample for local development
2 years ago
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.
2 years ago
Henning Dieterichs 14a92401d7
Merge pull request #3886 from microsoft/hediet/b/difficult-puma
Updates playwright
2 years ago
Henning Dieterichs e8e3ac9ac1
Updates playwright 2 years ago
Henning Dieterichs 74fb36aa50
Merge pull request #3884 from dneto0/add-wgsl
Add WebGPU Shading Language tokenizer, with tests
2 years ago
Henning Dieterichs 20c3f8ff1e
Merge pull request #3885 from microsoft/hediet/b/shared-marmot
0.37.0 release
2 years ago
Henning Dieterichs 6c77360f6b
Sets tsc target to fix playground compile issues 2 years ago
Henning Dieterichs 044810afa9
0.37.0 release 2 years ago
David Neto 3724eefaf5 Add WebGPU Shading Language tokenizer, with tests
Fixes: #3883
2 years ago
Henning Dieterichs 689a4b89b2
Merge pull request #3882 from microsoft/hediet/b/monaco-editor-core-bugfix
Adopts latest monaco-editor-core
2 years ago
Henning Dieterichs b61b4d70e3
Adopts latest monaco-editor-core 2 years ago
Henning Dieterichs 4244bc3a06
Merge pull request #3866 from miloush/main
Include .xsd and .xslt as an XML extension
2 years ago
Henning Dieterichs f5b50400fc
Merge pull request #3878 from microsoft/hediet/bracket-matching
Fixes #3534
2 years ago
Henning Dieterichs 4886e1da08
Fixes webcomponent sample for local development 2 years ago
Henning Dieterichs f8c175d0c4
Fixes #3534 2 years ago
Jan Kučera 08f81975c8
Include .xsd and .xslt as an XML extension. 2 years ago
Henning Dieterichs e531b5c337
Merge pull request #3860 from tamayika/feature/ts5
Change moduleResolution to node16 and adopt TS 5.0
2 years ago
Henning Dieterichs 8eed80bf5e
Merge pull request #3848 from tamayika/feature/custom-keybinding-example
Add custom keybinding example
2 years ago