Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make tsserver and typingsInstaller thin wrappers around public API#55326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jakebailey merged 14 commits intomicrosoft:mainfromjakebailey:thin-tsserver-wrapper
Mar 15, 2024
Merged
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
1aa4d3a
Make tsserver a thin wrapper around tsserverlibrary
jakebaileyAug 9, 2023
7d7f531
Merge branch 'main' into thin-tsserver-wrapper
jakebaileyDec 11, 2023
8318c80
fmt
jakebaileyDec 11, 2023
f693e45
Merge branch 'main' into thin-tsserver-wrapper
jakebaileyJan 20, 2024
af14919
Merge branch 'main' into thin-tsserver-wrapper
jakebaileyMar 8, 2024
fde5d2f
Rework a little
jakebaileyMar 8, 2024
9ffd92c
yay node 14
jakebaileyMar 8, 2024
7184143
now do typingsInstaller
jakebaileyMar 8, 2024
dcf3c70
Revert eslint config
jakebaileyMar 8, 2024
40601ab
Simplfy terms
jakebaileyMar 8, 2024
273e354
Update Herebyfile.mjs
jakebaileyMar 15, 2024
a4c977f
Merge branch 'main' into thin-tsserver-wrapper
jakebaileyMar 15, 2024
1e5fd9d
Restore namespace files and pass through namespaces
jakebaileyMar 15, 2024
68b5ef5
Revert "Restore namespace files and pass through namespaces"
jakebaileyMar 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
yay node 14
  • Loading branch information
@jakebailey
jakebailey committedMar 8, 2024
commit9ffd92c61153377aa54383fff54e3560e5b1bca7
4 changes: 2 additions & 2 deletionsHerebyfile.mjs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -211,7 +211,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) {

if (taskOptions.useTypeScriptPublicAPI) {
options.external = ["./typescript.js"];
options.plugins||= [];
options.plugins= options.plugins || [];
options.plugins.push({
name: "remap-typescript-to-require",
setup(build) {
Expand DownExpand Up@@ -249,7 +249,7 @@ function createBundler(entrypoint, outfile, taskOptions = {}) {
const toCommonJsRegExp = /var __toCommonJS .*/;
const toCommonJsRegExpReplacement = "var __toCommonJS = (mod) => (__copyProps, mod); // Modified helper to skip setting __esModule.";

options.plugins||= [];
options.plugins= options.plugins || [];
options.plugins.push(
{
name: "post-process-exports",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp