Alan Agius
0bb6e82ea4
test: fix tests/angular_devkit/core/json/schema/serializers/schema_benchmark.json file formatting
2021-06-02 09:15:47 +02:00
Joey Perrott
003854257c
build: migrate all file header to use Google LLC rather than Google Inc
2021-04-27 08:35:22 +02:00
Alan Agius
076ab0f11f
refactor: add correct schema keys
...
With this change
- We replace `id` with `$id`, this no longer valid in draft-07.
- Replace all `$schemas` to `http://json-schema.org/draft-07/schema `, this is needed to "pin" the schema to `draft-07`.
More information about `draft-07` can be found https://json-schema.org/draft-07/json-schema-release-notes.html
2021-04-13 10:51:12 -04:00
Alan Agius
f0d18e990e
docs: change sourcemap to source map
...
The latter is more in used in other articules such as:
- https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map
- https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps
2020-12-09 14:36:07 -05:00
Alan Agius
d1adba1347
build: update build_bazel_rules_nodejs to 2.0.2
2020-08-19 16:00:07 +02:00
Filipe Silva
eceb5cdaa6
build: use rules_nodejs 1.6.0 features
...
Contains fixes related to the symlink behaviour inside of bazel. Without it, webpack needs to be configured to be aware of symlinks and preserve the paths.
2020-04-30 15:12:46 -07:00
Keen Yee Liau
e5db6a8ccd
build: BUILD files formatted to have load statements at the top
2020-04-23 10:31:56 -07:00
Filipe Silva
b668cacd45
refactor: use BUILD.bazel instead of BUILD
...
Using an extension gives editors a chance to figure out the correct language syntax to use.
2020-04-07 09:07:19 -07:00
Fabian Wiles
bc5ce395e5
Merge pull request #16648 from Toxicable/preserve-symlink-nodejs
...
feat(@angular-devkit/build-angular): default to NodeJS value for pres…
2020-03-23 14:18:27 -07:00
Alan Agius
e31d5d89b7
build: update bazel packages
2019-10-24 12:05:25 -07:00
Alex Eagle
4e262f966f
build: Update to latest bazel rules
2019-03-06 11:27:48 -08:00
Charles Lyding
be5e2fbfe5
fix(@angular/cli): remove redundant typescript/compiler-cli compatibility check
...
Angular 5.0+ has a full peer dependencies setup (with 6.0+ also having a configurable runtime error check) to ensure that an appropriate version of typescript is available for compilation. Angular CLI 8.0+ does not support Angular versions prior to these and therefore the warning is redundant. For the case where the developer wishes to use an unsupported TypeScript version, the developer would need to adjust two similar but differently name settings in two different configuration files.
2019-02-20 10:36:52 -08:00
Hans
a3a657f7e7
feat(@angular-devkit/core): Jobs API added
...
See the README for more details about usage.
2018-12-14 10:55:04 -08:00
Alan Agius
f52f043e4f
docs: update descriptions
2018-10-24 13:11:55 -07:00
Filipe Silva
9720077a4b
build: make resolution logic compatible with Bazel
2018-08-22 16:36:10 -07:00
Hans
91e7c3eb96
test: remove unused test directory and remove @ from paths
2018-07-12 09:26:36 -07:00