Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

typescript logo

TypeScript

TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.

It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.

Here are 32,625 public repositories matching this topic...

janvennemann
janvennemann commented Nov 12, 2019

Environment

Vuetify Version: 2.1.9
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.97
OS: Mac OS 10.14.6

Steps to reproduce

Use v-alert with prominent and icon attributes when using SVG icon font:

<v-alert prominent type="error" icon="$alert">Test</v-alert>

See reproduction link for a complete example.

Expected Behavior

SVG icons in prom

ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

Learn about typescript

Repository
Microsoft/TypeScript
Website
www.typescriptlang.org
Wikipedia
Wikipedia
Loading…
You can’t perform that action at this time.