Commit Graph

164 Commits (4d3ed6fe284c8e18c785b6af08d63e6246868f61)

Author SHA1 Message Date
Henning Dieterichs 5ccfdf7c02
Restructures out and release folders.
out/amd -> out/languages/amd-tsc
out/release -> out/languages/bundled
release -> out/monaco-editor
2023-02-22 17:39:35 +01:00
Henning Dieterichs eac891f9bf Fixes CI 2022-12-13 17:39:33 +01:00
Alexandru Dima 8fc2ca540c
Add a smoketest for packaging with parcel (#3371)
* Add a smoketest for packaging with parcel

* Prevent parcel from bundling shims for `process` or `buffer`
2022-10-18 19:49:55 +02:00
Alexandru Dima 2b3d8516c6
Bring smoketest scripts together (#3370) 2022-10-18 14:20:09 +02:00
Alexandru Dima 5d653b2569
Smoketest improvements: (#3369)
- Add a smoketest for packaging with vite
- Re-enable the smoketest for packaging with esbuild
- Re-enable the smoketest on webkit
2022-10-18 10:26:38 +02:00
Alexandru Dima a3d4b960c5
Fix unit tests (#3368) 2022-10-17 12:26:21 -07:00
Alexandru Dima 1575bc8ae9
Improve smoke tests resilience towards slow loading of modes (#3342) 2022-09-30 09:29:53 -04:00
Alex Dima 3b048a990b
`var` -> `let` 2022-05-04 11:12:33 +02:00
Alex Dima e36a41dcc4
`var` -> `const` 2022-05-04 11:11:10 +02:00
Alex Dima 0a5975d046
Add manual test for #3011 2022-03-29 12:23:40 +02:00
Alex Dima 978cfb4258
Remove esbuild smoke test check for now 2022-02-07 09:17:15 +01:00
Alex Dima 208f9218f9
Add smoketest for esbuild packaging 2022-02-05 00:55:28 +01:00
Alex Dima aa75ddccbb
CRLF -> LF 2022-02-04 14:02:37 +01:00
Alex Dima 84665761ff
Simplify `dev-setup.js` 2022-02-03 09:32:42 +01:00
Alex Dima 7138fd1ffb
Inline `metadata.js` in `dev-setup.js` 2022-02-02 23:59:13 +01:00
Alex Dima f1be014b8f
Remove support for running from `file://` 2022-02-02 20:24:39 +01:00
Henning Dieterichs 91edee5791
Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths 2022-02-02 17:12:13 +01:00
Alex Dima 75af762db9
Fix paths when running from `file://` 2022-01-27 16:56:54 +01:00
Alex Dima 8f2bc4ac98
Add support to run from source using `tsc -w` 2022-01-27 16:54:45 +01:00
Henning Dieterichs 2a243d07fe
Fixes nightly release 2022-01-24 11:49:42 +01:00
Alex Dima 6e73daa1d2
Remove unstable webkit 2021-12-27 17:45:17 +01:00
Alex Dima fc234d6a57
Add a sample that uses `transform: scale` 2021-12-16 16:08:46 +01:00
Alex Dima f012a2aeee
More cleanup in manual test cases 2021-11-17 16:55:50 +01:00
Alex Dima bbaa2d846d
Do not check in generated samples file 2021-11-17 16:30:11 +01:00
Alex Dima 91c9c0cec3
Ignore generated files 2021-11-17 16:28:37 +01:00
Alex Dima 979d6a1b26
Do not duplicate samples 2021-11-17 16:22:31 +01:00
Alex Dima d33ec7c209
Remove unused manual test pages 2021-11-17 16:15:47 +01:00
Alex Dima 955df228dd
Improve suite name 2021-11-17 00:26:50 +01:00
Alex Dima 7e766abe78
Adjust smoke test which also uses mocha 2021-11-17 00:21:35 +01:00
Alex Dima 41ded74b37
Go back to using `mocha` for unit tests 2021-11-17 00:09:58 +01:00
Alex Dima e425abb5f5
Cross origin web worker support is now builtin 2021-11-16 22:59:38 +01:00
Alex Dima 430d8e6e17
Move test pages to `/test/manual/` 2021-11-16 22:25:24 +01:00
Orta 1b8bf663ae Expose full ts object to global ts 2021-11-16 14:43:02 +00:00
Alex Dima 8971aa0cb8
Check that `ts` is exposed as a global on the typescript worker 2021-11-16 09:49:19 +01:00
Alex Dima 45227a089e
Try to enable smoketests also on webkit 2021-11-15 22:21:38 +01:00
Alex Dima dfe35b15bb
Add webpack as part of the smoketest 2021-11-15 22:16:09 +01:00
Alex Dima db6aec351b
Remove webkit for now (`ubuntu-latest` is missing deps) 2021-11-15 16:00:09 +01:00
Alex Dima 78b2edf1e3
Add smoketest and run it in CI 2021-11-15 15:55:37 +01:00
Alex Dima edb439d4f6
Run `prettier` 2021-11-15 09:37:13 +01:00
Alex Dima 219b9b25eb
Restore basic-languages unit tests 2021-11-13 20:37:28 +01:00
Alex Dima 497507ffee
Move into `monaco-editor` directory 2021-11-05 11:59:13 +01:00
Alex Dima 4a8558dcef
Prepare for 0.30.0 2021-11-05 00:06:15 +01:00
Alex Dima f377e9e7ac
Prepare for 0.29.0 2021-10-08 18:42:13 +02:00
Alexandru Dima 97ff11be97
Merge pull request #2644 from crackalak/feature/shadowdom-aria
Added `ariaContainerElement` to shadow dom test
2021-10-08 18:31:38 +02:00
Henning Dieterichs 563abfd711
Adds option to enable bracketPairColorization and enables typescript inlay hints in test playground. 2021-09-22 12:08:20 +02:00
Dan Hughes ca3790b68c Added `ariaContainerElement` to shadow dom test 2021-08-29 17:12:05 +01:00
Alexandru Dima 14965508c7
update generated files 2021-08-26 16:55:47 +02:00
Henning Dieterichs 97afb2259b
Prepares 0.26.0 release. 2021-07-15 16:43:16 +02:00
SurmaAa 44217a8efe Exposed colors sample update in the playground. 2021-07-03 15:13:08 +02:00
Anthony Martin 91136c816f Add Bicep sample 2021-06-22 13:48:21 +00:00