Commit Graph

70 Commits (1a70afe692c0e79f3e9f8db9e7776af24f7b5098)

Author SHA1 Message Date
Jake Bailey ddbd09d044 Also remove 'this' regex 2 years ago
Jake Bailey 416b686d69 Remove regex replacements from import-typescript 2 years ago
Jake Bailey d63c89d832 Use typescript.js as source for typescriptServices 2 years ago
Remco Haszing d1b144b37b
Fix MonacoEnvironment types
Some attempts were made in the past to fix it, but they don’t actually
work, as they don’t override the global Window interface.

Fixes #2958
3 years ago
Alex Dima 208f9218f9
Add smoketest for esbuild packaging 3 years ago
Alex Dima c0b99e4785
Remove CommonJS export pattern 3 years ago
Alex Dima eed1e1cf27
Fix script for esbuild sample which cannot import `.ts` files 3 years ago
Henning Dieterichs 4bf3b49c41
Convert build scripts to JavaScript. 3 years ago
Alex Dima 7138fd1ffb
Inline `metadata.js` in `dev-setup.js` 3 years ago
Alex Dima 3a6cbe0787
Avoid using `metadata.js` in `build.js` 3 years ago
Henning Dieterichs 69809452a8
Don't load monaco.contribution.ts twice.
Fixes #2866, #2931.
3 years ago
Henning Dieterichs 91edee5791
Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths 3 years ago
Henning Dieterichs 9eb7c18143
Don't load editor api from global API but use require directly. 3 years ago
Alex Dima 1134d5e82b
ESM: Do not append the `.js` suffix to imports if it's already there 3 years ago
Alex Dima 9fac3918b2
Adopt the new `editor/contrib` layering rules in the esm metadata generation 3 years ago
Alex Dima 3aebbb1c42
Fail the build when there is a TS compilation error 3 years ago
Alex Dima a8878c8cfe
Fix #2843 3 years ago
Alexandru Dima ad4a942460
Fixes #2815: Remove `require` reference in `typescriptServices` 3 years ago
Alex Dima 0abbb2be7d
Ship a metadata in the esm folder which can help the webpack plugin 3 years ago
Alex Dima 776353f3e3
Remove unused script 3 years ago
Alex Dima 233ecd49b1
Fix paths for running the website from source (#2807) 3 years ago
Alex Dima 6b2f528d9f
Create `generated` directory if necessary (fixes #2807) 3 years ago
Alex Dima 1f9655af22
Read the latest published version from npm, do not rely on `package.json` (fixes #2800) 3 years ago
Alex Dima 37f12e39a3
Add check that there are samples for each language 3 years ago
Alex Dima bbaa2d846d
Do not check in generated samples file 3 years ago
Alex Dima 91c9c0cec3
Ignore generated files 3 years ago
Alex Dima 979d6a1b26
Do not duplicate samples 3 years ago
Alex Dima cad7e90951
Move typedoc files to `/website/typedoc` 3 years ago
Alex Dima d9013a86c4
Move website files to `/website/` 3 years ago
Alex Dima 430d8e6e17
Move test pages to `/test/manual/` 3 years ago
Alex Dima 207f0cf42a
Move website task out of `gulp` 3 years ago
Alex Dima 240b684846
Move `simpleserver` script off of `gulp` 3 years ago
Alexandru Dima a06e20f8fe
Merge pull request #2776 from microsoft/alex/release-script
Move release script off of `gulp`
3 years ago
Alex Dima cf27b4665e
Move release script off of `gulp` 3 years ago
Orta 1b8bf663ae Expose full ts object to global ts 3 years ago
Alex Dima 68d7a125ad
Run prettier after importing editor in `webpack-plugin` 3 years ago
Alex Dima e1481e0174
small tweaks 3 years ago
Alex Dima ed1ee25b7b
Update all dependencies 3 years ago
Alex Dima 7286264340
Move script to `/build/` 3 years ago
Alex Dima e8dabe034a
Add pre-commit hooks 3 years ago
Alex Dima edb439d4f6
Run `prettier` 3 years ago
Alex Dima c3ac455fd2
Remove unused functions 3 years ago
Alex Dima 0f7286cf55
Move basic languages sources to `/src/` 3 years ago
Alex Dima d5e3af3744
Move out remaining files from `monaco-typescript` 3 years ago
Alex Dima 8b4f06b8c5
Move typescript sources to `/src/` 3 years ago
Alex Dima c41a5ce8aa
Move json sources to `/src/` 3 years ago
Alex Dima a8df4018f1
Move html sources into `/src/` 3 years ago
Alex Dima b3f2986d69
Move css sources into `/src/` 3 years ago
Alexandru Dima 6b2860b7b0
Simplify `buildAMD` usages 3 years ago
Alexandru Dima 0278fd481d
Add Copyright Header to release bits 3 years ago