Commit Graph

2782 Commits (db5039b702941f2b75bdb367251ec3c8d00a7488)
 

Author SHA1 Message Date
Henning Dieterichs db5039b702
Merge pull request #3001 from andrewbranch/upgrade-ts-node
Upgrade ts-node
3 years ago
Andrew Branch 5e45f78478
Upgrade ts-node 3 years ago
Henning Dieterichs 18bf1f4658
Fixes prettier issue. 3 years ago
Henning Dieterichs 72b7b1ea3b
Merge pull request #2991 from Dan1ve/patch-using-vite-code
Make Vite sample code Firefox compatible
3 years ago
Daniel Veihelmann 3717a26fcb
FIx formatting 3 years ago
Daniel Veihelmann f0c47e6e2d
Make Vite sample code Firefox compatible
The current sample code for "Using Vite" works fine in Chrome, but causes errors in Firefox: 

`Error: import declarations may only appear at top level of a module`

In addition to many errors logged to the console, this also causes subtle bugs in Firefox (e.g. the highlighting in the diff editor didn't work).

The problem appears to be that Firefox requires an explicit `type: module` for the web workers.

The revised implementation for Vite takes this into account and has been tested successfully in Chrome and Firefox.
3 years ago
Alexandru Dima 7826dee4ea
Merge pull request #2970 from microsoft/dependabot/npm_and_yarn/samples/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8 in /samples
3 years ago
dependabot[bot] 2905d317af
Bump follow-redirects from 1.14.7 to 1.14.8 in /samples
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Henning Dieterichs 0fc0cfdab6
Merge pull request #2971 from microsoft/dependabot/npm_and_yarn/samples/browser-esm-parcel/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8 in /samples/browser-esm-parcel
3 years ago
dependabot[bot] 3668ca8977
Bump follow-redirects in /samples/browser-esm-parcel
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Henning Dieterichs 36f7110813
Adopts breaking change in nightly monaco-editor-core. 3 years ago
Henning Dieterichs 0d48f9fec8
Merge pull request #2957 from philipturner/patch-2
Add `@noDerivative` modifier to Swift
3 years ago
Philip Turner c03eee3f55
Update swift.ts 3 years ago
Alex Dima 978cfb4258
Remove esbuild smoke test check for now 3 years ago
Alexandru Dima 726cbbecbc
Merge pull request #2942 from microsoft/alex/smoke-test-esbuild
Add smoke test for packaging using esbuild
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 53feef5cf5
Update to latest 3 years ago
Alex Dima eed1e1cf27
Fix script for esbuild sample which cannot import `.ts` files 3 years ago
Alex Dima 29a2735168
Prepare for 0.32.1 3 years ago
Alex Dima aa75ddccbb
CRLF -> LF 3 years ago
Alexandru Dima d7ac67dbf8
Merge pull request #2939 from microsoft/alex/update-dependencies
Update dependencies
3 years ago
Alex Dima 0bc9ebb914
Fix compilation problem 3 years ago
Alex Dima d8417a5576
Update dependencies 3 years ago
Henning Dieterichs e1570658ec
Update changelog to prepare release of 0.32.0 3 years ago
Henning Dieterichs 46f20da8c2
Update vscode commit 3 years ago
Henning Dieterichs a64cfd6ebb
Updates dependencies 3 years ago
Henning Dieterichs 3e9f3304ce
Run import typescript 3 years ago
Henning Dieterichs 50be61163a
Updates typescript dependency 3 years ago
Henning Dieterichs fa79ad755d
Merge pull request #2929 from ZusorCode/cjs-extension-javascript
Add .cjs extension for javascript files
3 years ago
Henning Dieterichs c9be1b35fb
Merge pull request #2937 from microsoft/hediet/typify-build
Convert build scripts to JavaScript.
3 years ago
Henning Dieterichs 4bf3b49c41
Convert build scripts to JavaScript. 3 years ago
Henning Dieterichs a903ac1afc
Fixes publish github action. 3 years ago
Alex Dima 84665761ff
Simplify `dev-setup.js` 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
Alex Dima f1be014b8f
Remove support for running from `file://` 3 years ago
Alexandru Dima 8b3ac48ea1
Merge pull request #2935 from microsoft/hediet/monaco-editor-core-filler-improvement
Don't load editor api from global API but use require directly.
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
Henning Dieterichs a35721026f
Merge pull request #2934 from microsoft/hediet/gitattributes-normalize-line-endings
Adds .gitattributes to ensure all source files are stored as LF in git.
3 years ago
Henning Dieterichs 24f57fec21
Adds .gitattributes to ensure all source files are stored as LF in git. 3 years ago
Henning Dieterichs 4c068a7b8d
Merge pull request #2926 from popsql/bugfix-workflow-publish
Only run publish workflow on main monaco-editor repo
3 years ago
Tobias Messner f8066b86df Add .cjs extension for javascript files 3 years ago
Matthew Peveler 259196bc1e
Merge branch 'microsoft:main' into bugfix-workflow-publish 3 years ago
Matthew Peveler 7ec6ac210f
Only run publish workflow on main monaco-editor repo
Signed-off-by: Matthew Peveler <matt@popsql.com>
3 years ago
Alex Dima bcc7fd43aa
Add 'Needs More Info Closer' 3 years ago
Alex Dima 4268f423e8
Add locker action 3 years ago
Henning Dieterichs ee5303f9cc
Merge pull request #2924 from philipturner/patch-1
Add @preconcurrency to Swift declaration attributes
3 years ago