You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
TypeScript playground pluginhttps://www.typescriptlang.org/v2/dev/playground-plugins/ TypeScript v2 docs is under developmentNew playground has plugin system 🙄It can load local plugin through localhost 🤯
import * as ts from 'typescript/lib/tsserverlibrary'; const factory: ts.server.PluginModuleFactory = (mod: { typescript: typeof ts } ) => { const pluginModule: ts.server.PluginModule = { create: create, }; return pluginModule; } function create (info: ts.server.PluginCreateInfo): ts.LanguageService { return info.languageService; } export = factory; create という名前の関数を用意して、そいつがLanguageServiceを返せばいいだけで
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
タスクランナー Grunt の対抗馬として今年あたりブームがきそうな gulp.js ですが、TypeScript をコンパイルするプラグインが見当たらなかったので作りました。 https://npmjs.org/package/gulp-tsc https://github.com/kotas/gulp-tsc 使い方 npm install --save-dev gulp-tsc して gulpfile.js で以下のように require('gulp-tsc') するだけで使えます。 var gulp = require('gulp'); var typescript = require('gulp-tsc'); gulp.task('compile', function () { gulp.src(['src/**/*.ts']) .pipe(typescript()) .pipe
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く