Skip to content

Commit 018322f

Browse files
committed
Fix #1139 - Flagged all packages with Function, eval, or with statement in dist
1 parent b359747 commit 018322f

File tree

76 files changed

+258
-76
lines changed

Some content is hidden

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

76 files changed

+258
-76
lines changed

frameworks/keyed/alpine/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "3.4.2",
44
"main": "dist/main.js",
55
"js-framework-benchmark": {
6-
"frameworkVersionFromPackage": "alpinejs"
6+
"frameworkVersionFromPackage": "alpinejs",
7+
"issues": [
8+
1139
9+
]
710
},
811
"scripts": {
912
"build-dev": "rollup -c -w",

frameworks/keyed/angularjs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.0",
44
"description": "Boilerplate for Angular.js",
55
"js-framework-benchmark": {
6-
"frameworkVersionFromPackage": "angular"
6+
"frameworkVersionFromPackage": "angular",
7+
"issues": [
8+
1139
9+
]
710
},
811
"scripts": {
912
"build-dev": "webpack -w",

frameworks/keyed/blazor-wasm-aot/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Blazor WebAssembly demo",
55
"js-framework-benchmark": {
66
"frameworkVersion": "6.0.1",
7-
"customURL": "/bundeled-dist/wwwroot/"
7+
"customURL": "/bundeled-dist/wwwroot/",
8+
"issues": [
9+
1139
10+
]
811
},
912
"scripts": {
1013
"install": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to clone reflex-dom\\'s benchmark and build system use: && echo npm run install-force",

frameworks/keyed/blazor-wasm/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Blazor WebAssembly demo",
55
"js-framework-benchmark": {
66
"frameworkVersion": "6.0.1",
7-
"customURL": "/bundeled-dist/wwwroot/"
7+
"customURL": "/bundeled-dist/wwwroot/",
8+
"issues": [
9+
1139
10+
]
811
},
912
"scripts": {
1013
"install": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to clone reflex-dom\\'s benchmark and build system use: && echo npm run install-force",

frameworks/keyed/dioxus/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Benchmark for Dioxus",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.2.4"
7+
"frameworkVersion": "0.2.4",
8+
"issues": [
9+
1139
10+
]
811
},
912
"scripts": {
1013
"build-prod": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to rebuild from source use: && echo npm run build-prod-force",

frameworks/keyed/dojo/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.0.0",
44
"js-framework-benchmark": {
55
"frameworkVersionFromPackage": "@dojo/framework",
6-
"customURL": "/output/dist"
6+
"customURL": "/output/dist",
7+
"issues": [
8+
1139
9+
]
710
},
811
"scripts": {
912
"build-prod": "./node_modules/.bin/dojo build"

frameworks/keyed/dominator/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Benchmark for dominator",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.5.0"
7+
"frameworkVersion": "0.5.0",
8+
"issues": [
9+
1139
10+
]
811
},
912
"scripts": {
1013
"build-prod": "echo This is a no-op. && echo Due to heavy dependencies, the generated javascript is already provided. && echo If you really want to rebuild from source use: && echo npm run build-prod-force",

frameworks/keyed/doohtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"useShadowRoot": true,
99
"shadowRootName": "doo-main",
1010
"buttonsInShadowRoot": false,
11-
"issues": [772]
11+
"issues": [772, 1139]
1212
},
1313
"scripts": {
1414
"build-dev": "exit 0",

frameworks/keyed/doz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"js-framework-benchmark": {
77
"frameworkVersion": "5-preview",
8-
"issues": [800]
8+
"issues": [800, 1139]
99
},
1010
"scripts": {
1111
"build-dev": "webpack --watch --mode=development",

frameworks/keyed/ember/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"js-framework-benchmark": {
1414
"frameworkVersionFromPackage": "ember-source",
1515
"customURL": "/dist",
16-
"issues": []
16+
"issues": [
17+
1139
18+
]
1719
},
1820
"scripts": {
1921
"ember": "node_modules/.bin/ember",

0 commit comments

Comments
 (0)