angular-cn/packages/core/test/render3
Paul Gschwendtner 5615928df9 build: no longer run tslint from within gulp task (#35800)
Switches our tslint setup to the standard `tslint.json` linter excludes.
The set of files that need to be linted is specified through a Yarn script.

For IDEs, open files are linted with the closest tslint configuration, if the
tslint IDE extension is set up, and the source file is not excluded.

We cannot use the language service plugin for tslint as we have multiple nested
tsconfig files, and we don't want to add the plugin to each tsconfig. We
could reduce that bloat by just extending from a top-level tsconfig that
defines the language service plugin, but unfortunately the tslint plugin does
not allow the use of tslint configs which are not part of the tsconfig project.

This is problematic since the tslint configuration is at the project root, and we
don't want to copy tslint configurations next to each tsconfig file.

Additionally, linting of `d.ts` files has been re-enabled. This has been
disabled in the past and a TODO has been left. This commit fixes the
lint issues and re-enables linting.

PR Close #35800
2020-03-03 09:20:49 -08:00
..
instructions fix(core): remove support for `Map`/`Set` in `[class]`/`[style]` bindings (#35392) 2020-02-14 11:14:43 -08:00
ivy
jit
perf build: no longer run tslint from within gulp task (#35800) 2020-03-03 09:20:49 -08:00
styling_next feat(ivy): Change static priority resolution to be same level as directive it belongs to (#34938) 2020-01-29 15:41:47 -08:00
util
BUILD.bazel
basic_perf.ts
change_detection_spec.ts
common_with_def.ts fix(core): remove side effects from `ɵɵNgOnChangesFeature()` (#35769) 2020-03-03 08:50:03 -08:00
component_ref_spec.ts
component_spec.ts
control_flow_spec.ts
di_spec.ts
domino.d.ts
global_utils_spec.ts refactor(ivy): remove markDirty from global utilities (#34453) 2020-01-30 11:30:32 -08:00
i18n_spec.ts fix(core): better handing of ICUs outside of i18n blocks (#35347) 2020-02-18 12:43:44 -08:00
imported_renderer2.ts
instructions_spec.ts
integration_spec.ts
jit_environment_spec.ts
lifecycle_spec.ts
listeners_spec.ts
load_domino.ts
metadata_spec.ts
node_selector_matcher_spec.ts fix(ivy): add attributes and classes to host elements based on selector (#34481) 2020-02-18 17:18:13 -08:00
outputs_spec.ts
perfCounter_spec.ts
pipe_spec.ts fix(ivy): error in AOT when pipe inherits constructor from injectable that uses DI (#35468) 2020-02-21 12:37:08 -08:00
providers_spec.ts
pure_function_spec.ts
query_spec.ts fix(ivy): queries should match elements inside ng-container with the descendants: false option (#35384) 2020-02-18 17:17:46 -08:00
render_util.ts refactor(ivy): Explicitly pass in `TView` (#35069) 2020-02-04 12:56:47 -08:00
renderer_factory_spec.ts
testing_spec.ts
view_container_ref_spec.ts
view_utils_spec.ts