Commit graph

3481 commits

Author SHA1 Message Date
Joyce Zhu
12a978900a
Update import path for browser-esm-webpack-small 2022-11-08 23:51:44 -05:00
Ladislau Szomoru
c49fcab8f0
Merge pull request #3398 from microsoft/hediet/pure-junglefowl
Adds pipeline.yml
2022-11-08 15:54:59 +01:00
Henning Dieterichs
6fe0852863
Adds pipeline.yml 2022-11-08 15:44:08 +01:00
Thomas Zilz
0b59e74a02 Resolve URIs with special characters correctly 2022-11-03 15:29:19 +00:00
Nathan Shively-Sanders
0f8ea46080
Update node types for TS 4.9 RC (#3389)
TS 4.9 RC updates AbortSignal again, and requires a matching upgrade to
`@types/node`. Followup to #3334. Required to compile against TS 4.9 RC
or Typescript nightly builds.
2022-11-02 09:12:50 +01:00
Trey Smith
1aa33634de
Fix possible duplicate of editors in vite sample
In testing the vite sample, I could see duplicate editors created on the screen. From what I can tell, this was due to the if statement checking if editor was null in the `useEffect`. However, the editor variable would not be updated on the first re-render causing a double instance. I adjusted the editor check to be inside the `state dispatch` since it would have the most current information. This seems to have fixed the issue on my end.
2022-11-01 10:29:21 -04:00
Kirill Cherkashin
0d94323b00
Fix broken link in the changelog 2022-10-24 16:16:24 -04:00
Alexandru Dima
bc9e8523b5
Run the publish workflow earlier in the day (#3381) 2022-10-24 12:32:23 +02:00
Alexandru Dima
9375d4ba65
Fix publishing CI (#3375) 2022-10-19 08:58:55 +00:00
Alexandru Dima
6e995f7503
Merge pull request #3356 from jakebailey/redo-require-removal
Remove regex replacements from import-typescript
2022-10-18 21:05:19 +02:00
Alexandru Dima
30a85dbf36
Merge branch 'main' into redo-require-removal 2022-10-18 19:59:21 +02: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
547870b688
Prepare for 0.34.1 (#3367) 2022-10-17 09:28:11 -07:00
Matthew Peveler
d9d70cd349 Add new pgsql 15 functions
Signed-off-by: Matthew Peveler <matt@popsql.com>
2022-10-14 11:16:08 -04:00
Jake Bailey
ddbd09d044 Also remove 'this' regex 2022-10-11 11:02:24 -07:00
Jake Bailey
416b686d69 Remove regex replacements from import-typescript 2022-10-10 21:51:43 -07:00
Jake Bailey
d63c89d832 Use typescript.js as source for typescriptServices 2022-10-10 21:50:50 -07:00
PhilippLe
790b6e743d
Merge branch 'main' into extend-st-extensions-twincat 2022-10-05 12:55:18 +02:00
dependabot[bot]
22698f2c1b
Bump vite from 2.8.6 to 2.9.13 in /samples/browser-esm-vite-react (#3274)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.6 to 2.9.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2022-10-04 17:18:06 +02:00
Remy Suen
54a4e45a10 Fix the color provider's columns
Fix the example so that the document colors' ranges encompass the entire
word.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2022-10-03 12:12:01 -04:00
PhilippLe
a31ea7d6c5
Merge branch 'main' into extend-st-extensions-twincat 2022-09-30 19:57:29 +02:00
Andrew Branch
ab889ff2cc
Update @types/node (#3334) 2022-09-30 15:32:54 +02:00
Alexandru Dima
1575bc8ae9
Improve smoke tests resilience towards slow loading of modes (#3342) 2022-09-30 09:29:53 -04:00
Alexandru Dima
9d4574b10b
Handle case when npm would return an error code (#3340) 2022-09-29 12:53:09 +00:00
DetachHead
50d14789db
add satisfies keyword to typescript 2022-09-29 12:10:32 +10:00
BECKHOFF\PhilippLe
b3883c13af add implements keyword 2022-09-15 15:50:49 +02:00
BECKHOFF\PhilippLe
68b964addf add twincat file support for st 2022-09-15 15:49:35 +02:00
Jeremy Rifkin
9d3404c134
Added AVX 512 types to C++ syntax highlighting 2022-09-02 16:30:59 -04:00
Noel Kim (김민혁)
0ddaffa092
Add CommonJS, ESM extension for TS 2022-08-23 21:04:37 +09:00
Dan Boorstein
7bfc150164
add perl module (.pm) extension
The .pm extension is perl's module or library extension by convention.
2022-08-19 17:27:35 -08:00
Alexandru Dima
35eb0efbc0
Switch to yarn which supports overriding resolutions to address vulnerabilities in dependencies of dependencies (#3242)
* Switch to `yarn` which supports overriding resolutions to address vulnerabilities in dependencies of dependencies

* Go back to npm and use `overrides`
2022-08-12 11:31:04 -04:00
Noel Kim (김민혁)
6223b3b279
Update mysql.ts 2022-08-05 17:03:51 +09:00
Noel Kim (김민혁)
fe0d5f5891
Update mysql.ts 2022-08-05 17:00:51 +09:00
Noel Kim (김민혁)
963ea1edeb
Update mysql.ts 2022-08-05 17:00:30 +09:00
Noel Kim (김민혁)
17daab82e0
Fix single quoted string escape 2022-08-05 16:19:32 +09:00
Henning Dieterichs
9d278685b0
Merge pull request #3230 from microsoft/prepare-release-0.34.0
Update changelog and version.
2022-08-04 16:36:26 +02:00
Henning Dieterichs
5c5bdc5c18
Update changelog and version. 2022-08-04 16:32:46 +02:00
Henning Dieterichs
dddcfabb9d
Merge pull request #3228 from microsoft/hediet/update-link
Update MAINTAINING.md
2022-08-03 18:35:47 +02:00
Henning Dieterichs
9d3b549aa6
Update MAINTAINING.md 2022-08-03 17:56:07 +02:00
Henning Dieterichs
9b2e90e2d9
Merge pull request #3227 from microsoft/hediet/workerManager
Refactors workerManager
2022-08-03 17:38:32 +02:00
Henning Dieterichs
4c5552d6a5
Refactors workerManager 2022-08-03 17:34:31 +02:00
Henning Dieterichs
913ae66ad8
Merge pull request #3057 from bsorrentino/main
Fix issue #2295 - Models with "@" in their name do not resolve as dependencies
2022-08-03 17:31:50 +02:00
Henning Dieterichs
acc3d9a8d0
Merge pull request #3226 from luisscholl-at-software-ag/html-syntax-highlighting-script-type-module
Add script type module syntax highlighting to html
2022-08-03 17:23:49 +02:00
Henning Dieterichs
f90ab429ab
Merge pull request #3052 from mhsdesign/patch-1
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
2022-08-03 14:18:43 +02:00
Henning Dieterichs
12d4d82bdf
Merge pull request #3111 from soof-golan/soof/python-3.10-support
Add Python 3.10 keyword support
2022-08-03 14:18:15 +02:00
Henning Dieterichs
58100e52b8
Merge pull request #3137 from remcohaszing/fix-monaco-environment-types
Fix MonacoEnvironment types
2022-08-03 14:06:34 +02:00
Henning Dieterichs
16d120645d
Merge branch 'main' into fix-monaco-environment-types 2022-08-03 14:03:09 +02:00