Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
angular-cn/packages/compiler-cli/src/ngtsc/path/BUILD.bazel

17 lines
309 B
Python
Raw Normal View History

feat(ivy): introduce concrete types for paths in ngtsc (#28523) This commit introduces a new ngtsc sub-library, 'path', which contains branded string types for the different kind of paths that ngtsc manipulates. Having static types for these paths will reduce the number of path-related bugs (especially on Windows) and will eliminate unnecessary defensive normalizing. See the README.md file for more detail. PR Close #28523
2019-02-01 10:07:34 -08:00
package(default_visibility = ["//visibility:public"])
load("//tools:defaults.bzl", "ts_library")
ts_library(
name = "path",
srcs = glob([
"index.ts",
"src/*.ts",
]),
deps = [
"//packages:types",
"@ngdeps//@types/node",
"@ngdeps//typescript",
],
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 181ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API