Skip to content
#

TypeScript

typescript logo

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 65,546 public repositories matching this topic...

lucacasonato
lucacasonato commented Apr 10, 2021

Currently we implement our own data url parsing in the data_url_media_type function in the lsp: https://github.com/denoland/deno/blob/1ed95120225eb3d7c9adeadcc3b1f610dbe55b7e/cli/lsp/urls.rs#L52-L61

We also implement a slightly different parser in the module loader: https://github.com/denoland/deno/blob/8d55d8b6be8731d37ccf6a29127b3a91a8319d0b/cli/file_fetcher.rs#L156-L188

Both of these cu

angular
storybook
pantelispanayiotou
pantelispanayiotou commented Apr 13, 2021

Describe the bug
When i pass an array with colors inside and i have two or more identical colors then the error occurs and some values are getting duplicated on rerenders.

To Reproduce
Steps to reproduce the behavior:

  1. Use ColorItem with one or more identical colors

Expected behavior
ColorItems should not be duplicated or at least provide an o

vuetify
adambullmer
adambullmer commented Apr 6, 2021

Environment

Vuetify Version: 2.4.9
Vue Version: 2.6.12
Browsers: Chrome 89.0.4389.114
OS: Mac OS 11.2.3

Steps to reproduce

See typescript error concerning VAppBarTitle on the line import { VApp, VAppBarTitle } from "vuetify/lib";

Module '"vuetify/lib"' has no exported member 'VAppBarTitle'. Did you mean to use 'import VAppBarTitle from "vuetify/lib"' instead
aniu2016
aniu2016 commented Sep 2, 2020

相关平台

H5

浏览器版本: Mozila/5.0 (Linux;Android 9;V1938CT Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML,like Gecko)Chrome/62.0.3202.84 Mobile Safari/537.36 VivoBrowser/8.2.16.1
使用框架: React

复现步骤

在此系统自带的浏览器上, 随机无规律(暂时没找到规律) 部分element显示, 部分element不显示, 刷新后出现的问题也是一致, 在其他手机上(如iphone 6s ios13.3 iphone XSmax 13.6 小米...)

NativeScript
vslugin
vslugin commented Feb 10, 2021

First

When run command pip install six return error because pip is not installed. In result resolved commands brew install python; pip3 install six

Second

Before brew cask install <SOMETHING> return error Error: Unknown command: cask. Resolved by use commands without cask: brew install `

Both cases is not obvious for users which not used homebrew before (MacOS Big

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

editor.js
muster-mark
muster-mark commented Apr 8, 2021

This package seems to polyfill window.Promise, regardless of whether window.Promise already exists. This is causing problems as we are using and relying on our own polyfill (bluebird.js), but this is being replaced if I call new EditorJS().

Created by Microsoft

Released October 1, 2012

Latest release 9 days ago

Repository
Microsoft/TypeScript
Website
www.typescriptlang.org
Wikipedia
Wikipedia

Related Topics

es6 javascript language nodejs