Code Monkey home page Code Monkey logo

runebook's People

Contributors

runebookdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

runebook's Issues

ja/typescript/7d3c07f60789aec8bf6b6718acaa48138f0167f9/87

Some kinds of declarations can be combined across multiple declarations. For example, class C { } and interface C { } can co-exist and both contribute properties to the C types.

一部の種類の宣言は、複数の宣言にまたがって組み合わせることができます。 たとえば、class C { }interface C { } は共存でき、両方とも C型にプロパティを提供します。

ja/typescript/625382271b526d5909aa39a000a69074afb94c9c/8a

Finally, let’s extend the example one last time with classes. TypeScript supports new features in JavaScript, like support for class-based object-oriented programming.

最後はクラスを使って拡張する例です。 TypeScriptは、クラスベースのオブジェクト指向プログラミングにおける JavaScriptの新機能をサポートします。

ja/typescript/646cf6b60f19ec39b9a348c993659c06af5ff17e/87

Use declare var to declare variables. If the variable is read-only, you can use declare const. You can also use declare let if the variable is block-scoped.

declare var で変数を宣言します。 変数が読み取り専用の場合は、 declare const にします。 変数がブロックスコープの場合は、 declare let を使用できます。

ja/vue/1f1f3fe63ade848d4b754b1fabc84dc4fa1c76f2/52

Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.

Vue( viewと同様に/vjuː/と発音)は、ユーザーインターフェイスを構築するためのプログレッシブフレームワークです。 他のモノリシックフレームワークとは異なり、Vueは徐々に採用できるようにゼロから設計されています。 コアライブラリはビューレイヤーのみに焦点を当てており、他のライブラリや既存のプロジェクトを簡単に選択して統合できます。 一方、Vueは、 モダンツールサポートライブラリ を組み合わせて、洗練されたシングルページアプリケーションを完全に機能させることができます。

ja/typescript/0dc358ce5550ca2f28f0b4972670dc958c4e4327/4d

A polymorphic this type represents a type that is the subtype of the containing class or interface. This is called F-bounded polymorphism. This makes hierarchical fluent interfaces much easier to express, for example. Take a simple calculator that returns this after each operation:

ポリモーフィックな this 型は、包含するクラスまたはインターフェースのサブタイプである型を表す。 これを F-Bounded Polymorphism と呼びます。 これにより、例えば階層的な流れるようなインターフェースを表現しやすくなります。 各操作の後に this を返す簡単な計算機を考えてみましょう。

ja/typescript/cb0aa408a6fabdf5fe7f3f24ac365f674b565f27/cb

Notice that although there were errors, the greeter.js file is still created. You can use TypeScript even if there are errors in your code. But in this case, TypeScript is warning that your code will likely not run as expected.

エラーがありましたが、greeter.jsファイルは作成されました。 コードにエラーがある場合でも、TypeScriptを使用できます。 しかし、この場合、TypeScriptはコードが期待どおりに実行されない可能性があることを警告します。

ja/typescript/9c538d5dd6bb04252a1e101d363501930cb1f96c/01

We used a .ts extension, but this code is just JavaScript. You could have copy/pasted this straight out of an existing JavaScript app.

ファイル名に .ts 拡張子を使用しましたが、このコードは単なる JavaScript です。 これを既存の JavaScript アプリケーションから直接コピー/ペーストすることもできます。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.