Skip to content
#

typescript-compiler

Here are 59 public repositories matching this topic...

mischnic
mischnic commented Mar 29, 2022

It would be great if you could try to use the same/compatible dependency version across the swc crates, for example:

[[package]]
name = "swc_cached"
version = "0.1.1"
dependencies = [
 ...
 "dashmap 5.2.0",
]

[[package]]
name = "swc_ecma_loader"
version = "0.29.0"
dependencies = [
 ...
 "dashmap 4.0.2",
]

[[package]]
name = "swc_ecma_transforms_react"
version = "0.100

Разработка ui на React используя как систему сборки только TypeScript Compiler. Примеры кода, инструменты, umd дистрибутив библиотеки material-ui с файлом описания пространств имен глобального объекта

  • Updated Aug 26, 2021
  • TypeScript

Improve this page

Add a description, image, and links to the typescript-compiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typescript-compiler topic, visit your repo's landing page and select "manage topics."

Learn more