Skip to content

Commit 09eb114

Browse files
committed
Merge branch 'f/rename-ng-projects' of https://github.com/meeroslav/js-framework-benchmark into meeroslav-f/rename-ng-projects
2 parents dadf265 + c17440d commit 09eb114

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+14722
-16886
lines changed

frameworks/keyed/angular/closure.conf renamed to frameworks/keyed/angular-closure-nozone/closure.conf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--compilation_level=ADVANCED_OPTIMIZATIONS
2-
--language_out=ES5
1+
--compilation_level=SIMPLE_OPTIMIZATIONS
2+
--language_out=ECMASCRIPT_2015
33
--output_wrapper="(function() {%output%}).call(this);"
44
--js_output_file=dist/bundle.js
55
--output_manifest=dist/manifest.MF
@@ -8,7 +8,7 @@
88
--create_source_map=%outname%.map
99

1010
--warning_level=QUIET
11-
--dependency_mode=STRICT
11+
--dependency_mode=PRUNE
1212
--rewrite_polyfills=false
1313
--jscomp_off=checkVars
1414
--module_resolution=node
@@ -25,7 +25,6 @@ node_modules/zone.js/dist/zone_externs.js
2525

2626
--js node_modules/@angular/core/package.json
2727
--js node_modules/@angular/core/fesm2015/core.js
28-
--js node_modules/@angular/core/src/testability/testability.externs.js
2928

3029
--js node_modules/@angular/common/package.json
3130
--js node_modules/@angular/common/fesm2015/common.js
@@ -37,4 +36,4 @@ node_modules/zone.js/dist/zone_externs.js
3736
--js node_modules/@angular/platform-browser/fesm2015/platform-browser.js
3837

3938
--js tmp/**.js
40-
--entry_point=./tmp/src/main
39+
--entry_point=./tmp/main

frameworks/keyed/angular-noopzone/index.html renamed to frameworks/keyed/angular-closure-nozone/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Angular</title>
5+
<title>Angular-closure-nozone-keyed</title>
66
<meta charset="utf-8" />
77
<link href="/css/currentStyle.css" rel="stylesheet" />
88
</head>

0 commit comments

Comments
 (0)