diff --git a/Procfile b/Procfile
index 5f361e0..7fd4ec3 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: java $JAVA_OPTS -jar web/target/dependency/jetty-runner.jar --port $PORT web/target/*.war
\ No newline at end of file
+web: java $JAVA_OPTS -jar polyfill-service-web/target/dependency/jetty-runner.jar --port $PORT web/target/*.war
\ No newline at end of file
diff --git a/api/README.md b/polyfill-service-api/README.md
similarity index 98%
rename from api/README.md
rename to polyfill-service-api/README.md
index 8f197c3..588fe60 100644
--- a/api/README.md
+++ b/polyfill-service-api/README.md
@@ -16,7 +16,7 @@
Include dependency in pom.xml
```xml
- org.polyfills
+ org.polyfillservicepolyfill-service-api${polyfillServiceVersion}
diff --git a/api/package.json b/polyfill-service-api/package.json
similarity index 100%
rename from api/package.json
rename to polyfill-service-api/package.json
diff --git a/api/polyfills/.jshintrc b/polyfill-service-api/polyfills/.jshintrc
similarity index 100%
rename from api/polyfills/.jshintrc
rename to polyfill-service-api/polyfills/.jshintrc
diff --git a/api/polyfills/Array/from/config.json b/polyfill-service-api/polyfills/Array/from/config.json
similarity index 100%
rename from api/polyfills/Array/from/config.json
rename to polyfill-service-api/polyfills/Array/from/config.json
diff --git a/api/polyfills/Array/from/detect.js b/polyfill-service-api/polyfills/Array/from/detect.js
similarity index 100%
rename from api/polyfills/Array/from/detect.js
rename to polyfill-service-api/polyfills/Array/from/detect.js
diff --git a/api/polyfills/Array/from/polyfill.js b/polyfill-service-api/polyfills/Array/from/polyfill.js
similarity index 100%
rename from api/polyfills/Array/from/polyfill.js
rename to polyfill-service-api/polyfills/Array/from/polyfill.js
diff --git a/api/polyfills/Array/from/tests.js b/polyfill-service-api/polyfills/Array/from/tests.js
similarity index 100%
rename from api/polyfills/Array/from/tests.js
rename to polyfill-service-api/polyfills/Array/from/tests.js
diff --git a/api/polyfills/Array/isArray/config.json b/polyfill-service-api/polyfills/Array/isArray/config.json
similarity index 100%
rename from api/polyfills/Array/isArray/config.json
rename to polyfill-service-api/polyfills/Array/isArray/config.json
diff --git a/api/polyfills/Array/isArray/detect.js b/polyfill-service-api/polyfills/Array/isArray/detect.js
similarity index 100%
rename from api/polyfills/Array/isArray/detect.js
rename to polyfill-service-api/polyfills/Array/isArray/detect.js
diff --git a/api/polyfills/Array/isArray/polyfill.js b/polyfill-service-api/polyfills/Array/isArray/polyfill.js
similarity index 100%
rename from api/polyfills/Array/isArray/polyfill.js
rename to polyfill-service-api/polyfills/Array/isArray/polyfill.js
diff --git a/api/polyfills/Array/isArray/tests.js b/polyfill-service-api/polyfills/Array/isArray/tests.js
similarity index 100%
rename from api/polyfills/Array/isArray/tests.js
rename to polyfill-service-api/polyfills/Array/isArray/tests.js
diff --git a/api/polyfills/Array/of/config.json b/polyfill-service-api/polyfills/Array/of/config.json
similarity index 100%
rename from api/polyfills/Array/of/config.json
rename to polyfill-service-api/polyfills/Array/of/config.json
diff --git a/api/polyfills/Array/of/detect.js b/polyfill-service-api/polyfills/Array/of/detect.js
similarity index 100%
rename from api/polyfills/Array/of/detect.js
rename to polyfill-service-api/polyfills/Array/of/detect.js
diff --git a/api/polyfills/Array/of/polyfill.js b/polyfill-service-api/polyfills/Array/of/polyfill.js
similarity index 100%
rename from api/polyfills/Array/of/polyfill.js
rename to polyfill-service-api/polyfills/Array/of/polyfill.js
diff --git a/api/polyfills/Array/of/tests.js b/polyfill-service-api/polyfills/Array/of/tests.js
similarity index 100%
rename from api/polyfills/Array/of/tests.js
rename to polyfill-service-api/polyfills/Array/of/tests.js
diff --git a/api/polyfills/Array/prototype/@@iterator/config.json b/polyfill-service-api/polyfills/Array/prototype/@@iterator/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/@@iterator/config.json
rename to polyfill-service-api/polyfills/Array/prototype/@@iterator/config.json
diff --git a/api/polyfills/Array/prototype/@@iterator/detect.js b/polyfill-service-api/polyfills/Array/prototype/@@iterator/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/@@iterator/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/@@iterator/detect.js
diff --git a/api/polyfills/Array/prototype/@@iterator/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/@@iterator/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/@@iterator/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/@@iterator/polyfill.js
diff --git a/api/polyfills/Array/prototype/@@iterator/tests.js b/polyfill-service-api/polyfills/Array/prototype/@@iterator/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/@@iterator/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/@@iterator/tests.js
diff --git a/api/polyfills/Array/prototype/contains/config.json b/polyfill-service-api/polyfills/Array/prototype/contains/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/contains/config.json
rename to polyfill-service-api/polyfills/Array/prototype/contains/config.json
diff --git a/api/polyfills/Array/prototype/contains/detect.js b/polyfill-service-api/polyfills/Array/prototype/contains/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/contains/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/contains/detect.js
diff --git a/api/polyfills/Array/prototype/contains/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/contains/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/contains/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/contains/polyfill.js
diff --git a/api/polyfills/Array/prototype/contains/tests.js b/polyfill-service-api/polyfills/Array/prototype/contains/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/contains/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/contains/tests.js
diff --git a/api/polyfills/Array/prototype/entries/config.json b/polyfill-service-api/polyfills/Array/prototype/entries/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/entries/config.json
rename to polyfill-service-api/polyfills/Array/prototype/entries/config.json
diff --git a/api/polyfills/Array/prototype/entries/detect.js b/polyfill-service-api/polyfills/Array/prototype/entries/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/entries/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/entries/detect.js
diff --git a/api/polyfills/Array/prototype/entries/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/entries/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/entries/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/entries/polyfill.js
diff --git a/api/polyfills/Array/prototype/entries/tests.js b/polyfill-service-api/polyfills/Array/prototype/entries/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/entries/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/entries/tests.js
diff --git a/api/polyfills/Array/prototype/every/config.json b/polyfill-service-api/polyfills/Array/prototype/every/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/every/config.json
rename to polyfill-service-api/polyfills/Array/prototype/every/config.json
diff --git a/api/polyfills/Array/prototype/every/detect.js b/polyfill-service-api/polyfills/Array/prototype/every/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/every/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/every/detect.js
diff --git a/api/polyfills/Array/prototype/every/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/every/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/every/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/every/polyfill.js
diff --git a/api/polyfills/Array/prototype/every/tests.js b/polyfill-service-api/polyfills/Array/prototype/every/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/every/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/every/tests.js
diff --git a/api/polyfills/Array/prototype/fill/config.json b/polyfill-service-api/polyfills/Array/prototype/fill/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/fill/config.json
rename to polyfill-service-api/polyfills/Array/prototype/fill/config.json
diff --git a/api/polyfills/Array/prototype/fill/detect.js b/polyfill-service-api/polyfills/Array/prototype/fill/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/fill/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/fill/detect.js
diff --git a/api/polyfills/Array/prototype/fill/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/fill/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/fill/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/fill/polyfill.js
diff --git a/api/polyfills/Array/prototype/fill/tests.js b/polyfill-service-api/polyfills/Array/prototype/fill/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/fill/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/fill/tests.js
diff --git a/api/polyfills/Array/prototype/filter/config.json b/polyfill-service-api/polyfills/Array/prototype/filter/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/filter/config.json
rename to polyfill-service-api/polyfills/Array/prototype/filter/config.json
diff --git a/api/polyfills/Array/prototype/filter/detect.js b/polyfill-service-api/polyfills/Array/prototype/filter/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/filter/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/filter/detect.js
diff --git a/api/polyfills/Array/prototype/filter/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/filter/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/filter/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/filter/polyfill.js
diff --git a/api/polyfills/Array/prototype/filter/tests.js b/polyfill-service-api/polyfills/Array/prototype/filter/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/filter/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/filter/tests.js
diff --git a/api/polyfills/Array/prototype/find/config.json b/polyfill-service-api/polyfills/Array/prototype/find/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/find/config.json
rename to polyfill-service-api/polyfills/Array/prototype/find/config.json
diff --git a/api/polyfills/Array/prototype/find/detect.js b/polyfill-service-api/polyfills/Array/prototype/find/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/find/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/find/detect.js
diff --git a/api/polyfills/Array/prototype/find/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/find/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/find/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/find/polyfill.js
diff --git a/api/polyfills/Array/prototype/find/tests.js b/polyfill-service-api/polyfills/Array/prototype/find/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/find/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/find/tests.js
diff --git a/api/polyfills/Array/prototype/findIndex/config.json b/polyfill-service-api/polyfills/Array/prototype/findIndex/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/findIndex/config.json
rename to polyfill-service-api/polyfills/Array/prototype/findIndex/config.json
diff --git a/api/polyfills/Array/prototype/findIndex/detect.js b/polyfill-service-api/polyfills/Array/prototype/findIndex/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/findIndex/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/findIndex/detect.js
diff --git a/api/polyfills/Array/prototype/findIndex/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/findIndex/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/findIndex/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/findIndex/polyfill.js
diff --git a/api/polyfills/Array/prototype/findIndex/tests.js b/polyfill-service-api/polyfills/Array/prototype/findIndex/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/findIndex/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/findIndex/tests.js
diff --git a/api/polyfills/Array/prototype/forEach/config.json b/polyfill-service-api/polyfills/Array/prototype/forEach/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/forEach/config.json
rename to polyfill-service-api/polyfills/Array/prototype/forEach/config.json
diff --git a/api/polyfills/Array/prototype/forEach/detect.js b/polyfill-service-api/polyfills/Array/prototype/forEach/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/forEach/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/forEach/detect.js
diff --git a/api/polyfills/Array/prototype/forEach/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/forEach/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/forEach/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/forEach/polyfill.js
diff --git a/api/polyfills/Array/prototype/forEach/tests.js b/polyfill-service-api/polyfills/Array/prototype/forEach/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/forEach/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/forEach/tests.js
diff --git a/api/polyfills/Array/prototype/includes/config.json b/polyfill-service-api/polyfills/Array/prototype/includes/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/includes/config.json
rename to polyfill-service-api/polyfills/Array/prototype/includes/config.json
diff --git a/api/polyfills/Array/prototype/includes/detect.js b/polyfill-service-api/polyfills/Array/prototype/includes/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/includes/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/includes/detect.js
diff --git a/api/polyfills/Array/prototype/includes/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/includes/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/includes/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/includes/polyfill.js
diff --git a/api/polyfills/Array/prototype/includes/tests.js b/polyfill-service-api/polyfills/Array/prototype/includes/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/includes/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/includes/tests.js
diff --git a/api/polyfills/Array/prototype/indexOf/config.json b/polyfill-service-api/polyfills/Array/prototype/indexOf/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/indexOf/config.json
rename to polyfill-service-api/polyfills/Array/prototype/indexOf/config.json
diff --git a/api/polyfills/Array/prototype/indexOf/detect.js b/polyfill-service-api/polyfills/Array/prototype/indexOf/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/indexOf/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/indexOf/detect.js
diff --git a/api/polyfills/Array/prototype/indexOf/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/indexOf/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/indexOf/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/indexOf/polyfill.js
diff --git a/api/polyfills/Array/prototype/indexOf/tests.js b/polyfill-service-api/polyfills/Array/prototype/indexOf/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/indexOf/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/indexOf/tests.js
diff --git a/api/polyfills/Array/prototype/keys/config.json b/polyfill-service-api/polyfills/Array/prototype/keys/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/keys/config.json
rename to polyfill-service-api/polyfills/Array/prototype/keys/config.json
diff --git a/api/polyfills/Array/prototype/keys/detect.js b/polyfill-service-api/polyfills/Array/prototype/keys/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/keys/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/keys/detect.js
diff --git a/api/polyfills/Array/prototype/keys/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/keys/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/keys/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/keys/polyfill.js
diff --git a/api/polyfills/Array/prototype/keys/tests.js b/polyfill-service-api/polyfills/Array/prototype/keys/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/keys/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/keys/tests.js
diff --git a/api/polyfills/Array/prototype/lastIndexOf/config.json b/polyfill-service-api/polyfills/Array/prototype/lastIndexOf/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/lastIndexOf/config.json
rename to polyfill-service-api/polyfills/Array/prototype/lastIndexOf/config.json
diff --git a/api/polyfills/Array/prototype/lastIndexOf/detect.js b/polyfill-service-api/polyfills/Array/prototype/lastIndexOf/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/lastIndexOf/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/lastIndexOf/detect.js
diff --git a/api/polyfills/Array/prototype/lastIndexOf/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/lastIndexOf/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/lastIndexOf/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/lastIndexOf/polyfill.js
diff --git a/api/polyfills/Array/prototype/lastIndexOf/tests.js b/polyfill-service-api/polyfills/Array/prototype/lastIndexOf/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/lastIndexOf/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/lastIndexOf/tests.js
diff --git a/api/polyfills/Array/prototype/map/config.json b/polyfill-service-api/polyfills/Array/prototype/map/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/map/config.json
rename to polyfill-service-api/polyfills/Array/prototype/map/config.json
diff --git a/api/polyfills/Array/prototype/map/detect.js b/polyfill-service-api/polyfills/Array/prototype/map/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/map/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/map/detect.js
diff --git a/api/polyfills/Array/prototype/map/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/map/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/map/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/map/polyfill.js
diff --git a/api/polyfills/Array/prototype/map/tests.js b/polyfill-service-api/polyfills/Array/prototype/map/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/map/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/map/tests.js
diff --git a/api/polyfills/Array/prototype/reduce/config.json b/polyfill-service-api/polyfills/Array/prototype/reduce/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/reduce/config.json
rename to polyfill-service-api/polyfills/Array/prototype/reduce/config.json
diff --git a/api/polyfills/Array/prototype/reduce/detect.js b/polyfill-service-api/polyfills/Array/prototype/reduce/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduce/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/reduce/detect.js
diff --git a/api/polyfills/Array/prototype/reduce/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/reduce/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduce/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/reduce/polyfill.js
diff --git a/api/polyfills/Array/prototype/reduce/tests.js b/polyfill-service-api/polyfills/Array/prototype/reduce/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduce/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/reduce/tests.js
diff --git a/api/polyfills/Array/prototype/reduceRight/config.json b/polyfill-service-api/polyfills/Array/prototype/reduceRight/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/reduceRight/config.json
rename to polyfill-service-api/polyfills/Array/prototype/reduceRight/config.json
diff --git a/api/polyfills/Array/prototype/reduceRight/detect.js b/polyfill-service-api/polyfills/Array/prototype/reduceRight/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduceRight/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/reduceRight/detect.js
diff --git a/api/polyfills/Array/prototype/reduceRight/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/reduceRight/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduceRight/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/reduceRight/polyfill.js
diff --git a/api/polyfills/Array/prototype/reduceRight/tests.js b/polyfill-service-api/polyfills/Array/prototype/reduceRight/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/reduceRight/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/reduceRight/tests.js
diff --git a/api/polyfills/Array/prototype/some/config.json b/polyfill-service-api/polyfills/Array/prototype/some/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/some/config.json
rename to polyfill-service-api/polyfills/Array/prototype/some/config.json
diff --git a/api/polyfills/Array/prototype/some/detect.js b/polyfill-service-api/polyfills/Array/prototype/some/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/some/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/some/detect.js
diff --git a/api/polyfills/Array/prototype/some/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/some/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/some/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/some/polyfill.js
diff --git a/api/polyfills/Array/prototype/some/tests.js b/polyfill-service-api/polyfills/Array/prototype/some/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/some/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/some/tests.js
diff --git a/api/polyfills/Array/prototype/values/config.json b/polyfill-service-api/polyfills/Array/prototype/values/config.json
similarity index 100%
rename from api/polyfills/Array/prototype/values/config.json
rename to polyfill-service-api/polyfills/Array/prototype/values/config.json
diff --git a/api/polyfills/Array/prototype/values/detect.js b/polyfill-service-api/polyfills/Array/prototype/values/detect.js
similarity index 100%
rename from api/polyfills/Array/prototype/values/detect.js
rename to polyfill-service-api/polyfills/Array/prototype/values/detect.js
diff --git a/api/polyfills/Array/prototype/values/polyfill.js b/polyfill-service-api/polyfills/Array/prototype/values/polyfill.js
similarity index 100%
rename from api/polyfills/Array/prototype/values/polyfill.js
rename to polyfill-service-api/polyfills/Array/prototype/values/polyfill.js
diff --git a/api/polyfills/Array/prototype/values/tests.js b/polyfill-service-api/polyfills/Array/prototype/values/tests.js
similarity index 100%
rename from api/polyfills/Array/prototype/values/tests.js
rename to polyfill-service-api/polyfills/Array/prototype/values/tests.js
diff --git a/api/polyfills/AudioContext/config.json b/polyfill-service-api/polyfills/AudioContext/config.json
similarity index 100%
rename from api/polyfills/AudioContext/config.json
rename to polyfill-service-api/polyfills/AudioContext/config.json
diff --git a/api/polyfills/AudioContext/detect.js b/polyfill-service-api/polyfills/AudioContext/detect.js
similarity index 100%
rename from api/polyfills/AudioContext/detect.js
rename to polyfill-service-api/polyfills/AudioContext/detect.js
diff --git a/api/polyfills/AudioContext/polyfill.js b/polyfill-service-api/polyfills/AudioContext/polyfill.js
similarity index 100%
rename from api/polyfills/AudioContext/polyfill.js
rename to polyfill-service-api/polyfills/AudioContext/polyfill.js
diff --git a/api/polyfills/CustomEvent/config.json b/polyfill-service-api/polyfills/CustomEvent/config.json
similarity index 100%
rename from api/polyfills/CustomEvent/config.json
rename to polyfill-service-api/polyfills/CustomEvent/config.json
diff --git a/api/polyfills/CustomEvent/detect.js b/polyfill-service-api/polyfills/CustomEvent/detect.js
similarity index 100%
rename from api/polyfills/CustomEvent/detect.js
rename to polyfill-service-api/polyfills/CustomEvent/detect.js
diff --git a/api/polyfills/CustomEvent/polyfill.js b/polyfill-service-api/polyfills/CustomEvent/polyfill.js
similarity index 100%
rename from api/polyfills/CustomEvent/polyfill.js
rename to polyfill-service-api/polyfills/CustomEvent/polyfill.js
diff --git a/api/polyfills/CustomEvent/tests.js b/polyfill-service-api/polyfills/CustomEvent/tests.js
similarity index 100%
rename from api/polyfills/CustomEvent/tests.js
rename to polyfill-service-api/polyfills/CustomEvent/tests.js
diff --git a/api/polyfills/DOMTokenList/config.json b/polyfill-service-api/polyfills/DOMTokenList/config.json
similarity index 100%
rename from api/polyfills/DOMTokenList/config.json
rename to polyfill-service-api/polyfills/DOMTokenList/config.json
diff --git a/api/polyfills/DOMTokenList/detect.js b/polyfill-service-api/polyfills/DOMTokenList/detect.js
similarity index 100%
rename from api/polyfills/DOMTokenList/detect.js
rename to polyfill-service-api/polyfills/DOMTokenList/detect.js
diff --git a/api/polyfills/DOMTokenList/polyfill.js b/polyfill-service-api/polyfills/DOMTokenList/polyfill.js
similarity index 100%
rename from api/polyfills/DOMTokenList/polyfill.js
rename to polyfill-service-api/polyfills/DOMTokenList/polyfill.js
diff --git a/api/polyfills/DOMTokenList/prototype/@@iterator/config.json b/polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/config.json
similarity index 100%
rename from api/polyfills/DOMTokenList/prototype/@@iterator/config.json
rename to polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/config.json
diff --git a/api/polyfills/DOMTokenList/prototype/@@iterator/detect.js b/polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/detect.js
similarity index 100%
rename from api/polyfills/DOMTokenList/prototype/@@iterator/detect.js
rename to polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/detect.js
diff --git a/api/polyfills/DOMTokenList/prototype/@@iterator/polyfill.js b/polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/polyfill.js
similarity index 100%
rename from api/polyfills/DOMTokenList/prototype/@@iterator/polyfill.js
rename to polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/polyfill.js
diff --git a/api/polyfills/DOMTokenList/prototype/@@iterator/tests.js b/polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/tests.js
similarity index 100%
rename from api/polyfills/DOMTokenList/prototype/@@iterator/tests.js
rename to polyfill-service-api/polyfills/DOMTokenList/prototype/@@iterator/tests.js
diff --git a/api/polyfills/Date/now/config.json b/polyfill-service-api/polyfills/Date/now/config.json
similarity index 100%
rename from api/polyfills/Date/now/config.json
rename to polyfill-service-api/polyfills/Date/now/config.json
diff --git a/api/polyfills/Date/now/detect.js b/polyfill-service-api/polyfills/Date/now/detect.js
similarity index 100%
rename from api/polyfills/Date/now/detect.js
rename to polyfill-service-api/polyfills/Date/now/detect.js
diff --git a/api/polyfills/Date/now/polyfill.js b/polyfill-service-api/polyfills/Date/now/polyfill.js
similarity index 100%
rename from api/polyfills/Date/now/polyfill.js
rename to polyfill-service-api/polyfills/Date/now/polyfill.js
diff --git a/api/polyfills/Date/prototype/toISOString/config.json b/polyfill-service-api/polyfills/Date/prototype/toISOString/config.json
similarity index 100%
rename from api/polyfills/Date/prototype/toISOString/config.json
rename to polyfill-service-api/polyfills/Date/prototype/toISOString/config.json
diff --git a/api/polyfills/Date/prototype/toISOString/detect.js b/polyfill-service-api/polyfills/Date/prototype/toISOString/detect.js
similarity index 100%
rename from api/polyfills/Date/prototype/toISOString/detect.js
rename to polyfill-service-api/polyfills/Date/prototype/toISOString/detect.js
diff --git a/api/polyfills/Date/prototype/toISOString/polyfill.js b/polyfill-service-api/polyfills/Date/prototype/toISOString/polyfill.js
similarity index 100%
rename from api/polyfills/Date/prototype/toISOString/polyfill.js
rename to polyfill-service-api/polyfills/Date/prototype/toISOString/polyfill.js
diff --git a/api/polyfills/Date/prototype/toISOString/tests.js b/polyfill-service-api/polyfills/Date/prototype/toISOString/tests.js
similarity index 100%
rename from api/polyfills/Date/prototype/toISOString/tests.js
rename to polyfill-service-api/polyfills/Date/prototype/toISOString/tests.js
diff --git a/api/polyfills/Document/config.json b/polyfill-service-api/polyfills/Document/config.json
similarity index 100%
rename from api/polyfills/Document/config.json
rename to polyfill-service-api/polyfills/Document/config.json
diff --git a/api/polyfills/Document/detect.js b/polyfill-service-api/polyfills/Document/detect.js
similarity index 100%
rename from api/polyfills/Document/detect.js
rename to polyfill-service-api/polyfills/Document/detect.js
diff --git a/api/polyfills/Document/polyfill.js b/polyfill-service-api/polyfills/Document/polyfill.js
similarity index 100%
rename from api/polyfills/Document/polyfill.js
rename to polyfill-service-api/polyfills/Document/polyfill.js
diff --git a/api/polyfills/Element/config.json b/polyfill-service-api/polyfills/Element/config.json
similarity index 100%
rename from api/polyfills/Element/config.json
rename to polyfill-service-api/polyfills/Element/config.json
diff --git a/api/polyfills/Element/detect.js b/polyfill-service-api/polyfills/Element/detect.js
similarity index 100%
rename from api/polyfills/Element/detect.js
rename to polyfill-service-api/polyfills/Element/detect.js
diff --git a/api/polyfills/Element/polyfill.js b/polyfill-service-api/polyfills/Element/polyfill.js
similarity index 100%
rename from api/polyfills/Element/polyfill.js
rename to polyfill-service-api/polyfills/Element/polyfill.js
diff --git a/api/polyfills/Element/prototype/after/config.json b/polyfill-service-api/polyfills/Element/prototype/after/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/after/config.json
rename to polyfill-service-api/polyfills/Element/prototype/after/config.json
diff --git a/api/polyfills/Element/prototype/after/detect.js b/polyfill-service-api/polyfills/Element/prototype/after/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/after/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/after/detect.js
diff --git a/api/polyfills/Element/prototype/after/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/after/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/after/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/after/polyfill.js
diff --git a/api/polyfills/Element/prototype/after/tests.js b/polyfill-service-api/polyfills/Element/prototype/after/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/after/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/after/tests.js
diff --git a/api/polyfills/Element/prototype/append/config.json b/polyfill-service-api/polyfills/Element/prototype/append/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/append/config.json
rename to polyfill-service-api/polyfills/Element/prototype/append/config.json
diff --git a/api/polyfills/Element/prototype/append/detect.js b/polyfill-service-api/polyfills/Element/prototype/append/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/append/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/append/detect.js
diff --git a/api/polyfills/Element/prototype/append/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/append/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/append/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/append/polyfill.js
diff --git a/api/polyfills/Element/prototype/append/tests.js b/polyfill-service-api/polyfills/Element/prototype/append/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/append/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/append/tests.js
diff --git a/api/polyfills/Element/prototype/before/config.json b/polyfill-service-api/polyfills/Element/prototype/before/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/before/config.json
rename to polyfill-service-api/polyfills/Element/prototype/before/config.json
diff --git a/api/polyfills/Element/prototype/before/detect.js b/polyfill-service-api/polyfills/Element/prototype/before/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/before/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/before/detect.js
diff --git a/api/polyfills/Element/prototype/before/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/before/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/before/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/before/polyfill.js
diff --git a/api/polyfills/Element/prototype/before/tests.js b/polyfill-service-api/polyfills/Element/prototype/before/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/before/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/before/tests.js
diff --git a/api/polyfills/Element/prototype/classList/config.json b/polyfill-service-api/polyfills/Element/prototype/classList/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/classList/config.json
rename to polyfill-service-api/polyfills/Element/prototype/classList/config.json
diff --git a/api/polyfills/Element/prototype/classList/detect.js b/polyfill-service-api/polyfills/Element/prototype/classList/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/classList/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/classList/detect.js
diff --git a/api/polyfills/Element/prototype/classList/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/classList/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/classList/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/classList/polyfill.js
diff --git a/api/polyfills/Element/prototype/classList/tests.js b/polyfill-service-api/polyfills/Element/prototype/classList/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/classList/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/classList/tests.js
diff --git a/api/polyfills/Element/prototype/cloneNode/config.json b/polyfill-service-api/polyfills/Element/prototype/cloneNode/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/cloneNode/config.json
rename to polyfill-service-api/polyfills/Element/prototype/cloneNode/config.json
diff --git a/api/polyfills/Element/prototype/cloneNode/detect.js b/polyfill-service-api/polyfills/Element/prototype/cloneNode/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/cloneNode/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/cloneNode/detect.js
diff --git a/api/polyfills/Element/prototype/cloneNode/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/cloneNode/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/cloneNode/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/cloneNode/polyfill.js
diff --git a/api/polyfills/Element/prototype/cloneNode/tests.js b/polyfill-service-api/polyfills/Element/prototype/cloneNode/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/cloneNode/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/cloneNode/tests.js
diff --git a/api/polyfills/Element/prototype/closest/config.json b/polyfill-service-api/polyfills/Element/prototype/closest/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/closest/config.json
rename to polyfill-service-api/polyfills/Element/prototype/closest/config.json
diff --git a/api/polyfills/Element/prototype/closest/detect.js b/polyfill-service-api/polyfills/Element/prototype/closest/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/closest/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/closest/detect.js
diff --git a/api/polyfills/Element/prototype/closest/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/closest/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/closest/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/closest/polyfill.js
diff --git a/api/polyfills/Element/prototype/closest/tests.js b/polyfill-service-api/polyfills/Element/prototype/closest/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/closest/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/closest/tests.js
diff --git a/api/polyfills/Element/prototype/dataset/config.json b/polyfill-service-api/polyfills/Element/prototype/dataset/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/dataset/config.json
rename to polyfill-service-api/polyfills/Element/prototype/dataset/config.json
diff --git a/api/polyfills/Element/prototype/dataset/detect.js b/polyfill-service-api/polyfills/Element/prototype/dataset/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/dataset/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/dataset/detect.js
diff --git a/api/polyfills/Element/prototype/dataset/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/dataset/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/dataset/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/dataset/polyfill.js
diff --git a/api/polyfills/Element/prototype/dataset/tests.js b/polyfill-service-api/polyfills/Element/prototype/dataset/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/dataset/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/dataset/tests.js
diff --git a/api/polyfills/Element/prototype/matches/config.json b/polyfill-service-api/polyfills/Element/prototype/matches/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/matches/config.json
rename to polyfill-service-api/polyfills/Element/prototype/matches/config.json
diff --git a/api/polyfills/Element/prototype/matches/detect.js b/polyfill-service-api/polyfills/Element/prototype/matches/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/matches/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/matches/detect.js
diff --git a/api/polyfills/Element/prototype/matches/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/matches/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/matches/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/matches/polyfill.js
diff --git a/api/polyfills/Element/prototype/matches/tests.js b/polyfill-service-api/polyfills/Element/prototype/matches/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/matches/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/matches/tests.js
diff --git a/api/polyfills/Element/prototype/placeholder/config.json b/polyfill-service-api/polyfills/Element/prototype/placeholder/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/placeholder/config.json
rename to polyfill-service-api/polyfills/Element/prototype/placeholder/config.json
diff --git a/api/polyfills/Element/prototype/placeholder/detect.js b/polyfill-service-api/polyfills/Element/prototype/placeholder/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/placeholder/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/placeholder/detect.js
diff --git a/api/polyfills/Element/prototype/placeholder/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/placeholder/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/placeholder/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/placeholder/polyfill.js
diff --git a/api/polyfills/Element/prototype/prepend/config.json b/polyfill-service-api/polyfills/Element/prototype/prepend/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/prepend/config.json
rename to polyfill-service-api/polyfills/Element/prototype/prepend/config.json
diff --git a/api/polyfills/Element/prototype/prepend/detect.js b/polyfill-service-api/polyfills/Element/prototype/prepend/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/prepend/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/prepend/detect.js
diff --git a/api/polyfills/Element/prototype/prepend/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/prepend/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/prepend/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/prepend/polyfill.js
diff --git a/api/polyfills/Element/prototype/prepend/tests.js b/polyfill-service-api/polyfills/Element/prototype/prepend/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/prepend/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/prepend/tests.js
diff --git a/api/polyfills/Element/prototype/remove/config.json b/polyfill-service-api/polyfills/Element/prototype/remove/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/remove/config.json
rename to polyfill-service-api/polyfills/Element/prototype/remove/config.json
diff --git a/api/polyfills/Element/prototype/remove/detect.js b/polyfill-service-api/polyfills/Element/prototype/remove/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/remove/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/remove/detect.js
diff --git a/api/polyfills/Element/prototype/remove/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/remove/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/remove/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/remove/polyfill.js
diff --git a/api/polyfills/Element/prototype/remove/tests.js b/polyfill-service-api/polyfills/Element/prototype/remove/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/remove/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/remove/tests.js
diff --git a/api/polyfills/Element/prototype/replaceWith/config.json b/polyfill-service-api/polyfills/Element/prototype/replaceWith/config.json
similarity index 100%
rename from api/polyfills/Element/prototype/replaceWith/config.json
rename to polyfill-service-api/polyfills/Element/prototype/replaceWith/config.json
diff --git a/api/polyfills/Element/prototype/replaceWith/detect.js b/polyfill-service-api/polyfills/Element/prototype/replaceWith/detect.js
similarity index 100%
rename from api/polyfills/Element/prototype/replaceWith/detect.js
rename to polyfill-service-api/polyfills/Element/prototype/replaceWith/detect.js
diff --git a/api/polyfills/Element/prototype/replaceWith/polyfill.js b/polyfill-service-api/polyfills/Element/prototype/replaceWith/polyfill.js
similarity index 100%
rename from api/polyfills/Element/prototype/replaceWith/polyfill.js
rename to polyfill-service-api/polyfills/Element/prototype/replaceWith/polyfill.js
diff --git a/api/polyfills/Element/prototype/replaceWith/tests.js b/polyfill-service-api/polyfills/Element/prototype/replaceWith/tests.js
similarity index 100%
rename from api/polyfills/Element/prototype/replaceWith/tests.js
rename to polyfill-service-api/polyfills/Element/prototype/replaceWith/tests.js
diff --git a/api/polyfills/Event/DOMContentLoaded/config.json b/polyfill-service-api/polyfills/Event/DOMContentLoaded/config.json
similarity index 100%
rename from api/polyfills/Event/DOMContentLoaded/config.json
rename to polyfill-service-api/polyfills/Event/DOMContentLoaded/config.json
diff --git a/api/polyfills/Event/DOMContentLoaded/detect.js b/polyfill-service-api/polyfills/Event/DOMContentLoaded/detect.js
similarity index 100%
rename from api/polyfills/Event/DOMContentLoaded/detect.js
rename to polyfill-service-api/polyfills/Event/DOMContentLoaded/detect.js
diff --git a/api/polyfills/Event/DOMContentLoaded/polyfill.js b/polyfill-service-api/polyfills/Event/DOMContentLoaded/polyfill.js
similarity index 100%
rename from api/polyfills/Event/DOMContentLoaded/polyfill.js
rename to polyfill-service-api/polyfills/Event/DOMContentLoaded/polyfill.js
diff --git a/api/polyfills/Event/config.json b/polyfill-service-api/polyfills/Event/config.json
similarity index 100%
rename from api/polyfills/Event/config.json
rename to polyfill-service-api/polyfills/Event/config.json
diff --git a/api/polyfills/Event/detect.js b/polyfill-service-api/polyfills/Event/detect.js
similarity index 100%
rename from api/polyfills/Event/detect.js
rename to polyfill-service-api/polyfills/Event/detect.js
diff --git a/api/polyfills/Event/focusin/config.json b/polyfill-service-api/polyfills/Event/focusin/config.json
similarity index 100%
rename from api/polyfills/Event/focusin/config.json
rename to polyfill-service-api/polyfills/Event/focusin/config.json
diff --git a/api/polyfills/Event/focusin/detect-disabled.js b/polyfill-service-api/polyfills/Event/focusin/detect-disabled.js
similarity index 100%
rename from api/polyfills/Event/focusin/detect-disabled.js
rename to polyfill-service-api/polyfills/Event/focusin/detect-disabled.js
diff --git a/api/polyfills/Event/focusin/polyfill.js b/polyfill-service-api/polyfills/Event/focusin/polyfill.js
similarity index 100%
rename from api/polyfills/Event/focusin/polyfill.js
rename to polyfill-service-api/polyfills/Event/focusin/polyfill.js
diff --git a/api/polyfills/Event/focusin/tests.js b/polyfill-service-api/polyfills/Event/focusin/tests.js
similarity index 100%
rename from api/polyfills/Event/focusin/tests.js
rename to polyfill-service-api/polyfills/Event/focusin/tests.js
diff --git a/api/polyfills/Event/hashchange/config.json b/polyfill-service-api/polyfills/Event/hashchange/config.json
similarity index 100%
rename from api/polyfills/Event/hashchange/config.json
rename to polyfill-service-api/polyfills/Event/hashchange/config.json
diff --git a/api/polyfills/Event/hashchange/detect.js b/polyfill-service-api/polyfills/Event/hashchange/detect.js
similarity index 100%
rename from api/polyfills/Event/hashchange/detect.js
rename to polyfill-service-api/polyfills/Event/hashchange/detect.js
diff --git a/api/polyfills/Event/hashchange/polyfill.js b/polyfill-service-api/polyfills/Event/hashchange/polyfill.js
similarity index 100%
rename from api/polyfills/Event/hashchange/polyfill.js
rename to polyfill-service-api/polyfills/Event/hashchange/polyfill.js
diff --git a/api/polyfills/Event/hashchange/tests.js b/polyfill-service-api/polyfills/Event/hashchange/tests.js
similarity index 100%
rename from api/polyfills/Event/hashchange/tests.js
rename to polyfill-service-api/polyfills/Event/hashchange/tests.js
diff --git a/api/polyfills/Event/polyfill.js b/polyfill-service-api/polyfills/Event/polyfill.js
similarity index 100%
rename from api/polyfills/Event/polyfill.js
rename to polyfill-service-api/polyfills/Event/polyfill.js
diff --git a/api/polyfills/Event/tests.js b/polyfill-service-api/polyfills/Event/tests.js
similarity index 100%
rename from api/polyfills/Event/tests.js
rename to polyfill-service-api/polyfills/Event/tests.js
diff --git a/api/polyfills/Function/name/config.json b/polyfill-service-api/polyfills/Function/name/config.json
similarity index 100%
rename from api/polyfills/Function/name/config.json
rename to polyfill-service-api/polyfills/Function/name/config.json
diff --git a/api/polyfills/Function/name/detect.js b/polyfill-service-api/polyfills/Function/name/detect.js
similarity index 100%
rename from api/polyfills/Function/name/detect.js
rename to polyfill-service-api/polyfills/Function/name/detect.js
diff --git a/api/polyfills/Function/name/polyfill.js b/polyfill-service-api/polyfills/Function/name/polyfill.js
similarity index 100%
rename from api/polyfills/Function/name/polyfill.js
rename to polyfill-service-api/polyfills/Function/name/polyfill.js
diff --git a/api/polyfills/Function/name/tests.js b/polyfill-service-api/polyfills/Function/name/tests.js
similarity index 100%
rename from api/polyfills/Function/name/tests.js
rename to polyfill-service-api/polyfills/Function/name/tests.js
diff --git a/api/polyfills/Function/prototype/bind/config.json b/polyfill-service-api/polyfills/Function/prototype/bind/config.json
similarity index 100%
rename from api/polyfills/Function/prototype/bind/config.json
rename to polyfill-service-api/polyfills/Function/prototype/bind/config.json
diff --git a/api/polyfills/Function/prototype/bind/detect.js b/polyfill-service-api/polyfills/Function/prototype/bind/detect.js
similarity index 100%
rename from api/polyfills/Function/prototype/bind/detect.js
rename to polyfill-service-api/polyfills/Function/prototype/bind/detect.js
diff --git a/api/polyfills/Function/prototype/bind/polyfill.js b/polyfill-service-api/polyfills/Function/prototype/bind/polyfill.js
similarity index 100%
rename from api/polyfills/Function/prototype/bind/polyfill.js
rename to polyfill-service-api/polyfills/Function/prototype/bind/polyfill.js
diff --git a/api/polyfills/Function/prototype/bind/tests.js b/polyfill-service-api/polyfills/Function/prototype/bind/tests.js
similarity index 100%
rename from api/polyfills/Function/prototype/bind/tests.js
rename to polyfill-service-api/polyfills/Function/prototype/bind/tests.js
diff --git a/api/polyfills/HTMLCanvasElement/protoype/toBlob/config.json b/polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/config.json
similarity index 100%
rename from api/polyfills/HTMLCanvasElement/protoype/toBlob/config.json
rename to polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/config.json
diff --git a/api/polyfills/HTMLCanvasElement/protoype/toBlob/detect.js b/polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/detect.js
similarity index 100%
rename from api/polyfills/HTMLCanvasElement/protoype/toBlob/detect.js
rename to polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/detect.js
diff --git a/api/polyfills/HTMLCanvasElement/protoype/toBlob/polyfill.js b/polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/polyfill.js
similarity index 100%
rename from api/polyfills/HTMLCanvasElement/protoype/toBlob/polyfill.js
rename to polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/polyfill.js
diff --git a/api/polyfills/HTMLCanvasElement/protoype/toBlob/tests.js b/polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/tests.js
similarity index 100%
rename from api/polyfills/HTMLCanvasElement/protoype/toBlob/tests.js
rename to polyfill-service-api/polyfills/HTMLCanvasElement/protoype/toBlob/tests.js
diff --git a/api/polyfills/HTMLDocument/config.json b/polyfill-service-api/polyfills/HTMLDocument/config.json
similarity index 100%
rename from api/polyfills/HTMLDocument/config.json
rename to polyfill-service-api/polyfills/HTMLDocument/config.json
diff --git a/api/polyfills/HTMLDocument/detect.js b/polyfill-service-api/polyfills/HTMLDocument/detect.js
similarity index 100%
rename from api/polyfills/HTMLDocument/detect.js
rename to polyfill-service-api/polyfills/HTMLDocument/detect.js
diff --git a/api/polyfills/HTMLDocument/polyfill.js b/polyfill-service-api/polyfills/HTMLDocument/polyfill.js
similarity index 100%
rename from api/polyfills/HTMLDocument/polyfill.js
rename to polyfill-service-api/polyfills/HTMLDocument/polyfill.js
diff --git a/api/polyfills/HTMLPictureElement/config.json b/polyfill-service-api/polyfills/HTMLPictureElement/config.json
similarity index 100%
rename from api/polyfills/HTMLPictureElement/config.json
rename to polyfill-service-api/polyfills/HTMLPictureElement/config.json
diff --git a/api/polyfills/HTMLPictureElement/detect.js b/polyfill-service-api/polyfills/HTMLPictureElement/detect.js
similarity index 100%
rename from api/polyfills/HTMLPictureElement/detect.js
rename to polyfill-service-api/polyfills/HTMLPictureElement/detect.js
diff --git a/api/polyfills/HTMLPictureElement/polyfill.js b/polyfill-service-api/polyfills/HTMLPictureElement/polyfill.js
similarity index 100%
rename from api/polyfills/HTMLPictureElement/polyfill.js
rename to polyfill-service-api/polyfills/HTMLPictureElement/polyfill.js
diff --git a/api/polyfills/IntersectionObserver/config.json b/polyfill-service-api/polyfills/IntersectionObserver/config.json
similarity index 100%
rename from api/polyfills/IntersectionObserver/config.json
rename to polyfill-service-api/polyfills/IntersectionObserver/config.json
diff --git a/api/polyfills/IntersectionObserver/detect.js b/polyfill-service-api/polyfills/IntersectionObserver/detect.js
similarity index 100%
rename from api/polyfills/IntersectionObserver/detect.js
rename to polyfill-service-api/polyfills/IntersectionObserver/detect.js
diff --git a/api/polyfills/IntersectionObserver/polyfill.js b/polyfill-service-api/polyfills/IntersectionObserver/polyfill.js
similarity index 100%
rename from api/polyfills/IntersectionObserver/polyfill.js
rename to polyfill-service-api/polyfills/IntersectionObserver/polyfill.js
diff --git a/api/polyfills/IntersectionObserver/tests.js b/polyfill-service-api/polyfills/IntersectionObserver/tests.js
similarity index 100%
rename from api/polyfills/IntersectionObserver/tests.js
rename to polyfill-service-api/polyfills/IntersectionObserver/tests.js
diff --git a/api/polyfills/Intl/config.json b/polyfill-service-api/polyfills/Intl/config.json
similarity index 100%
rename from api/polyfills/Intl/config.json
rename to polyfill-service-api/polyfills/Intl/config.json
diff --git a/api/polyfills/Intl/detect.js b/polyfill-service-api/polyfills/Intl/detect.js
similarity index 100%
rename from api/polyfills/Intl/detect.js
rename to polyfill-service-api/polyfills/Intl/detect.js
diff --git a/api/polyfills/Intl/polyfill.js b/polyfill-service-api/polyfills/Intl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/polyfill.js
diff --git a/api/polyfills/Intl/update.task.js b/polyfill-service-api/polyfills/Intl/update.task.js
similarity index 100%
rename from api/polyfills/Intl/update.task.js
rename to polyfill-service-api/polyfills/Intl/update.task.js
diff --git a/api/polyfills/Intl/~locale/af-NA/config.json b/polyfill-service-api/polyfills/Intl/~locale/af-NA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/af-NA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/af-NA/config.json
diff --git a/api/polyfills/Intl/~locale/af-NA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/af-NA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af-NA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/af-NA/detect.js
diff --git a/api/polyfills/Intl/~locale/af-NA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/af-NA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af-NA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/af-NA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/af-ZA/config.json b/polyfill-service-api/polyfills/Intl/~locale/af-ZA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/af-ZA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/af-ZA/config.json
diff --git a/api/polyfills/Intl/~locale/af-ZA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/af-ZA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af-ZA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/af-ZA/detect.js
diff --git a/api/polyfills/Intl/~locale/af-ZA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/af-ZA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af-ZA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/af-ZA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/af/config.json b/polyfill-service-api/polyfills/Intl/~locale/af/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/af/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/af/config.json
diff --git a/api/polyfills/Intl/~locale/af/detect.js b/polyfill-service-api/polyfills/Intl/~locale/af/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/af/detect.js
diff --git a/api/polyfills/Intl/~locale/af/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/af/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/af/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/af/polyfill.js
diff --git a/api/polyfills/Intl/~locale/agq-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/agq-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/agq-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/agq-CM/config.json
diff --git a/api/polyfills/Intl/~locale/agq-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/agq-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/agq-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/agq-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/agq-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/agq-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/agq-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/agq-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/agq/config.json b/polyfill-service-api/polyfills/Intl/~locale/agq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/agq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/agq/config.json
diff --git a/api/polyfills/Intl/~locale/agq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/agq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/agq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/agq/detect.js
diff --git a/api/polyfills/Intl/~locale/agq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/agq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/agq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/agq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ak-GH/config.json b/polyfill-service-api/polyfills/Intl/~locale/ak-GH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ak-GH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ak-GH/config.json
diff --git a/api/polyfills/Intl/~locale/ak-GH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ak-GH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ak-GH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ak-GH/detect.js
diff --git a/api/polyfills/Intl/~locale/ak-GH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ak-GH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ak-GH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ak-GH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ak/config.json b/polyfill-service-api/polyfills/Intl/~locale/ak/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ak/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ak/config.json
diff --git a/api/polyfills/Intl/~locale/ak/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ak/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ak/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ak/detect.js
diff --git a/api/polyfills/Intl/~locale/ak/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ak/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ak/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ak/polyfill.js
diff --git a/api/polyfills/Intl/~locale/am-ET/config.json b/polyfill-service-api/polyfills/Intl/~locale/am-ET/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/am-ET/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/am-ET/config.json
diff --git a/api/polyfills/Intl/~locale/am-ET/detect.js b/polyfill-service-api/polyfills/Intl/~locale/am-ET/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/am-ET/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/am-ET/detect.js
diff --git a/api/polyfills/Intl/~locale/am-ET/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/am-ET/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/am-ET/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/am-ET/polyfill.js
diff --git a/api/polyfills/Intl/~locale/am/config.json b/polyfill-service-api/polyfills/Intl/~locale/am/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/am/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/am/config.json
diff --git a/api/polyfills/Intl/~locale/am/detect.js b/polyfill-service-api/polyfills/Intl/~locale/am/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/am/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/am/detect.js
diff --git a/api/polyfills/Intl/~locale/am/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/am/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/am/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/am/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-001/config.json
diff --git a/api/polyfills/Intl/~locale/ar-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-001/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-AE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-AE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-AE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-AE/config.json
diff --git a/api/polyfills/Intl/~locale/ar-AE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-AE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-AE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-AE/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-AE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-AE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-AE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-AE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-BH/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-BH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-BH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-BH/config.json
diff --git a/api/polyfills/Intl/~locale/ar-BH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-BH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-BH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-BH/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-BH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-BH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-BH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-BH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-DJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-DJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DJ/config.json
diff --git a/api/polyfills/Intl/~locale/ar-DJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-DJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DJ/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-DJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-DJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-DZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-DZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DZ/config.json
diff --git a/api/polyfills/Intl/~locale/ar-DZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-DZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DZ/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-DZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-DZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-DZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-DZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-EG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-EG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EG/config.json
diff --git a/api/polyfills/Intl/~locale/ar-EG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-EG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EG/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-EG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-EG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-EH/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-EH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EH/config.json
diff --git a/api/polyfills/Intl/~locale/ar-EH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-EH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EH/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-EH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-EH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-EH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-EH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-ER/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-ER/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-ER/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-ER/config.json
diff --git a/api/polyfills/Intl/~locale/ar-ER/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-ER/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-ER/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-ER/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-ER/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-ER/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-ER/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-ER/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-IL/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-IL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IL/config.json
diff --git a/api/polyfills/Intl/~locale/ar-IL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-IL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IL/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-IL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-IL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-IQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-IQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IQ/config.json
diff --git a/api/polyfills/Intl/~locale/ar-IQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-IQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IQ/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-IQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-IQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-IQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-IQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-JO/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-JO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-JO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-JO/config.json
diff --git a/api/polyfills/Intl/~locale/ar-JO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-JO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-JO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-JO/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-JO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-JO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-JO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-JO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-KM/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-KM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KM/config.json
diff --git a/api/polyfills/Intl/~locale/ar-KM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-KM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KM/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-KM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-KM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-KW/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-KW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KW/config.json
diff --git a/api/polyfills/Intl/~locale/ar-KW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-KW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KW/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-KW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-KW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-KW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-KW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-LB/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-LB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LB/config.json
diff --git a/api/polyfills/Intl/~locale/ar-LB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-LB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LB/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-LB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-LB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-LY/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-LY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LY/config.json
diff --git a/api/polyfills/Intl/~locale/ar-LY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-LY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LY/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-LY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-LY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-LY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-LY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MA/config.json
diff --git a/api/polyfills/Intl/~locale/ar-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-MR/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-MR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MR/config.json
diff --git a/api/polyfills/Intl/~locale/ar-MR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-MR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MR/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-MR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-MR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-MR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-MR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-OM/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-OM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-OM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-OM/config.json
diff --git a/api/polyfills/Intl/~locale/ar-OM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-OM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-OM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-OM/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-OM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-OM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-OM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-OM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-PS/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-PS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-PS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-PS/config.json
diff --git a/api/polyfills/Intl/~locale/ar-PS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-PS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-PS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-PS/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-PS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-PS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-PS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-PS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-QA/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-QA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-QA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-QA/config.json
diff --git a/api/polyfills/Intl/~locale/ar-QA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-QA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-QA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-QA/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-QA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-QA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-QA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-QA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-SA/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-SA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SA/config.json
diff --git a/api/polyfills/Intl/~locale/ar-SA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SA/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-SA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-SD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-SD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SD/config.json
diff --git a/api/polyfills/Intl/~locale/ar-SD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SD/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-SD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-SO/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-SO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SO/config.json
diff --git a/api/polyfills/Intl/~locale/ar-SO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SO/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-SO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-SS/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-SS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SS/config.json
diff --git a/api/polyfills/Intl/~locale/ar-SS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SS/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-SS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-SY/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-SY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SY/config.json
diff --git a/api/polyfills/Intl/~locale/ar-SY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SY/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-SY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-SY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-SY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-SY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-TD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-TD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TD/config.json
diff --git a/api/polyfills/Intl/~locale/ar-TD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-TD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TD/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-TD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-TD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-TN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-TN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TN/config.json
diff --git a/api/polyfills/Intl/~locale/ar-TN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-TN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TN/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-TN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-TN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-TN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-TN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar-YE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar-YE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-YE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar-YE/config.json
diff --git a/api/polyfills/Intl/~locale/ar-YE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar-YE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-YE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-YE/detect.js
diff --git a/api/polyfills/Intl/~locale/ar-YE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar-YE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar-YE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar-YE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ar/config.json b/polyfill-service-api/polyfills/Intl/~locale/ar/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ar/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ar/config.json
diff --git a/api/polyfills/Intl/~locale/ar/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ar/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar/detect.js
diff --git a/api/polyfills/Intl/~locale/ar/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ar/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ar/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ar/polyfill.js
diff --git a/api/polyfills/Intl/~locale/as-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/as-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/as-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/as-IN/config.json
diff --git a/api/polyfills/Intl/~locale/as-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/as-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/as-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/as-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/as-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/as-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/as-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/as-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/as/config.json b/polyfill-service-api/polyfills/Intl/~locale/as/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/as/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/as/config.json
diff --git a/api/polyfills/Intl/~locale/as/detect.js b/polyfill-service-api/polyfills/Intl/~locale/as/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/as/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/as/detect.js
diff --git a/api/polyfills/Intl/~locale/as/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/as/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/as/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/as/polyfill.js
diff --git a/api/polyfills/Intl/~locale/asa-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/asa-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/asa-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/asa-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/asa-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/asa-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/asa-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/asa-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/asa-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/asa-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/asa-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/asa-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/asa/config.json b/polyfill-service-api/polyfills/Intl/~locale/asa/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/asa/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/asa/config.json
diff --git a/api/polyfills/Intl/~locale/asa/detect.js b/polyfill-service-api/polyfills/Intl/~locale/asa/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/asa/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/asa/detect.js
diff --git a/api/polyfills/Intl/~locale/asa/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/asa/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/asa/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/asa/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ast-ES/config.json b/polyfill-service-api/polyfills/Intl/~locale/ast-ES/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ast-ES/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ast-ES/config.json
diff --git a/api/polyfills/Intl/~locale/ast-ES/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ast-ES/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ast-ES/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ast-ES/detect.js
diff --git a/api/polyfills/Intl/~locale/ast-ES/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ast-ES/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ast-ES/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ast-ES/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ast/config.json b/polyfill-service-api/polyfills/Intl/~locale/ast/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ast/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ast/config.json
diff --git a/api/polyfills/Intl/~locale/ast/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ast/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ast/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ast/detect.js
diff --git a/api/polyfills/Intl/~locale/ast/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ast/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ast/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ast/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az-Arab/config.json b/polyfill-service-api/polyfills/Intl/~locale/az-Arab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Arab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az-Arab/config.json
diff --git a/api/polyfills/Intl/~locale/az-Arab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az-Arab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Arab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Arab/detect.js
diff --git a/api/polyfills/Intl/~locale/az-Arab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az-Arab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Arab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Arab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az-Cyrl-AZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl-AZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/config.json
diff --git a/api/polyfills/Intl/~locale/az-Cyrl-AZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl-AZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/detect.js
diff --git a/api/polyfills/Intl/~locale/az-Cyrl-AZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl-AZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl-AZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az-Cyrl/config.json b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/config.json
diff --git a/api/polyfills/Intl/~locale/az-Cyrl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/detect.js
diff --git a/api/polyfills/Intl/~locale/az-Cyrl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Cyrl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Cyrl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az-Latn-AZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn-AZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/config.json
diff --git a/api/polyfills/Intl/~locale/az-Latn-AZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn-AZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/detect.js
diff --git a/api/polyfills/Intl/~locale/az-Latn-AZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn-AZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn-AZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/az-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/az-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/az-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/az/config.json b/polyfill-service-api/polyfills/Intl/~locale/az/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/az/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/az/config.json
diff --git a/api/polyfills/Intl/~locale/az/detect.js b/polyfill-service-api/polyfills/Intl/~locale/az/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/az/detect.js
diff --git a/api/polyfills/Intl/~locale/az/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/az/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/az/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/az/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bas-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/bas-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bas-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bas-CM/config.json
diff --git a/api/polyfills/Intl/~locale/bas-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bas-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bas-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bas-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/bas-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bas-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bas-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bas-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bas/config.json b/polyfill-service-api/polyfills/Intl/~locale/bas/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bas/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bas/config.json
diff --git a/api/polyfills/Intl/~locale/bas/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bas/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bas/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bas/detect.js
diff --git a/api/polyfills/Intl/~locale/bas/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bas/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bas/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bas/polyfill.js
diff --git a/api/polyfills/Intl/~locale/be-BY/config.json b/polyfill-service-api/polyfills/Intl/~locale/be-BY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/be-BY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/be-BY/config.json
diff --git a/api/polyfills/Intl/~locale/be-BY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/be-BY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/be-BY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/be-BY/detect.js
diff --git a/api/polyfills/Intl/~locale/be-BY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/be-BY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/be-BY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/be-BY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/be/config.json b/polyfill-service-api/polyfills/Intl/~locale/be/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/be/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/be/config.json
diff --git a/api/polyfills/Intl/~locale/be/detect.js b/polyfill-service-api/polyfills/Intl/~locale/be/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/be/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/be/detect.js
diff --git a/api/polyfills/Intl/~locale/be/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/be/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/be/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/be/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bem-ZM/config.json b/polyfill-service-api/polyfills/Intl/~locale/bem-ZM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bem-ZM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bem-ZM/config.json
diff --git a/api/polyfills/Intl/~locale/bem-ZM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bem-ZM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bem-ZM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bem-ZM/detect.js
diff --git a/api/polyfills/Intl/~locale/bem-ZM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bem-ZM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bem-ZM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bem-ZM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bem/config.json b/polyfill-service-api/polyfills/Intl/~locale/bem/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bem/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bem/config.json
diff --git a/api/polyfills/Intl/~locale/bem/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bem/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bem/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bem/detect.js
diff --git a/api/polyfills/Intl/~locale/bem/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bem/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bem/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bem/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bez-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/bez-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bez-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bez-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/bez-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bez-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bez-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bez-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/bez-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bez-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bez-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bez-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bez/config.json b/polyfill-service-api/polyfills/Intl/~locale/bez/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bez/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bez/config.json
diff --git a/api/polyfills/Intl/~locale/bez/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bez/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bez/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bez/detect.js
diff --git a/api/polyfills/Intl/~locale/bez/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bez/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bez/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bez/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bg-BG/config.json b/polyfill-service-api/polyfills/Intl/~locale/bg-BG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bg-BG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bg-BG/config.json
diff --git a/api/polyfills/Intl/~locale/bg-BG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bg-BG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bg-BG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bg-BG/detect.js
diff --git a/api/polyfills/Intl/~locale/bg-BG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bg-BG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bg-BG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bg-BG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bg/config.json b/polyfill-service-api/polyfills/Intl/~locale/bg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bg/config.json
diff --git a/api/polyfills/Intl/~locale/bg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bg/detect.js
diff --git a/api/polyfills/Intl/~locale/bg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bm-ML/config.json b/polyfill-service-api/polyfills/Intl/~locale/bm-ML/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-ML/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bm-ML/config.json
diff --git a/api/polyfills/Intl/~locale/bm-ML/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bm-ML/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-ML/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm-ML/detect.js
diff --git a/api/polyfills/Intl/~locale/bm-ML/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bm-ML/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-ML/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm-ML/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bm-Nkoo/config.json b/polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-Nkoo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/config.json
diff --git a/api/polyfills/Intl/~locale/bm-Nkoo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-Nkoo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/detect.js
diff --git a/api/polyfills/Intl/~locale/bm-Nkoo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm-Nkoo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm-Nkoo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bm/config.json b/polyfill-service-api/polyfills/Intl/~locale/bm/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bm/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bm/config.json
diff --git a/api/polyfills/Intl/~locale/bm/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bm/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm/detect.js
diff --git a/api/polyfills/Intl/~locale/bm/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bm/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bm/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bm/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bn-BD/config.json b/polyfill-service-api/polyfills/Intl/~locale/bn-BD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-BD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bn-BD/config.json
diff --git a/api/polyfills/Intl/~locale/bn-BD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bn-BD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-BD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn-BD/detect.js
diff --git a/api/polyfills/Intl/~locale/bn-BD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bn-BD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-BD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn-BD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bn-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/bn-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bn-IN/config.json
diff --git a/api/polyfills/Intl/~locale/bn-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bn-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/bn-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bn-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bn/config.json b/polyfill-service-api/polyfills/Intl/~locale/bn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bn/config.json
diff --git a/api/polyfills/Intl/~locale/bn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn/detect.js
diff --git a/api/polyfills/Intl/~locale/bn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bo-CN/config.json b/polyfill-service-api/polyfills/Intl/~locale/bo-CN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-CN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bo-CN/config.json
diff --git a/api/polyfills/Intl/~locale/bo-CN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bo-CN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-CN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo-CN/detect.js
diff --git a/api/polyfills/Intl/~locale/bo-CN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bo-CN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-CN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo-CN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bo-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/bo-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bo-IN/config.json
diff --git a/api/polyfills/Intl/~locale/bo-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bo-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/bo-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bo-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bo/config.json b/polyfill-service-api/polyfills/Intl/~locale/bo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bo/config.json
diff --git a/api/polyfills/Intl/~locale/bo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo/detect.js
diff --git a/api/polyfills/Intl/~locale/bo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/br-FR/config.json b/polyfill-service-api/polyfills/Intl/~locale/br-FR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/br-FR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/br-FR/config.json
diff --git a/api/polyfills/Intl/~locale/br-FR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/br-FR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/br-FR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/br-FR/detect.js
diff --git a/api/polyfills/Intl/~locale/br-FR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/br-FR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/br-FR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/br-FR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/br/config.json b/polyfill-service-api/polyfills/Intl/~locale/br/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/br/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/br/config.json
diff --git a/api/polyfills/Intl/~locale/br/detect.js b/polyfill-service-api/polyfills/Intl/~locale/br/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/br/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/br/detect.js
diff --git a/api/polyfills/Intl/~locale/br/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/br/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/br/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/br/polyfill.js
diff --git a/api/polyfills/Intl/~locale/brx-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/brx-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/brx-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/brx-IN/config.json
diff --git a/api/polyfills/Intl/~locale/brx-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/brx-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/brx-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/brx-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/brx-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/brx-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/brx-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/brx-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/brx/config.json b/polyfill-service-api/polyfills/Intl/~locale/brx/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/brx/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/brx/config.json
diff --git a/api/polyfills/Intl/~locale/brx/detect.js b/polyfill-service-api/polyfills/Intl/~locale/brx/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/brx/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/brx/detect.js
diff --git a/api/polyfills/Intl/~locale/brx/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/brx/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/brx/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/brx/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl-BA/config.json b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl-BA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/config.json
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl-BA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl-BA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/detect.js
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl-BA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl-BA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl-BA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl/config.json b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/config.json
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/detect.js
diff --git a/api/polyfills/Intl/~locale/bs-Cyrl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Cyrl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Cyrl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bs-Latn-BA/config.json b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn-BA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/config.json
diff --git a/api/polyfills/Intl/~locale/bs-Latn-BA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn-BA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/detect.js
diff --git a/api/polyfills/Intl/~locale/bs-Latn-BA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn-BA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn-BA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bs-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/bs-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/bs-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bs-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/bs/config.json b/polyfill-service-api/polyfills/Intl/~locale/bs/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/bs/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/bs/config.json
diff --git a/api/polyfills/Intl/~locale/bs/detect.js b/polyfill-service-api/polyfills/Intl/~locale/bs/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs/detect.js
diff --git a/api/polyfills/Intl/~locale/bs/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/bs/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/bs/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/bs/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca-AD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca-AD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-AD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca-AD/config.json
diff --git a/api/polyfills/Intl/~locale/ca-AD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca-AD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-AD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-AD/detect.js
diff --git a/api/polyfills/Intl/~locale/ca-AD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca-AD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-AD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-AD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca-ES-VALENCIA/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES-VALENCIA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/config.json
diff --git a/api/polyfills/Intl/~locale/ca-ES-VALENCIA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES-VALENCIA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/detect.js
diff --git a/api/polyfills/Intl/~locale/ca-ES-VALENCIA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES-VALENCIA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES-VALENCIA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca-ES/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca-ES/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES/config.json
diff --git a/api/polyfills/Intl/~locale/ca-ES/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca-ES/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES/detect.js
diff --git a/api/polyfills/Intl/~locale/ca-ES/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca-ES/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-ES/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-ES/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca-FR/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca-FR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-FR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca-FR/config.json
diff --git a/api/polyfills/Intl/~locale/ca-FR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca-FR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-FR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-FR/detect.js
diff --git a/api/polyfills/Intl/~locale/ca-FR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca-FR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-FR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-FR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca-IT/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca-IT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-IT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca-IT/config.json
diff --git a/api/polyfills/Intl/~locale/ca-IT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca-IT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-IT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-IT/detect.js
diff --git a/api/polyfills/Intl/~locale/ca-IT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca-IT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca-IT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca-IT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ca/config.json b/polyfill-service-api/polyfills/Intl/~locale/ca/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ca/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ca/config.json
diff --git a/api/polyfills/Intl/~locale/ca/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ca/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca/detect.js
diff --git a/api/polyfills/Intl/~locale/ca/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ca/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ca/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ca/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ce-RU/config.json b/polyfill-service-api/polyfills/Intl/~locale/ce-RU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ce-RU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ce-RU/config.json
diff --git a/api/polyfills/Intl/~locale/ce-RU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ce-RU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ce-RU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ce-RU/detect.js
diff --git a/api/polyfills/Intl/~locale/ce-RU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ce-RU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ce-RU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ce-RU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ce/config.json b/polyfill-service-api/polyfills/Intl/~locale/ce/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ce/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ce/config.json
diff --git a/api/polyfills/Intl/~locale/ce/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ce/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ce/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ce/detect.js
diff --git a/api/polyfills/Intl/~locale/ce/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ce/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ce/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ce/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cgg-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/cgg-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cgg-UG/config.json
diff --git a/api/polyfills/Intl/~locale/cgg-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cgg-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cgg-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/cgg-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cgg-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cgg-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cgg/config.json b/polyfill-service-api/polyfills/Intl/~locale/cgg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cgg/config.json
diff --git a/api/polyfills/Intl/~locale/cgg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cgg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cgg/detect.js
diff --git a/api/polyfills/Intl/~locale/cgg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cgg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cgg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cgg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/chr-US/config.json b/polyfill-service-api/polyfills/Intl/~locale/chr-US/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/chr-US/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/chr-US/config.json
diff --git a/api/polyfills/Intl/~locale/chr-US/detect.js b/polyfill-service-api/polyfills/Intl/~locale/chr-US/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/chr-US/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/chr-US/detect.js
diff --git a/api/polyfills/Intl/~locale/chr-US/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/chr-US/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/chr-US/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/chr-US/polyfill.js
diff --git a/api/polyfills/Intl/~locale/chr/config.json b/polyfill-service-api/polyfills/Intl/~locale/chr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/chr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/chr/config.json
diff --git a/api/polyfills/Intl/~locale/chr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/chr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/chr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/chr/detect.js
diff --git a/api/polyfills/Intl/~locale/chr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/chr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/chr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/chr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ckb-IQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/config.json
diff --git a/api/polyfills/Intl/~locale/ckb-IQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/detect.js
diff --git a/api/polyfills/Intl/~locale/ckb-IQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ckb-IR/config.json b/polyfill-service-api/polyfills/Intl/~locale/ckb-IR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IR/config.json
diff --git a/api/polyfills/Intl/~locale/ckb-IR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ckb-IR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IR/detect.js
diff --git a/api/polyfills/Intl/~locale/ckb-IR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ckb-IR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb-IR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb-IR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ckb/config.json b/polyfill-service-api/polyfills/Intl/~locale/ckb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ckb/config.json
diff --git a/api/polyfills/Intl/~locale/ckb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ckb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb/detect.js
diff --git a/api/polyfills/Intl/~locale/ckb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ckb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ckb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ckb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cs-CZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/cs-CZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cs-CZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cs-CZ/config.json
diff --git a/api/polyfills/Intl/~locale/cs-CZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cs-CZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cs-CZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cs-CZ/detect.js
diff --git a/api/polyfills/Intl/~locale/cs-CZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cs-CZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cs-CZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cs-CZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cs/config.json b/polyfill-service-api/polyfills/Intl/~locale/cs/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cs/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cs/config.json
diff --git a/api/polyfills/Intl/~locale/cs/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cs/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cs/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cs/detect.js
diff --git a/api/polyfills/Intl/~locale/cs/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cs/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cs/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cs/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cu-RU/config.json b/polyfill-service-api/polyfills/Intl/~locale/cu-RU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cu-RU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cu-RU/config.json
diff --git a/api/polyfills/Intl/~locale/cu-RU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cu-RU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cu-RU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cu-RU/detect.js
diff --git a/api/polyfills/Intl/~locale/cu-RU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cu-RU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cu-RU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cu-RU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cu/config.json b/polyfill-service-api/polyfills/Intl/~locale/cu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cu/config.json
diff --git a/api/polyfills/Intl/~locale/cu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cu/detect.js
diff --git a/api/polyfills/Intl/~locale/cu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cy-GB/config.json b/polyfill-service-api/polyfills/Intl/~locale/cy-GB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cy-GB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cy-GB/config.json
diff --git a/api/polyfills/Intl/~locale/cy-GB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cy-GB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cy-GB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cy-GB/detect.js
diff --git a/api/polyfills/Intl/~locale/cy-GB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cy-GB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cy-GB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cy-GB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/cy/config.json b/polyfill-service-api/polyfills/Intl/~locale/cy/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/cy/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/cy/config.json
diff --git a/api/polyfills/Intl/~locale/cy/detect.js b/polyfill-service-api/polyfills/Intl/~locale/cy/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cy/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/cy/detect.js
diff --git a/api/polyfills/Intl/~locale/cy/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/cy/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/cy/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/cy/polyfill.js
diff --git a/api/polyfills/Intl/~locale/da-DK/config.json b/polyfill-service-api/polyfills/Intl/~locale/da-DK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/da-DK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/da-DK/config.json
diff --git a/api/polyfills/Intl/~locale/da-DK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/da-DK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da-DK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/da-DK/detect.js
diff --git a/api/polyfills/Intl/~locale/da-DK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/da-DK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da-DK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/da-DK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/da-GL/config.json b/polyfill-service-api/polyfills/Intl/~locale/da-GL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/da-GL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/da-GL/config.json
diff --git a/api/polyfills/Intl/~locale/da-GL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/da-GL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da-GL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/da-GL/detect.js
diff --git a/api/polyfills/Intl/~locale/da-GL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/da-GL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da-GL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/da-GL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/da/config.json b/polyfill-service-api/polyfills/Intl/~locale/da/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/da/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/da/config.json
diff --git a/api/polyfills/Intl/~locale/da/detect.js b/polyfill-service-api/polyfills/Intl/~locale/da/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/da/detect.js
diff --git a/api/polyfills/Intl/~locale/da/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/da/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/da/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/da/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dav-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/dav-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dav-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dav-KE/config.json
diff --git a/api/polyfills/Intl/~locale/dav-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dav-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dav-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dav-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/dav-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dav-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dav-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dav-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dav/config.json b/polyfill-service-api/polyfills/Intl/~locale/dav/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dav/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dav/config.json
diff --git a/api/polyfills/Intl/~locale/dav/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dav/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dav/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dav/detect.js
diff --git a/api/polyfills/Intl/~locale/dav/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dav/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dav/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dav/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-AT/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-AT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-AT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-AT/config.json
diff --git a/api/polyfills/Intl/~locale/de-AT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-AT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-AT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-AT/detect.js
diff --git a/api/polyfills/Intl/~locale/de-AT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-AT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-AT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-AT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-BE/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-BE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-BE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-BE/config.json
diff --git a/api/polyfills/Intl/~locale/de-BE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-BE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-BE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-BE/detect.js
diff --git a/api/polyfills/Intl/~locale/de-BE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-BE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-BE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-BE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-CH/config.json
diff --git a/api/polyfills/Intl/~locale/de-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/de-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-DE/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-DE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-DE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-DE/config.json
diff --git a/api/polyfills/Intl/~locale/de-DE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-DE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-DE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-DE/detect.js
diff --git a/api/polyfills/Intl/~locale/de-DE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-DE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-DE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-DE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-LI/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-LI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-LI/config.json
diff --git a/api/polyfills/Intl/~locale/de-LI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-LI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-LI/detect.js
diff --git a/api/polyfills/Intl/~locale/de-LI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-LI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-LI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de-LU/config.json b/polyfill-service-api/polyfills/Intl/~locale/de-LU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de-LU/config.json
diff --git a/api/polyfills/Intl/~locale/de-LU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de-LU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-LU/detect.js
diff --git a/api/polyfills/Intl/~locale/de-LU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de-LU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de-LU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de-LU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/de/config.json b/polyfill-service-api/polyfills/Intl/~locale/de/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/de/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/de/config.json
diff --git a/api/polyfills/Intl/~locale/de/detect.js b/polyfill-service-api/polyfills/Intl/~locale/de/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/de/detect.js
diff --git a/api/polyfills/Intl/~locale/de/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/de/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/de/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/de/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dje-NE/config.json b/polyfill-service-api/polyfills/Intl/~locale/dje-NE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dje-NE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dje-NE/config.json
diff --git a/api/polyfills/Intl/~locale/dje-NE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dje-NE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dje-NE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dje-NE/detect.js
diff --git a/api/polyfills/Intl/~locale/dje-NE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dje-NE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dje-NE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dje-NE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dje/config.json b/polyfill-service-api/polyfills/Intl/~locale/dje/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dje/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dje/config.json
diff --git a/api/polyfills/Intl/~locale/dje/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dje/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dje/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dje/detect.js
diff --git a/api/polyfills/Intl/~locale/dje/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dje/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dje/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dje/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dsb-DE/config.json b/polyfill-service-api/polyfills/Intl/~locale/dsb-DE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb-DE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dsb-DE/config.json
diff --git a/api/polyfills/Intl/~locale/dsb-DE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dsb-DE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb-DE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dsb-DE/detect.js
diff --git a/api/polyfills/Intl/~locale/dsb-DE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dsb-DE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb-DE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dsb-DE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dsb/config.json b/polyfill-service-api/polyfills/Intl/~locale/dsb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dsb/config.json
diff --git a/api/polyfills/Intl/~locale/dsb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dsb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dsb/detect.js
diff --git a/api/polyfills/Intl/~locale/dsb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dsb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dsb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dsb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dua-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/dua-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dua-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dua-CM/config.json
diff --git a/api/polyfills/Intl/~locale/dua-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dua-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dua-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dua-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/dua-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dua-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dua-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dua-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dua/config.json b/polyfill-service-api/polyfills/Intl/~locale/dua/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dua/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dua/config.json
diff --git a/api/polyfills/Intl/~locale/dua/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dua/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dua/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dua/detect.js
diff --git a/api/polyfills/Intl/~locale/dua/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dua/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dua/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dua/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dyo-SN/config.json b/polyfill-service-api/polyfills/Intl/~locale/dyo-SN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo-SN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dyo-SN/config.json
diff --git a/api/polyfills/Intl/~locale/dyo-SN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dyo-SN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo-SN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dyo-SN/detect.js
diff --git a/api/polyfills/Intl/~locale/dyo-SN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dyo-SN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo-SN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dyo-SN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dyo/config.json b/polyfill-service-api/polyfills/Intl/~locale/dyo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dyo/config.json
diff --git a/api/polyfills/Intl/~locale/dyo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dyo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dyo/detect.js
diff --git a/api/polyfills/Intl/~locale/dyo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dyo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dyo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dyo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dz-BT/config.json b/polyfill-service-api/polyfills/Intl/~locale/dz-BT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dz-BT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dz-BT/config.json
diff --git a/api/polyfills/Intl/~locale/dz-BT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dz-BT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dz-BT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dz-BT/detect.js
diff --git a/api/polyfills/Intl/~locale/dz-BT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dz-BT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dz-BT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dz-BT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/dz/config.json b/polyfill-service-api/polyfills/Intl/~locale/dz/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/dz/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/dz/config.json
diff --git a/api/polyfills/Intl/~locale/dz/detect.js b/polyfill-service-api/polyfills/Intl/~locale/dz/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dz/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/dz/detect.js
diff --git a/api/polyfills/Intl/~locale/dz/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/dz/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/dz/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/dz/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ebu-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ebu-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ebu-KE/config.json
diff --git a/api/polyfills/Intl/~locale/ebu-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ebu-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ebu-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/ebu-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ebu-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ebu-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ebu/config.json b/polyfill-service-api/polyfills/Intl/~locale/ebu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ebu/config.json
diff --git a/api/polyfills/Intl/~locale/ebu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ebu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ebu/detect.js
diff --git a/api/polyfills/Intl/~locale/ebu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ebu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ebu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ebu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ee-GH/config.json b/polyfill-service-api/polyfills/Intl/~locale/ee-GH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-GH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ee-GH/config.json
diff --git a/api/polyfills/Intl/~locale/ee-GH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ee-GH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-GH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee-GH/detect.js
diff --git a/api/polyfills/Intl/~locale/ee-GH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ee-GH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-GH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee-GH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ee-TG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ee-TG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-TG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ee-TG/config.json
diff --git a/api/polyfills/Intl/~locale/ee-TG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ee-TG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-TG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee-TG/detect.js
diff --git a/api/polyfills/Intl/~locale/ee-TG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ee-TG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee-TG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee-TG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ee/config.json b/polyfill-service-api/polyfills/Intl/~locale/ee/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ee/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ee/config.json
diff --git a/api/polyfills/Intl/~locale/ee/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ee/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee/detect.js
diff --git a/api/polyfills/Intl/~locale/ee/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ee/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ee/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ee/polyfill.js
diff --git a/api/polyfills/Intl/~locale/el-CY/config.json b/polyfill-service-api/polyfills/Intl/~locale/el-CY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/el-CY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/el-CY/config.json
diff --git a/api/polyfills/Intl/~locale/el-CY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/el-CY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el-CY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/el-CY/detect.js
diff --git a/api/polyfills/Intl/~locale/el-CY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/el-CY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el-CY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/el-CY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/el-GR/config.json b/polyfill-service-api/polyfills/Intl/~locale/el-GR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/el-GR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/el-GR/config.json
diff --git a/api/polyfills/Intl/~locale/el-GR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/el-GR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el-GR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/el-GR/detect.js
diff --git a/api/polyfills/Intl/~locale/el-GR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/el-GR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el-GR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/el-GR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/el/config.json b/polyfill-service-api/polyfills/Intl/~locale/el/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/el/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/el/config.json
diff --git a/api/polyfills/Intl/~locale/el/detect.js b/polyfill-service-api/polyfills/Intl/~locale/el/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/el/detect.js
diff --git a/api/polyfills/Intl/~locale/el/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/el/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/el/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/el/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-001/config.json
diff --git a/api/polyfills/Intl/~locale/en-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-001/detect.js
diff --git a/api/polyfills/Intl/~locale/en-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-150/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-150/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-150/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-150/config.json
diff --git a/api/polyfills/Intl/~locale/en-150/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-150/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-150/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-150/detect.js
diff --git a/api/polyfills/Intl/~locale/en-150/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-150/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-150/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-150/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-AG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-AG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-AG/config.json
diff --git a/api/polyfills/Intl/~locale/en-AG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-AG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-AG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-AG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-AI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-AI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-AI/config.json
diff --git a/api/polyfills/Intl/~locale/en-AI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-AI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-AI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-AI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-AS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-AS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-AS/config.json
diff --git a/api/polyfills/Intl/~locale/en-AS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-AS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-AS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-AS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-AT/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-AT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-AT/config.json
diff --git a/api/polyfills/Intl/~locale/en-AT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-AT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AT/detect.js
diff --git a/api/polyfills/Intl/~locale/en-AT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-AT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-AU/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-AU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-AU/config.json
diff --git a/api/polyfills/Intl/~locale/en-AU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-AU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AU/detect.js
diff --git a/api/polyfills/Intl/~locale/en-AU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-AU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-AU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-AU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BB/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BB/config.json
diff --git a/api/polyfills/Intl/~locale/en-BB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BB/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BE/config.json
diff --git a/api/polyfills/Intl/~locale/en-BE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BI/config.json
diff --git a/api/polyfills/Intl/~locale/en-BI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BM/config.json
diff --git a/api/polyfills/Intl/~locale/en-BM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BS/config.json
diff --git a/api/polyfills/Intl/~locale/en-BS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BW/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BW/config.json
diff --git a/api/polyfills/Intl/~locale/en-BW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BW/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-BZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-BZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-BZ/config.json
diff --git a/api/polyfills/Intl/~locale/en-BZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-BZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BZ/detect.js
diff --git a/api/polyfills/Intl/~locale/en-BZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-BZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-BZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-BZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CA/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CA/config.json
diff --git a/api/polyfills/Intl/~locale/en-CA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CA/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CC/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CC/config.json
diff --git a/api/polyfills/Intl/~locale/en-CC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CC/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CH/config.json
diff --git a/api/polyfills/Intl/~locale/en-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CK/config.json
diff --git a/api/polyfills/Intl/~locale/en-CK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CM/config.json
diff --git a/api/polyfills/Intl/~locale/en-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CX/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CX/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CX/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CX/config.json
diff --git a/api/polyfills/Intl/~locale/en-CX/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CX/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CX/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CX/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CX/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CX/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CX/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CX/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-CY/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-CY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-CY/config.json
diff --git a/api/polyfills/Intl/~locale/en-CY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-CY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CY/detect.js
diff --git a/api/polyfills/Intl/~locale/en-CY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-CY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-CY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-CY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-DE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-DE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-DE/config.json
diff --git a/api/polyfills/Intl/~locale/en-DE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-DE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-DE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-DE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-DG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-DG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-DG/config.json
diff --git a/api/polyfills/Intl/~locale/en-DG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-DG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-DG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-DG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-DK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-DK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-DK/config.json
diff --git a/api/polyfills/Intl/~locale/en-DK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-DK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-DK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-DK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-DM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-DM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-DM/config.json
diff --git a/api/polyfills/Intl/~locale/en-DM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-DM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-DM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-DM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-DM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-DM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-Dsrt/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Dsrt/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/config.json
diff --git a/api/polyfills/Intl/~locale/en-Dsrt/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Dsrt/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/detect.js
diff --git a/api/polyfills/Intl/~locale/en-Dsrt/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Dsrt/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-Dsrt/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-ER/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-ER/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ER/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-ER/config.json
diff --git a/api/polyfills/Intl/~locale/en-ER/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-ER/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ER/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ER/detect.js
diff --git a/api/polyfills/Intl/~locale/en-ER/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-ER/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ER/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ER/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-FI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-FI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-FI/config.json
diff --git a/api/polyfills/Intl/~locale/en-FI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-FI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-FI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-FI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-FJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-FJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-FJ/config.json
diff --git a/api/polyfills/Intl/~locale/en-FJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-FJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FJ/detect.js
diff --git a/api/polyfills/Intl/~locale/en-FJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-FJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-FK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-FK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-FK/config.json
diff --git a/api/polyfills/Intl/~locale/en-FK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-FK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-FK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-FK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-FM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-FM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-FM/config.json
diff --git a/api/polyfills/Intl/~locale/en-FM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-FM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-FM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-FM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-FM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-FM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GB/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GB/config.json
diff --git a/api/polyfills/Intl/~locale/en-GB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GB/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GD/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GD/config.json
diff --git a/api/polyfills/Intl/~locale/en-GD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GD/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GG/config.json
diff --git a/api/polyfills/Intl/~locale/en-GG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GH/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GH/config.json
diff --git a/api/polyfills/Intl/~locale/en-GH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GH/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GI/config.json
diff --git a/api/polyfills/Intl/~locale/en-GI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GM/config.json
diff --git a/api/polyfills/Intl/~locale/en-GM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GU/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GU/config.json
diff --git a/api/polyfills/Intl/~locale/en-GU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GU/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-GY/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-GY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-GY/config.json
diff --git a/api/polyfills/Intl/~locale/en-GY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-GY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GY/detect.js
diff --git a/api/polyfills/Intl/~locale/en-GY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-GY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-GY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-GY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-HK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-HK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-HK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-HK/config.json
diff --git a/api/polyfills/Intl/~locale/en-HK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-HK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-HK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-HK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-HK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-HK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-HK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-HK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-IE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-IE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-IE/config.json
diff --git a/api/polyfills/Intl/~locale/en-IE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-IE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-IE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-IE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-IL/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-IL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-IL/config.json
diff --git a/api/polyfills/Intl/~locale/en-IL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-IL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IL/detect.js
diff --git a/api/polyfills/Intl/~locale/en-IL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-IL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-IM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-IM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-IM/config.json
diff --git a/api/polyfills/Intl/~locale/en-IM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-IM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-IM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-IM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-IN/config.json
diff --git a/api/polyfills/Intl/~locale/en-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/en-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-IO/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-IO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-IO/config.json
diff --git a/api/polyfills/Intl/~locale/en-IO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-IO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IO/detect.js
diff --git a/api/polyfills/Intl/~locale/en-IO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-IO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-IO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-IO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-JE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-JE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-JE/config.json
diff --git a/api/polyfills/Intl/~locale/en-JE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-JE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-JE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-JE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-JE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-JE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-JM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-JM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-JM/config.json
diff --git a/api/polyfills/Intl/~locale/en-JM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-JM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-JM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-JM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-JM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-JM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-JM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-KE/config.json
diff --git a/api/polyfills/Intl/~locale/en-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-KI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-KI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-KI/config.json
diff --git a/api/polyfills/Intl/~locale/en-KI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-KI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-KI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-KI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-KN/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-KN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-KN/config.json
diff --git a/api/polyfills/Intl/~locale/en-KN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-KN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KN/detect.js
diff --git a/api/polyfills/Intl/~locale/en-KN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-KN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-KY/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-KY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-KY/config.json
diff --git a/api/polyfills/Intl/~locale/en-KY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-KY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KY/detect.js
diff --git a/api/polyfills/Intl/~locale/en-KY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-KY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-KY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-KY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-LC/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-LC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-LC/config.json
diff --git a/api/polyfills/Intl/~locale/en-LC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-LC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LC/detect.js
diff --git a/api/polyfills/Intl/~locale/en-LC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-LC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-LR/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-LR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-LR/config.json
diff --git a/api/polyfills/Intl/~locale/en-LR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-LR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LR/detect.js
diff --git a/api/polyfills/Intl/~locale/en-LR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-LR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-LS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-LS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-LS/config.json
diff --git a/api/polyfills/Intl/~locale/en-LS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-LS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-LS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-LS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-LS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-LS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MG/config.json
diff --git a/api/polyfills/Intl/~locale/en-MG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MH/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MH/config.json
diff --git a/api/polyfills/Intl/~locale/en-MH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MH/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MO/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MO/config.json
diff --git a/api/polyfills/Intl/~locale/en-MO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MO/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MP/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MP/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MP/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MP/config.json
diff --git a/api/polyfills/Intl/~locale/en-MP/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MP/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MP/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MP/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MP/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MP/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MP/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MP/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MS/config.json
diff --git a/api/polyfills/Intl/~locale/en-MS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MT/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MT/config.json
diff --git a/api/polyfills/Intl/~locale/en-MT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MT/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MU/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MU/config.json
diff --git a/api/polyfills/Intl/~locale/en-MU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MU/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MW/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MW/config.json
diff --git a/api/polyfills/Intl/~locale/en-MW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MW/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-MY/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-MY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-MY/config.json
diff --git a/api/polyfills/Intl/~locale/en-MY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-MY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MY/detect.js
diff --git a/api/polyfills/Intl/~locale/en-MY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-MY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-MY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-MY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NA/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NA/config.json
diff --git a/api/polyfills/Intl/~locale/en-NA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NA/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NF/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NF/config.json
diff --git a/api/polyfills/Intl/~locale/en-NF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NF/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NG/config.json
diff --git a/api/polyfills/Intl/~locale/en-NG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NL/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NL/config.json
diff --git a/api/polyfills/Intl/~locale/en-NL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NL/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NR/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NR/config.json
diff --git a/api/polyfills/Intl/~locale/en-NR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NR/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NU/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NU/config.json
diff --git a/api/polyfills/Intl/~locale/en-NU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NU/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-NZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-NZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-NZ/config.json
diff --git a/api/polyfills/Intl/~locale/en-NZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-NZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NZ/detect.js
diff --git a/api/polyfills/Intl/~locale/en-NZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-NZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-NZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-NZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PG/config.json
diff --git a/api/polyfills/Intl/~locale/en-PG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PH/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PH/config.json
diff --git a/api/polyfills/Intl/~locale/en-PH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PH/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PK/config.json
diff --git a/api/polyfills/Intl/~locale/en-PK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PN/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PN/config.json
diff --git a/api/polyfills/Intl/~locale/en-PN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PN/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PR/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PR/config.json
diff --git a/api/polyfills/Intl/~locale/en-PR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PR/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-PW/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-PW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-PW/config.json
diff --git a/api/polyfills/Intl/~locale/en-PW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-PW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PW/detect.js
diff --git a/api/polyfills/Intl/~locale/en-PW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-PW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-PW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-PW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-RW/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-RW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-RW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-RW/config.json
diff --git a/api/polyfills/Intl/~locale/en-RW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-RW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-RW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-RW/detect.js
diff --git a/api/polyfills/Intl/~locale/en-RW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-RW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-RW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-RW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SB/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SB/config.json
diff --git a/api/polyfills/Intl/~locale/en-SB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SB/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SC/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SC/config.json
diff --git a/api/polyfills/Intl/~locale/en-SC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SC/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SD/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SD/config.json
diff --git a/api/polyfills/Intl/~locale/en-SD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SD/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SE/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SE/config.json
diff --git a/api/polyfills/Intl/~locale/en-SE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SE/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SG/config.json
diff --git a/api/polyfills/Intl/~locale/en-SG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SH/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SH/config.json
diff --git a/api/polyfills/Intl/~locale/en-SH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SH/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SI/config.json
diff --git a/api/polyfills/Intl/~locale/en-SI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SL/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SL/config.json
diff --git a/api/polyfills/Intl/~locale/en-SL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SL/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SS/config.json
diff --git a/api/polyfills/Intl/~locale/en-SS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SX/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SX/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SX/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SX/config.json
diff --git a/api/polyfills/Intl/~locale/en-SX/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SX/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SX/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SX/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SX/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SX/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SX/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SX/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-SZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-SZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-SZ/config.json
diff --git a/api/polyfills/Intl/~locale/en-SZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-SZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SZ/detect.js
diff --git a/api/polyfills/Intl/~locale/en-SZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-SZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-SZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-SZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-Shaw/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-Shaw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Shaw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-Shaw/config.json
diff --git a/api/polyfills/Intl/~locale/en-Shaw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-Shaw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Shaw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-Shaw/detect.js
diff --git a/api/polyfills/Intl/~locale/en-Shaw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-Shaw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-Shaw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-Shaw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TC/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TC/config.json
diff --git a/api/polyfills/Intl/~locale/en-TC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TC/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TK/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TK/config.json
diff --git a/api/polyfills/Intl/~locale/en-TK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TK/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TO/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TO/config.json
diff --git a/api/polyfills/Intl/~locale/en-TO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TO/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TT/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TT/config.json
diff --git a/api/polyfills/Intl/~locale/en-TT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TT/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TV/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TV/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TV/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TV/config.json
diff --git a/api/polyfills/Intl/~locale/en-TV/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TV/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TV/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TV/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TV/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TV/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TV/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TV/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/en-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/en-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-UG/config.json
diff --git a/api/polyfills/Intl/~locale/en-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-UM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-UM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-UM/config.json
diff --git a/api/polyfills/Intl/~locale/en-UM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-UM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-UM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-UM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-UM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-UM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-UM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-US/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-US/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-US/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-US/config.json
diff --git a/api/polyfills/Intl/~locale/en-US/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-US/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-US/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-US/detect.js
diff --git a/api/polyfills/Intl/~locale/en-US/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-US/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-US/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-US/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-VC/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-VC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-VC/config.json
diff --git a/api/polyfills/Intl/~locale/en-VC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-VC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VC/detect.js
diff --git a/api/polyfills/Intl/~locale/en-VC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-VC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-VG/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-VG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-VG/config.json
diff --git a/api/polyfills/Intl/~locale/en-VG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-VG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VG/detect.js
diff --git a/api/polyfills/Intl/~locale/en-VG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-VG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-VI/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-VI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-VI/config.json
diff --git a/api/polyfills/Intl/~locale/en-VI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-VI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VI/detect.js
diff --git a/api/polyfills/Intl/~locale/en-VI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-VI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-VU/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-VU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-VU/config.json
diff --git a/api/polyfills/Intl/~locale/en-VU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-VU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VU/detect.js
diff --git a/api/polyfills/Intl/~locale/en-VU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-VU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-VU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-VU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-WS/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-WS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-WS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-WS/config.json
diff --git a/api/polyfills/Intl/~locale/en-WS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-WS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-WS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-WS/detect.js
diff --git a/api/polyfills/Intl/~locale/en-WS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-WS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-WS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-WS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-ZA/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-ZA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZA/config.json
diff --git a/api/polyfills/Intl/~locale/en-ZA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZA/detect.js
diff --git a/api/polyfills/Intl/~locale/en-ZA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-ZM/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-ZM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZM/config.json
diff --git a/api/polyfills/Intl/~locale/en-ZM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZM/detect.js
diff --git a/api/polyfills/Intl/~locale/en-ZM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en-ZW/config.json b/polyfill-service-api/polyfills/Intl/~locale/en-ZW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZW/config.json
diff --git a/api/polyfills/Intl/~locale/en-ZW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZW/detect.js
diff --git a/api/polyfills/Intl/~locale/en-ZW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en-ZW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en-ZW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en-ZW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/en/config.json b/polyfill-service-api/polyfills/Intl/~locale/en/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/en/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/en/config.json
diff --git a/api/polyfills/Intl/~locale/en/detect.js b/polyfill-service-api/polyfills/Intl/~locale/en/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/en/detect.js
diff --git a/api/polyfills/Intl/~locale/en/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/en/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/en/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/en/polyfill.js
diff --git a/api/polyfills/Intl/~locale/eo-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/eo-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/eo-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/eo-001/config.json
diff --git a/api/polyfills/Intl/~locale/eo-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/eo-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eo-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/eo-001/detect.js
diff --git a/api/polyfills/Intl/~locale/eo-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/eo-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eo-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/eo-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/eo/config.json b/polyfill-service-api/polyfills/Intl/~locale/eo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/eo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/eo/config.json
diff --git a/api/polyfills/Intl/~locale/eo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/eo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/eo/detect.js
diff --git a/api/polyfills/Intl/~locale/eo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/eo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/eo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-419/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-419/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-419/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-419/config.json
diff --git a/api/polyfills/Intl/~locale/es-419/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-419/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-419/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-419/detect.js
diff --git a/api/polyfills/Intl/~locale/es-419/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-419/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-419/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-419/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-AR/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-AR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-AR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-AR/config.json
diff --git a/api/polyfills/Intl/~locale/es-AR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-AR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-AR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-AR/detect.js
diff --git a/api/polyfills/Intl/~locale/es-AR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-AR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-AR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-AR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-BO/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-BO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-BO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-BO/config.json
diff --git a/api/polyfills/Intl/~locale/es-BO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-BO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-BO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-BO/detect.js
diff --git a/api/polyfills/Intl/~locale/es-BO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-BO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-BO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-BO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-CL/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-CL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-CL/config.json
diff --git a/api/polyfills/Intl/~locale/es-CL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-CL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CL/detect.js
diff --git a/api/polyfills/Intl/~locale/es-CL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-CL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-CO/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-CO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-CO/config.json
diff --git a/api/polyfills/Intl/~locale/es-CO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-CO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CO/detect.js
diff --git a/api/polyfills/Intl/~locale/es-CO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-CO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-CR/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-CR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-CR/config.json
diff --git a/api/polyfills/Intl/~locale/es-CR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-CR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CR/detect.js
diff --git a/api/polyfills/Intl/~locale/es-CR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-CR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-CU/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-CU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-CU/config.json
diff --git a/api/polyfills/Intl/~locale/es-CU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-CU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CU/detect.js
diff --git a/api/polyfills/Intl/~locale/es-CU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-CU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-CU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-CU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-DO/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-DO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-DO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-DO/config.json
diff --git a/api/polyfills/Intl/~locale/es-DO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-DO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-DO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-DO/detect.js
diff --git a/api/polyfills/Intl/~locale/es-DO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-DO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-DO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-DO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-EA/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-EA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-EA/config.json
diff --git a/api/polyfills/Intl/~locale/es-EA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-EA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-EA/detect.js
diff --git a/api/polyfills/Intl/~locale/es-EA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-EA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-EA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-EC/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-EC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-EC/config.json
diff --git a/api/polyfills/Intl/~locale/es-EC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-EC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-EC/detect.js
diff --git a/api/polyfills/Intl/~locale/es-EC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-EC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-EC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-EC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-ES/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-ES/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-ES/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-ES/config.json
diff --git a/api/polyfills/Intl/~locale/es-ES/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-ES/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-ES/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-ES/detect.js
diff --git a/api/polyfills/Intl/~locale/es-ES/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-ES/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-ES/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-ES/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-GQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-GQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-GQ/config.json
diff --git a/api/polyfills/Intl/~locale/es-GQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-GQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-GQ/detect.js
diff --git a/api/polyfills/Intl/~locale/es-GQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-GQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-GQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-GT/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-GT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-GT/config.json
diff --git a/api/polyfills/Intl/~locale/es-GT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-GT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-GT/detect.js
diff --git a/api/polyfills/Intl/~locale/es-GT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-GT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-GT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-GT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-HN/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-HN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-HN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-HN/config.json
diff --git a/api/polyfills/Intl/~locale/es-HN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-HN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-HN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-HN/detect.js
diff --git a/api/polyfills/Intl/~locale/es-HN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-HN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-HN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-HN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-IC/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-IC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-IC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-IC/config.json
diff --git a/api/polyfills/Intl/~locale/es-IC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-IC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-IC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-IC/detect.js
diff --git a/api/polyfills/Intl/~locale/es-IC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-IC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-IC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-IC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-MX/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-MX/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-MX/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-MX/config.json
diff --git a/api/polyfills/Intl/~locale/es-MX/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-MX/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-MX/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-MX/detect.js
diff --git a/api/polyfills/Intl/~locale/es-MX/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-MX/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-MX/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-MX/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-NI/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-NI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-NI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-NI/config.json
diff --git a/api/polyfills/Intl/~locale/es-NI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-NI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-NI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-NI/detect.js
diff --git a/api/polyfills/Intl/~locale/es-NI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-NI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-NI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-NI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-PA/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-PA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-PA/config.json
diff --git a/api/polyfills/Intl/~locale/es-PA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-PA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PA/detect.js
diff --git a/api/polyfills/Intl/~locale/es-PA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-PA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-PE/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-PE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-PE/config.json
diff --git a/api/polyfills/Intl/~locale/es-PE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-PE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PE/detect.js
diff --git a/api/polyfills/Intl/~locale/es-PE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-PE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-PH/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-PH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-PH/config.json
diff --git a/api/polyfills/Intl/~locale/es-PH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-PH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PH/detect.js
diff --git a/api/polyfills/Intl/~locale/es-PH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-PH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-PR/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-PR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-PR/config.json
diff --git a/api/polyfills/Intl/~locale/es-PR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-PR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PR/detect.js
diff --git a/api/polyfills/Intl/~locale/es-PR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-PR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-PY/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-PY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-PY/config.json
diff --git a/api/polyfills/Intl/~locale/es-PY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-PY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PY/detect.js
diff --git a/api/polyfills/Intl/~locale/es-PY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-PY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-PY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-PY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-SV/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-SV/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-SV/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-SV/config.json
diff --git a/api/polyfills/Intl/~locale/es-SV/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-SV/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-SV/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-SV/detect.js
diff --git a/api/polyfills/Intl/~locale/es-SV/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-SV/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-SV/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-SV/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-US/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-US/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-US/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-US/config.json
diff --git a/api/polyfills/Intl/~locale/es-US/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-US/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-US/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-US/detect.js
diff --git a/api/polyfills/Intl/~locale/es-US/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-US/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-US/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-US/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-UY/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-UY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-UY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-UY/config.json
diff --git a/api/polyfills/Intl/~locale/es-UY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-UY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-UY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-UY/detect.js
diff --git a/api/polyfills/Intl/~locale/es-UY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-UY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-UY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-UY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es-VE/config.json b/polyfill-service-api/polyfills/Intl/~locale/es-VE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es-VE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es-VE/config.json
diff --git a/api/polyfills/Intl/~locale/es-VE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es-VE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-VE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-VE/detect.js
diff --git a/api/polyfills/Intl/~locale/es-VE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es-VE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es-VE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es-VE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/es/config.json b/polyfill-service-api/polyfills/Intl/~locale/es/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/es/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/es/config.json
diff --git a/api/polyfills/Intl/~locale/es/detect.js b/polyfill-service-api/polyfills/Intl/~locale/es/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/es/detect.js
diff --git a/api/polyfills/Intl/~locale/es/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/es/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/es/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/es/polyfill.js
diff --git a/api/polyfills/Intl/~locale/et-EE/config.json b/polyfill-service-api/polyfills/Intl/~locale/et-EE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/et-EE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/et-EE/config.json
diff --git a/api/polyfills/Intl/~locale/et-EE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/et-EE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/et-EE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/et-EE/detect.js
diff --git a/api/polyfills/Intl/~locale/et-EE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/et-EE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/et-EE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/et-EE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/et/config.json b/polyfill-service-api/polyfills/Intl/~locale/et/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/et/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/et/config.json
diff --git a/api/polyfills/Intl/~locale/et/detect.js b/polyfill-service-api/polyfills/Intl/~locale/et/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/et/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/et/detect.js
diff --git a/api/polyfills/Intl/~locale/et/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/et/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/et/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/et/polyfill.js
diff --git a/api/polyfills/Intl/~locale/eu-ES/config.json b/polyfill-service-api/polyfills/Intl/~locale/eu-ES/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/eu-ES/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/eu-ES/config.json
diff --git a/api/polyfills/Intl/~locale/eu-ES/detect.js b/polyfill-service-api/polyfills/Intl/~locale/eu-ES/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eu-ES/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/eu-ES/detect.js
diff --git a/api/polyfills/Intl/~locale/eu-ES/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/eu-ES/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eu-ES/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/eu-ES/polyfill.js
diff --git a/api/polyfills/Intl/~locale/eu/config.json b/polyfill-service-api/polyfills/Intl/~locale/eu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/eu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/eu/config.json
diff --git a/api/polyfills/Intl/~locale/eu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/eu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/eu/detect.js
diff --git a/api/polyfills/Intl/~locale/eu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/eu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/eu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/eu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ewo-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/ewo-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ewo-CM/config.json
diff --git a/api/polyfills/Intl/~locale/ewo-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ewo-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ewo-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/ewo-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ewo-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ewo-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ewo/config.json b/polyfill-service-api/polyfills/Intl/~locale/ewo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ewo/config.json
diff --git a/api/polyfills/Intl/~locale/ewo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ewo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ewo/detect.js
diff --git a/api/polyfills/Intl/~locale/ewo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ewo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ewo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ewo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fa-AF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fa-AF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-AF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fa-AF/config.json
diff --git a/api/polyfills/Intl/~locale/fa-AF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fa-AF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-AF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa-AF/detect.js
diff --git a/api/polyfills/Intl/~locale/fa-AF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fa-AF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-AF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa-AF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fa-IR/config.json b/polyfill-service-api/polyfills/Intl/~locale/fa-IR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-IR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fa-IR/config.json
diff --git a/api/polyfills/Intl/~locale/fa-IR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fa-IR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-IR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa-IR/detect.js
diff --git a/api/polyfills/Intl/~locale/fa-IR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fa-IR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa-IR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa-IR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fa/config.json b/polyfill-service-api/polyfills/Intl/~locale/fa/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fa/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fa/config.json
diff --git a/api/polyfills/Intl/~locale/fa/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fa/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa/detect.js
diff --git a/api/polyfills/Intl/~locale/fa/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fa/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fa/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fa/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ff-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/ff-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ff-CM/config.json
diff --git a/api/polyfills/Intl/~locale/ff-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ff-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/ff-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ff-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ff-GN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ff-GN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-GN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ff-GN/config.json
diff --git a/api/polyfills/Intl/~locale/ff-GN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ff-GN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-GN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-GN/detect.js
diff --git a/api/polyfills/Intl/~locale/ff-GN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ff-GN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-GN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-GN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ff-MR/config.json b/polyfill-service-api/polyfills/Intl/~locale/ff-MR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-MR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ff-MR/config.json
diff --git a/api/polyfills/Intl/~locale/ff-MR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ff-MR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-MR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-MR/detect.js
diff --git a/api/polyfills/Intl/~locale/ff-MR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ff-MR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-MR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-MR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ff-SN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ff-SN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-SN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ff-SN/config.json
diff --git a/api/polyfills/Intl/~locale/ff-SN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ff-SN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-SN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-SN/detect.js
diff --git a/api/polyfills/Intl/~locale/ff-SN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ff-SN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff-SN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff-SN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ff/config.json b/polyfill-service-api/polyfills/Intl/~locale/ff/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ff/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ff/config.json
diff --git a/api/polyfills/Intl/~locale/ff/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ff/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff/detect.js
diff --git a/api/polyfills/Intl/~locale/ff/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ff/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ff/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ff/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fi-FI/config.json b/polyfill-service-api/polyfills/Intl/~locale/fi-FI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fi-FI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fi-FI/config.json
diff --git a/api/polyfills/Intl/~locale/fi-FI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fi-FI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fi-FI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fi-FI/detect.js
diff --git a/api/polyfills/Intl/~locale/fi-FI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fi-FI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fi-FI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fi-FI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fi/config.json b/polyfill-service-api/polyfills/Intl/~locale/fi/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fi/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fi/config.json
diff --git a/api/polyfills/Intl/~locale/fi/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fi/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fi/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fi/detect.js
diff --git a/api/polyfills/Intl/~locale/fi/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fi/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fi/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fi/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fil-PH/config.json b/polyfill-service-api/polyfills/Intl/~locale/fil-PH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fil-PH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fil-PH/config.json
diff --git a/api/polyfills/Intl/~locale/fil-PH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fil-PH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fil-PH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fil-PH/detect.js
diff --git a/api/polyfills/Intl/~locale/fil-PH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fil-PH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fil-PH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fil-PH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fil/config.json b/polyfill-service-api/polyfills/Intl/~locale/fil/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fil/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fil/config.json
diff --git a/api/polyfills/Intl/~locale/fil/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fil/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fil/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fil/detect.js
diff --git a/api/polyfills/Intl/~locale/fil/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fil/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fil/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fil/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fo-DK/config.json b/polyfill-service-api/polyfills/Intl/~locale/fo-DK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-DK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fo-DK/config.json
diff --git a/api/polyfills/Intl/~locale/fo-DK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fo-DK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-DK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo-DK/detect.js
diff --git a/api/polyfills/Intl/~locale/fo-DK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fo-DK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-DK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo-DK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fo-FO/config.json b/polyfill-service-api/polyfills/Intl/~locale/fo-FO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-FO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fo-FO/config.json
diff --git a/api/polyfills/Intl/~locale/fo-FO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fo-FO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-FO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo-FO/detect.js
diff --git a/api/polyfills/Intl/~locale/fo-FO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fo-FO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo-FO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo-FO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fo/config.json b/polyfill-service-api/polyfills/Intl/~locale/fo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fo/config.json
diff --git a/api/polyfills/Intl/~locale/fo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo/detect.js
diff --git a/api/polyfills/Intl/~locale/fo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-BE/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-BE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BE/config.json
diff --git a/api/polyfills/Intl/~locale/fr-BE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BE/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-BE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-BF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-BF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-BF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-BF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-BI/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-BI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BI/config.json
diff --git a/api/polyfills/Intl/~locale/fr-BI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BI/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-BI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-BJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-BJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BJ/config.json
diff --git a/api/polyfills/Intl/~locale/fr-BJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BJ/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-BJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-BL/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-BL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BL/config.json
diff --git a/api/polyfills/Intl/~locale/fr-BL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BL/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-BL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-BL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-BL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-BL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CA/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CA/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CA/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CD/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CD/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CD/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CG/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CG/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CG/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CH/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CI/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CI/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CI/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CM/config.json
diff --git a/api/polyfills/Intl/~locale/fr-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-DJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-DJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DJ/config.json
diff --git a/api/polyfills/Intl/~locale/fr-DJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-DJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DJ/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-DJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-DJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-DZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-DZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DZ/config.json
diff --git a/api/polyfills/Intl/~locale/fr-DZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-DZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DZ/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-DZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-DZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-DZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-DZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-FR/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-FR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-FR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-FR/config.json
diff --git a/api/polyfills/Intl/~locale/fr-FR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-FR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-FR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-FR/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-FR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-FR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-FR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-FR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-GA/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-GA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GA/config.json
diff --git a/api/polyfills/Intl/~locale/fr-GA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GA/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-GA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-GF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-GF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-GF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-GF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-GN/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-GN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GN/config.json
diff --git a/api/polyfills/Intl/~locale/fr-GN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GN/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-GN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-GP/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-GP/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GP/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GP/config.json
diff --git a/api/polyfills/Intl/~locale/fr-GP/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GP/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GP/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GP/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-GP/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GP/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GP/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GP/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-GQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-GQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GQ/config.json
diff --git a/api/polyfills/Intl/~locale/fr-GQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GQ/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-GQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-GQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-GQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-GQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-HT/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-HT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-HT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-HT/config.json
diff --git a/api/polyfills/Intl/~locale/fr-HT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-HT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-HT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-HT/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-HT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-HT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-HT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-HT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-KM/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-KM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-KM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-KM/config.json
diff --git a/api/polyfills/Intl/~locale/fr-KM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-KM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-KM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-KM/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-KM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-KM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-KM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-KM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-LU/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-LU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-LU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-LU/config.json
diff --git a/api/polyfills/Intl/~locale/fr-LU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-LU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-LU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-LU/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-LU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-LU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-LU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-LU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MA/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MC/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MC/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MC/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MG/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MG/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MG/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-ML/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-ML/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-ML/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-ML/config.json
diff --git a/api/polyfills/Intl/~locale/fr-ML/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-ML/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-ML/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-ML/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-ML/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-ML/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-ML/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-ML/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MQ/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MQ/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MR/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MR/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MR/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-MU/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-MU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MU/config.json
diff --git a/api/polyfills/Intl/~locale/fr-MU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MU/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-MU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-MU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-MU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-MU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-NC/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-NC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NC/config.json
diff --git a/api/polyfills/Intl/~locale/fr-NC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-NC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NC/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-NC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-NC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-NE/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-NE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NE/config.json
diff --git a/api/polyfills/Intl/~locale/fr-NE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-NE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NE/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-NE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-NE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-NE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-NE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-PF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-PF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-PF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-PF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-PF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-PF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-PM/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-PM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PM/config.json
diff --git a/api/polyfills/Intl/~locale/fr-PM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-PM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PM/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-PM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-PM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-PM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-PM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-RE/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-RE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RE/config.json
diff --git a/api/polyfills/Intl/~locale/fr-RE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-RE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RE/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-RE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-RE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-RW/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-RW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RW/config.json
diff --git a/api/polyfills/Intl/~locale/fr-RW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-RW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RW/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-RW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-RW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-RW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-RW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-SC/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-SC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SC/config.json
diff --git a/api/polyfills/Intl/~locale/fr-SC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SC/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-SC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-SN/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-SN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SN/config.json
diff --git a/api/polyfills/Intl/~locale/fr-SN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SN/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-SN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-SY/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-SY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SY/config.json
diff --git a/api/polyfills/Intl/~locale/fr-SY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SY/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-SY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-SY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-SY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-SY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-TD/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-TD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TD/config.json
diff --git a/api/polyfills/Intl/~locale/fr-TD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TD/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-TD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-TG/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-TG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TG/config.json
diff --git a/api/polyfills/Intl/~locale/fr-TG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TG/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-TG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-TN/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-TN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TN/config.json
diff --git a/api/polyfills/Intl/~locale/fr-TN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TN/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-TN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-TN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-TN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-TN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-VU/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-VU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-VU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-VU/config.json
diff --git a/api/polyfills/Intl/~locale/fr-VU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-VU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-VU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-VU/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-VU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-VU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-VU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-VU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-WF/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-WF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-WF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-WF/config.json
diff --git a/api/polyfills/Intl/~locale/fr-WF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-WF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-WF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-WF/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-WF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-WF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-WF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-WF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr-YT/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr-YT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-YT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr-YT/config.json
diff --git a/api/polyfills/Intl/~locale/fr-YT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr-YT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-YT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-YT/detect.js
diff --git a/api/polyfills/Intl/~locale/fr-YT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr-YT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr-YT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr-YT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fr/config.json b/polyfill-service-api/polyfills/Intl/~locale/fr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fr/config.json
diff --git a/api/polyfills/Intl/~locale/fr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr/detect.js
diff --git a/api/polyfills/Intl/~locale/fr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fur-IT/config.json b/polyfill-service-api/polyfills/Intl/~locale/fur-IT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fur-IT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fur-IT/config.json
diff --git a/api/polyfills/Intl/~locale/fur-IT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fur-IT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fur-IT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fur-IT/detect.js
diff --git a/api/polyfills/Intl/~locale/fur-IT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fur-IT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fur-IT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fur-IT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fur/config.json b/polyfill-service-api/polyfills/Intl/~locale/fur/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fur/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fur/config.json
diff --git a/api/polyfills/Intl/~locale/fur/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fur/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fur/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fur/detect.js
diff --git a/api/polyfills/Intl/~locale/fur/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fur/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fur/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fur/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fy-NL/config.json b/polyfill-service-api/polyfills/Intl/~locale/fy-NL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fy-NL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fy-NL/config.json
diff --git a/api/polyfills/Intl/~locale/fy-NL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fy-NL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fy-NL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fy-NL/detect.js
diff --git a/api/polyfills/Intl/~locale/fy-NL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fy-NL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fy-NL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fy-NL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/fy/config.json b/polyfill-service-api/polyfills/Intl/~locale/fy/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/fy/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/fy/config.json
diff --git a/api/polyfills/Intl/~locale/fy/detect.js b/polyfill-service-api/polyfills/Intl/~locale/fy/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fy/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/fy/detect.js
diff --git a/api/polyfills/Intl/~locale/fy/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/fy/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/fy/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/fy/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ga-IE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ga-IE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ga-IE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ga-IE/config.json
diff --git a/api/polyfills/Intl/~locale/ga-IE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ga-IE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ga-IE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ga-IE/detect.js
diff --git a/api/polyfills/Intl/~locale/ga-IE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ga-IE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ga-IE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ga-IE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ga/config.json b/polyfill-service-api/polyfills/Intl/~locale/ga/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ga/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ga/config.json
diff --git a/api/polyfills/Intl/~locale/ga/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ga/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ga/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ga/detect.js
diff --git a/api/polyfills/Intl/~locale/ga/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ga/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ga/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ga/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gd-GB/config.json b/polyfill-service-api/polyfills/Intl/~locale/gd-GB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gd-GB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gd-GB/config.json
diff --git a/api/polyfills/Intl/~locale/gd-GB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gd-GB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gd-GB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gd-GB/detect.js
diff --git a/api/polyfills/Intl/~locale/gd-GB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gd-GB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gd-GB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gd-GB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gd/config.json b/polyfill-service-api/polyfills/Intl/~locale/gd/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gd/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gd/config.json
diff --git a/api/polyfills/Intl/~locale/gd/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gd/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gd/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gd/detect.js
diff --git a/api/polyfills/Intl/~locale/gd/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gd/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gd/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gd/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gl-ES/config.json b/polyfill-service-api/polyfills/Intl/~locale/gl-ES/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gl-ES/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gl-ES/config.json
diff --git a/api/polyfills/Intl/~locale/gl-ES/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gl-ES/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gl-ES/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gl-ES/detect.js
diff --git a/api/polyfills/Intl/~locale/gl-ES/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gl-ES/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gl-ES/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gl-ES/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gl/config.json b/polyfill-service-api/polyfills/Intl/~locale/gl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gl/config.json
diff --git a/api/polyfills/Intl/~locale/gl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gl/detect.js
diff --git a/api/polyfills/Intl/~locale/gl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gsw-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/gsw-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-CH/config.json
diff --git a/api/polyfills/Intl/~locale/gsw-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/gsw-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gsw-FR/config.json b/polyfill-service-api/polyfills/Intl/~locale/gsw-FR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-FR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-FR/config.json
diff --git a/api/polyfills/Intl/~locale/gsw-FR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-FR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-FR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-FR/detect.js
diff --git a/api/polyfills/Intl/~locale/gsw-FR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-FR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-FR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-FR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gsw-LI/config.json b/polyfill-service-api/polyfills/Intl/~locale/gsw-LI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-LI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-LI/config.json
diff --git a/api/polyfills/Intl/~locale/gsw-LI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-LI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-LI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-LI/detect.js
diff --git a/api/polyfills/Intl/~locale/gsw-LI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gsw-LI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw-LI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw-LI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gsw/config.json b/polyfill-service-api/polyfills/Intl/~locale/gsw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gsw/config.json
diff --git a/api/polyfills/Intl/~locale/gsw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gsw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw/detect.js
diff --git a/api/polyfills/Intl/~locale/gsw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gsw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gsw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gsw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gu-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/gu-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gu-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gu-IN/config.json
diff --git a/api/polyfills/Intl/~locale/gu-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gu-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gu-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gu-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/gu-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gu-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gu-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gu-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gu/config.json b/polyfill-service-api/polyfills/Intl/~locale/gu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gu/config.json
diff --git a/api/polyfills/Intl/~locale/gu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gu/detect.js
diff --git a/api/polyfills/Intl/~locale/gu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/guz-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/guz-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/guz-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/guz-KE/config.json
diff --git a/api/polyfills/Intl/~locale/guz-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/guz-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/guz-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/guz-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/guz-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/guz-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/guz-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/guz-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/guz/config.json b/polyfill-service-api/polyfills/Intl/~locale/guz/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/guz/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/guz/config.json
diff --git a/api/polyfills/Intl/~locale/guz/detect.js b/polyfill-service-api/polyfills/Intl/~locale/guz/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/guz/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/guz/detect.js
diff --git a/api/polyfills/Intl/~locale/guz/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/guz/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/guz/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/guz/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gv-IM/config.json b/polyfill-service-api/polyfills/Intl/~locale/gv-IM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gv-IM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gv-IM/config.json
diff --git a/api/polyfills/Intl/~locale/gv-IM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gv-IM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gv-IM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gv-IM/detect.js
diff --git a/api/polyfills/Intl/~locale/gv-IM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gv-IM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gv-IM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gv-IM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/gv/config.json b/polyfill-service-api/polyfills/Intl/~locale/gv/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/gv/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/gv/config.json
diff --git a/api/polyfills/Intl/~locale/gv/detect.js b/polyfill-service-api/polyfills/Intl/~locale/gv/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gv/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/gv/detect.js
diff --git a/api/polyfills/Intl/~locale/gv/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/gv/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/gv/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/gv/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ha-Arab/config.json b/polyfill-service-api/polyfills/Intl/~locale/ha-Arab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-Arab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ha-Arab/config.json
diff --git a/api/polyfills/Intl/~locale/ha-Arab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ha-Arab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-Arab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-Arab/detect.js
diff --git a/api/polyfills/Intl/~locale/ha-Arab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ha-Arab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-Arab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-Arab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ha-GH/config.json b/polyfill-service-api/polyfills/Intl/~locale/ha-GH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-GH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ha-GH/config.json
diff --git a/api/polyfills/Intl/~locale/ha-GH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ha-GH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-GH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-GH/detect.js
diff --git a/api/polyfills/Intl/~locale/ha-GH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ha-GH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-GH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-GH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ha-NE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ha-NE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NE/config.json
diff --git a/api/polyfills/Intl/~locale/ha-NE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ha-NE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NE/detect.js
diff --git a/api/polyfills/Intl/~locale/ha-NE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ha-NE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ha-NG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ha-NG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NG/config.json
diff --git a/api/polyfills/Intl/~locale/ha-NG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ha-NG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NG/detect.js
diff --git a/api/polyfills/Intl/~locale/ha-NG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ha-NG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha-NG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha-NG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ha/config.json b/polyfill-service-api/polyfills/Intl/~locale/ha/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ha/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ha/config.json
diff --git a/api/polyfills/Intl/~locale/ha/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ha/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha/detect.js
diff --git a/api/polyfills/Intl/~locale/ha/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ha/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ha/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ha/polyfill.js
diff --git a/api/polyfills/Intl/~locale/haw-US/config.json b/polyfill-service-api/polyfills/Intl/~locale/haw-US/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/haw-US/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/haw-US/config.json
diff --git a/api/polyfills/Intl/~locale/haw-US/detect.js b/polyfill-service-api/polyfills/Intl/~locale/haw-US/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/haw-US/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/haw-US/detect.js
diff --git a/api/polyfills/Intl/~locale/haw-US/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/haw-US/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/haw-US/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/haw-US/polyfill.js
diff --git a/api/polyfills/Intl/~locale/haw/config.json b/polyfill-service-api/polyfills/Intl/~locale/haw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/haw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/haw/config.json
diff --git a/api/polyfills/Intl/~locale/haw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/haw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/haw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/haw/detect.js
diff --git a/api/polyfills/Intl/~locale/haw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/haw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/haw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/haw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/he-IL/config.json b/polyfill-service-api/polyfills/Intl/~locale/he-IL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/he-IL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/he-IL/config.json
diff --git a/api/polyfills/Intl/~locale/he-IL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/he-IL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/he-IL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/he-IL/detect.js
diff --git a/api/polyfills/Intl/~locale/he-IL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/he-IL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/he-IL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/he-IL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/he/config.json b/polyfill-service-api/polyfills/Intl/~locale/he/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/he/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/he/config.json
diff --git a/api/polyfills/Intl/~locale/he/detect.js b/polyfill-service-api/polyfills/Intl/~locale/he/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/he/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/he/detect.js
diff --git a/api/polyfills/Intl/~locale/he/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/he/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/he/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/he/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hi-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/hi-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hi-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hi-IN/config.json
diff --git a/api/polyfills/Intl/~locale/hi-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hi-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hi-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hi-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/hi-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hi-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hi-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hi-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hi/config.json b/polyfill-service-api/polyfills/Intl/~locale/hi/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hi/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hi/config.json
diff --git a/api/polyfills/Intl/~locale/hi/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hi/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hi/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hi/detect.js
diff --git a/api/polyfills/Intl/~locale/hi/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hi/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hi/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hi/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hr-BA/config.json b/polyfill-service-api/polyfills/Intl/~locale/hr-BA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-BA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hr-BA/config.json
diff --git a/api/polyfills/Intl/~locale/hr-BA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hr-BA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-BA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr-BA/detect.js
diff --git a/api/polyfills/Intl/~locale/hr-BA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hr-BA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-BA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr-BA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hr-HR/config.json b/polyfill-service-api/polyfills/Intl/~locale/hr-HR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-HR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hr-HR/config.json
diff --git a/api/polyfills/Intl/~locale/hr-HR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hr-HR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-HR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr-HR/detect.js
diff --git a/api/polyfills/Intl/~locale/hr-HR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hr-HR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr-HR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr-HR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hr/config.json b/polyfill-service-api/polyfills/Intl/~locale/hr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hr/config.json
diff --git a/api/polyfills/Intl/~locale/hr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr/detect.js
diff --git a/api/polyfills/Intl/~locale/hr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hsb-DE/config.json b/polyfill-service-api/polyfills/Intl/~locale/hsb-DE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb-DE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hsb-DE/config.json
diff --git a/api/polyfills/Intl/~locale/hsb-DE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hsb-DE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb-DE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hsb-DE/detect.js
diff --git a/api/polyfills/Intl/~locale/hsb-DE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hsb-DE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb-DE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hsb-DE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hsb/config.json b/polyfill-service-api/polyfills/Intl/~locale/hsb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hsb/config.json
diff --git a/api/polyfills/Intl/~locale/hsb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hsb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hsb/detect.js
diff --git a/api/polyfills/Intl/~locale/hsb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hsb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hsb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hsb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hu-HU/config.json b/polyfill-service-api/polyfills/Intl/~locale/hu-HU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hu-HU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hu-HU/config.json
diff --git a/api/polyfills/Intl/~locale/hu-HU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hu-HU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hu-HU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hu-HU/detect.js
diff --git a/api/polyfills/Intl/~locale/hu-HU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hu-HU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hu-HU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hu-HU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hu/config.json b/polyfill-service-api/polyfills/Intl/~locale/hu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hu/config.json
diff --git a/api/polyfills/Intl/~locale/hu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hu/detect.js
diff --git a/api/polyfills/Intl/~locale/hu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hy-AM/config.json b/polyfill-service-api/polyfills/Intl/~locale/hy-AM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hy-AM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hy-AM/config.json
diff --git a/api/polyfills/Intl/~locale/hy-AM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hy-AM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hy-AM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hy-AM/detect.js
diff --git a/api/polyfills/Intl/~locale/hy-AM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hy-AM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hy-AM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hy-AM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/hy/config.json b/polyfill-service-api/polyfills/Intl/~locale/hy/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/hy/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/hy/config.json
diff --git a/api/polyfills/Intl/~locale/hy/detect.js b/polyfill-service-api/polyfills/Intl/~locale/hy/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hy/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/hy/detect.js
diff --git a/api/polyfills/Intl/~locale/hy/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/hy/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/hy/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/hy/polyfill.js
diff --git a/api/polyfills/Intl/~locale/id-ID/config.json b/polyfill-service-api/polyfills/Intl/~locale/id-ID/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/id-ID/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/id-ID/config.json
diff --git a/api/polyfills/Intl/~locale/id-ID/detect.js b/polyfill-service-api/polyfills/Intl/~locale/id-ID/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/id-ID/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/id-ID/detect.js
diff --git a/api/polyfills/Intl/~locale/id-ID/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/id-ID/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/id-ID/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/id-ID/polyfill.js
diff --git a/api/polyfills/Intl/~locale/id/config.json b/polyfill-service-api/polyfills/Intl/~locale/id/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/id/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/id/config.json
diff --git a/api/polyfills/Intl/~locale/id/detect.js b/polyfill-service-api/polyfills/Intl/~locale/id/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/id/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/id/detect.js
diff --git a/api/polyfills/Intl/~locale/id/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/id/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/id/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/id/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ig-NG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ig-NG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ig-NG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ig-NG/config.json
diff --git a/api/polyfills/Intl/~locale/ig-NG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ig-NG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ig-NG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ig-NG/detect.js
diff --git a/api/polyfills/Intl/~locale/ig-NG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ig-NG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ig-NG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ig-NG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ig/config.json b/polyfill-service-api/polyfills/Intl/~locale/ig/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ig/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ig/config.json
diff --git a/api/polyfills/Intl/~locale/ig/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ig/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ig/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ig/detect.js
diff --git a/api/polyfills/Intl/~locale/ig/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ig/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ig/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ig/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ii-CN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ii-CN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ii-CN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ii-CN/config.json
diff --git a/api/polyfills/Intl/~locale/ii-CN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ii-CN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ii-CN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ii-CN/detect.js
diff --git a/api/polyfills/Intl/~locale/ii-CN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ii-CN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ii-CN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ii-CN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ii/config.json b/polyfill-service-api/polyfills/Intl/~locale/ii/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ii/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ii/config.json
diff --git a/api/polyfills/Intl/~locale/ii/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ii/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ii/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ii/detect.js
diff --git a/api/polyfills/Intl/~locale/ii/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ii/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ii/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ii/polyfill.js
diff --git a/api/polyfills/Intl/~locale/is-IS/config.json b/polyfill-service-api/polyfills/Intl/~locale/is-IS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/is-IS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/is-IS/config.json
diff --git a/api/polyfills/Intl/~locale/is-IS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/is-IS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/is-IS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/is-IS/detect.js
diff --git a/api/polyfills/Intl/~locale/is-IS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/is-IS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/is-IS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/is-IS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/is/config.json b/polyfill-service-api/polyfills/Intl/~locale/is/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/is/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/is/config.json
diff --git a/api/polyfills/Intl/~locale/is/detect.js b/polyfill-service-api/polyfills/Intl/~locale/is/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/is/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/is/detect.js
diff --git a/api/polyfills/Intl/~locale/is/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/is/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/is/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/is/polyfill.js
diff --git a/api/polyfills/Intl/~locale/it-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/it-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/it-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/it-CH/config.json
diff --git a/api/polyfills/Intl/~locale/it-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/it-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/it-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/it-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/it-IT/config.json b/polyfill-service-api/polyfills/Intl/~locale/it-IT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/it-IT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/it-IT/config.json
diff --git a/api/polyfills/Intl/~locale/it-IT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/it-IT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-IT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-IT/detect.js
diff --git a/api/polyfills/Intl/~locale/it-IT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/it-IT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-IT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-IT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/it-SM/config.json b/polyfill-service-api/polyfills/Intl/~locale/it-SM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/it-SM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/it-SM/config.json
diff --git a/api/polyfills/Intl/~locale/it-SM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/it-SM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-SM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-SM/detect.js
diff --git a/api/polyfills/Intl/~locale/it-SM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/it-SM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it-SM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/it-SM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/it/config.json b/polyfill-service-api/polyfills/Intl/~locale/it/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/it/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/it/config.json
diff --git a/api/polyfills/Intl/~locale/it/detect.js b/polyfill-service-api/polyfills/Intl/~locale/it/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/it/detect.js
diff --git a/api/polyfills/Intl/~locale/it/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/it/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/it/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/it/polyfill.js
diff --git a/api/polyfills/Intl/~locale/iu-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/iu-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/iu-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/iu-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/iu-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/iu-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/iu-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/iu-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/iu-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/iu-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/iu-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/iu-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ja-JP/config.json b/polyfill-service-api/polyfills/Intl/~locale/ja-JP/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ja-JP/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ja-JP/config.json
diff --git a/api/polyfills/Intl/~locale/ja-JP/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ja-JP/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ja-JP/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ja-JP/detect.js
diff --git a/api/polyfills/Intl/~locale/ja-JP/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ja-JP/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ja-JP/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ja-JP/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ja/config.json b/polyfill-service-api/polyfills/Intl/~locale/ja/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ja/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ja/config.json
diff --git a/api/polyfills/Intl/~locale/ja/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ja/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ja/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ja/detect.js
diff --git a/api/polyfills/Intl/~locale/ja/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ja/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ja/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ja/polyfill.js
diff --git a/api/polyfills/Intl/~locale/jgo-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/jgo-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/jgo-CM/config.json
diff --git a/api/polyfills/Intl/~locale/jgo-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/jgo-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/jgo-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/jgo-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/jgo-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/jgo-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/jgo/config.json b/polyfill-service-api/polyfills/Intl/~locale/jgo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/jgo/config.json
diff --git a/api/polyfills/Intl/~locale/jgo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/jgo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/jgo/detect.js
diff --git a/api/polyfills/Intl/~locale/jgo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/jgo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jgo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/jgo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/jmc-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/jmc-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/jmc-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/jmc-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/jmc/config.json b/polyfill-service-api/polyfills/Intl/~locale/jmc/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/jmc/config.json
diff --git a/api/polyfills/Intl/~locale/jmc/detect.js b/polyfill-service-api/polyfills/Intl/~locale/jmc/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/jmc/detect.js
diff --git a/api/polyfills/Intl/~locale/jmc/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/jmc/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/jmc/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/jmc/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ka-GE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ka-GE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ka-GE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ka-GE/config.json
diff --git a/api/polyfills/Intl/~locale/ka-GE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ka-GE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ka-GE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ka-GE/detect.js
diff --git a/api/polyfills/Intl/~locale/ka-GE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ka-GE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ka-GE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ka-GE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ka/config.json b/polyfill-service-api/polyfills/Intl/~locale/ka/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ka/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ka/config.json
diff --git a/api/polyfills/Intl/~locale/ka/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ka/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ka/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ka/detect.js
diff --git a/api/polyfills/Intl/~locale/ka/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ka/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ka/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ka/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kab-DZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/kab-DZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kab-DZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kab-DZ/config.json
diff --git a/api/polyfills/Intl/~locale/kab-DZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kab-DZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kab-DZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kab-DZ/detect.js
diff --git a/api/polyfills/Intl/~locale/kab-DZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kab-DZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kab-DZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kab-DZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kab/config.json b/polyfill-service-api/polyfills/Intl/~locale/kab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kab/config.json
diff --git a/api/polyfills/Intl/~locale/kab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kab/detect.js
diff --git a/api/polyfills/Intl/~locale/kab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kam-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/kam-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kam-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kam-KE/config.json
diff --git a/api/polyfills/Intl/~locale/kam-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kam-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kam-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kam-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/kam-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kam-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kam-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kam-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kam/config.json b/polyfill-service-api/polyfills/Intl/~locale/kam/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kam/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kam/config.json
diff --git a/api/polyfills/Intl/~locale/kam/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kam/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kam/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kam/detect.js
diff --git a/api/polyfills/Intl/~locale/kam/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kam/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kam/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kam/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kde-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/kde-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kde-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kde-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/kde-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kde-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kde-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kde-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/kde-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kde-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kde-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kde-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kde/config.json b/polyfill-service-api/polyfills/Intl/~locale/kde/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kde/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kde/config.json
diff --git a/api/polyfills/Intl/~locale/kde/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kde/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kde/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kde/detect.js
diff --git a/api/polyfills/Intl/~locale/kde/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kde/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kde/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kde/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kea-CV/config.json b/polyfill-service-api/polyfills/Intl/~locale/kea-CV/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kea-CV/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kea-CV/config.json
diff --git a/api/polyfills/Intl/~locale/kea-CV/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kea-CV/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kea-CV/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kea-CV/detect.js
diff --git a/api/polyfills/Intl/~locale/kea-CV/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kea-CV/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kea-CV/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kea-CV/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kea/config.json b/polyfill-service-api/polyfills/Intl/~locale/kea/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kea/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kea/config.json
diff --git a/api/polyfills/Intl/~locale/kea/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kea/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kea/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kea/detect.js
diff --git a/api/polyfills/Intl/~locale/kea/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kea/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kea/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kea/polyfill.js
diff --git a/api/polyfills/Intl/~locale/khq-ML/config.json b/polyfill-service-api/polyfills/Intl/~locale/khq-ML/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/khq-ML/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/khq-ML/config.json
diff --git a/api/polyfills/Intl/~locale/khq-ML/detect.js b/polyfill-service-api/polyfills/Intl/~locale/khq-ML/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/khq-ML/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/khq-ML/detect.js
diff --git a/api/polyfills/Intl/~locale/khq-ML/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/khq-ML/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/khq-ML/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/khq-ML/polyfill.js
diff --git a/api/polyfills/Intl/~locale/khq/config.json b/polyfill-service-api/polyfills/Intl/~locale/khq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/khq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/khq/config.json
diff --git a/api/polyfills/Intl/~locale/khq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/khq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/khq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/khq/detect.js
diff --git a/api/polyfills/Intl/~locale/khq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/khq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/khq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/khq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ki-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ki-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ki-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ki-KE/config.json
diff --git a/api/polyfills/Intl/~locale/ki-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ki-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ki-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ki-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/ki-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ki-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ki-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ki-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ki/config.json b/polyfill-service-api/polyfills/Intl/~locale/ki/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ki/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ki/config.json
diff --git a/api/polyfills/Intl/~locale/ki/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ki/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ki/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ki/detect.js
diff --git a/api/polyfills/Intl/~locale/ki/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ki/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ki/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ki/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kk-KZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/kk-KZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kk-KZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kk-KZ/config.json
diff --git a/api/polyfills/Intl/~locale/kk-KZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kk-KZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kk-KZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kk-KZ/detect.js
diff --git a/api/polyfills/Intl/~locale/kk-KZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kk-KZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kk-KZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kk-KZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kk/config.json b/polyfill-service-api/polyfills/Intl/~locale/kk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kk/config.json
diff --git a/api/polyfills/Intl/~locale/kk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kk/detect.js
diff --git a/api/polyfills/Intl/~locale/kk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kkj-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/kkj-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kkj-CM/config.json
diff --git a/api/polyfills/Intl/~locale/kkj-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kkj-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kkj-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/kkj-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kkj-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kkj-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kkj/config.json b/polyfill-service-api/polyfills/Intl/~locale/kkj/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kkj/config.json
diff --git a/api/polyfills/Intl/~locale/kkj/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kkj/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kkj/detect.js
diff --git a/api/polyfills/Intl/~locale/kkj/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kkj/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kkj/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kkj/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kl-GL/config.json b/polyfill-service-api/polyfills/Intl/~locale/kl-GL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kl-GL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kl-GL/config.json
diff --git a/api/polyfills/Intl/~locale/kl-GL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kl-GL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kl-GL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kl-GL/detect.js
diff --git a/api/polyfills/Intl/~locale/kl-GL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kl-GL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kl-GL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kl-GL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kl/config.json b/polyfill-service-api/polyfills/Intl/~locale/kl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kl/config.json
diff --git a/api/polyfills/Intl/~locale/kl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kl/detect.js
diff --git a/api/polyfills/Intl/~locale/kl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kln-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/kln-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kln-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kln-KE/config.json
diff --git a/api/polyfills/Intl/~locale/kln-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kln-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kln-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kln-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/kln-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kln-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kln-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kln-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kln/config.json b/polyfill-service-api/polyfills/Intl/~locale/kln/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kln/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kln/config.json
diff --git a/api/polyfills/Intl/~locale/kln/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kln/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kln/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kln/detect.js
diff --git a/api/polyfills/Intl/~locale/kln/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kln/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kln/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kln/polyfill.js
diff --git a/api/polyfills/Intl/~locale/km-KH/config.json b/polyfill-service-api/polyfills/Intl/~locale/km-KH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/km-KH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/km-KH/config.json
diff --git a/api/polyfills/Intl/~locale/km-KH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/km-KH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/km-KH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/km-KH/detect.js
diff --git a/api/polyfills/Intl/~locale/km-KH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/km-KH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/km-KH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/km-KH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/km/config.json b/polyfill-service-api/polyfills/Intl/~locale/km/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/km/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/km/config.json
diff --git a/api/polyfills/Intl/~locale/km/detect.js b/polyfill-service-api/polyfills/Intl/~locale/km/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/km/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/km/detect.js
diff --git a/api/polyfills/Intl/~locale/km/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/km/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/km/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/km/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kn-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/kn-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kn-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kn-IN/config.json
diff --git a/api/polyfills/Intl/~locale/kn-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kn-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kn-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kn-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/kn-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kn-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kn-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kn-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kn/config.json b/polyfill-service-api/polyfills/Intl/~locale/kn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kn/config.json
diff --git a/api/polyfills/Intl/~locale/kn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kn/detect.js
diff --git a/api/polyfills/Intl/~locale/kn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ko-KP/config.json b/polyfill-service-api/polyfills/Intl/~locale/ko-KP/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KP/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KP/config.json
diff --git a/api/polyfills/Intl/~locale/ko-KP/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ko-KP/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KP/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KP/detect.js
diff --git a/api/polyfills/Intl/~locale/ko-KP/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ko-KP/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KP/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KP/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ko-KR/config.json b/polyfill-service-api/polyfills/Intl/~locale/ko-KR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KR/config.json
diff --git a/api/polyfills/Intl/~locale/ko-KR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ko-KR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KR/detect.js
diff --git a/api/polyfills/Intl/~locale/ko-KR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ko-KR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko-KR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko-KR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ko/config.json b/polyfill-service-api/polyfills/Intl/~locale/ko/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ko/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ko/config.json
diff --git a/api/polyfills/Intl/~locale/ko/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ko/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko/detect.js
diff --git a/api/polyfills/Intl/~locale/ko/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ko/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ko/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ko/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kok-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/kok-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kok-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kok-IN/config.json
diff --git a/api/polyfills/Intl/~locale/kok-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kok-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kok-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kok-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/kok-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kok-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kok-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kok-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kok/config.json b/polyfill-service-api/polyfills/Intl/~locale/kok/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kok/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kok/config.json
diff --git a/api/polyfills/Intl/~locale/kok/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kok/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kok/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kok/detect.js
diff --git a/api/polyfills/Intl/~locale/kok/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kok/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kok/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kok/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ks-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ks-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ks-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ks-IN/config.json
diff --git a/api/polyfills/Intl/~locale/ks-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ks-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ks-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ks-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/ks-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ks-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ks-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ks-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ks/config.json b/polyfill-service-api/polyfills/Intl/~locale/ks/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ks/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ks/config.json
diff --git a/api/polyfills/Intl/~locale/ks/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ks/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ks/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ks/detect.js
diff --git a/api/polyfills/Intl/~locale/ks/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ks/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ks/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ks/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksb-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/ksb-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/ksb-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksb-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksb/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksb/config.json
diff --git a/api/polyfills/Intl/~locale/ksb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksb/detect.js
diff --git a/api/polyfills/Intl/~locale/ksb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksf-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksf-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksf-CM/config.json
diff --git a/api/polyfills/Intl/~locale/ksf-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksf-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksf-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/ksf-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksf-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksf-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksf/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksf/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksf/config.json
diff --git a/api/polyfills/Intl/~locale/ksf/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksf/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksf/detect.js
diff --git a/api/polyfills/Intl/~locale/ksf/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksf/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksf/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksf/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksh-DE/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksh-DE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh-DE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksh-DE/config.json
diff --git a/api/polyfills/Intl/~locale/ksh-DE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksh-DE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh-DE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksh-DE/detect.js
diff --git a/api/polyfills/Intl/~locale/ksh-DE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksh-DE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh-DE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksh-DE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ksh/config.json b/polyfill-service-api/polyfills/Intl/~locale/ksh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ksh/config.json
diff --git a/api/polyfills/Intl/~locale/ksh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ksh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksh/detect.js
diff --git a/api/polyfills/Intl/~locale/ksh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ksh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ksh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ksh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kw-GB/config.json b/polyfill-service-api/polyfills/Intl/~locale/kw-GB/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kw-GB/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kw-GB/config.json
diff --git a/api/polyfills/Intl/~locale/kw-GB/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kw-GB/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kw-GB/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kw-GB/detect.js
diff --git a/api/polyfills/Intl/~locale/kw-GB/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kw-GB/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kw-GB/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kw-GB/polyfill.js
diff --git a/api/polyfills/Intl/~locale/kw/config.json b/polyfill-service-api/polyfills/Intl/~locale/kw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/kw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/kw/config.json
diff --git a/api/polyfills/Intl/~locale/kw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/kw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/kw/detect.js
diff --git a/api/polyfills/Intl/~locale/kw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/kw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/kw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/kw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ky-KG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ky-KG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ky-KG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ky-KG/config.json
diff --git a/api/polyfills/Intl/~locale/ky-KG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ky-KG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ky-KG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ky-KG/detect.js
diff --git a/api/polyfills/Intl/~locale/ky-KG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ky-KG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ky-KG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ky-KG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ky/config.json b/polyfill-service-api/polyfills/Intl/~locale/ky/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ky/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ky/config.json
diff --git a/api/polyfills/Intl/~locale/ky/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ky/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ky/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ky/detect.js
diff --git a/api/polyfills/Intl/~locale/ky/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ky/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ky/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ky/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lag-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/lag-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lag-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lag-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/lag-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lag-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lag-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lag-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/lag-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lag-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lag-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lag-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lag/config.json b/polyfill-service-api/polyfills/Intl/~locale/lag/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lag/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lag/config.json
diff --git a/api/polyfills/Intl/~locale/lag/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lag/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lag/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lag/detect.js
diff --git a/api/polyfills/Intl/~locale/lag/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lag/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lag/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lag/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lb-LU/config.json b/polyfill-service-api/polyfills/Intl/~locale/lb-LU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lb-LU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lb-LU/config.json
diff --git a/api/polyfills/Intl/~locale/lb-LU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lb-LU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lb-LU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lb-LU/detect.js
diff --git a/api/polyfills/Intl/~locale/lb-LU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lb-LU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lb-LU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lb-LU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lb/config.json b/polyfill-service-api/polyfills/Intl/~locale/lb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lb/config.json
diff --git a/api/polyfills/Intl/~locale/lb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lb/detect.js
diff --git a/api/polyfills/Intl/~locale/lb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lg-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/lg-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lg-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lg-UG/config.json
diff --git a/api/polyfills/Intl/~locale/lg-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lg-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lg-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lg-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/lg-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lg-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lg-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lg-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lg/config.json b/polyfill-service-api/polyfills/Intl/~locale/lg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lg/config.json
diff --git a/api/polyfills/Intl/~locale/lg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lg/detect.js
diff --git a/api/polyfills/Intl/~locale/lg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lkt-US/config.json b/polyfill-service-api/polyfills/Intl/~locale/lkt-US/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt-US/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lkt-US/config.json
diff --git a/api/polyfills/Intl/~locale/lkt-US/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lkt-US/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt-US/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lkt-US/detect.js
diff --git a/api/polyfills/Intl/~locale/lkt-US/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lkt-US/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt-US/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lkt-US/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lkt/config.json b/polyfill-service-api/polyfills/Intl/~locale/lkt/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lkt/config.json
diff --git a/api/polyfills/Intl/~locale/lkt/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lkt/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lkt/detect.js
diff --git a/api/polyfills/Intl/~locale/lkt/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lkt/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lkt/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lkt/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ln-AO/config.json b/polyfill-service-api/polyfills/Intl/~locale/ln-AO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-AO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ln-AO/config.json
diff --git a/api/polyfills/Intl/~locale/ln-AO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ln-AO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-AO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-AO/detect.js
diff --git a/api/polyfills/Intl/~locale/ln-AO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ln-AO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-AO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-AO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ln-CD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ln-CD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CD/config.json
diff --git a/api/polyfills/Intl/~locale/ln-CD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CD/detect.js
diff --git a/api/polyfills/Intl/~locale/ln-CD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ln-CF/config.json b/polyfill-service-api/polyfills/Intl/~locale/ln-CF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CF/config.json
diff --git a/api/polyfills/Intl/~locale/ln-CF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CF/detect.js
diff --git a/api/polyfills/Intl/~locale/ln-CF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ln-CG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ln-CG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CG/config.json
diff --git a/api/polyfills/Intl/~locale/ln-CG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CG/detect.js
diff --git a/api/polyfills/Intl/~locale/ln-CG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ln-CG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln-CG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln-CG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ln/config.json b/polyfill-service-api/polyfills/Intl/~locale/ln/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ln/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ln/config.json
diff --git a/api/polyfills/Intl/~locale/ln/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ln/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln/detect.js
diff --git a/api/polyfills/Intl/~locale/ln/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ln/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ln/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ln/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lo-LA/config.json b/polyfill-service-api/polyfills/Intl/~locale/lo-LA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lo-LA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lo-LA/config.json
diff --git a/api/polyfills/Intl/~locale/lo-LA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lo-LA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lo-LA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lo-LA/detect.js
diff --git a/api/polyfills/Intl/~locale/lo-LA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lo-LA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lo-LA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lo-LA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lo/config.json b/polyfill-service-api/polyfills/Intl/~locale/lo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lo/config.json
diff --git a/api/polyfills/Intl/~locale/lo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lo/detect.js
diff --git a/api/polyfills/Intl/~locale/lo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lrc-IQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/config.json
diff --git a/api/polyfills/Intl/~locale/lrc-IQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/detect.js
diff --git a/api/polyfills/Intl/~locale/lrc-IQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lrc-IR/config.json b/polyfill-service-api/polyfills/Intl/~locale/lrc-IR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IR/config.json
diff --git a/api/polyfills/Intl/~locale/lrc-IR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lrc-IR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IR/detect.js
diff --git a/api/polyfills/Intl/~locale/lrc-IR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lrc-IR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc-IR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc-IR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lrc/config.json b/polyfill-service-api/polyfills/Intl/~locale/lrc/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lrc/config.json
diff --git a/api/polyfills/Intl/~locale/lrc/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lrc/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc/detect.js
diff --git a/api/polyfills/Intl/~locale/lrc/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lrc/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lrc/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lrc/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lt-LT/config.json b/polyfill-service-api/polyfills/Intl/~locale/lt-LT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lt-LT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lt-LT/config.json
diff --git a/api/polyfills/Intl/~locale/lt-LT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lt-LT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lt-LT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lt-LT/detect.js
diff --git a/api/polyfills/Intl/~locale/lt-LT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lt-LT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lt-LT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lt-LT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lt/config.json b/polyfill-service-api/polyfills/Intl/~locale/lt/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lt/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lt/config.json
diff --git a/api/polyfills/Intl/~locale/lt/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lt/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lt/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lt/detect.js
diff --git a/api/polyfills/Intl/~locale/lt/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lt/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lt/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lt/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lu-CD/config.json b/polyfill-service-api/polyfills/Intl/~locale/lu-CD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lu-CD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lu-CD/config.json
diff --git a/api/polyfills/Intl/~locale/lu-CD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lu-CD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lu-CD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lu-CD/detect.js
diff --git a/api/polyfills/Intl/~locale/lu-CD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lu-CD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lu-CD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lu-CD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lu/config.json b/polyfill-service-api/polyfills/Intl/~locale/lu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lu/config.json
diff --git a/api/polyfills/Intl/~locale/lu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lu/detect.js
diff --git a/api/polyfills/Intl/~locale/lu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/luo-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/luo-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/luo-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/luo-KE/config.json
diff --git a/api/polyfills/Intl/~locale/luo-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/luo-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luo-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/luo-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/luo-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/luo-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luo-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/luo-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/luo/config.json b/polyfill-service-api/polyfills/Intl/~locale/luo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/luo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/luo/config.json
diff --git a/api/polyfills/Intl/~locale/luo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/luo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/luo/detect.js
diff --git a/api/polyfills/Intl/~locale/luo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/luo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/luo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/luy-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/luy-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/luy-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/luy-KE/config.json
diff --git a/api/polyfills/Intl/~locale/luy-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/luy-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luy-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/luy-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/luy-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/luy-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luy-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/luy-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/luy/config.json b/polyfill-service-api/polyfills/Intl/~locale/luy/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/luy/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/luy/config.json
diff --git a/api/polyfills/Intl/~locale/luy/detect.js b/polyfill-service-api/polyfills/Intl/~locale/luy/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luy/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/luy/detect.js
diff --git a/api/polyfills/Intl/~locale/luy/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/luy/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/luy/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/luy/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lv-LV/config.json b/polyfill-service-api/polyfills/Intl/~locale/lv-LV/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lv-LV/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lv-LV/config.json
diff --git a/api/polyfills/Intl/~locale/lv-LV/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lv-LV/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lv-LV/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lv-LV/detect.js
diff --git a/api/polyfills/Intl/~locale/lv-LV/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lv-LV/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lv-LV/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lv-LV/polyfill.js
diff --git a/api/polyfills/Intl/~locale/lv/config.json b/polyfill-service-api/polyfills/Intl/~locale/lv/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/lv/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/lv/config.json
diff --git a/api/polyfills/Intl/~locale/lv/detect.js b/polyfill-service-api/polyfills/Intl/~locale/lv/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lv/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/lv/detect.js
diff --git a/api/polyfills/Intl/~locale/lv/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/lv/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/lv/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/lv/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mas-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/mas-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mas-KE/config.json
diff --git a/api/polyfills/Intl/~locale/mas-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mas-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/mas-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mas-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mas-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/mas-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mas-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/mas-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mas-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/mas-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mas-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mas/config.json b/polyfill-service-api/polyfills/Intl/~locale/mas/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mas/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mas/config.json
diff --git a/api/polyfills/Intl/~locale/mas/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mas/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas/detect.js
diff --git a/api/polyfills/Intl/~locale/mas/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mas/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mas/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mas/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mer-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/mer-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mer-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mer-KE/config.json
diff --git a/api/polyfills/Intl/~locale/mer-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mer-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mer-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mer-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/mer-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mer-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mer-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mer-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mer/config.json b/polyfill-service-api/polyfills/Intl/~locale/mer/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mer/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mer/config.json
diff --git a/api/polyfills/Intl/~locale/mer/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mer/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mer/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mer/detect.js
diff --git a/api/polyfills/Intl/~locale/mer/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mer/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mer/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mer/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mfe-MU/config.json b/polyfill-service-api/polyfills/Intl/~locale/mfe-MU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe-MU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mfe-MU/config.json
diff --git a/api/polyfills/Intl/~locale/mfe-MU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mfe-MU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe-MU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mfe-MU/detect.js
diff --git a/api/polyfills/Intl/~locale/mfe-MU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mfe-MU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe-MU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mfe-MU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mfe/config.json b/polyfill-service-api/polyfills/Intl/~locale/mfe/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mfe/config.json
diff --git a/api/polyfills/Intl/~locale/mfe/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mfe/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mfe/detect.js
diff --git a/api/polyfills/Intl/~locale/mfe/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mfe/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mfe/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mfe/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mg-MG/config.json b/polyfill-service-api/polyfills/Intl/~locale/mg-MG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mg-MG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mg-MG/config.json
diff --git a/api/polyfills/Intl/~locale/mg-MG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mg-MG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mg-MG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mg-MG/detect.js
diff --git a/api/polyfills/Intl/~locale/mg-MG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mg-MG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mg-MG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mg-MG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mg/config.json b/polyfill-service-api/polyfills/Intl/~locale/mg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mg/config.json
diff --git a/api/polyfills/Intl/~locale/mg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mg/detect.js
diff --git a/api/polyfills/Intl/~locale/mg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mgh-MZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh-MZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/config.json
diff --git a/api/polyfills/Intl/~locale/mgh-MZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh-MZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/detect.js
diff --git a/api/polyfills/Intl/~locale/mgh-MZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh-MZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgh-MZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mgh/config.json b/polyfill-service-api/polyfills/Intl/~locale/mgh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mgh/config.json
diff --git a/api/polyfills/Intl/~locale/mgh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mgh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgh/detect.js
diff --git a/api/polyfills/Intl/~locale/mgh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mgh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mgo-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/mgo-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mgo-CM/config.json
diff --git a/api/polyfills/Intl/~locale/mgo-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mgo-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgo-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/mgo-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mgo-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgo-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mgo/config.json b/polyfill-service-api/polyfills/Intl/~locale/mgo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mgo/config.json
diff --git a/api/polyfills/Intl/~locale/mgo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mgo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgo/detect.js
diff --git a/api/polyfills/Intl/~locale/mgo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mgo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mgo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mgo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mk-MK/config.json b/polyfill-service-api/polyfills/Intl/~locale/mk-MK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mk-MK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mk-MK/config.json
diff --git a/api/polyfills/Intl/~locale/mk-MK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mk-MK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mk-MK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mk-MK/detect.js
diff --git a/api/polyfills/Intl/~locale/mk-MK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mk-MK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mk-MK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mk-MK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mk/config.json b/polyfill-service-api/polyfills/Intl/~locale/mk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mk/config.json
diff --git a/api/polyfills/Intl/~locale/mk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mk/detect.js
diff --git a/api/polyfills/Intl/~locale/mk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ml-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ml-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ml-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ml-IN/config.json
diff --git a/api/polyfills/Intl/~locale/ml-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ml-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ml-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ml-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/ml-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ml-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ml-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ml-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ml/config.json b/polyfill-service-api/polyfills/Intl/~locale/ml/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ml/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ml/config.json
diff --git a/api/polyfills/Intl/~locale/ml/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ml/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ml/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ml/detect.js
diff --git a/api/polyfills/Intl/~locale/ml/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ml/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ml/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ml/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mn-MN/config.json b/polyfill-service-api/polyfills/Intl/~locale/mn-MN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-MN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mn-MN/config.json
diff --git a/api/polyfills/Intl/~locale/mn-MN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mn-MN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-MN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn-MN/detect.js
diff --git a/api/polyfills/Intl/~locale/mn-MN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mn-MN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-MN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn-MN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mn-Mong/config.json b/polyfill-service-api/polyfills/Intl/~locale/mn-Mong/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-Mong/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mn-Mong/config.json
diff --git a/api/polyfills/Intl/~locale/mn-Mong/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mn-Mong/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-Mong/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn-Mong/detect.js
diff --git a/api/polyfills/Intl/~locale/mn-Mong/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mn-Mong/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn-Mong/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn-Mong/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mn/config.json b/polyfill-service-api/polyfills/Intl/~locale/mn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mn/config.json
diff --git a/api/polyfills/Intl/~locale/mn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn/detect.js
diff --git a/api/polyfills/Intl/~locale/mn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mr-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/mr-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mr-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mr-IN/config.json
diff --git a/api/polyfills/Intl/~locale/mr-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mr-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mr-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mr-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/mr-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mr-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mr-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mr-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mr/config.json b/polyfill-service-api/polyfills/Intl/~locale/mr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mr/config.json
diff --git a/api/polyfills/Intl/~locale/mr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mr/detect.js
diff --git a/api/polyfills/Intl/~locale/mr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ms-Arab/config.json b/polyfill-service-api/polyfills/Intl/~locale/ms-Arab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-Arab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ms-Arab/config.json
diff --git a/api/polyfills/Intl/~locale/ms-Arab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ms-Arab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-Arab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-Arab/detect.js
diff --git a/api/polyfills/Intl/~locale/ms-Arab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ms-Arab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-Arab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-Arab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ms-BN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ms-BN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-BN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ms-BN/config.json
diff --git a/api/polyfills/Intl/~locale/ms-BN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ms-BN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-BN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-BN/detect.js
diff --git a/api/polyfills/Intl/~locale/ms-BN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ms-BN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-BN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-BN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ms-MY/config.json b/polyfill-service-api/polyfills/Intl/~locale/ms-MY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-MY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ms-MY/config.json
diff --git a/api/polyfills/Intl/~locale/ms-MY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ms-MY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-MY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-MY/detect.js
diff --git a/api/polyfills/Intl/~locale/ms-MY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ms-MY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-MY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-MY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ms-SG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ms-SG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-SG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ms-SG/config.json
diff --git a/api/polyfills/Intl/~locale/ms-SG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ms-SG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-SG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-SG/detect.js
diff --git a/api/polyfills/Intl/~locale/ms-SG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ms-SG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms-SG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms-SG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ms/config.json b/polyfill-service-api/polyfills/Intl/~locale/ms/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ms/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ms/config.json
diff --git a/api/polyfills/Intl/~locale/ms/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ms/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms/detect.js
diff --git a/api/polyfills/Intl/~locale/ms/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ms/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ms/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ms/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mt-MT/config.json b/polyfill-service-api/polyfills/Intl/~locale/mt-MT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mt-MT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mt-MT/config.json
diff --git a/api/polyfills/Intl/~locale/mt-MT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mt-MT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mt-MT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mt-MT/detect.js
diff --git a/api/polyfills/Intl/~locale/mt-MT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mt-MT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mt-MT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mt-MT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mt/config.json b/polyfill-service-api/polyfills/Intl/~locale/mt/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mt/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mt/config.json
diff --git a/api/polyfills/Intl/~locale/mt/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mt/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mt/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mt/detect.js
diff --git a/api/polyfills/Intl/~locale/mt/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mt/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mt/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mt/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mua-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/mua-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mua-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mua-CM/config.json
diff --git a/api/polyfills/Intl/~locale/mua-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mua-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mua-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mua-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/mua-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mua-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mua-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mua-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mua/config.json b/polyfill-service-api/polyfills/Intl/~locale/mua/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mua/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mua/config.json
diff --git a/api/polyfills/Intl/~locale/mua/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mua/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mua/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mua/detect.js
diff --git a/api/polyfills/Intl/~locale/mua/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mua/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mua/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mua/polyfill.js
diff --git a/api/polyfills/Intl/~locale/my-MM/config.json b/polyfill-service-api/polyfills/Intl/~locale/my-MM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/my-MM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/my-MM/config.json
diff --git a/api/polyfills/Intl/~locale/my-MM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/my-MM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/my-MM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/my-MM/detect.js
diff --git a/api/polyfills/Intl/~locale/my-MM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/my-MM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/my-MM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/my-MM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/my/config.json b/polyfill-service-api/polyfills/Intl/~locale/my/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/my/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/my/config.json
diff --git a/api/polyfills/Intl/~locale/my/detect.js b/polyfill-service-api/polyfills/Intl/~locale/my/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/my/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/my/detect.js
diff --git a/api/polyfills/Intl/~locale/my/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/my/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/my/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/my/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mzn-IR/config.json b/polyfill-service-api/polyfills/Intl/~locale/mzn-IR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn-IR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mzn-IR/config.json
diff --git a/api/polyfills/Intl/~locale/mzn-IR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mzn-IR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn-IR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mzn-IR/detect.js
diff --git a/api/polyfills/Intl/~locale/mzn-IR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mzn-IR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn-IR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mzn-IR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/mzn/config.json b/polyfill-service-api/polyfills/Intl/~locale/mzn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/mzn/config.json
diff --git a/api/polyfills/Intl/~locale/mzn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/mzn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/mzn/detect.js
diff --git a/api/polyfills/Intl/~locale/mzn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/mzn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/mzn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/mzn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/naq-NA/config.json b/polyfill-service-api/polyfills/Intl/~locale/naq-NA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/naq-NA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/naq-NA/config.json
diff --git a/api/polyfills/Intl/~locale/naq-NA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/naq-NA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/naq-NA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/naq-NA/detect.js
diff --git a/api/polyfills/Intl/~locale/naq-NA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/naq-NA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/naq-NA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/naq-NA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/naq/config.json b/polyfill-service-api/polyfills/Intl/~locale/naq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/naq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/naq/config.json
diff --git a/api/polyfills/Intl/~locale/naq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/naq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/naq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/naq/detect.js
diff --git a/api/polyfills/Intl/~locale/naq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/naq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/naq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/naq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nb-NO/config.json b/polyfill-service-api/polyfills/Intl/~locale/nb-NO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-NO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nb-NO/config.json
diff --git a/api/polyfills/Intl/~locale/nb-NO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nb-NO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-NO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb-NO/detect.js
diff --git a/api/polyfills/Intl/~locale/nb-NO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nb-NO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-NO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb-NO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nb-SJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/nb-SJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-SJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nb-SJ/config.json
diff --git a/api/polyfills/Intl/~locale/nb-SJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nb-SJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-SJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb-SJ/detect.js
diff --git a/api/polyfills/Intl/~locale/nb-SJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nb-SJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb-SJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb-SJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nb/config.json b/polyfill-service-api/polyfills/Intl/~locale/nb/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nb/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nb/config.json
diff --git a/api/polyfills/Intl/~locale/nb/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nb/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb/detect.js
diff --git a/api/polyfills/Intl/~locale/nb/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nb/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nb/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nb/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nd-ZW/config.json b/polyfill-service-api/polyfills/Intl/~locale/nd-ZW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nd-ZW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nd-ZW/config.json
diff --git a/api/polyfills/Intl/~locale/nd-ZW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nd-ZW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nd-ZW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nd-ZW/detect.js
diff --git a/api/polyfills/Intl/~locale/nd-ZW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nd-ZW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nd-ZW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nd-ZW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nd/config.json b/polyfill-service-api/polyfills/Intl/~locale/nd/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nd/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nd/config.json
diff --git a/api/polyfills/Intl/~locale/nd/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nd/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nd/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nd/detect.js
diff --git a/api/polyfills/Intl/~locale/nd/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nd/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nd/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nd/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ne-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ne-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ne-IN/config.json
diff --git a/api/polyfills/Intl/~locale/ne-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ne-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/ne-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ne-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ne-NP/config.json b/polyfill-service-api/polyfills/Intl/~locale/ne-NP/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-NP/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ne-NP/config.json
diff --git a/api/polyfills/Intl/~locale/ne-NP/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ne-NP/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-NP/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne-NP/detect.js
diff --git a/api/polyfills/Intl/~locale/ne-NP/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ne-NP/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne-NP/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne-NP/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ne/config.json b/polyfill-service-api/polyfills/Intl/~locale/ne/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ne/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ne/config.json
diff --git a/api/polyfills/Intl/~locale/ne/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ne/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne/detect.js
diff --git a/api/polyfills/Intl/~locale/ne/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ne/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ne/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ne/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-AW/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-AW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-AW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-AW/config.json
diff --git a/api/polyfills/Intl/~locale/nl-AW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-AW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-AW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-AW/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-AW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-AW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-AW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-AW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-BE/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-BE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BE/config.json
diff --git a/api/polyfills/Intl/~locale/nl-BE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-BE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BE/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-BE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-BE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-BQ/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-BQ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BQ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BQ/config.json
diff --git a/api/polyfills/Intl/~locale/nl-BQ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-BQ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BQ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BQ/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-BQ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-BQ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-BQ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-BQ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-CW/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-CW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-CW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-CW/config.json
diff --git a/api/polyfills/Intl/~locale/nl-CW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-CW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-CW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-CW/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-CW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-CW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-CW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-CW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-NL/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-NL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-NL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-NL/config.json
diff --git a/api/polyfills/Intl/~locale/nl-NL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-NL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-NL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-NL/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-NL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-NL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-NL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-NL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-SR/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-SR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SR/config.json
diff --git a/api/polyfills/Intl/~locale/nl-SR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-SR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SR/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-SR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-SR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl-SX/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl-SX/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SX/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SX/config.json
diff --git a/api/polyfills/Intl/~locale/nl-SX/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl-SX/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SX/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SX/detect.js
diff --git a/api/polyfills/Intl/~locale/nl-SX/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl-SX/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl-SX/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl-SX/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nl/config.json b/polyfill-service-api/polyfills/Intl/~locale/nl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nl/config.json
diff --git a/api/polyfills/Intl/~locale/nl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl/detect.js
diff --git a/api/polyfills/Intl/~locale/nl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nmg-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/nmg-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nmg-CM/config.json
diff --git a/api/polyfills/Intl/~locale/nmg-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nmg-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nmg-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/nmg-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nmg-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nmg-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nmg/config.json b/polyfill-service-api/polyfills/Intl/~locale/nmg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nmg/config.json
diff --git a/api/polyfills/Intl/~locale/nmg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nmg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nmg/detect.js
diff --git a/api/polyfills/Intl/~locale/nmg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nmg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nmg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nmg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nn-NO/config.json b/polyfill-service-api/polyfills/Intl/~locale/nn-NO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nn-NO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nn-NO/config.json
diff --git a/api/polyfills/Intl/~locale/nn-NO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nn-NO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nn-NO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nn-NO/detect.js
diff --git a/api/polyfills/Intl/~locale/nn-NO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nn-NO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nn-NO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nn-NO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nn/config.json b/polyfill-service-api/polyfills/Intl/~locale/nn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nn/config.json
diff --git a/api/polyfills/Intl/~locale/nn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nn/detect.js
diff --git a/api/polyfills/Intl/~locale/nn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nnh-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/nnh-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nnh-CM/config.json
diff --git a/api/polyfills/Intl/~locale/nnh-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nnh-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nnh-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/nnh-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nnh-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nnh-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nnh/config.json b/polyfill-service-api/polyfills/Intl/~locale/nnh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nnh/config.json
diff --git a/api/polyfills/Intl/~locale/nnh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nnh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nnh/detect.js
diff --git a/api/polyfills/Intl/~locale/nnh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nnh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nnh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nnh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nus-SS/config.json b/polyfill-service-api/polyfills/Intl/~locale/nus-SS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nus-SS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nus-SS/config.json
diff --git a/api/polyfills/Intl/~locale/nus-SS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nus-SS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nus-SS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nus-SS/detect.js
diff --git a/api/polyfills/Intl/~locale/nus-SS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nus-SS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nus-SS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nus-SS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nus/config.json b/polyfill-service-api/polyfills/Intl/~locale/nus/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nus/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nus/config.json
diff --git a/api/polyfills/Intl/~locale/nus/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nus/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nus/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nus/detect.js
diff --git a/api/polyfills/Intl/~locale/nus/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nus/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nus/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nus/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nyn-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/nyn-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nyn-UG/config.json
diff --git a/api/polyfills/Intl/~locale/nyn-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nyn-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nyn-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/nyn-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nyn-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nyn-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/nyn/config.json b/polyfill-service-api/polyfills/Intl/~locale/nyn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/nyn/config.json
diff --git a/api/polyfills/Intl/~locale/nyn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/nyn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/nyn/detect.js
diff --git a/api/polyfills/Intl/~locale/nyn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/nyn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/nyn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/nyn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/om-ET/config.json b/polyfill-service-api/polyfills/Intl/~locale/om-ET/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/om-ET/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/om-ET/config.json
diff --git a/api/polyfills/Intl/~locale/om-ET/detect.js b/polyfill-service-api/polyfills/Intl/~locale/om-ET/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om-ET/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/om-ET/detect.js
diff --git a/api/polyfills/Intl/~locale/om-ET/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/om-ET/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om-ET/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/om-ET/polyfill.js
diff --git a/api/polyfills/Intl/~locale/om-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/om-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/om-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/om-KE/config.json
diff --git a/api/polyfills/Intl/~locale/om-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/om-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/om-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/om-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/om-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/om-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/om/config.json b/polyfill-service-api/polyfills/Intl/~locale/om/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/om/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/om/config.json
diff --git a/api/polyfills/Intl/~locale/om/detect.js b/polyfill-service-api/polyfills/Intl/~locale/om/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/om/detect.js
diff --git a/api/polyfills/Intl/~locale/om/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/om/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/om/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/om/polyfill.js
diff --git a/api/polyfills/Intl/~locale/or-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/or-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/or-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/or-IN/config.json
diff --git a/api/polyfills/Intl/~locale/or-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/or-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/or-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/or-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/or-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/or-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/or-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/or-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/or/config.json b/polyfill-service-api/polyfills/Intl/~locale/or/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/or/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/or/config.json
diff --git a/api/polyfills/Intl/~locale/or/detect.js b/polyfill-service-api/polyfills/Intl/~locale/or/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/or/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/or/detect.js
diff --git a/api/polyfills/Intl/~locale/or/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/or/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/or/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/or/polyfill.js
diff --git a/api/polyfills/Intl/~locale/os-GE/config.json b/polyfill-service-api/polyfills/Intl/~locale/os-GE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/os-GE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/os-GE/config.json
diff --git a/api/polyfills/Intl/~locale/os-GE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/os-GE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os-GE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/os-GE/detect.js
diff --git a/api/polyfills/Intl/~locale/os-GE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/os-GE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os-GE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/os-GE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/os-RU/config.json b/polyfill-service-api/polyfills/Intl/~locale/os-RU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/os-RU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/os-RU/config.json
diff --git a/api/polyfills/Intl/~locale/os-RU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/os-RU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os-RU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/os-RU/detect.js
diff --git a/api/polyfills/Intl/~locale/os-RU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/os-RU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os-RU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/os-RU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/os/config.json b/polyfill-service-api/polyfills/Intl/~locale/os/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/os/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/os/config.json
diff --git a/api/polyfills/Intl/~locale/os/detect.js b/polyfill-service-api/polyfills/Intl/~locale/os/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/os/detect.js
diff --git a/api/polyfills/Intl/~locale/os/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/os/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/os/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/os/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pa-Arab-PK/config.json b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab-PK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/config.json
diff --git a/api/polyfills/Intl/~locale/pa-Arab-PK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab-PK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/detect.js
diff --git a/api/polyfills/Intl/~locale/pa-Arab-PK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab-PK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab-PK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pa-Arab/config.json b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab/config.json
diff --git a/api/polyfills/Intl/~locale/pa-Arab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab/detect.js
diff --git a/api/polyfills/Intl/~locale/pa-Arab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Arab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Arab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Arab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pa-Guru-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/config.json
diff --git a/api/polyfills/Intl/~locale/pa-Guru-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/pa-Guru-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pa-Guru/config.json b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru/config.json
diff --git a/api/polyfills/Intl/~locale/pa-Guru/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru/detect.js
diff --git a/api/polyfills/Intl/~locale/pa-Guru/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pa-Guru/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa-Guru/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa-Guru/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pa/config.json b/polyfill-service-api/polyfills/Intl/~locale/pa/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pa/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pa/config.json
diff --git a/api/polyfills/Intl/~locale/pa/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pa/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa/detect.js
diff --git a/api/polyfills/Intl/~locale/pa/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pa/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pa/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pa/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pl-PL/config.json b/polyfill-service-api/polyfills/Intl/~locale/pl-PL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pl-PL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pl-PL/config.json
diff --git a/api/polyfills/Intl/~locale/pl-PL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pl-PL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pl-PL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pl-PL/detect.js
diff --git a/api/polyfills/Intl/~locale/pl-PL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pl-PL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pl-PL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pl-PL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pl/config.json b/polyfill-service-api/polyfills/Intl/~locale/pl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pl/config.json
diff --git a/api/polyfills/Intl/~locale/pl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pl/detect.js
diff --git a/api/polyfills/Intl/~locale/pl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/prg-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/prg-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/prg-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/prg-001/config.json
diff --git a/api/polyfills/Intl/~locale/prg-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/prg-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/prg-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/prg-001/detect.js
diff --git a/api/polyfills/Intl/~locale/prg-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/prg-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/prg-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/prg-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/prg/config.json b/polyfill-service-api/polyfills/Intl/~locale/prg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/prg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/prg/config.json
diff --git a/api/polyfills/Intl/~locale/prg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/prg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/prg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/prg/detect.js
diff --git a/api/polyfills/Intl/~locale/prg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/prg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/prg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/prg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ps-AF/config.json b/polyfill-service-api/polyfills/Intl/~locale/ps-AF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ps-AF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ps-AF/config.json
diff --git a/api/polyfills/Intl/~locale/ps-AF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ps-AF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ps-AF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ps-AF/detect.js
diff --git a/api/polyfills/Intl/~locale/ps-AF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ps-AF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ps-AF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ps-AF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ps/config.json b/polyfill-service-api/polyfills/Intl/~locale/ps/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ps/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ps/config.json
diff --git a/api/polyfills/Intl/~locale/ps/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ps/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ps/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ps/detect.js
diff --git a/api/polyfills/Intl/~locale/ps/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ps/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ps/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ps/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-AO/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-AO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-AO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-AO/config.json
diff --git a/api/polyfills/Intl/~locale/pt-AO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-AO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-AO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-AO/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-AO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-AO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-AO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-AO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-BR/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-BR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-BR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-BR/config.json
diff --git a/api/polyfills/Intl/~locale/pt-BR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-BR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-BR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-BR/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-BR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-BR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-BR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-BR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-CV/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-CV/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-CV/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-CV/config.json
diff --git a/api/polyfills/Intl/~locale/pt-CV/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-CV/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-CV/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-CV/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-CV/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-CV/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-CV/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-CV/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-GW/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-GW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-GW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-GW/config.json
diff --git a/api/polyfills/Intl/~locale/pt-GW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-GW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-GW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-GW/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-GW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-GW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-GW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-GW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-MO/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-MO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MO/config.json
diff --git a/api/polyfills/Intl/~locale/pt-MO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-MO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MO/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-MO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-MO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-MZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-MZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MZ/config.json
diff --git a/api/polyfills/Intl/~locale/pt-MZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-MZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MZ/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-MZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-MZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-MZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-MZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-PT/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-PT/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-PT/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-PT/config.json
diff --git a/api/polyfills/Intl/~locale/pt-PT/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-PT/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-PT/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-PT/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-PT/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-PT/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-PT/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-PT/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-ST/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-ST/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-ST/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-ST/config.json
diff --git a/api/polyfills/Intl/~locale/pt-ST/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-ST/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-ST/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-ST/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-ST/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-ST/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-ST/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-ST/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt-TL/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt-TL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-TL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt-TL/config.json
diff --git a/api/polyfills/Intl/~locale/pt-TL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt-TL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-TL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-TL/detect.js
diff --git a/api/polyfills/Intl/~locale/pt-TL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt-TL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt-TL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt-TL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/pt/config.json b/polyfill-service-api/polyfills/Intl/~locale/pt/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/pt/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/pt/config.json
diff --git a/api/polyfills/Intl/~locale/pt/detect.js b/polyfill-service-api/polyfills/Intl/~locale/pt/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt/detect.js
diff --git a/api/polyfills/Intl/~locale/pt/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/pt/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/pt/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/pt/polyfill.js
diff --git a/api/polyfills/Intl/~locale/qu-BO/config.json b/polyfill-service-api/polyfills/Intl/~locale/qu-BO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-BO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/qu-BO/config.json
diff --git a/api/polyfills/Intl/~locale/qu-BO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/qu-BO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-BO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-BO/detect.js
diff --git a/api/polyfills/Intl/~locale/qu-BO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/qu-BO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-BO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-BO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/qu-EC/config.json b/polyfill-service-api/polyfills/Intl/~locale/qu-EC/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-EC/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/qu-EC/config.json
diff --git a/api/polyfills/Intl/~locale/qu-EC/detect.js b/polyfill-service-api/polyfills/Intl/~locale/qu-EC/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-EC/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-EC/detect.js
diff --git a/api/polyfills/Intl/~locale/qu-EC/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/qu-EC/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-EC/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-EC/polyfill.js
diff --git a/api/polyfills/Intl/~locale/qu-PE/config.json b/polyfill-service-api/polyfills/Intl/~locale/qu-PE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-PE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/qu-PE/config.json
diff --git a/api/polyfills/Intl/~locale/qu-PE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/qu-PE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-PE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-PE/detect.js
diff --git a/api/polyfills/Intl/~locale/qu-PE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/qu-PE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu-PE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu-PE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/qu/config.json b/polyfill-service-api/polyfills/Intl/~locale/qu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/qu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/qu/config.json
diff --git a/api/polyfills/Intl/~locale/qu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/qu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu/detect.js
diff --git a/api/polyfills/Intl/~locale/qu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/qu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/qu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/qu/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rm-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/rm-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rm-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rm-CH/config.json
diff --git a/api/polyfills/Intl/~locale/rm-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rm-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rm-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rm-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/rm-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rm-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rm-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rm-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rm/config.json b/polyfill-service-api/polyfills/Intl/~locale/rm/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rm/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rm/config.json
diff --git a/api/polyfills/Intl/~locale/rm/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rm/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rm/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rm/detect.js
diff --git a/api/polyfills/Intl/~locale/rm/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rm/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rm/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rm/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rn-BI/config.json b/polyfill-service-api/polyfills/Intl/~locale/rn-BI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rn-BI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rn-BI/config.json
diff --git a/api/polyfills/Intl/~locale/rn-BI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rn-BI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rn-BI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rn-BI/detect.js
diff --git a/api/polyfills/Intl/~locale/rn-BI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rn-BI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rn-BI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rn-BI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rn/config.json b/polyfill-service-api/polyfills/Intl/~locale/rn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rn/config.json
diff --git a/api/polyfills/Intl/~locale/rn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rn/detect.js
diff --git a/api/polyfills/Intl/~locale/rn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ro-MD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ro-MD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-MD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ro-MD/config.json
diff --git a/api/polyfills/Intl/~locale/ro-MD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ro-MD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-MD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro-MD/detect.js
diff --git a/api/polyfills/Intl/~locale/ro-MD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ro-MD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-MD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro-MD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ro-RO/config.json b/polyfill-service-api/polyfills/Intl/~locale/ro-RO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-RO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ro-RO/config.json
diff --git a/api/polyfills/Intl/~locale/ro-RO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ro-RO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-RO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro-RO/detect.js
diff --git a/api/polyfills/Intl/~locale/ro-RO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ro-RO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro-RO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro-RO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ro/config.json b/polyfill-service-api/polyfills/Intl/~locale/ro/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ro/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ro/config.json
diff --git a/api/polyfills/Intl/~locale/ro/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ro/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro/detect.js
diff --git a/api/polyfills/Intl/~locale/ro/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ro/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ro/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ro/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rof-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/rof-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rof-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rof-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/rof-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rof-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rof-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rof-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/rof-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rof-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rof-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rof-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rof/config.json b/polyfill-service-api/polyfills/Intl/~locale/rof/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rof/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rof/config.json
diff --git a/api/polyfills/Intl/~locale/rof/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rof/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rof/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rof/detect.js
diff --git a/api/polyfills/Intl/~locale/rof/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rof/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rof/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rof/polyfill.js
diff --git a/api/polyfills/Intl/~locale/root/config.json b/polyfill-service-api/polyfills/Intl/~locale/root/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/root/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/root/config.json
diff --git a/api/polyfills/Intl/~locale/root/detect.js b/polyfill-service-api/polyfills/Intl/~locale/root/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/root/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/root/detect.js
diff --git a/api/polyfills/Intl/~locale/root/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/root/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/root/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/root/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-BY/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-BY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-BY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-BY/config.json
diff --git a/api/polyfills/Intl/~locale/ru-BY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-BY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-BY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-BY/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-BY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-BY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-BY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-BY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-KG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-KG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KG/config.json
diff --git a/api/polyfills/Intl/~locale/ru-KG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-KG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KG/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-KG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-KG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-KZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-KZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KZ/config.json
diff --git a/api/polyfills/Intl/~locale/ru-KZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-KZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KZ/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-KZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-KZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-KZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-KZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-MD/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-MD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-MD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-MD/config.json
diff --git a/api/polyfills/Intl/~locale/ru-MD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-MD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-MD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-MD/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-MD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-MD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-MD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-MD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-RU/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-RU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-RU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-RU/config.json
diff --git a/api/polyfills/Intl/~locale/ru-RU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-RU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-RU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-RU/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-RU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-RU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-RU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-RU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru-UA/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru-UA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-UA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru-UA/config.json
diff --git a/api/polyfills/Intl/~locale/ru-UA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru-UA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-UA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-UA/detect.js
diff --git a/api/polyfills/Intl/~locale/ru-UA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru-UA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru-UA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru-UA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ru/config.json b/polyfill-service-api/polyfills/Intl/~locale/ru/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ru/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ru/config.json
diff --git a/api/polyfills/Intl/~locale/ru/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ru/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru/detect.js
diff --git a/api/polyfills/Intl/~locale/ru/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ru/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ru/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ru/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rw-RW/config.json b/polyfill-service-api/polyfills/Intl/~locale/rw-RW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rw-RW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rw-RW/config.json
diff --git a/api/polyfills/Intl/~locale/rw-RW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rw-RW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rw-RW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rw-RW/detect.js
diff --git a/api/polyfills/Intl/~locale/rw-RW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rw-RW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rw-RW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rw-RW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rw/config.json b/polyfill-service-api/polyfills/Intl/~locale/rw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rw/config.json
diff --git a/api/polyfills/Intl/~locale/rw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rw/detect.js
diff --git a/api/polyfills/Intl/~locale/rw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rwk-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/rwk-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/rwk-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rwk-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/rwk/config.json b/polyfill-service-api/polyfills/Intl/~locale/rwk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/rwk/config.json
diff --git a/api/polyfills/Intl/~locale/rwk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/rwk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/rwk/detect.js
diff --git a/api/polyfills/Intl/~locale/rwk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/rwk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/rwk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/rwk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sah-RU/config.json b/polyfill-service-api/polyfills/Intl/~locale/sah-RU/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sah-RU/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sah-RU/config.json
diff --git a/api/polyfills/Intl/~locale/sah-RU/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sah-RU/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sah-RU/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sah-RU/detect.js
diff --git a/api/polyfills/Intl/~locale/sah-RU/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sah-RU/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sah-RU/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sah-RU/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sah/config.json b/polyfill-service-api/polyfills/Intl/~locale/sah/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sah/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sah/config.json
diff --git a/api/polyfills/Intl/~locale/sah/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sah/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sah/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sah/detect.js
diff --git a/api/polyfills/Intl/~locale/sah/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sah/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sah/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sah/polyfill.js
diff --git a/api/polyfills/Intl/~locale/saq-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/saq-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/saq-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/saq-KE/config.json
diff --git a/api/polyfills/Intl/~locale/saq-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/saq-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/saq-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/saq-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/saq-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/saq-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/saq-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/saq-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/saq/config.json b/polyfill-service-api/polyfills/Intl/~locale/saq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/saq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/saq/config.json
diff --git a/api/polyfills/Intl/~locale/saq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/saq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/saq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/saq/detect.js
diff --git a/api/polyfills/Intl/~locale/saq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/saq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/saq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/saq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sbp-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/sbp-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/sbp-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sbp-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sbp/config.json b/polyfill-service-api/polyfills/Intl/~locale/sbp/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sbp/config.json
diff --git a/api/polyfills/Intl/~locale/sbp/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sbp/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sbp/detect.js
diff --git a/api/polyfills/Intl/~locale/sbp/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sbp/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sbp/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sbp/polyfill.js
diff --git a/api/polyfills/Intl/~locale/se-FI/config.json b/polyfill-service-api/polyfills/Intl/~locale/se-FI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/se-FI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/se-FI/config.json
diff --git a/api/polyfills/Intl/~locale/se-FI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/se-FI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-FI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-FI/detect.js
diff --git a/api/polyfills/Intl/~locale/se-FI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/se-FI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-FI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-FI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/se-NO/config.json b/polyfill-service-api/polyfills/Intl/~locale/se-NO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/se-NO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/se-NO/config.json
diff --git a/api/polyfills/Intl/~locale/se-NO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/se-NO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-NO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-NO/detect.js
diff --git a/api/polyfills/Intl/~locale/se-NO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/se-NO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-NO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-NO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/se-SE/config.json b/polyfill-service-api/polyfills/Intl/~locale/se-SE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/se-SE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/se-SE/config.json
diff --git a/api/polyfills/Intl/~locale/se-SE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/se-SE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-SE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-SE/detect.js
diff --git a/api/polyfills/Intl/~locale/se-SE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/se-SE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se-SE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/se-SE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/se/config.json b/polyfill-service-api/polyfills/Intl/~locale/se/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/se/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/se/config.json
diff --git a/api/polyfills/Intl/~locale/se/detect.js b/polyfill-service-api/polyfills/Intl/~locale/se/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/se/detect.js
diff --git a/api/polyfills/Intl/~locale/se/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/se/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/se/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/se/polyfill.js
diff --git a/api/polyfills/Intl/~locale/seh-MZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/seh-MZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/seh-MZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/seh-MZ/config.json
diff --git a/api/polyfills/Intl/~locale/seh-MZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/seh-MZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/seh-MZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/seh-MZ/detect.js
diff --git a/api/polyfills/Intl/~locale/seh-MZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/seh-MZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/seh-MZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/seh-MZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/seh/config.json b/polyfill-service-api/polyfills/Intl/~locale/seh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/seh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/seh/config.json
diff --git a/api/polyfills/Intl/~locale/seh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/seh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/seh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/seh/detect.js
diff --git a/api/polyfills/Intl/~locale/seh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/seh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/seh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/seh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ses-ML/config.json b/polyfill-service-api/polyfills/Intl/~locale/ses-ML/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ses-ML/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ses-ML/config.json
diff --git a/api/polyfills/Intl/~locale/ses-ML/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ses-ML/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ses-ML/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ses-ML/detect.js
diff --git a/api/polyfills/Intl/~locale/ses-ML/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ses-ML/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ses-ML/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ses-ML/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ses/config.json b/polyfill-service-api/polyfills/Intl/~locale/ses/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ses/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ses/config.json
diff --git a/api/polyfills/Intl/~locale/ses/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ses/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ses/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ses/detect.js
diff --git a/api/polyfills/Intl/~locale/ses/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ses/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ses/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ses/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sg-CF/config.json b/polyfill-service-api/polyfills/Intl/~locale/sg-CF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sg-CF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sg-CF/config.json
diff --git a/api/polyfills/Intl/~locale/sg-CF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sg-CF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sg-CF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sg-CF/detect.js
diff --git a/api/polyfills/Intl/~locale/sg-CF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sg-CF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sg-CF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sg-CF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sg/config.json b/polyfill-service-api/polyfills/Intl/~locale/sg/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sg/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sg/config.json
diff --git a/api/polyfills/Intl/~locale/sg/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sg/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sg/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sg/detect.js
diff --git a/api/polyfills/Intl/~locale/sg/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sg/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sg/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sg/polyfill.js
diff --git a/api/polyfills/Intl/~locale/shi-Latn-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/config.json
diff --git a/api/polyfills/Intl/~locale/shi-Latn-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/shi-Latn-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/shi-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/shi-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/shi-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/shi-Tfng-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/config.json
diff --git a/api/polyfills/Intl/~locale/shi-Tfng-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/shi-Tfng-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/shi-Tfng/config.json b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/config.json
diff --git a/api/polyfills/Intl/~locale/shi-Tfng/detect.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/detect.js
diff --git a/api/polyfills/Intl/~locale/shi-Tfng/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi-Tfng/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi-Tfng/polyfill.js
diff --git a/api/polyfills/Intl/~locale/shi/config.json b/polyfill-service-api/polyfills/Intl/~locale/shi/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/shi/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/shi/config.json
diff --git a/api/polyfills/Intl/~locale/shi/detect.js b/polyfill-service-api/polyfills/Intl/~locale/shi/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi/detect.js
diff --git a/api/polyfills/Intl/~locale/shi/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/shi/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/shi/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/shi/polyfill.js
diff --git a/api/polyfills/Intl/~locale/si-LK/config.json b/polyfill-service-api/polyfills/Intl/~locale/si-LK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/si-LK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/si-LK/config.json
diff --git a/api/polyfills/Intl/~locale/si-LK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/si-LK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/si-LK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/si-LK/detect.js
diff --git a/api/polyfills/Intl/~locale/si-LK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/si-LK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/si-LK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/si-LK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/si/config.json b/polyfill-service-api/polyfills/Intl/~locale/si/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/si/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/si/config.json
diff --git a/api/polyfills/Intl/~locale/si/detect.js b/polyfill-service-api/polyfills/Intl/~locale/si/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/si/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/si/detect.js
diff --git a/api/polyfills/Intl/~locale/si/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/si/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/si/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/si/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sk-SK/config.json b/polyfill-service-api/polyfills/Intl/~locale/sk-SK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sk-SK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sk-SK/config.json
diff --git a/api/polyfills/Intl/~locale/sk-SK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sk-SK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sk-SK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sk-SK/detect.js
diff --git a/api/polyfills/Intl/~locale/sk-SK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sk-SK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sk-SK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sk-SK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sk/config.json b/polyfill-service-api/polyfills/Intl/~locale/sk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sk/config.json
diff --git a/api/polyfills/Intl/~locale/sk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sk/detect.js
diff --git a/api/polyfills/Intl/~locale/sk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sl-SI/config.json b/polyfill-service-api/polyfills/Intl/~locale/sl-SI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sl-SI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sl-SI/config.json
diff --git a/api/polyfills/Intl/~locale/sl-SI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sl-SI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sl-SI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sl-SI/detect.js
diff --git a/api/polyfills/Intl/~locale/sl-SI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sl-SI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sl-SI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sl-SI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sl/config.json b/polyfill-service-api/polyfills/Intl/~locale/sl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sl/config.json
diff --git a/api/polyfills/Intl/~locale/sl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sl/detect.js
diff --git a/api/polyfills/Intl/~locale/sl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/smn-FI/config.json b/polyfill-service-api/polyfills/Intl/~locale/smn-FI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/smn-FI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/smn-FI/config.json
diff --git a/api/polyfills/Intl/~locale/smn-FI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/smn-FI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/smn-FI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/smn-FI/detect.js
diff --git a/api/polyfills/Intl/~locale/smn-FI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/smn-FI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/smn-FI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/smn-FI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/smn/config.json b/polyfill-service-api/polyfills/Intl/~locale/smn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/smn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/smn/config.json
diff --git a/api/polyfills/Intl/~locale/smn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/smn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/smn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/smn/detect.js
diff --git a/api/polyfills/Intl/~locale/smn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/smn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/smn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/smn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sn-ZW/config.json b/polyfill-service-api/polyfills/Intl/~locale/sn-ZW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sn-ZW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sn-ZW/config.json
diff --git a/api/polyfills/Intl/~locale/sn-ZW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sn-ZW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sn-ZW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sn-ZW/detect.js
diff --git a/api/polyfills/Intl/~locale/sn-ZW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sn-ZW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sn-ZW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sn-ZW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sn/config.json b/polyfill-service-api/polyfills/Intl/~locale/sn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sn/config.json
diff --git a/api/polyfills/Intl/~locale/sn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sn/detect.js
diff --git a/api/polyfills/Intl/~locale/sn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/so-DJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/so-DJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/so-DJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/so-DJ/config.json
diff --git a/api/polyfills/Intl/~locale/so-DJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/so-DJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-DJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-DJ/detect.js
diff --git a/api/polyfills/Intl/~locale/so-DJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/so-DJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-DJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-DJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/so-ET/config.json b/polyfill-service-api/polyfills/Intl/~locale/so-ET/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/so-ET/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/so-ET/config.json
diff --git a/api/polyfills/Intl/~locale/so-ET/detect.js b/polyfill-service-api/polyfills/Intl/~locale/so-ET/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-ET/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-ET/detect.js
diff --git a/api/polyfills/Intl/~locale/so-ET/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/so-ET/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-ET/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-ET/polyfill.js
diff --git a/api/polyfills/Intl/~locale/so-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/so-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/so-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/so-KE/config.json
diff --git a/api/polyfills/Intl/~locale/so-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/so-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/so-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/so-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/so-SO/config.json b/polyfill-service-api/polyfills/Intl/~locale/so-SO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/so-SO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/so-SO/config.json
diff --git a/api/polyfills/Intl/~locale/so-SO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/so-SO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-SO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-SO/detect.js
diff --git a/api/polyfills/Intl/~locale/so-SO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/so-SO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so-SO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/so-SO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/so/config.json b/polyfill-service-api/polyfills/Intl/~locale/so/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/so/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/so/config.json
diff --git a/api/polyfills/Intl/~locale/so/detect.js b/polyfill-service-api/polyfills/Intl/~locale/so/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/so/detect.js
diff --git a/api/polyfills/Intl/~locale/so/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/so/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/so/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/so/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sq-AL/config.json b/polyfill-service-api/polyfills/Intl/~locale/sq-AL/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-AL/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sq-AL/config.json
diff --git a/api/polyfills/Intl/~locale/sq-AL/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sq-AL/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-AL/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-AL/detect.js
diff --git a/api/polyfills/Intl/~locale/sq-AL/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sq-AL/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-AL/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-AL/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sq-MK/config.json b/polyfill-service-api/polyfills/Intl/~locale/sq-MK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-MK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sq-MK/config.json
diff --git a/api/polyfills/Intl/~locale/sq-MK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sq-MK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-MK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-MK/detect.js
diff --git a/api/polyfills/Intl/~locale/sq-MK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sq-MK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-MK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-MK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sq-XK/config.json b/polyfill-service-api/polyfills/Intl/~locale/sq-XK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-XK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sq-XK/config.json
diff --git a/api/polyfills/Intl/~locale/sq-XK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sq-XK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-XK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-XK/detect.js
diff --git a/api/polyfills/Intl/~locale/sq-XK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sq-XK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq-XK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq-XK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sq/config.json b/polyfill-service-api/polyfills/Intl/~locale/sq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sq/config.json
diff --git a/api/polyfills/Intl/~locale/sq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq/detect.js
diff --git a/api/polyfills/Intl/~locale/sq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-BA/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-BA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-BA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-BA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-BA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-BA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-BA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-ME/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-ME/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-ME/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-ME/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-ME/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-ME/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-ME/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-RS/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-RS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-RS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-RS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-RS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-RS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-RS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-XK/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-XK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-XK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-XK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl-XK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl-XK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl-XK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Cyrl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Cyrl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Cyrl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-BA/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-BA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Latn-BA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-BA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-BA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-BA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-BA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-ME/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-ME/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Latn-ME/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-ME/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-ME/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-ME/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-ME/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-RS/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-RS/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Latn-RS/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-RS/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-RS/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-RS/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-RS/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-XK/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-XK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Latn-XK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-XK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn-XK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn-XK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn-XK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/sr-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/sr-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sr/config.json b/polyfill-service-api/polyfills/Intl/~locale/sr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sr/config.json
diff --git a/api/polyfills/Intl/~locale/sr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr/detect.js
diff --git a/api/polyfills/Intl/~locale/sr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sv-AX/config.json b/polyfill-service-api/polyfills/Intl/~locale/sv-AX/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-AX/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sv-AX/config.json
diff --git a/api/polyfills/Intl/~locale/sv-AX/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sv-AX/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-AX/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-AX/detect.js
diff --git a/api/polyfills/Intl/~locale/sv-AX/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sv-AX/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-AX/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-AX/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sv-FI/config.json b/polyfill-service-api/polyfills/Intl/~locale/sv-FI/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-FI/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sv-FI/config.json
diff --git a/api/polyfills/Intl/~locale/sv-FI/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sv-FI/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-FI/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-FI/detect.js
diff --git a/api/polyfills/Intl/~locale/sv-FI/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sv-FI/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-FI/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-FI/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sv-SE/config.json b/polyfill-service-api/polyfills/Intl/~locale/sv-SE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-SE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sv-SE/config.json
diff --git a/api/polyfills/Intl/~locale/sv-SE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sv-SE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-SE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-SE/detect.js
diff --git a/api/polyfills/Intl/~locale/sv-SE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sv-SE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv-SE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv-SE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sv/config.json b/polyfill-service-api/polyfills/Intl/~locale/sv/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sv/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sv/config.json
diff --git a/api/polyfills/Intl/~locale/sv/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sv/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv/detect.js
diff --git a/api/polyfills/Intl/~locale/sv/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sv/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sv/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sv/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sw-CD/config.json b/polyfill-service-api/polyfills/Intl/~locale/sw-CD/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-CD/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sw-CD/config.json
diff --git a/api/polyfills/Intl/~locale/sw-CD/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sw-CD/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-CD/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-CD/detect.js
diff --git a/api/polyfills/Intl/~locale/sw-CD/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sw-CD/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-CD/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-CD/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sw-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/sw-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sw-KE/config.json
diff --git a/api/polyfills/Intl/~locale/sw-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sw-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/sw-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sw-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sw-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/sw-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sw-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/sw-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sw-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/sw-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sw-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sw-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/sw-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sw-UG/config.json
diff --git a/api/polyfills/Intl/~locale/sw-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sw-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/sw-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sw-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/sw/config.json b/polyfill-service-api/polyfills/Intl/~locale/sw/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/sw/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/sw/config.json
diff --git a/api/polyfills/Intl/~locale/sw/detect.js b/polyfill-service-api/polyfills/Intl/~locale/sw/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw/detect.js
diff --git a/api/polyfills/Intl/~locale/sw/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/sw/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/sw/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/sw/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ta-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ta-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ta-IN/config.json
diff --git a/api/polyfills/Intl/~locale/ta-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ta-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/ta-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ta-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ta-LK/config.json b/polyfill-service-api/polyfills/Intl/~locale/ta-LK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-LK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ta-LK/config.json
diff --git a/api/polyfills/Intl/~locale/ta-LK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ta-LK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-LK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-LK/detect.js
diff --git a/api/polyfills/Intl/~locale/ta-LK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ta-LK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-LK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-LK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ta-MY/config.json b/polyfill-service-api/polyfills/Intl/~locale/ta-MY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-MY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ta-MY/config.json
diff --git a/api/polyfills/Intl/~locale/ta-MY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ta-MY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-MY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-MY/detect.js
diff --git a/api/polyfills/Intl/~locale/ta-MY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ta-MY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-MY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-MY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ta-SG/config.json b/polyfill-service-api/polyfills/Intl/~locale/ta-SG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-SG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ta-SG/config.json
diff --git a/api/polyfills/Intl/~locale/ta-SG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ta-SG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-SG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-SG/detect.js
diff --git a/api/polyfills/Intl/~locale/ta-SG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ta-SG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta-SG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta-SG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ta/config.json b/polyfill-service-api/polyfills/Intl/~locale/ta/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ta/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ta/config.json
diff --git a/api/polyfills/Intl/~locale/ta/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ta/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta/detect.js
diff --git a/api/polyfills/Intl/~locale/ta/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ta/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ta/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ta/polyfill.js
diff --git a/api/polyfills/Intl/~locale/te-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/te-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/te-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/te-IN/config.json
diff --git a/api/polyfills/Intl/~locale/te-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/te-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/te-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/te-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/te-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/te-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/te-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/te-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/te/config.json b/polyfill-service-api/polyfills/Intl/~locale/te/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/te/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/te/config.json
diff --git a/api/polyfills/Intl/~locale/te/detect.js b/polyfill-service-api/polyfills/Intl/~locale/te/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/te/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/te/detect.js
diff --git a/api/polyfills/Intl/~locale/te/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/te/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/te/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/te/polyfill.js
diff --git a/api/polyfills/Intl/~locale/teo-KE/config.json b/polyfill-service-api/polyfills/Intl/~locale/teo-KE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-KE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/teo-KE/config.json
diff --git a/api/polyfills/Intl/~locale/teo-KE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/teo-KE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-KE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo-KE/detect.js
diff --git a/api/polyfills/Intl/~locale/teo-KE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/teo-KE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-KE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo-KE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/teo-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/teo-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/teo-UG/config.json
diff --git a/api/polyfills/Intl/~locale/teo-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/teo-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/teo-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/teo-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/teo/config.json b/polyfill-service-api/polyfills/Intl/~locale/teo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/teo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/teo/config.json
diff --git a/api/polyfills/Intl/~locale/teo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/teo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo/detect.js
diff --git a/api/polyfills/Intl/~locale/teo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/teo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/teo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/teo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/th-TH/config.json b/polyfill-service-api/polyfills/Intl/~locale/th-TH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/th-TH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/th-TH/config.json
diff --git a/api/polyfills/Intl/~locale/th-TH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/th-TH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/th-TH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/th-TH/detect.js
diff --git a/api/polyfills/Intl/~locale/th-TH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/th-TH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/th-TH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/th-TH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/th/config.json b/polyfill-service-api/polyfills/Intl/~locale/th/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/th/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/th/config.json
diff --git a/api/polyfills/Intl/~locale/th/detect.js b/polyfill-service-api/polyfills/Intl/~locale/th/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/th/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/th/detect.js
diff --git a/api/polyfills/Intl/~locale/th/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/th/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/th/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/th/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ti-ER/config.json b/polyfill-service-api/polyfills/Intl/~locale/ti-ER/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ER/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ER/config.json
diff --git a/api/polyfills/Intl/~locale/ti-ER/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ti-ER/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ER/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ER/detect.js
diff --git a/api/polyfills/Intl/~locale/ti-ER/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ti-ER/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ER/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ER/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ti-ET/config.json b/polyfill-service-api/polyfills/Intl/~locale/ti-ET/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ET/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ET/config.json
diff --git a/api/polyfills/Intl/~locale/ti-ET/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ti-ET/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ET/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ET/detect.js
diff --git a/api/polyfills/Intl/~locale/ti-ET/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ti-ET/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti-ET/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti-ET/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ti/config.json b/polyfill-service-api/polyfills/Intl/~locale/ti/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ti/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ti/config.json
diff --git a/api/polyfills/Intl/~locale/ti/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ti/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti/detect.js
diff --git a/api/polyfills/Intl/~locale/ti/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ti/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ti/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ti/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tk-TM/config.json b/polyfill-service-api/polyfills/Intl/~locale/tk-TM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tk-TM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tk-TM/config.json
diff --git a/api/polyfills/Intl/~locale/tk-TM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tk-TM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tk-TM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tk-TM/detect.js
diff --git a/api/polyfills/Intl/~locale/tk-TM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tk-TM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tk-TM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tk-TM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tk/config.json b/polyfill-service-api/polyfills/Intl/~locale/tk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tk/config.json
diff --git a/api/polyfills/Intl/~locale/tk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tk/detect.js
diff --git a/api/polyfills/Intl/~locale/tk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/to-TO/config.json b/polyfill-service-api/polyfills/Intl/~locale/to-TO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/to-TO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/to-TO/config.json
diff --git a/api/polyfills/Intl/~locale/to-TO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/to-TO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/to-TO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/to-TO/detect.js
diff --git a/api/polyfills/Intl/~locale/to-TO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/to-TO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/to-TO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/to-TO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/to/config.json b/polyfill-service-api/polyfills/Intl/~locale/to/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/to/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/to/config.json
diff --git a/api/polyfills/Intl/~locale/to/detect.js b/polyfill-service-api/polyfills/Intl/~locale/to/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/to/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/to/detect.js
diff --git a/api/polyfills/Intl/~locale/to/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/to/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/to/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/to/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tr-CY/config.json b/polyfill-service-api/polyfills/Intl/~locale/tr-CY/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-CY/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tr-CY/config.json
diff --git a/api/polyfills/Intl/~locale/tr-CY/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tr-CY/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-CY/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr-CY/detect.js
diff --git a/api/polyfills/Intl/~locale/tr-CY/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tr-CY/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-CY/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr-CY/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tr-TR/config.json b/polyfill-service-api/polyfills/Intl/~locale/tr-TR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-TR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tr-TR/config.json
diff --git a/api/polyfills/Intl/~locale/tr-TR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tr-TR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-TR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr-TR/detect.js
diff --git a/api/polyfills/Intl/~locale/tr-TR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tr-TR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr-TR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr-TR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tr/config.json b/polyfill-service-api/polyfills/Intl/~locale/tr/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tr/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tr/config.json
diff --git a/api/polyfills/Intl/~locale/tr/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tr/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr/detect.js
diff --git a/api/polyfills/Intl/~locale/tr/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tr/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tr/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tr/polyfill.js
diff --git a/api/polyfills/Intl/~locale/twq-NE/config.json b/polyfill-service-api/polyfills/Intl/~locale/twq-NE/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/twq-NE/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/twq-NE/config.json
diff --git a/api/polyfills/Intl/~locale/twq-NE/detect.js b/polyfill-service-api/polyfills/Intl/~locale/twq-NE/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/twq-NE/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/twq-NE/detect.js
diff --git a/api/polyfills/Intl/~locale/twq-NE/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/twq-NE/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/twq-NE/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/twq-NE/polyfill.js
diff --git a/api/polyfills/Intl/~locale/twq/config.json b/polyfill-service-api/polyfills/Intl/~locale/twq/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/twq/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/twq/config.json
diff --git a/api/polyfills/Intl/~locale/twq/detect.js b/polyfill-service-api/polyfills/Intl/~locale/twq/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/twq/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/twq/detect.js
diff --git a/api/polyfills/Intl/~locale/twq/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/twq/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/twq/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/twq/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tzm-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/tzm-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tzm-MA/config.json
diff --git a/api/polyfills/Intl/~locale/tzm-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tzm-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tzm-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/tzm-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tzm-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tzm-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/tzm/config.json b/polyfill-service-api/polyfills/Intl/~locale/tzm/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/tzm/config.json
diff --git a/api/polyfills/Intl/~locale/tzm/detect.js b/polyfill-service-api/polyfills/Intl/~locale/tzm/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/tzm/detect.js
diff --git a/api/polyfills/Intl/~locale/tzm/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/tzm/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/tzm/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/tzm/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ug-CN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ug-CN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ug-CN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ug-CN/config.json
diff --git a/api/polyfills/Intl/~locale/ug-CN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ug-CN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ug-CN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ug-CN/detect.js
diff --git a/api/polyfills/Intl/~locale/ug-CN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ug-CN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ug-CN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ug-CN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ug/config.json b/polyfill-service-api/polyfills/Intl/~locale/ug/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ug/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ug/config.json
diff --git a/api/polyfills/Intl/~locale/ug/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ug/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ug/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ug/detect.js
diff --git a/api/polyfills/Intl/~locale/ug/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ug/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ug/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ug/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uk-UA/config.json b/polyfill-service-api/polyfills/Intl/~locale/uk-UA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uk-UA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uk-UA/config.json
diff --git a/api/polyfills/Intl/~locale/uk-UA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uk-UA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uk-UA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uk-UA/detect.js
diff --git a/api/polyfills/Intl/~locale/uk-UA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uk-UA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uk-UA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uk-UA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uk/config.json b/polyfill-service-api/polyfills/Intl/~locale/uk/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uk/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uk/config.json
diff --git a/api/polyfills/Intl/~locale/uk/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uk/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uk/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uk/detect.js
diff --git a/api/polyfills/Intl/~locale/uk/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uk/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uk/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uk/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ur-IN/config.json b/polyfill-service-api/polyfills/Intl/~locale/ur-IN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-IN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ur-IN/config.json
diff --git a/api/polyfills/Intl/~locale/ur-IN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ur-IN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-IN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur-IN/detect.js
diff --git a/api/polyfills/Intl/~locale/ur-IN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ur-IN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-IN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur-IN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ur-PK/config.json b/polyfill-service-api/polyfills/Intl/~locale/ur-PK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-PK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ur-PK/config.json
diff --git a/api/polyfills/Intl/~locale/ur-PK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ur-PK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-PK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur-PK/detect.js
diff --git a/api/polyfills/Intl/~locale/ur-PK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ur-PK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur-PK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur-PK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/ur/config.json b/polyfill-service-api/polyfills/Intl/~locale/ur/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/ur/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/ur/config.json
diff --git a/api/polyfills/Intl/~locale/ur/detect.js b/polyfill-service-api/polyfills/Intl/~locale/ur/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur/detect.js
diff --git a/api/polyfills/Intl/~locale/ur/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/ur/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/ur/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/ur/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Arab-AF/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab-AF/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Arab-AF/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab-AF/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Arab-AF/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab-AF/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab-AF/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Arab/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Arab/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Arab/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Arab/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Arab/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Arab/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl-UZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl-UZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl-UZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl-UZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl-UZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl-UZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl-UZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Cyrl/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Cyrl/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Cyrl/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Latn-UZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn-UZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Latn-UZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn-UZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Latn-UZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn-UZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn-UZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/uz-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/uz-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/uz/config.json b/polyfill-service-api/polyfills/Intl/~locale/uz/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/uz/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/uz/config.json
diff --git a/api/polyfills/Intl/~locale/uz/detect.js b/polyfill-service-api/polyfills/Intl/~locale/uz/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz/detect.js
diff --git a/api/polyfills/Intl/~locale/uz/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/uz/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/uz/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/uz/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vai-Latn-LR/config.json b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn-LR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/config.json
diff --git a/api/polyfills/Intl/~locale/vai-Latn-LR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn-LR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/detect.js
diff --git a/api/polyfills/Intl/~locale/vai-Latn-LR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn-LR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn-LR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vai-Latn/config.json b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn/config.json
diff --git a/api/polyfills/Intl/~locale/vai-Latn/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn/detect.js
diff --git a/api/polyfills/Intl/~locale/vai-Latn/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Latn/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Latn/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Latn/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vai-Vaii-LR/config.json b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii-LR/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/config.json
diff --git a/api/polyfills/Intl/~locale/vai-Vaii-LR/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii-LR/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/detect.js
diff --git a/api/polyfills/Intl/~locale/vai-Vaii-LR/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii-LR/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii-LR/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vai-Vaii/config.json b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/config.json
diff --git a/api/polyfills/Intl/~locale/vai-Vaii/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/detect.js
diff --git a/api/polyfills/Intl/~locale/vai-Vaii/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai-Vaii/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai-Vaii/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vai/config.json b/polyfill-service-api/polyfills/Intl/~locale/vai/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vai/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vai/config.json
diff --git a/api/polyfills/Intl/~locale/vai/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vai/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai/detect.js
diff --git a/api/polyfills/Intl/~locale/vai/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vai/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vai/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vai/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vi-VN/config.json b/polyfill-service-api/polyfills/Intl/~locale/vi-VN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vi-VN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vi-VN/config.json
diff --git a/api/polyfills/Intl/~locale/vi-VN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vi-VN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vi-VN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vi-VN/detect.js
diff --git a/api/polyfills/Intl/~locale/vi-VN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vi-VN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vi-VN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vi-VN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vi/config.json b/polyfill-service-api/polyfills/Intl/~locale/vi/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vi/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vi/config.json
diff --git a/api/polyfills/Intl/~locale/vi/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vi/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vi/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vi/detect.js
diff --git a/api/polyfills/Intl/~locale/vi/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vi/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vi/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vi/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vo-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/vo-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vo-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vo-001/config.json
diff --git a/api/polyfills/Intl/~locale/vo-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vo-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vo-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vo-001/detect.js
diff --git a/api/polyfills/Intl/~locale/vo-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vo-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vo-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vo-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vo/config.json b/polyfill-service-api/polyfills/Intl/~locale/vo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vo/config.json
diff --git a/api/polyfills/Intl/~locale/vo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vo/detect.js
diff --git a/api/polyfills/Intl/~locale/vo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vun-TZ/config.json b/polyfill-service-api/polyfills/Intl/~locale/vun-TZ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vun-TZ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vun-TZ/config.json
diff --git a/api/polyfills/Intl/~locale/vun-TZ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vun-TZ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vun-TZ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vun-TZ/detect.js
diff --git a/api/polyfills/Intl/~locale/vun-TZ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vun-TZ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vun-TZ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vun-TZ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/vun/config.json b/polyfill-service-api/polyfills/Intl/~locale/vun/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/vun/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/vun/config.json
diff --git a/api/polyfills/Intl/~locale/vun/detect.js b/polyfill-service-api/polyfills/Intl/~locale/vun/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vun/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/vun/detect.js
diff --git a/api/polyfills/Intl/~locale/vun/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/vun/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/vun/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/vun/polyfill.js
diff --git a/api/polyfills/Intl/~locale/wae-CH/config.json b/polyfill-service-api/polyfills/Intl/~locale/wae-CH/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/wae-CH/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/wae-CH/config.json
diff --git a/api/polyfills/Intl/~locale/wae-CH/detect.js b/polyfill-service-api/polyfills/Intl/~locale/wae-CH/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/wae-CH/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/wae-CH/detect.js
diff --git a/api/polyfills/Intl/~locale/wae-CH/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/wae-CH/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/wae-CH/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/wae-CH/polyfill.js
diff --git a/api/polyfills/Intl/~locale/wae/config.json b/polyfill-service-api/polyfills/Intl/~locale/wae/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/wae/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/wae/config.json
diff --git a/api/polyfills/Intl/~locale/wae/detect.js b/polyfill-service-api/polyfills/Intl/~locale/wae/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/wae/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/wae/detect.js
diff --git a/api/polyfills/Intl/~locale/wae/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/wae/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/wae/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/wae/polyfill.js
diff --git a/api/polyfills/Intl/~locale/xog-UG/config.json b/polyfill-service-api/polyfills/Intl/~locale/xog-UG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/xog-UG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/xog-UG/config.json
diff --git a/api/polyfills/Intl/~locale/xog-UG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/xog-UG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/xog-UG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/xog-UG/detect.js
diff --git a/api/polyfills/Intl/~locale/xog-UG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/xog-UG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/xog-UG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/xog-UG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/xog/config.json b/polyfill-service-api/polyfills/Intl/~locale/xog/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/xog/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/xog/config.json
diff --git a/api/polyfills/Intl/~locale/xog/detect.js b/polyfill-service-api/polyfills/Intl/~locale/xog/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/xog/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/xog/detect.js
diff --git a/api/polyfills/Intl/~locale/xog/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/xog/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/xog/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/xog/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yav-CM/config.json b/polyfill-service-api/polyfills/Intl/~locale/yav-CM/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yav-CM/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yav-CM/config.json
diff --git a/api/polyfills/Intl/~locale/yav-CM/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yav-CM/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yav-CM/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yav-CM/detect.js
diff --git a/api/polyfills/Intl/~locale/yav-CM/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yav-CM/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yav-CM/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yav-CM/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yav/config.json b/polyfill-service-api/polyfills/Intl/~locale/yav/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yav/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yav/config.json
diff --git a/api/polyfills/Intl/~locale/yav/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yav/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yav/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yav/detect.js
diff --git a/api/polyfills/Intl/~locale/yav/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yav/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yav/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yav/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yi-001/config.json b/polyfill-service-api/polyfills/Intl/~locale/yi-001/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yi-001/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yi-001/config.json
diff --git a/api/polyfills/Intl/~locale/yi-001/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yi-001/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yi-001/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yi-001/detect.js
diff --git a/api/polyfills/Intl/~locale/yi-001/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yi-001/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yi-001/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yi-001/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yi/config.json b/polyfill-service-api/polyfills/Intl/~locale/yi/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yi/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yi/config.json
diff --git a/api/polyfills/Intl/~locale/yi/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yi/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yi/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yi/detect.js
diff --git a/api/polyfills/Intl/~locale/yi/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yi/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yi/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yi/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yo-BJ/config.json b/polyfill-service-api/polyfills/Intl/~locale/yo-BJ/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-BJ/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yo-BJ/config.json
diff --git a/api/polyfills/Intl/~locale/yo-BJ/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yo-BJ/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-BJ/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo-BJ/detect.js
diff --git a/api/polyfills/Intl/~locale/yo-BJ/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yo-BJ/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-BJ/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo-BJ/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yo-NG/config.json b/polyfill-service-api/polyfills/Intl/~locale/yo-NG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-NG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yo-NG/config.json
diff --git a/api/polyfills/Intl/~locale/yo-NG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yo-NG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-NG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo-NG/detect.js
diff --git a/api/polyfills/Intl/~locale/yo-NG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yo-NG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo-NG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo-NG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/yo/config.json b/polyfill-service-api/polyfills/Intl/~locale/yo/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/yo/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/yo/config.json
diff --git a/api/polyfills/Intl/~locale/yo/detect.js b/polyfill-service-api/polyfills/Intl/~locale/yo/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo/detect.js
diff --git a/api/polyfills/Intl/~locale/yo/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/yo/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/yo/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/yo/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zgh-MA/config.json b/polyfill-service-api/polyfills/Intl/~locale/zgh-MA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh-MA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zgh-MA/config.json
diff --git a/api/polyfills/Intl/~locale/zgh-MA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zgh-MA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh-MA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zgh-MA/detect.js
diff --git a/api/polyfills/Intl/~locale/zgh-MA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zgh-MA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh-MA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zgh-MA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zgh/config.json b/polyfill-service-api/polyfills/Intl/~locale/zgh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zgh/config.json
diff --git a/api/polyfills/Intl/~locale/zgh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zgh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zgh/detect.js
diff --git a/api/polyfills/Intl/~locale/zgh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zgh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zgh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zgh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-CN/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-CN/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hans-CN/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-CN/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-CN/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-CN/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-CN/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-HK/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-HK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hans-HK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-HK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-HK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-HK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-HK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-MO/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-MO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hans-MO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-MO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-MO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-MO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-MO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-SG/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-SG/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hans-SG/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-SG/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans-SG/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans-SG/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans-SG/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hans/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hans/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hans/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hans/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hans/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-HK/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-HK/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hant-HK/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-HK/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-HK/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-HK/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-HK/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-MO/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-MO/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hant-MO/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-MO/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-MO/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-MO/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-MO/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-TW/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-TW/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hant-TW/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-TW/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant-TW/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant-TW/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant-TW/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant/config.json
diff --git a/api/polyfills/Intl/~locale/zh-Hant/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant/detect.js
diff --git a/api/polyfills/Intl/~locale/zh-Hant/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh-Hant/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh-Hant/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh-Hant/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zh/config.json b/polyfill-service-api/polyfills/Intl/~locale/zh/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zh/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zh/config.json
diff --git a/api/polyfills/Intl/~locale/zh/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zh/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh/detect.js
diff --git a/api/polyfills/Intl/~locale/zh/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zh/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zh/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zh/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zu-ZA/config.json b/polyfill-service-api/polyfills/Intl/~locale/zu-ZA/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zu-ZA/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zu-ZA/config.json
diff --git a/api/polyfills/Intl/~locale/zu-ZA/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zu-ZA/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zu-ZA/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zu-ZA/detect.js
diff --git a/api/polyfills/Intl/~locale/zu-ZA/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zu-ZA/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zu-ZA/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zu-ZA/polyfill.js
diff --git a/api/polyfills/Intl/~locale/zu/config.json b/polyfill-service-api/polyfills/Intl/~locale/zu/config.json
similarity index 100%
rename from api/polyfills/Intl/~locale/zu/config.json
rename to polyfill-service-api/polyfills/Intl/~locale/zu/config.json
diff --git a/api/polyfills/Intl/~locale/zu/detect.js b/polyfill-service-api/polyfills/Intl/~locale/zu/detect.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zu/detect.js
rename to polyfill-service-api/polyfills/Intl/~locale/zu/detect.js
diff --git a/api/polyfills/Intl/~locale/zu/polyfill.js b/polyfill-service-api/polyfills/Intl/~locale/zu/polyfill.js
similarity index 100%
rename from api/polyfills/Intl/~locale/zu/polyfill.js
rename to polyfill-service-api/polyfills/Intl/~locale/zu/polyfill.js
diff --git a/api/polyfills/JSON/config.json b/polyfill-service-api/polyfills/JSON/config.json
similarity index 100%
rename from api/polyfills/JSON/config.json
rename to polyfill-service-api/polyfills/JSON/config.json
diff --git a/api/polyfills/JSON/detect.js b/polyfill-service-api/polyfills/JSON/detect.js
similarity index 100%
rename from api/polyfills/JSON/detect.js
rename to polyfill-service-api/polyfills/JSON/detect.js
diff --git a/api/polyfills/JSON/polyfill.js b/polyfill-service-api/polyfills/JSON/polyfill.js
similarity index 100%
rename from api/polyfills/JSON/polyfill.js
rename to polyfill-service-api/polyfills/JSON/polyfill.js
diff --git a/api/polyfills/Map/config.json b/polyfill-service-api/polyfills/Map/config.json
similarity index 100%
rename from api/polyfills/Map/config.json
rename to polyfill-service-api/polyfills/Map/config.json
diff --git a/api/polyfills/Map/detect.js b/polyfill-service-api/polyfills/Map/detect.js
similarity index 100%
rename from api/polyfills/Map/detect.js
rename to polyfill-service-api/polyfills/Map/detect.js
diff --git a/api/polyfills/Map/polyfill.js b/polyfill-service-api/polyfills/Map/polyfill.js
similarity index 100%
rename from api/polyfills/Map/polyfill.js
rename to polyfill-service-api/polyfills/Map/polyfill.js
diff --git a/api/polyfills/Map/tests.js b/polyfill-service-api/polyfills/Map/tests.js
similarity index 100%
rename from api/polyfills/Map/tests.js
rename to polyfill-service-api/polyfills/Map/tests.js
diff --git a/api/polyfills/Math/acosh/config.json b/polyfill-service-api/polyfills/Math/acosh/config.json
similarity index 100%
rename from api/polyfills/Math/acosh/config.json
rename to polyfill-service-api/polyfills/Math/acosh/config.json
diff --git a/api/polyfills/Math/acosh/detect.js b/polyfill-service-api/polyfills/Math/acosh/detect.js
similarity index 100%
rename from api/polyfills/Math/acosh/detect.js
rename to polyfill-service-api/polyfills/Math/acosh/detect.js
diff --git a/api/polyfills/Math/acosh/polyfill.js b/polyfill-service-api/polyfills/Math/acosh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/acosh/polyfill.js
rename to polyfill-service-api/polyfills/Math/acosh/polyfill.js
diff --git a/api/polyfills/Math/acosh/tests.js b/polyfill-service-api/polyfills/Math/acosh/tests.js
similarity index 100%
rename from api/polyfills/Math/acosh/tests.js
rename to polyfill-service-api/polyfills/Math/acosh/tests.js
diff --git a/api/polyfills/Math/asinh/config.json b/polyfill-service-api/polyfills/Math/asinh/config.json
similarity index 100%
rename from api/polyfills/Math/asinh/config.json
rename to polyfill-service-api/polyfills/Math/asinh/config.json
diff --git a/api/polyfills/Math/asinh/detect.js b/polyfill-service-api/polyfills/Math/asinh/detect.js
similarity index 100%
rename from api/polyfills/Math/asinh/detect.js
rename to polyfill-service-api/polyfills/Math/asinh/detect.js
diff --git a/api/polyfills/Math/asinh/polyfill.js b/polyfill-service-api/polyfills/Math/asinh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/asinh/polyfill.js
rename to polyfill-service-api/polyfills/Math/asinh/polyfill.js
diff --git a/api/polyfills/Math/asinh/tests.js b/polyfill-service-api/polyfills/Math/asinh/tests.js
similarity index 100%
rename from api/polyfills/Math/asinh/tests.js
rename to polyfill-service-api/polyfills/Math/asinh/tests.js
diff --git a/api/polyfills/Math/atanh/config.json b/polyfill-service-api/polyfills/Math/atanh/config.json
similarity index 100%
rename from api/polyfills/Math/atanh/config.json
rename to polyfill-service-api/polyfills/Math/atanh/config.json
diff --git a/api/polyfills/Math/atanh/detect.js b/polyfill-service-api/polyfills/Math/atanh/detect.js
similarity index 100%
rename from api/polyfills/Math/atanh/detect.js
rename to polyfill-service-api/polyfills/Math/atanh/detect.js
diff --git a/api/polyfills/Math/atanh/polyfill.js b/polyfill-service-api/polyfills/Math/atanh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/atanh/polyfill.js
rename to polyfill-service-api/polyfills/Math/atanh/polyfill.js
diff --git a/api/polyfills/Math/cbrt/config.json b/polyfill-service-api/polyfills/Math/cbrt/config.json
similarity index 100%
rename from api/polyfills/Math/cbrt/config.json
rename to polyfill-service-api/polyfills/Math/cbrt/config.json
diff --git a/api/polyfills/Math/cbrt/detect.js b/polyfill-service-api/polyfills/Math/cbrt/detect.js
similarity index 100%
rename from api/polyfills/Math/cbrt/detect.js
rename to polyfill-service-api/polyfills/Math/cbrt/detect.js
diff --git a/api/polyfills/Math/cbrt/polyfill.js b/polyfill-service-api/polyfills/Math/cbrt/polyfill.js
similarity index 100%
rename from api/polyfills/Math/cbrt/polyfill.js
rename to polyfill-service-api/polyfills/Math/cbrt/polyfill.js
diff --git a/api/polyfills/Math/clz32/config.json b/polyfill-service-api/polyfills/Math/clz32/config.json
similarity index 100%
rename from api/polyfills/Math/clz32/config.json
rename to polyfill-service-api/polyfills/Math/clz32/config.json
diff --git a/api/polyfills/Math/clz32/detect.js b/polyfill-service-api/polyfills/Math/clz32/detect.js
similarity index 100%
rename from api/polyfills/Math/clz32/detect.js
rename to polyfill-service-api/polyfills/Math/clz32/detect.js
diff --git a/api/polyfills/Math/clz32/polyfill.js b/polyfill-service-api/polyfills/Math/clz32/polyfill.js
similarity index 100%
rename from api/polyfills/Math/clz32/polyfill.js
rename to polyfill-service-api/polyfills/Math/clz32/polyfill.js
diff --git a/api/polyfills/Math/clz32/tests.js b/polyfill-service-api/polyfills/Math/clz32/tests.js
similarity index 100%
rename from api/polyfills/Math/clz32/tests.js
rename to polyfill-service-api/polyfills/Math/clz32/tests.js
diff --git a/api/polyfills/Math/cosh/config.json b/polyfill-service-api/polyfills/Math/cosh/config.json
similarity index 100%
rename from api/polyfills/Math/cosh/config.json
rename to polyfill-service-api/polyfills/Math/cosh/config.json
diff --git a/api/polyfills/Math/cosh/detect.js b/polyfill-service-api/polyfills/Math/cosh/detect.js
similarity index 100%
rename from api/polyfills/Math/cosh/detect.js
rename to polyfill-service-api/polyfills/Math/cosh/detect.js
diff --git a/api/polyfills/Math/cosh/polyfill.js b/polyfill-service-api/polyfills/Math/cosh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/cosh/polyfill.js
rename to polyfill-service-api/polyfills/Math/cosh/polyfill.js
diff --git a/api/polyfills/Math/expm1/config.json b/polyfill-service-api/polyfills/Math/expm1/config.json
similarity index 100%
rename from api/polyfills/Math/expm1/config.json
rename to polyfill-service-api/polyfills/Math/expm1/config.json
diff --git a/api/polyfills/Math/expm1/detect.js b/polyfill-service-api/polyfills/Math/expm1/detect.js
similarity index 100%
rename from api/polyfills/Math/expm1/detect.js
rename to polyfill-service-api/polyfills/Math/expm1/detect.js
diff --git a/api/polyfills/Math/expm1/polyfill.js b/polyfill-service-api/polyfills/Math/expm1/polyfill.js
similarity index 100%
rename from api/polyfills/Math/expm1/polyfill.js
rename to polyfill-service-api/polyfills/Math/expm1/polyfill.js
diff --git a/api/polyfills/Math/hypot/config.json b/polyfill-service-api/polyfills/Math/hypot/config.json
similarity index 100%
rename from api/polyfills/Math/hypot/config.json
rename to polyfill-service-api/polyfills/Math/hypot/config.json
diff --git a/api/polyfills/Math/hypot/detect.js b/polyfill-service-api/polyfills/Math/hypot/detect.js
similarity index 100%
rename from api/polyfills/Math/hypot/detect.js
rename to polyfill-service-api/polyfills/Math/hypot/detect.js
diff --git a/api/polyfills/Math/hypot/polyfill.js b/polyfill-service-api/polyfills/Math/hypot/polyfill.js
similarity index 100%
rename from api/polyfills/Math/hypot/polyfill.js
rename to polyfill-service-api/polyfills/Math/hypot/polyfill.js
diff --git a/api/polyfills/Math/imul/config.json b/polyfill-service-api/polyfills/Math/imul/config.json
similarity index 100%
rename from api/polyfills/Math/imul/config.json
rename to polyfill-service-api/polyfills/Math/imul/config.json
diff --git a/api/polyfills/Math/imul/detect.js b/polyfill-service-api/polyfills/Math/imul/detect.js
similarity index 100%
rename from api/polyfills/Math/imul/detect.js
rename to polyfill-service-api/polyfills/Math/imul/detect.js
diff --git a/api/polyfills/Math/imul/polyfill.js b/polyfill-service-api/polyfills/Math/imul/polyfill.js
similarity index 100%
rename from api/polyfills/Math/imul/polyfill.js
rename to polyfill-service-api/polyfills/Math/imul/polyfill.js
diff --git a/api/polyfills/Math/log10/config.json b/polyfill-service-api/polyfills/Math/log10/config.json
similarity index 100%
rename from api/polyfills/Math/log10/config.json
rename to polyfill-service-api/polyfills/Math/log10/config.json
diff --git a/api/polyfills/Math/log10/detect.js b/polyfill-service-api/polyfills/Math/log10/detect.js
similarity index 100%
rename from api/polyfills/Math/log10/detect.js
rename to polyfill-service-api/polyfills/Math/log10/detect.js
diff --git a/api/polyfills/Math/log10/polyfill.js b/polyfill-service-api/polyfills/Math/log10/polyfill.js
similarity index 100%
rename from api/polyfills/Math/log10/polyfill.js
rename to polyfill-service-api/polyfills/Math/log10/polyfill.js
diff --git a/api/polyfills/Math/log1p/config.json b/polyfill-service-api/polyfills/Math/log1p/config.json
similarity index 100%
rename from api/polyfills/Math/log1p/config.json
rename to polyfill-service-api/polyfills/Math/log1p/config.json
diff --git a/api/polyfills/Math/log1p/detect.js b/polyfill-service-api/polyfills/Math/log1p/detect.js
similarity index 100%
rename from api/polyfills/Math/log1p/detect.js
rename to polyfill-service-api/polyfills/Math/log1p/detect.js
diff --git a/api/polyfills/Math/log1p/polyfill.js b/polyfill-service-api/polyfills/Math/log1p/polyfill.js
similarity index 100%
rename from api/polyfills/Math/log1p/polyfill.js
rename to polyfill-service-api/polyfills/Math/log1p/polyfill.js
diff --git a/api/polyfills/Math/log2/config.json b/polyfill-service-api/polyfills/Math/log2/config.json
similarity index 100%
rename from api/polyfills/Math/log2/config.json
rename to polyfill-service-api/polyfills/Math/log2/config.json
diff --git a/api/polyfills/Math/log2/detect.js b/polyfill-service-api/polyfills/Math/log2/detect.js
similarity index 100%
rename from api/polyfills/Math/log2/detect.js
rename to polyfill-service-api/polyfills/Math/log2/detect.js
diff --git a/api/polyfills/Math/log2/polyfill.js b/polyfill-service-api/polyfills/Math/log2/polyfill.js
similarity index 100%
rename from api/polyfills/Math/log2/polyfill.js
rename to polyfill-service-api/polyfills/Math/log2/polyfill.js
diff --git a/api/polyfills/Math/sign/config.json b/polyfill-service-api/polyfills/Math/sign/config.json
similarity index 100%
rename from api/polyfills/Math/sign/config.json
rename to polyfill-service-api/polyfills/Math/sign/config.json
diff --git a/api/polyfills/Math/sign/detect.js b/polyfill-service-api/polyfills/Math/sign/detect.js
similarity index 100%
rename from api/polyfills/Math/sign/detect.js
rename to polyfill-service-api/polyfills/Math/sign/detect.js
diff --git a/api/polyfills/Math/sign/polyfill.js b/polyfill-service-api/polyfills/Math/sign/polyfill.js
similarity index 100%
rename from api/polyfills/Math/sign/polyfill.js
rename to polyfill-service-api/polyfills/Math/sign/polyfill.js
diff --git a/api/polyfills/Math/sinh/config.json b/polyfill-service-api/polyfills/Math/sinh/config.json
similarity index 100%
rename from api/polyfills/Math/sinh/config.json
rename to polyfill-service-api/polyfills/Math/sinh/config.json
diff --git a/api/polyfills/Math/sinh/detect.js b/polyfill-service-api/polyfills/Math/sinh/detect.js
similarity index 100%
rename from api/polyfills/Math/sinh/detect.js
rename to polyfill-service-api/polyfills/Math/sinh/detect.js
diff --git a/api/polyfills/Math/sinh/polyfill.js b/polyfill-service-api/polyfills/Math/sinh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/sinh/polyfill.js
rename to polyfill-service-api/polyfills/Math/sinh/polyfill.js
diff --git a/api/polyfills/Math/tanh/config.json b/polyfill-service-api/polyfills/Math/tanh/config.json
similarity index 100%
rename from api/polyfills/Math/tanh/config.json
rename to polyfill-service-api/polyfills/Math/tanh/config.json
diff --git a/api/polyfills/Math/tanh/detect.js b/polyfill-service-api/polyfills/Math/tanh/detect.js
similarity index 100%
rename from api/polyfills/Math/tanh/detect.js
rename to polyfill-service-api/polyfills/Math/tanh/detect.js
diff --git a/api/polyfills/Math/tanh/polyfill.js b/polyfill-service-api/polyfills/Math/tanh/polyfill.js
similarity index 100%
rename from api/polyfills/Math/tanh/polyfill.js
rename to polyfill-service-api/polyfills/Math/tanh/polyfill.js
diff --git a/api/polyfills/Math/trunc/config.json b/polyfill-service-api/polyfills/Math/trunc/config.json
similarity index 100%
rename from api/polyfills/Math/trunc/config.json
rename to polyfill-service-api/polyfills/Math/trunc/config.json
diff --git a/api/polyfills/Math/trunc/detect.js b/polyfill-service-api/polyfills/Math/trunc/detect.js
similarity index 100%
rename from api/polyfills/Math/trunc/detect.js
rename to polyfill-service-api/polyfills/Math/trunc/detect.js
diff --git a/api/polyfills/Math/trunc/polyfill.js b/polyfill-service-api/polyfills/Math/trunc/polyfill.js
similarity index 100%
rename from api/polyfills/Math/trunc/polyfill.js
rename to polyfill-service-api/polyfills/Math/trunc/polyfill.js
diff --git a/api/polyfills/MutationObserver/config.json b/polyfill-service-api/polyfills/MutationObserver/config.json
similarity index 100%
rename from api/polyfills/MutationObserver/config.json
rename to polyfill-service-api/polyfills/MutationObserver/config.json
diff --git a/api/polyfills/MutationObserver/polyfill.js b/polyfill-service-api/polyfills/MutationObserver/polyfill.js
similarity index 100%
rename from api/polyfills/MutationObserver/polyfill.js
rename to polyfill-service-api/polyfills/MutationObserver/polyfill.js
diff --git a/api/polyfills/NodeList/prototype/@@iterator/config.json b/polyfill-service-api/polyfills/NodeList/prototype/@@iterator/config.json
similarity index 100%
rename from api/polyfills/NodeList/prototype/@@iterator/config.json
rename to polyfill-service-api/polyfills/NodeList/prototype/@@iterator/config.json
diff --git a/api/polyfills/NodeList/prototype/@@iterator/detect.js b/polyfill-service-api/polyfills/NodeList/prototype/@@iterator/detect.js
similarity index 100%
rename from api/polyfills/NodeList/prototype/@@iterator/detect.js
rename to polyfill-service-api/polyfills/NodeList/prototype/@@iterator/detect.js
diff --git a/api/polyfills/NodeList/prototype/@@iterator/polyfill.js b/polyfill-service-api/polyfills/NodeList/prototype/@@iterator/polyfill.js
similarity index 100%
rename from api/polyfills/NodeList/prototype/@@iterator/polyfill.js
rename to polyfill-service-api/polyfills/NodeList/prototype/@@iterator/polyfill.js
diff --git a/api/polyfills/NodeList/prototype/@@iterator/tests.js b/polyfill-service-api/polyfills/NodeList/prototype/@@iterator/tests.js
similarity index 100%
rename from api/polyfills/NodeList/prototype/@@iterator/tests.js
rename to polyfill-service-api/polyfills/NodeList/prototype/@@iterator/tests.js
diff --git a/api/polyfills/Number/MAX_SAFE_INTEGER/config.json b/polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/config.json
similarity index 100%
rename from api/polyfills/Number/MAX_SAFE_INTEGER/config.json
rename to polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/config.json
diff --git a/api/polyfills/Number/MAX_SAFE_INTEGER/detect.js b/polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/detect.js
similarity index 100%
rename from api/polyfills/Number/MAX_SAFE_INTEGER/detect.js
rename to polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/detect.js
diff --git a/api/polyfills/Number/MAX_SAFE_INTEGER/polyfill.js b/polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/polyfill.js
similarity index 100%
rename from api/polyfills/Number/MAX_SAFE_INTEGER/polyfill.js
rename to polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/polyfill.js
diff --git a/api/polyfills/Number/MAX_SAFE_INTEGER/tests.js b/polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/tests.js
similarity index 100%
rename from api/polyfills/Number/MAX_SAFE_INTEGER/tests.js
rename to polyfill-service-api/polyfills/Number/MAX_SAFE_INTEGER/tests.js
diff --git a/api/polyfills/Number/MIN_SAFE_INTEGER/config.json b/polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/config.json
similarity index 100%
rename from api/polyfills/Number/MIN_SAFE_INTEGER/config.json
rename to polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/config.json
diff --git a/api/polyfills/Number/MIN_SAFE_INTEGER/detect.js b/polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/detect.js
similarity index 100%
rename from api/polyfills/Number/MIN_SAFE_INTEGER/detect.js
rename to polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/detect.js
diff --git a/api/polyfills/Number/MIN_SAFE_INTEGER/polyfill.js b/polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/polyfill.js
similarity index 100%
rename from api/polyfills/Number/MIN_SAFE_INTEGER/polyfill.js
rename to polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/polyfill.js
diff --git a/api/polyfills/Number/MIN_SAFE_INTEGER/tests.js b/polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/tests.js
similarity index 100%
rename from api/polyfills/Number/MIN_SAFE_INTEGER/tests.js
rename to polyfill-service-api/polyfills/Number/MIN_SAFE_INTEGER/tests.js
diff --git a/api/polyfills/Number/isFinite/config.json b/polyfill-service-api/polyfills/Number/isFinite/config.json
similarity index 100%
rename from api/polyfills/Number/isFinite/config.json
rename to polyfill-service-api/polyfills/Number/isFinite/config.json
diff --git a/api/polyfills/Number/isFinite/detect.js b/polyfill-service-api/polyfills/Number/isFinite/detect.js
similarity index 100%
rename from api/polyfills/Number/isFinite/detect.js
rename to polyfill-service-api/polyfills/Number/isFinite/detect.js
diff --git a/api/polyfills/Number/isFinite/polyfill.js b/polyfill-service-api/polyfills/Number/isFinite/polyfill.js
similarity index 100%
rename from api/polyfills/Number/isFinite/polyfill.js
rename to polyfill-service-api/polyfills/Number/isFinite/polyfill.js
diff --git a/api/polyfills/Number/isFinite/tests.js b/polyfill-service-api/polyfills/Number/isFinite/tests.js
similarity index 100%
rename from api/polyfills/Number/isFinite/tests.js
rename to polyfill-service-api/polyfills/Number/isFinite/tests.js
diff --git a/api/polyfills/Number/isInteger/config.json b/polyfill-service-api/polyfills/Number/isInteger/config.json
similarity index 100%
rename from api/polyfills/Number/isInteger/config.json
rename to polyfill-service-api/polyfills/Number/isInteger/config.json
diff --git a/api/polyfills/Number/isInteger/detect.js b/polyfill-service-api/polyfills/Number/isInteger/detect.js
similarity index 100%
rename from api/polyfills/Number/isInteger/detect.js
rename to polyfill-service-api/polyfills/Number/isInteger/detect.js
diff --git a/api/polyfills/Number/isInteger/polyfill.js b/polyfill-service-api/polyfills/Number/isInteger/polyfill.js
similarity index 100%
rename from api/polyfills/Number/isInteger/polyfill.js
rename to polyfill-service-api/polyfills/Number/isInteger/polyfill.js
diff --git a/api/polyfills/Number/isInteger/tests.js b/polyfill-service-api/polyfills/Number/isInteger/tests.js
similarity index 100%
rename from api/polyfills/Number/isInteger/tests.js
rename to polyfill-service-api/polyfills/Number/isInteger/tests.js
diff --git a/api/polyfills/Number/isNaN/config.json b/polyfill-service-api/polyfills/Number/isNaN/config.json
similarity index 100%
rename from api/polyfills/Number/isNaN/config.json
rename to polyfill-service-api/polyfills/Number/isNaN/config.json
diff --git a/api/polyfills/Number/isNaN/detect.js b/polyfill-service-api/polyfills/Number/isNaN/detect.js
similarity index 100%
rename from api/polyfills/Number/isNaN/detect.js
rename to polyfill-service-api/polyfills/Number/isNaN/detect.js
diff --git a/api/polyfills/Number/isNaN/polyfill.js b/polyfill-service-api/polyfills/Number/isNaN/polyfill.js
similarity index 100%
rename from api/polyfills/Number/isNaN/polyfill.js
rename to polyfill-service-api/polyfills/Number/isNaN/polyfill.js
diff --git a/api/polyfills/Number/isNaN/tests.js b/polyfill-service-api/polyfills/Number/isNaN/tests.js
similarity index 100%
rename from api/polyfills/Number/isNaN/tests.js
rename to polyfill-service-api/polyfills/Number/isNaN/tests.js
diff --git a/api/polyfills/Number/parseFloat/config.json b/polyfill-service-api/polyfills/Number/parseFloat/config.json
similarity index 100%
rename from api/polyfills/Number/parseFloat/config.json
rename to polyfill-service-api/polyfills/Number/parseFloat/config.json
diff --git a/api/polyfills/Number/parseFloat/detect.js b/polyfill-service-api/polyfills/Number/parseFloat/detect.js
similarity index 100%
rename from api/polyfills/Number/parseFloat/detect.js
rename to polyfill-service-api/polyfills/Number/parseFloat/detect.js
diff --git a/api/polyfills/Number/parseFloat/polyfill.js b/polyfill-service-api/polyfills/Number/parseFloat/polyfill.js
similarity index 100%
rename from api/polyfills/Number/parseFloat/polyfill.js
rename to polyfill-service-api/polyfills/Number/parseFloat/polyfill.js
diff --git a/api/polyfills/Number/parseFloat/tests.js b/polyfill-service-api/polyfills/Number/parseFloat/tests.js
similarity index 100%
rename from api/polyfills/Number/parseFloat/tests.js
rename to polyfill-service-api/polyfills/Number/parseFloat/tests.js
diff --git a/api/polyfills/Number/parseInt/config.json b/polyfill-service-api/polyfills/Number/parseInt/config.json
similarity index 100%
rename from api/polyfills/Number/parseInt/config.json
rename to polyfill-service-api/polyfills/Number/parseInt/config.json
diff --git a/api/polyfills/Number/parseInt/detect.js b/polyfill-service-api/polyfills/Number/parseInt/detect.js
similarity index 100%
rename from api/polyfills/Number/parseInt/detect.js
rename to polyfill-service-api/polyfills/Number/parseInt/detect.js
diff --git a/api/polyfills/Number/parseInt/polyfill.js b/polyfill-service-api/polyfills/Number/parseInt/polyfill.js
similarity index 100%
rename from api/polyfills/Number/parseInt/polyfill.js
rename to polyfill-service-api/polyfills/Number/parseInt/polyfill.js
diff --git a/api/polyfills/Number/parseInt/tests.js b/polyfill-service-api/polyfills/Number/parseInt/tests.js
similarity index 100%
rename from api/polyfills/Number/parseInt/tests.js
rename to polyfill-service-api/polyfills/Number/parseInt/tests.js
diff --git a/api/polyfills/Object/assign/config.json b/polyfill-service-api/polyfills/Object/assign/config.json
similarity index 100%
rename from api/polyfills/Object/assign/config.json
rename to polyfill-service-api/polyfills/Object/assign/config.json
diff --git a/api/polyfills/Object/assign/detect.js b/polyfill-service-api/polyfills/Object/assign/detect.js
similarity index 100%
rename from api/polyfills/Object/assign/detect.js
rename to polyfill-service-api/polyfills/Object/assign/detect.js
diff --git a/api/polyfills/Object/assign/polyfill.js b/polyfill-service-api/polyfills/Object/assign/polyfill.js
similarity index 100%
rename from api/polyfills/Object/assign/polyfill.js
rename to polyfill-service-api/polyfills/Object/assign/polyfill.js
diff --git a/api/polyfills/Object/create/config.json b/polyfill-service-api/polyfills/Object/create/config.json
similarity index 100%
rename from api/polyfills/Object/create/config.json
rename to polyfill-service-api/polyfills/Object/create/config.json
diff --git a/api/polyfills/Object/create/detect.js b/polyfill-service-api/polyfills/Object/create/detect.js
similarity index 100%
rename from api/polyfills/Object/create/detect.js
rename to polyfill-service-api/polyfills/Object/create/detect.js
diff --git a/api/polyfills/Object/create/polyfill.js b/polyfill-service-api/polyfills/Object/create/polyfill.js
similarity index 100%
rename from api/polyfills/Object/create/polyfill.js
rename to polyfill-service-api/polyfills/Object/create/polyfill.js
diff --git a/api/polyfills/Object/create/tests.js b/polyfill-service-api/polyfills/Object/create/tests.js
similarity index 100%
rename from api/polyfills/Object/create/tests.js
rename to polyfill-service-api/polyfills/Object/create/tests.js
diff --git a/api/polyfills/Object/defineProperties/config.json b/polyfill-service-api/polyfills/Object/defineProperties/config.json
similarity index 100%
rename from api/polyfills/Object/defineProperties/config.json
rename to polyfill-service-api/polyfills/Object/defineProperties/config.json
diff --git a/api/polyfills/Object/defineProperties/detect.js b/polyfill-service-api/polyfills/Object/defineProperties/detect.js
similarity index 100%
rename from api/polyfills/Object/defineProperties/detect.js
rename to polyfill-service-api/polyfills/Object/defineProperties/detect.js
diff --git a/api/polyfills/Object/defineProperties/polyfill.js b/polyfill-service-api/polyfills/Object/defineProperties/polyfill.js
similarity index 100%
rename from api/polyfills/Object/defineProperties/polyfill.js
rename to polyfill-service-api/polyfills/Object/defineProperties/polyfill.js
diff --git a/api/polyfills/Object/defineProperty/config.json b/polyfill-service-api/polyfills/Object/defineProperty/config.json
similarity index 100%
rename from api/polyfills/Object/defineProperty/config.json
rename to polyfill-service-api/polyfills/Object/defineProperty/config.json
diff --git a/api/polyfills/Object/defineProperty/detect.js b/polyfill-service-api/polyfills/Object/defineProperty/detect.js
similarity index 100%
rename from api/polyfills/Object/defineProperty/detect.js
rename to polyfill-service-api/polyfills/Object/defineProperty/detect.js
diff --git a/api/polyfills/Object/defineProperty/polyfill.js b/polyfill-service-api/polyfills/Object/defineProperty/polyfill.js
similarity index 100%
rename from api/polyfills/Object/defineProperty/polyfill.js
rename to polyfill-service-api/polyfills/Object/defineProperty/polyfill.js
diff --git a/api/polyfills/Object/defineProperty/tests.js b/polyfill-service-api/polyfills/Object/defineProperty/tests.js
similarity index 100%
rename from api/polyfills/Object/defineProperty/tests.js
rename to polyfill-service-api/polyfills/Object/defineProperty/tests.js
diff --git a/api/polyfills/Object/entries/config.json b/polyfill-service-api/polyfills/Object/entries/config.json
similarity index 100%
rename from api/polyfills/Object/entries/config.json
rename to polyfill-service-api/polyfills/Object/entries/config.json
diff --git a/api/polyfills/Object/entries/detect.js b/polyfill-service-api/polyfills/Object/entries/detect.js
similarity index 100%
rename from api/polyfills/Object/entries/detect.js
rename to polyfill-service-api/polyfills/Object/entries/detect.js
diff --git a/api/polyfills/Object/entries/polyfill.js b/polyfill-service-api/polyfills/Object/entries/polyfill.js
similarity index 100%
rename from api/polyfills/Object/entries/polyfill.js
rename to polyfill-service-api/polyfills/Object/entries/polyfill.js
diff --git a/api/polyfills/Object/entries/tests.js b/polyfill-service-api/polyfills/Object/entries/tests.js
similarity index 100%
rename from api/polyfills/Object/entries/tests.js
rename to polyfill-service-api/polyfills/Object/entries/tests.js
diff --git a/api/polyfills/Object/getOwnPropertyDescriptor/config.json b/polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/config.json
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyDescriptor/config.json
rename to polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/config.json
diff --git a/api/polyfills/Object/getOwnPropertyDescriptor/detect.js b/polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/detect.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyDescriptor/detect.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/detect.js
diff --git a/api/polyfills/Object/getOwnPropertyDescriptor/polyfill.js b/polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/polyfill.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyDescriptor/polyfill.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/polyfill.js
diff --git a/api/polyfills/Object/getOwnPropertyDescriptor/tests.js b/polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/tests.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyDescriptor/tests.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyDescriptor/tests.js
diff --git a/api/polyfills/Object/getOwnPropertyNames/config.json b/polyfill-service-api/polyfills/Object/getOwnPropertyNames/config.json
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyNames/config.json
rename to polyfill-service-api/polyfills/Object/getOwnPropertyNames/config.json
diff --git a/api/polyfills/Object/getOwnPropertyNames/detect.js b/polyfill-service-api/polyfills/Object/getOwnPropertyNames/detect.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyNames/detect.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyNames/detect.js
diff --git a/api/polyfills/Object/getOwnPropertyNames/polyfill.js b/polyfill-service-api/polyfills/Object/getOwnPropertyNames/polyfill.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyNames/polyfill.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyNames/polyfill.js
diff --git a/api/polyfills/Object/getOwnPropertyNames/tests.js b/polyfill-service-api/polyfills/Object/getOwnPropertyNames/tests.js
similarity index 100%
rename from api/polyfills/Object/getOwnPropertyNames/tests.js
rename to polyfill-service-api/polyfills/Object/getOwnPropertyNames/tests.js
diff --git a/api/polyfills/Object/getPrototypeOf/config.json b/polyfill-service-api/polyfills/Object/getPrototypeOf/config.json
similarity index 100%
rename from api/polyfills/Object/getPrototypeOf/config.json
rename to polyfill-service-api/polyfills/Object/getPrototypeOf/config.json
diff --git a/api/polyfills/Object/getPrototypeOf/detect.js b/polyfill-service-api/polyfills/Object/getPrototypeOf/detect.js
similarity index 100%
rename from api/polyfills/Object/getPrototypeOf/detect.js
rename to polyfill-service-api/polyfills/Object/getPrototypeOf/detect.js
diff --git a/api/polyfills/Object/getPrototypeOf/polyfill.js b/polyfill-service-api/polyfills/Object/getPrototypeOf/polyfill.js
similarity index 100%
rename from api/polyfills/Object/getPrototypeOf/polyfill.js
rename to polyfill-service-api/polyfills/Object/getPrototypeOf/polyfill.js
diff --git a/api/polyfills/Object/is/config.json b/polyfill-service-api/polyfills/Object/is/config.json
similarity index 100%
rename from api/polyfills/Object/is/config.json
rename to polyfill-service-api/polyfills/Object/is/config.json
diff --git a/api/polyfills/Object/is/detect.js b/polyfill-service-api/polyfills/Object/is/detect.js
similarity index 100%
rename from api/polyfills/Object/is/detect.js
rename to polyfill-service-api/polyfills/Object/is/detect.js
diff --git a/api/polyfills/Object/is/polyfill.js b/polyfill-service-api/polyfills/Object/is/polyfill.js
similarity index 100%
rename from api/polyfills/Object/is/polyfill.js
rename to polyfill-service-api/polyfills/Object/is/polyfill.js
diff --git a/api/polyfills/Object/keys/config.json b/polyfill-service-api/polyfills/Object/keys/config.json
similarity index 100%
rename from api/polyfills/Object/keys/config.json
rename to polyfill-service-api/polyfills/Object/keys/config.json
diff --git a/api/polyfills/Object/keys/detect.js b/polyfill-service-api/polyfills/Object/keys/detect.js
similarity index 100%
rename from api/polyfills/Object/keys/detect.js
rename to polyfill-service-api/polyfills/Object/keys/detect.js
diff --git a/api/polyfills/Object/keys/polyfill.js b/polyfill-service-api/polyfills/Object/keys/polyfill.js
similarity index 100%
rename from api/polyfills/Object/keys/polyfill.js
rename to polyfill-service-api/polyfills/Object/keys/polyfill.js
diff --git a/api/polyfills/Object/keys/tests.js b/polyfill-service-api/polyfills/Object/keys/tests.js
similarity index 100%
rename from api/polyfills/Object/keys/tests.js
rename to polyfill-service-api/polyfills/Object/keys/tests.js
diff --git a/api/polyfills/Object/setPrototypeOf/config.json b/polyfill-service-api/polyfills/Object/setPrototypeOf/config.json
similarity index 100%
rename from api/polyfills/Object/setPrototypeOf/config.json
rename to polyfill-service-api/polyfills/Object/setPrototypeOf/config.json
diff --git a/api/polyfills/Object/setPrototypeOf/polyfill.js b/polyfill-service-api/polyfills/Object/setPrototypeOf/polyfill.js
similarity index 100%
rename from api/polyfills/Object/setPrototypeOf/polyfill.js
rename to polyfill-service-api/polyfills/Object/setPrototypeOf/polyfill.js
diff --git a/api/polyfills/Object/setPrototypeOf/tests.js b/polyfill-service-api/polyfills/Object/setPrototypeOf/tests.js
similarity index 100%
rename from api/polyfills/Object/setPrototypeOf/tests.js
rename to polyfill-service-api/polyfills/Object/setPrototypeOf/tests.js
diff --git a/api/polyfills/Promise/config.json b/polyfill-service-api/polyfills/Promise/config.json
similarity index 100%
rename from api/polyfills/Promise/config.json
rename to polyfill-service-api/polyfills/Promise/config.json
diff --git a/api/polyfills/Promise/detect.js b/polyfill-service-api/polyfills/Promise/detect.js
similarity index 100%
rename from api/polyfills/Promise/detect.js
rename to polyfill-service-api/polyfills/Promise/detect.js
diff --git a/api/polyfills/Promise/polyfill.js b/polyfill-service-api/polyfills/Promise/polyfill.js
similarity index 100%
rename from api/polyfills/Promise/polyfill.js
rename to polyfill-service-api/polyfills/Promise/polyfill.js
diff --git a/api/polyfills/Promise/prototype/finally/config.json b/polyfill-service-api/polyfills/Promise/prototype/finally/config.json
similarity index 100%
rename from api/polyfills/Promise/prototype/finally/config.json
rename to polyfill-service-api/polyfills/Promise/prototype/finally/config.json
diff --git a/api/polyfills/Promise/prototype/finally/detect.js b/polyfill-service-api/polyfills/Promise/prototype/finally/detect.js
similarity index 100%
rename from api/polyfills/Promise/prototype/finally/detect.js
rename to polyfill-service-api/polyfills/Promise/prototype/finally/detect.js
diff --git a/api/polyfills/Promise/prototype/finally/polyfill.js b/polyfill-service-api/polyfills/Promise/prototype/finally/polyfill.js
similarity index 100%
rename from api/polyfills/Promise/prototype/finally/polyfill.js
rename to polyfill-service-api/polyfills/Promise/prototype/finally/polyfill.js
diff --git a/api/polyfills/Promise/prototype/finally/tests.js b/polyfill-service-api/polyfills/Promise/prototype/finally/tests.js
similarity index 100%
rename from api/polyfills/Promise/prototype/finally/tests.js
rename to polyfill-service-api/polyfills/Promise/prototype/finally/tests.js
diff --git a/api/polyfills/Promise/tests.js b/polyfill-service-api/polyfills/Promise/tests.js
similarity index 100%
rename from api/polyfills/Promise/tests.js
rename to polyfill-service-api/polyfills/Promise/tests.js
diff --git a/api/polyfills/Proxy/config.json b/polyfill-service-api/polyfills/Proxy/config.json
similarity index 100%
rename from api/polyfills/Proxy/config.json
rename to polyfill-service-api/polyfills/Proxy/config.json
diff --git a/api/polyfills/Proxy/detect.js b/polyfill-service-api/polyfills/Proxy/detect.js
similarity index 100%
rename from api/polyfills/Proxy/detect.js
rename to polyfill-service-api/polyfills/Proxy/detect.js
diff --git a/api/polyfills/Proxy/polyfill.js b/polyfill-service-api/polyfills/Proxy/polyfill.js
similarity index 100%
rename from api/polyfills/Proxy/polyfill.js
rename to polyfill-service-api/polyfills/Proxy/polyfill.js
diff --git a/api/polyfills/Set/config.json b/polyfill-service-api/polyfills/Set/config.json
similarity index 100%
rename from api/polyfills/Set/config.json
rename to polyfill-service-api/polyfills/Set/config.json
diff --git a/api/polyfills/Set/detect.js b/polyfill-service-api/polyfills/Set/detect.js
similarity index 100%
rename from api/polyfills/Set/detect.js
rename to polyfill-service-api/polyfills/Set/detect.js
diff --git a/api/polyfills/Set/polyfill.js b/polyfill-service-api/polyfills/Set/polyfill.js
similarity index 100%
rename from api/polyfills/Set/polyfill.js
rename to polyfill-service-api/polyfills/Set/polyfill.js
diff --git a/api/polyfills/Set/tests.js b/polyfill-service-api/polyfills/Set/tests.js
similarity index 100%
rename from api/polyfills/Set/tests.js
rename to polyfill-service-api/polyfills/Set/tests.js
diff --git a/api/polyfills/String/prototype/contains/config.json b/polyfill-service-api/polyfills/String/prototype/contains/config.json
similarity index 100%
rename from api/polyfills/String/prototype/contains/config.json
rename to polyfill-service-api/polyfills/String/prototype/contains/config.json
diff --git a/api/polyfills/String/prototype/contains/detect.js b/polyfill-service-api/polyfills/String/prototype/contains/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/contains/detect.js
rename to polyfill-service-api/polyfills/String/prototype/contains/detect.js
diff --git a/api/polyfills/String/prototype/contains/polyfill.js b/polyfill-service-api/polyfills/String/prototype/contains/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/contains/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/contains/polyfill.js
diff --git a/api/polyfills/String/prototype/endsWith/config.json b/polyfill-service-api/polyfills/String/prototype/endsWith/config.json
similarity index 100%
rename from api/polyfills/String/prototype/endsWith/config.json
rename to polyfill-service-api/polyfills/String/prototype/endsWith/config.json
diff --git a/api/polyfills/String/prototype/endsWith/detect.js b/polyfill-service-api/polyfills/String/prototype/endsWith/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/endsWith/detect.js
rename to polyfill-service-api/polyfills/String/prototype/endsWith/detect.js
diff --git a/api/polyfills/String/prototype/endsWith/polyfill.js b/polyfill-service-api/polyfills/String/prototype/endsWith/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/endsWith/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/endsWith/polyfill.js
diff --git a/api/polyfills/String/prototype/endsWith/tests.js b/polyfill-service-api/polyfills/String/prototype/endsWith/tests.js
similarity index 100%
rename from api/polyfills/String/prototype/endsWith/tests.js
rename to polyfill-service-api/polyfills/String/prototype/endsWith/tests.js
diff --git a/api/polyfills/String/prototype/includes/config.json b/polyfill-service-api/polyfills/String/prototype/includes/config.json
similarity index 100%
rename from api/polyfills/String/prototype/includes/config.json
rename to polyfill-service-api/polyfills/String/prototype/includes/config.json
diff --git a/api/polyfills/String/prototype/includes/detect.js b/polyfill-service-api/polyfills/String/prototype/includes/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/includes/detect.js
rename to polyfill-service-api/polyfills/String/prototype/includes/detect.js
diff --git a/api/polyfills/String/prototype/includes/polyfill.js b/polyfill-service-api/polyfills/String/prototype/includes/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/includes/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/includes/polyfill.js
diff --git a/api/polyfills/String/prototype/repeat/config.json b/polyfill-service-api/polyfills/String/prototype/repeat/config.json
similarity index 100%
rename from api/polyfills/String/prototype/repeat/config.json
rename to polyfill-service-api/polyfills/String/prototype/repeat/config.json
diff --git a/api/polyfills/String/prototype/repeat/detect.js b/polyfill-service-api/polyfills/String/prototype/repeat/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/repeat/detect.js
rename to polyfill-service-api/polyfills/String/prototype/repeat/detect.js
diff --git a/api/polyfills/String/prototype/repeat/polyfill.js b/polyfill-service-api/polyfills/String/prototype/repeat/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/repeat/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/repeat/polyfill.js
diff --git a/api/polyfills/String/prototype/repeat/tests.js b/polyfill-service-api/polyfills/String/prototype/repeat/tests.js
similarity index 100%
rename from api/polyfills/String/prototype/repeat/tests.js
rename to polyfill-service-api/polyfills/String/prototype/repeat/tests.js
diff --git a/api/polyfills/String/prototype/startsWith/config.json b/polyfill-service-api/polyfills/String/prototype/startsWith/config.json
similarity index 100%
rename from api/polyfills/String/prototype/startsWith/config.json
rename to polyfill-service-api/polyfills/String/prototype/startsWith/config.json
diff --git a/api/polyfills/String/prototype/startsWith/detect.js b/polyfill-service-api/polyfills/String/prototype/startsWith/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/startsWith/detect.js
rename to polyfill-service-api/polyfills/String/prototype/startsWith/detect.js
diff --git a/api/polyfills/String/prototype/startsWith/polyfill.js b/polyfill-service-api/polyfills/String/prototype/startsWith/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/startsWith/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/startsWith/polyfill.js
diff --git a/api/polyfills/String/prototype/trim/config.json b/polyfill-service-api/polyfills/String/prototype/trim/config.json
similarity index 100%
rename from api/polyfills/String/prototype/trim/config.json
rename to polyfill-service-api/polyfills/String/prototype/trim/config.json
diff --git a/api/polyfills/String/prototype/trim/detect.js b/polyfill-service-api/polyfills/String/prototype/trim/detect.js
similarity index 100%
rename from api/polyfills/String/prototype/trim/detect.js
rename to polyfill-service-api/polyfills/String/prototype/trim/detect.js
diff --git a/api/polyfills/String/prototype/trim/polyfill.js b/polyfill-service-api/polyfills/String/prototype/trim/polyfill.js
similarity index 100%
rename from api/polyfills/String/prototype/trim/polyfill.js
rename to polyfill-service-api/polyfills/String/prototype/trim/polyfill.js
diff --git a/api/polyfills/String/prototype/trim/tests.js b/polyfill-service-api/polyfills/String/prototype/trim/tests.js
similarity index 100%
rename from api/polyfills/String/prototype/trim/tests.js
rename to polyfill-service-api/polyfills/String/prototype/trim/tests.js
diff --git a/api/polyfills/Symbol/config.json b/polyfill-service-api/polyfills/Symbol/config.json
similarity index 100%
rename from api/polyfills/Symbol/config.json
rename to polyfill-service-api/polyfills/Symbol/config.json
diff --git a/api/polyfills/Symbol/detect.js b/polyfill-service-api/polyfills/Symbol/detect.js
similarity index 100%
rename from api/polyfills/Symbol/detect.js
rename to polyfill-service-api/polyfills/Symbol/detect.js
diff --git a/api/polyfills/Symbol/hasInstance/config.json b/polyfill-service-api/polyfills/Symbol/hasInstance/config.json
similarity index 100%
rename from api/polyfills/Symbol/hasInstance/config.json
rename to polyfill-service-api/polyfills/Symbol/hasInstance/config.json
diff --git a/api/polyfills/Symbol/hasInstance/detect.js b/polyfill-service-api/polyfills/Symbol/hasInstance/detect.js
similarity index 100%
rename from api/polyfills/Symbol/hasInstance/detect.js
rename to polyfill-service-api/polyfills/Symbol/hasInstance/detect.js
diff --git a/api/polyfills/Symbol/hasInstance/polyfill.js b/polyfill-service-api/polyfills/Symbol/hasInstance/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/hasInstance/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/hasInstance/polyfill.js
diff --git a/api/polyfills/Symbol/hasInstance/tests.js b/polyfill-service-api/polyfills/Symbol/hasInstance/tests.js
similarity index 100%
rename from api/polyfills/Symbol/hasInstance/tests.js
rename to polyfill-service-api/polyfills/Symbol/hasInstance/tests.js
diff --git a/api/polyfills/Symbol/isConcatSpreadable/config.json b/polyfill-service-api/polyfills/Symbol/isConcatSpreadable/config.json
similarity index 100%
rename from api/polyfills/Symbol/isConcatSpreadable/config.json
rename to polyfill-service-api/polyfills/Symbol/isConcatSpreadable/config.json
diff --git a/api/polyfills/Symbol/isConcatSpreadable/detect.js b/polyfill-service-api/polyfills/Symbol/isConcatSpreadable/detect.js
similarity index 100%
rename from api/polyfills/Symbol/isConcatSpreadable/detect.js
rename to polyfill-service-api/polyfills/Symbol/isConcatSpreadable/detect.js
diff --git a/api/polyfills/Symbol/isConcatSpreadable/polyfill.js b/polyfill-service-api/polyfills/Symbol/isConcatSpreadable/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/isConcatSpreadable/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/isConcatSpreadable/polyfill.js
diff --git a/api/polyfills/Symbol/isConcatSpreadable/tests.js b/polyfill-service-api/polyfills/Symbol/isConcatSpreadable/tests.js
similarity index 100%
rename from api/polyfills/Symbol/isConcatSpreadable/tests.js
rename to polyfill-service-api/polyfills/Symbol/isConcatSpreadable/tests.js
diff --git a/api/polyfills/Symbol/iterator/config.json b/polyfill-service-api/polyfills/Symbol/iterator/config.json
similarity index 100%
rename from api/polyfills/Symbol/iterator/config.json
rename to polyfill-service-api/polyfills/Symbol/iterator/config.json
diff --git a/api/polyfills/Symbol/iterator/detect.js b/polyfill-service-api/polyfills/Symbol/iterator/detect.js
similarity index 100%
rename from api/polyfills/Symbol/iterator/detect.js
rename to polyfill-service-api/polyfills/Symbol/iterator/detect.js
diff --git a/api/polyfills/Symbol/iterator/polyfill.js b/polyfill-service-api/polyfills/Symbol/iterator/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/iterator/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/iterator/polyfill.js
diff --git a/api/polyfills/Symbol/iterator/tests.js b/polyfill-service-api/polyfills/Symbol/iterator/tests.js
similarity index 100%
rename from api/polyfills/Symbol/iterator/tests.js
rename to polyfill-service-api/polyfills/Symbol/iterator/tests.js
diff --git a/api/polyfills/Symbol/match/config.json b/polyfill-service-api/polyfills/Symbol/match/config.json
similarity index 100%
rename from api/polyfills/Symbol/match/config.json
rename to polyfill-service-api/polyfills/Symbol/match/config.json
diff --git a/api/polyfills/Symbol/match/detect.js b/polyfill-service-api/polyfills/Symbol/match/detect.js
similarity index 100%
rename from api/polyfills/Symbol/match/detect.js
rename to polyfill-service-api/polyfills/Symbol/match/detect.js
diff --git a/api/polyfills/Symbol/match/polyfill.js b/polyfill-service-api/polyfills/Symbol/match/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/match/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/match/polyfill.js
diff --git a/api/polyfills/Symbol/match/tests.js b/polyfill-service-api/polyfills/Symbol/match/tests.js
similarity index 100%
rename from api/polyfills/Symbol/match/tests.js
rename to polyfill-service-api/polyfills/Symbol/match/tests.js
diff --git a/api/polyfills/Symbol/polyfill.js b/polyfill-service-api/polyfills/Symbol/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/polyfill.js
diff --git a/api/polyfills/Symbol/replace/config.json b/polyfill-service-api/polyfills/Symbol/replace/config.json
similarity index 100%
rename from api/polyfills/Symbol/replace/config.json
rename to polyfill-service-api/polyfills/Symbol/replace/config.json
diff --git a/api/polyfills/Symbol/replace/detect.js b/polyfill-service-api/polyfills/Symbol/replace/detect.js
similarity index 100%
rename from api/polyfills/Symbol/replace/detect.js
rename to polyfill-service-api/polyfills/Symbol/replace/detect.js
diff --git a/api/polyfills/Symbol/replace/polyfill.js b/polyfill-service-api/polyfills/Symbol/replace/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/replace/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/replace/polyfill.js
diff --git a/api/polyfills/Symbol/replace/tests.js b/polyfill-service-api/polyfills/Symbol/replace/tests.js
similarity index 100%
rename from api/polyfills/Symbol/replace/tests.js
rename to polyfill-service-api/polyfills/Symbol/replace/tests.js
diff --git a/api/polyfills/Symbol/search/config.json b/polyfill-service-api/polyfills/Symbol/search/config.json
similarity index 100%
rename from api/polyfills/Symbol/search/config.json
rename to polyfill-service-api/polyfills/Symbol/search/config.json
diff --git a/api/polyfills/Symbol/search/detect.js b/polyfill-service-api/polyfills/Symbol/search/detect.js
similarity index 100%
rename from api/polyfills/Symbol/search/detect.js
rename to polyfill-service-api/polyfills/Symbol/search/detect.js
diff --git a/api/polyfills/Symbol/search/polyfill.js b/polyfill-service-api/polyfills/Symbol/search/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/search/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/search/polyfill.js
diff --git a/api/polyfills/Symbol/search/tests.js b/polyfill-service-api/polyfills/Symbol/search/tests.js
similarity index 100%
rename from api/polyfills/Symbol/search/tests.js
rename to polyfill-service-api/polyfills/Symbol/search/tests.js
diff --git a/api/polyfills/Symbol/species/config.json b/polyfill-service-api/polyfills/Symbol/species/config.json
similarity index 100%
rename from api/polyfills/Symbol/species/config.json
rename to polyfill-service-api/polyfills/Symbol/species/config.json
diff --git a/api/polyfills/Symbol/species/detect.js b/polyfill-service-api/polyfills/Symbol/species/detect.js
similarity index 100%
rename from api/polyfills/Symbol/species/detect.js
rename to polyfill-service-api/polyfills/Symbol/species/detect.js
diff --git a/api/polyfills/Symbol/species/polyfill.js b/polyfill-service-api/polyfills/Symbol/species/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/species/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/species/polyfill.js
diff --git a/api/polyfills/Symbol/species/tests.js b/polyfill-service-api/polyfills/Symbol/species/tests.js
similarity index 100%
rename from api/polyfills/Symbol/species/tests.js
rename to polyfill-service-api/polyfills/Symbol/species/tests.js
diff --git a/api/polyfills/Symbol/split/config.json b/polyfill-service-api/polyfills/Symbol/split/config.json
similarity index 100%
rename from api/polyfills/Symbol/split/config.json
rename to polyfill-service-api/polyfills/Symbol/split/config.json
diff --git a/api/polyfills/Symbol/split/detect.js b/polyfill-service-api/polyfills/Symbol/split/detect.js
similarity index 100%
rename from api/polyfills/Symbol/split/detect.js
rename to polyfill-service-api/polyfills/Symbol/split/detect.js
diff --git a/api/polyfills/Symbol/split/polyfill.js b/polyfill-service-api/polyfills/Symbol/split/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/split/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/split/polyfill.js
diff --git a/api/polyfills/Symbol/split/tests.js b/polyfill-service-api/polyfills/Symbol/split/tests.js
similarity index 100%
rename from api/polyfills/Symbol/split/tests.js
rename to polyfill-service-api/polyfills/Symbol/split/tests.js
diff --git a/api/polyfills/Symbol/tests.js b/polyfill-service-api/polyfills/Symbol/tests.js
similarity index 100%
rename from api/polyfills/Symbol/tests.js
rename to polyfill-service-api/polyfills/Symbol/tests.js
diff --git a/api/polyfills/Symbol/toPrimitive/config.json b/polyfill-service-api/polyfills/Symbol/toPrimitive/config.json
similarity index 100%
rename from api/polyfills/Symbol/toPrimitive/config.json
rename to polyfill-service-api/polyfills/Symbol/toPrimitive/config.json
diff --git a/api/polyfills/Symbol/toPrimitive/detect.js b/polyfill-service-api/polyfills/Symbol/toPrimitive/detect.js
similarity index 100%
rename from api/polyfills/Symbol/toPrimitive/detect.js
rename to polyfill-service-api/polyfills/Symbol/toPrimitive/detect.js
diff --git a/api/polyfills/Symbol/toPrimitive/polyfill.js b/polyfill-service-api/polyfills/Symbol/toPrimitive/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/toPrimitive/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/toPrimitive/polyfill.js
diff --git a/api/polyfills/Symbol/toPrimitive/tests.js b/polyfill-service-api/polyfills/Symbol/toPrimitive/tests.js
similarity index 100%
rename from api/polyfills/Symbol/toPrimitive/tests.js
rename to polyfill-service-api/polyfills/Symbol/toPrimitive/tests.js
diff --git a/api/polyfills/Symbol/toStringTag/config.json b/polyfill-service-api/polyfills/Symbol/toStringTag/config.json
similarity index 100%
rename from api/polyfills/Symbol/toStringTag/config.json
rename to polyfill-service-api/polyfills/Symbol/toStringTag/config.json
diff --git a/api/polyfills/Symbol/toStringTag/detect.js b/polyfill-service-api/polyfills/Symbol/toStringTag/detect.js
similarity index 100%
rename from api/polyfills/Symbol/toStringTag/detect.js
rename to polyfill-service-api/polyfills/Symbol/toStringTag/detect.js
diff --git a/api/polyfills/Symbol/toStringTag/polyfill.js b/polyfill-service-api/polyfills/Symbol/toStringTag/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/toStringTag/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/toStringTag/polyfill.js
diff --git a/api/polyfills/Symbol/toStringTag/tests.js b/polyfill-service-api/polyfills/Symbol/toStringTag/tests.js
similarity index 100%
rename from api/polyfills/Symbol/toStringTag/tests.js
rename to polyfill-service-api/polyfills/Symbol/toStringTag/tests.js
diff --git a/api/polyfills/Symbol/unscopables/config.json b/polyfill-service-api/polyfills/Symbol/unscopables/config.json
similarity index 100%
rename from api/polyfills/Symbol/unscopables/config.json
rename to polyfill-service-api/polyfills/Symbol/unscopables/config.json
diff --git a/api/polyfills/Symbol/unscopables/detect.js b/polyfill-service-api/polyfills/Symbol/unscopables/detect.js
similarity index 100%
rename from api/polyfills/Symbol/unscopables/detect.js
rename to polyfill-service-api/polyfills/Symbol/unscopables/detect.js
diff --git a/api/polyfills/Symbol/unscopables/polyfill.js b/polyfill-service-api/polyfills/Symbol/unscopables/polyfill.js
similarity index 100%
rename from api/polyfills/Symbol/unscopables/polyfill.js
rename to polyfill-service-api/polyfills/Symbol/unscopables/polyfill.js
diff --git a/api/polyfills/Symbol/unscopables/tests.js b/polyfill-service-api/polyfills/Symbol/unscopables/tests.js
similarity index 100%
rename from api/polyfills/Symbol/unscopables/tests.js
rename to polyfill-service-api/polyfills/Symbol/unscopables/tests.js
diff --git a/api/polyfills/URL/config.json b/polyfill-service-api/polyfills/URL/config.json
similarity index 100%
rename from api/polyfills/URL/config.json
rename to polyfill-service-api/polyfills/URL/config.json
diff --git a/api/polyfills/URL/detect.js b/polyfill-service-api/polyfills/URL/detect.js
similarity index 100%
rename from api/polyfills/URL/detect.js
rename to polyfill-service-api/polyfills/URL/detect.js
diff --git a/api/polyfills/URL/polyfill.js b/polyfill-service-api/polyfills/URL/polyfill.js
similarity index 100%
rename from api/polyfills/URL/polyfill.js
rename to polyfill-service-api/polyfills/URL/polyfill.js
diff --git a/api/polyfills/URL/tests.js b/polyfill-service-api/polyfills/URL/tests.js
similarity index 100%
rename from api/polyfills/URL/tests.js
rename to polyfill-service-api/polyfills/URL/tests.js
diff --git a/api/polyfills/UserTiming/config.json b/polyfill-service-api/polyfills/UserTiming/config.json
similarity index 100%
rename from api/polyfills/UserTiming/config.json
rename to polyfill-service-api/polyfills/UserTiming/config.json
diff --git a/api/polyfills/UserTiming/detect.js b/polyfill-service-api/polyfills/UserTiming/detect.js
similarity index 100%
rename from api/polyfills/UserTiming/detect.js
rename to polyfill-service-api/polyfills/UserTiming/detect.js
diff --git a/api/polyfills/UserTiming/polyfill.js b/polyfill-service-api/polyfills/UserTiming/polyfill.js
similarity index 100%
rename from api/polyfills/UserTiming/polyfill.js
rename to polyfill-service-api/polyfills/UserTiming/polyfill.js
diff --git a/api/polyfills/UserTiming/tests.js b/polyfill-service-api/polyfills/UserTiming/tests.js
similarity index 100%
rename from api/polyfills/UserTiming/tests.js
rename to polyfill-service-api/polyfills/UserTiming/tests.js
diff --git a/api/polyfills/WeakMap/config.json b/polyfill-service-api/polyfills/WeakMap/config.json
similarity index 100%
rename from api/polyfills/WeakMap/config.json
rename to polyfill-service-api/polyfills/WeakMap/config.json
diff --git a/api/polyfills/WeakMap/detect.js b/polyfill-service-api/polyfills/WeakMap/detect.js
similarity index 100%
rename from api/polyfills/WeakMap/detect.js
rename to polyfill-service-api/polyfills/WeakMap/detect.js
diff --git a/api/polyfills/WeakMap/polyfill.js b/polyfill-service-api/polyfills/WeakMap/polyfill.js
similarity index 100%
rename from api/polyfills/WeakMap/polyfill.js
rename to polyfill-service-api/polyfills/WeakMap/polyfill.js
diff --git a/api/polyfills/WeakMap/tests.js b/polyfill-service-api/polyfills/WeakMap/tests.js
similarity index 100%
rename from api/polyfills/WeakMap/tests.js
rename to polyfill-service-api/polyfills/WeakMap/tests.js
diff --git a/api/polyfills/WeakSet/config.json b/polyfill-service-api/polyfills/WeakSet/config.json
similarity index 100%
rename from api/polyfills/WeakSet/config.json
rename to polyfill-service-api/polyfills/WeakSet/config.json
diff --git a/api/polyfills/WeakSet/detect.js b/polyfill-service-api/polyfills/WeakSet/detect.js
similarity index 100%
rename from api/polyfills/WeakSet/detect.js
rename to polyfill-service-api/polyfills/WeakSet/detect.js
diff --git a/api/polyfills/WeakSet/polyfill.js b/polyfill-service-api/polyfills/WeakSet/polyfill.js
similarity index 100%
rename from api/polyfills/WeakSet/polyfill.js
rename to polyfill-service-api/polyfills/WeakSet/polyfill.js
diff --git a/api/polyfills/WeakSet/tests.js b/polyfill-service-api/polyfills/WeakSet/tests.js
similarity index 100%
rename from api/polyfills/WeakSet/tests.js
rename to polyfill-service-api/polyfills/WeakSet/tests.js
diff --git a/api/polyfills/Window/config.json b/polyfill-service-api/polyfills/Window/config.json
similarity index 100%
rename from api/polyfills/Window/config.json
rename to polyfill-service-api/polyfills/Window/config.json
diff --git a/api/polyfills/Window/detect.js b/polyfill-service-api/polyfills/Window/detect.js
similarity index 100%
rename from api/polyfills/Window/detect.js
rename to polyfill-service-api/polyfills/Window/detect.js
diff --git a/api/polyfills/Window/polyfill.js b/polyfill-service-api/polyfills/Window/polyfill.js
similarity index 100%
rename from api/polyfills/Window/polyfill.js
rename to polyfill-service-api/polyfills/Window/polyfill.js
diff --git a/api/polyfills/XMLHttpRequest/config.json b/polyfill-service-api/polyfills/XMLHttpRequest/config.json
similarity index 100%
rename from api/polyfills/XMLHttpRequest/config.json
rename to polyfill-service-api/polyfills/XMLHttpRequest/config.json
diff --git a/api/polyfills/XMLHttpRequest/detect.js b/polyfill-service-api/polyfills/XMLHttpRequest/detect.js
similarity index 100%
rename from api/polyfills/XMLHttpRequest/detect.js
rename to polyfill-service-api/polyfills/XMLHttpRequest/detect.js
diff --git a/api/polyfills/XMLHttpRequest/polyfill.js b/polyfill-service-api/polyfills/XMLHttpRequest/polyfill.js
similarity index 100%
rename from api/polyfills/XMLHttpRequest/polyfill.js
rename to polyfill-service-api/polyfills/XMLHttpRequest/polyfill.js
diff --git a/api/polyfills/XMLHttpRequest/tests.js b/polyfill-service-api/polyfills/XMLHttpRequest/tests.js
similarity index 100%
rename from api/polyfills/XMLHttpRequest/tests.js
rename to polyfill-service-api/polyfills/XMLHttpRequest/tests.js
diff --git a/api/polyfills/_ArrayIterator/config.json b/polyfill-service-api/polyfills/_ArrayIterator/config.json
similarity index 100%
rename from api/polyfills/_ArrayIterator/config.json
rename to polyfill-service-api/polyfills/_ArrayIterator/config.json
diff --git a/api/polyfills/_ArrayIterator/polyfill.js b/polyfill-service-api/polyfills/_ArrayIterator/polyfill.js
similarity index 100%
rename from api/polyfills/_ArrayIterator/polyfill.js
rename to polyfill-service-api/polyfills/_ArrayIterator/polyfill.js
diff --git a/api/polyfills/_DOMTokenList/config.json b/polyfill-service-api/polyfills/_DOMTokenList/config.json
similarity index 100%
rename from api/polyfills/_DOMTokenList/config.json
rename to polyfill-service-api/polyfills/_DOMTokenList/config.json
diff --git a/api/polyfills/_DOMTokenList/polyfill.js b/polyfill-service-api/polyfills/_DOMTokenList/polyfill.js
similarity index 100%
rename from api/polyfills/_DOMTokenList/polyfill.js
rename to polyfill-service-api/polyfills/_DOMTokenList/polyfill.js
diff --git a/api/polyfills/_mutation/config.json b/polyfill-service-api/polyfills/_mutation/config.json
similarity index 100%
rename from api/polyfills/_mutation/config.json
rename to polyfill-service-api/polyfills/_mutation/config.json
diff --git a/api/polyfills/_mutation/polyfill.js b/polyfill-service-api/polyfills/_mutation/polyfill.js
similarity index 100%
rename from api/polyfills/_mutation/polyfill.js
rename to polyfill-service-api/polyfills/_mutation/polyfill.js
diff --git a/api/polyfills/atob/config.json b/polyfill-service-api/polyfills/atob/config.json
similarity index 100%
rename from api/polyfills/atob/config.json
rename to polyfill-service-api/polyfills/atob/config.json
diff --git a/api/polyfills/atob/detect.js b/polyfill-service-api/polyfills/atob/detect.js
similarity index 100%
rename from api/polyfills/atob/detect.js
rename to polyfill-service-api/polyfills/atob/detect.js
diff --git a/api/polyfills/atob/polyfill.js b/polyfill-service-api/polyfills/atob/polyfill.js
similarity index 100%
rename from api/polyfills/atob/polyfill.js
rename to polyfill-service-api/polyfills/atob/polyfill.js
diff --git a/api/polyfills/atob/tests.js b/polyfill-service-api/polyfills/atob/tests.js
similarity index 100%
rename from api/polyfills/atob/tests.js
rename to polyfill-service-api/polyfills/atob/tests.js
diff --git a/api/polyfills/browserBaselines.json b/polyfill-service-api/polyfills/browserBaselines.json
similarity index 100%
rename from api/polyfills/browserBaselines.json
rename to polyfill-service-api/polyfills/browserBaselines.json
diff --git a/api/polyfills/compat/classList/config.json b/polyfill-service-api/polyfills/compat/classList/config.json
similarity index 100%
rename from api/polyfills/compat/classList/config.json
rename to polyfill-service-api/polyfills/compat/classList/config.json
diff --git a/api/polyfills/compat/classList/detect.js b/polyfill-service-api/polyfills/compat/classList/detect.js
similarity index 100%
rename from api/polyfills/compat/classList/detect.js
rename to polyfill-service-api/polyfills/compat/classList/detect.js
diff --git a/api/polyfills/compat/classList/polyfill.js b/polyfill-service-api/polyfills/compat/classList/polyfill.js
similarity index 100%
rename from api/polyfills/compat/classList/polyfill.js
rename to polyfill-service-api/polyfills/compat/classList/polyfill.js
diff --git a/api/polyfills/compat/classList/tests.js b/polyfill-service-api/polyfills/compat/classList/tests.js
similarity index 100%
rename from api/polyfills/compat/classList/tests.js
rename to polyfill-service-api/polyfills/compat/classList/tests.js
diff --git a/api/polyfills/compat/freeze/config.json b/polyfill-service-api/polyfills/compat/freeze/config.json
similarity index 100%
rename from api/polyfills/compat/freeze/config.json
rename to polyfill-service-api/polyfills/compat/freeze/config.json
diff --git a/api/polyfills/compat/freeze/polyfill.js b/polyfill-service-api/polyfills/compat/freeze/polyfill.js
similarity index 100%
rename from api/polyfills/compat/freeze/polyfill.js
rename to polyfill-service-api/polyfills/compat/freeze/polyfill.js
diff --git a/api/polyfills/console/assert/config.json b/polyfill-service-api/polyfills/console/assert/config.json
similarity index 100%
rename from api/polyfills/console/assert/config.json
rename to polyfill-service-api/polyfills/console/assert/config.json
diff --git a/api/polyfills/console/assert/detect.js b/polyfill-service-api/polyfills/console/assert/detect.js
similarity index 100%
rename from api/polyfills/console/assert/detect.js
rename to polyfill-service-api/polyfills/console/assert/detect.js
diff --git a/api/polyfills/console/assert/polyfill.js b/polyfill-service-api/polyfills/console/assert/polyfill.js
similarity index 100%
rename from api/polyfills/console/assert/polyfill.js
rename to polyfill-service-api/polyfills/console/assert/polyfill.js
diff --git a/api/polyfills/console/assert/tests.js b/polyfill-service-api/polyfills/console/assert/tests.js
similarity index 100%
rename from api/polyfills/console/assert/tests.js
rename to polyfill-service-api/polyfills/console/assert/tests.js
diff --git a/api/polyfills/console/clear/config.json b/polyfill-service-api/polyfills/console/clear/config.json
similarity index 100%
rename from api/polyfills/console/clear/config.json
rename to polyfill-service-api/polyfills/console/clear/config.json
diff --git a/api/polyfills/console/clear/detect.js b/polyfill-service-api/polyfills/console/clear/detect.js
similarity index 100%
rename from api/polyfills/console/clear/detect.js
rename to polyfill-service-api/polyfills/console/clear/detect.js
diff --git a/api/polyfills/console/clear/polyfill.js b/polyfill-service-api/polyfills/console/clear/polyfill.js
similarity index 100%
rename from api/polyfills/console/clear/polyfill.js
rename to polyfill-service-api/polyfills/console/clear/polyfill.js
diff --git a/api/polyfills/console/clear/tests.js b/polyfill-service-api/polyfills/console/clear/tests.js
similarity index 100%
rename from api/polyfills/console/clear/tests.js
rename to polyfill-service-api/polyfills/console/clear/tests.js
diff --git a/api/polyfills/console/config.json b/polyfill-service-api/polyfills/console/config.json
similarity index 100%
rename from api/polyfills/console/config.json
rename to polyfill-service-api/polyfills/console/config.json
diff --git a/api/polyfills/console/count/config.json b/polyfill-service-api/polyfills/console/count/config.json
similarity index 100%
rename from api/polyfills/console/count/config.json
rename to polyfill-service-api/polyfills/console/count/config.json
diff --git a/api/polyfills/console/count/detect.js b/polyfill-service-api/polyfills/console/count/detect.js
similarity index 100%
rename from api/polyfills/console/count/detect.js
rename to polyfill-service-api/polyfills/console/count/detect.js
diff --git a/api/polyfills/console/count/polyfill.js b/polyfill-service-api/polyfills/console/count/polyfill.js
similarity index 100%
rename from api/polyfills/console/count/polyfill.js
rename to polyfill-service-api/polyfills/console/count/polyfill.js
diff --git a/api/polyfills/console/count/tests.js b/polyfill-service-api/polyfills/console/count/tests.js
similarity index 100%
rename from api/polyfills/console/count/tests.js
rename to polyfill-service-api/polyfills/console/count/tests.js
diff --git a/api/polyfills/console/debug/config.json b/polyfill-service-api/polyfills/console/debug/config.json
similarity index 100%
rename from api/polyfills/console/debug/config.json
rename to polyfill-service-api/polyfills/console/debug/config.json
diff --git a/api/polyfills/console/debug/detect.js b/polyfill-service-api/polyfills/console/debug/detect.js
similarity index 100%
rename from api/polyfills/console/debug/detect.js
rename to polyfill-service-api/polyfills/console/debug/detect.js
diff --git a/api/polyfills/console/debug/polyfill.js b/polyfill-service-api/polyfills/console/debug/polyfill.js
similarity index 100%
rename from api/polyfills/console/debug/polyfill.js
rename to polyfill-service-api/polyfills/console/debug/polyfill.js
diff --git a/api/polyfills/console/debug/tests.js b/polyfill-service-api/polyfills/console/debug/tests.js
similarity index 100%
rename from api/polyfills/console/debug/tests.js
rename to polyfill-service-api/polyfills/console/debug/tests.js
diff --git a/api/polyfills/console/detect.js b/polyfill-service-api/polyfills/console/detect.js
similarity index 100%
rename from api/polyfills/console/detect.js
rename to polyfill-service-api/polyfills/console/detect.js
diff --git a/api/polyfills/console/dir/config.json b/polyfill-service-api/polyfills/console/dir/config.json
similarity index 100%
rename from api/polyfills/console/dir/config.json
rename to polyfill-service-api/polyfills/console/dir/config.json
diff --git a/api/polyfills/console/dir/detect.js b/polyfill-service-api/polyfills/console/dir/detect.js
similarity index 100%
rename from api/polyfills/console/dir/detect.js
rename to polyfill-service-api/polyfills/console/dir/detect.js
diff --git a/api/polyfills/console/dir/polyfill.js b/polyfill-service-api/polyfills/console/dir/polyfill.js
similarity index 100%
rename from api/polyfills/console/dir/polyfill.js
rename to polyfill-service-api/polyfills/console/dir/polyfill.js
diff --git a/api/polyfills/console/dir/tests.js b/polyfill-service-api/polyfills/console/dir/tests.js
similarity index 100%
rename from api/polyfills/console/dir/tests.js
rename to polyfill-service-api/polyfills/console/dir/tests.js
diff --git a/api/polyfills/console/dirxml/config.json b/polyfill-service-api/polyfills/console/dirxml/config.json
similarity index 100%
rename from api/polyfills/console/dirxml/config.json
rename to polyfill-service-api/polyfills/console/dirxml/config.json
diff --git a/api/polyfills/console/dirxml/detect.js b/polyfill-service-api/polyfills/console/dirxml/detect.js
similarity index 100%
rename from api/polyfills/console/dirxml/detect.js
rename to polyfill-service-api/polyfills/console/dirxml/detect.js
diff --git a/api/polyfills/console/dirxml/polyfill.js b/polyfill-service-api/polyfills/console/dirxml/polyfill.js
similarity index 100%
rename from api/polyfills/console/dirxml/polyfill.js
rename to polyfill-service-api/polyfills/console/dirxml/polyfill.js
diff --git a/api/polyfills/console/dirxml/tests.js b/polyfill-service-api/polyfills/console/dirxml/tests.js
similarity index 100%
rename from api/polyfills/console/dirxml/tests.js
rename to polyfill-service-api/polyfills/console/dirxml/tests.js
diff --git a/api/polyfills/console/error/config.json b/polyfill-service-api/polyfills/console/error/config.json
similarity index 100%
rename from api/polyfills/console/error/config.json
rename to polyfill-service-api/polyfills/console/error/config.json
diff --git a/api/polyfills/console/error/detect.js b/polyfill-service-api/polyfills/console/error/detect.js
similarity index 100%
rename from api/polyfills/console/error/detect.js
rename to polyfill-service-api/polyfills/console/error/detect.js
diff --git a/api/polyfills/console/error/polyfill.js b/polyfill-service-api/polyfills/console/error/polyfill.js
similarity index 100%
rename from api/polyfills/console/error/polyfill.js
rename to polyfill-service-api/polyfills/console/error/polyfill.js
diff --git a/api/polyfills/console/error/tests.js b/polyfill-service-api/polyfills/console/error/tests.js
similarity index 100%
rename from api/polyfills/console/error/tests.js
rename to polyfill-service-api/polyfills/console/error/tests.js
diff --git a/api/polyfills/console/exception/config.json b/polyfill-service-api/polyfills/console/exception/config.json
similarity index 100%
rename from api/polyfills/console/exception/config.json
rename to polyfill-service-api/polyfills/console/exception/config.json
diff --git a/api/polyfills/console/exception/detect.js b/polyfill-service-api/polyfills/console/exception/detect.js
similarity index 100%
rename from api/polyfills/console/exception/detect.js
rename to polyfill-service-api/polyfills/console/exception/detect.js
diff --git a/api/polyfills/console/exception/polyfill.js b/polyfill-service-api/polyfills/console/exception/polyfill.js
similarity index 100%
rename from api/polyfills/console/exception/polyfill.js
rename to polyfill-service-api/polyfills/console/exception/polyfill.js
diff --git a/api/polyfills/console/exception/tests.js b/polyfill-service-api/polyfills/console/exception/tests.js
similarity index 100%
rename from api/polyfills/console/exception/tests.js
rename to polyfill-service-api/polyfills/console/exception/tests.js
diff --git a/api/polyfills/console/group/config.json b/polyfill-service-api/polyfills/console/group/config.json
similarity index 100%
rename from api/polyfills/console/group/config.json
rename to polyfill-service-api/polyfills/console/group/config.json
diff --git a/api/polyfills/console/group/detect.js b/polyfill-service-api/polyfills/console/group/detect.js
similarity index 100%
rename from api/polyfills/console/group/detect.js
rename to polyfill-service-api/polyfills/console/group/detect.js
diff --git a/api/polyfills/console/group/polyfill.js b/polyfill-service-api/polyfills/console/group/polyfill.js
similarity index 100%
rename from api/polyfills/console/group/polyfill.js
rename to polyfill-service-api/polyfills/console/group/polyfill.js
diff --git a/api/polyfills/console/group/tests.js b/polyfill-service-api/polyfills/console/group/tests.js
similarity index 100%
rename from api/polyfills/console/group/tests.js
rename to polyfill-service-api/polyfills/console/group/tests.js
diff --git a/api/polyfills/console/groupCollapsed/config.json b/polyfill-service-api/polyfills/console/groupCollapsed/config.json
similarity index 100%
rename from api/polyfills/console/groupCollapsed/config.json
rename to polyfill-service-api/polyfills/console/groupCollapsed/config.json
diff --git a/api/polyfills/console/groupCollapsed/detect.js b/polyfill-service-api/polyfills/console/groupCollapsed/detect.js
similarity index 100%
rename from api/polyfills/console/groupCollapsed/detect.js
rename to polyfill-service-api/polyfills/console/groupCollapsed/detect.js
diff --git a/api/polyfills/console/groupCollapsed/polyfill.js b/polyfill-service-api/polyfills/console/groupCollapsed/polyfill.js
similarity index 100%
rename from api/polyfills/console/groupCollapsed/polyfill.js
rename to polyfill-service-api/polyfills/console/groupCollapsed/polyfill.js
diff --git a/api/polyfills/console/groupCollapsed/tests.js b/polyfill-service-api/polyfills/console/groupCollapsed/tests.js
similarity index 100%
rename from api/polyfills/console/groupCollapsed/tests.js
rename to polyfill-service-api/polyfills/console/groupCollapsed/tests.js
diff --git a/api/polyfills/console/groupEnd/config.json b/polyfill-service-api/polyfills/console/groupEnd/config.json
similarity index 100%
rename from api/polyfills/console/groupEnd/config.json
rename to polyfill-service-api/polyfills/console/groupEnd/config.json
diff --git a/api/polyfills/console/groupEnd/detect.js b/polyfill-service-api/polyfills/console/groupEnd/detect.js
similarity index 100%
rename from api/polyfills/console/groupEnd/detect.js
rename to polyfill-service-api/polyfills/console/groupEnd/detect.js
diff --git a/api/polyfills/console/groupEnd/polyfill.js b/polyfill-service-api/polyfills/console/groupEnd/polyfill.js
similarity index 100%
rename from api/polyfills/console/groupEnd/polyfill.js
rename to polyfill-service-api/polyfills/console/groupEnd/polyfill.js
diff --git a/api/polyfills/console/groupEnd/tests.js b/polyfill-service-api/polyfills/console/groupEnd/tests.js
similarity index 100%
rename from api/polyfills/console/groupEnd/tests.js
rename to polyfill-service-api/polyfills/console/groupEnd/tests.js
diff --git a/api/polyfills/console/info/config.json b/polyfill-service-api/polyfills/console/info/config.json
similarity index 100%
rename from api/polyfills/console/info/config.json
rename to polyfill-service-api/polyfills/console/info/config.json
diff --git a/api/polyfills/console/info/detect.js b/polyfill-service-api/polyfills/console/info/detect.js
similarity index 100%
rename from api/polyfills/console/info/detect.js
rename to polyfill-service-api/polyfills/console/info/detect.js
diff --git a/api/polyfills/console/info/polyfill.js b/polyfill-service-api/polyfills/console/info/polyfill.js
similarity index 100%
rename from api/polyfills/console/info/polyfill.js
rename to polyfill-service-api/polyfills/console/info/polyfill.js
diff --git a/api/polyfills/console/info/tests.js b/polyfill-service-api/polyfills/console/info/tests.js
similarity index 100%
rename from api/polyfills/console/info/tests.js
rename to polyfill-service-api/polyfills/console/info/tests.js
diff --git a/api/polyfills/console/markTimeline/config.json b/polyfill-service-api/polyfills/console/markTimeline/config.json
similarity index 100%
rename from api/polyfills/console/markTimeline/config.json
rename to polyfill-service-api/polyfills/console/markTimeline/config.json
diff --git a/api/polyfills/console/markTimeline/detect.js b/polyfill-service-api/polyfills/console/markTimeline/detect.js
similarity index 100%
rename from api/polyfills/console/markTimeline/detect.js
rename to polyfill-service-api/polyfills/console/markTimeline/detect.js
diff --git a/api/polyfills/console/markTimeline/polyfill.js b/polyfill-service-api/polyfills/console/markTimeline/polyfill.js
similarity index 100%
rename from api/polyfills/console/markTimeline/polyfill.js
rename to polyfill-service-api/polyfills/console/markTimeline/polyfill.js
diff --git a/api/polyfills/console/markTimeline/tests.js b/polyfill-service-api/polyfills/console/markTimeline/tests.js
similarity index 100%
rename from api/polyfills/console/markTimeline/tests.js
rename to polyfill-service-api/polyfills/console/markTimeline/tests.js
diff --git a/api/polyfills/console/polyfill.js b/polyfill-service-api/polyfills/console/polyfill.js
similarity index 100%
rename from api/polyfills/console/polyfill.js
rename to polyfill-service-api/polyfills/console/polyfill.js
diff --git a/api/polyfills/console/profile/config.json b/polyfill-service-api/polyfills/console/profile/config.json
similarity index 100%
rename from api/polyfills/console/profile/config.json
rename to polyfill-service-api/polyfills/console/profile/config.json
diff --git a/api/polyfills/console/profile/detect.js b/polyfill-service-api/polyfills/console/profile/detect.js
similarity index 100%
rename from api/polyfills/console/profile/detect.js
rename to polyfill-service-api/polyfills/console/profile/detect.js
diff --git a/api/polyfills/console/profile/polyfill.js b/polyfill-service-api/polyfills/console/profile/polyfill.js
similarity index 100%
rename from api/polyfills/console/profile/polyfill.js
rename to polyfill-service-api/polyfills/console/profile/polyfill.js
diff --git a/api/polyfills/console/profile/tests.js b/polyfill-service-api/polyfills/console/profile/tests.js
similarity index 100%
rename from api/polyfills/console/profile/tests.js
rename to polyfill-service-api/polyfills/console/profile/tests.js
diff --git a/api/polyfills/console/profileEnd/config.json b/polyfill-service-api/polyfills/console/profileEnd/config.json
similarity index 100%
rename from api/polyfills/console/profileEnd/config.json
rename to polyfill-service-api/polyfills/console/profileEnd/config.json
diff --git a/api/polyfills/console/profileEnd/detect.js b/polyfill-service-api/polyfills/console/profileEnd/detect.js
similarity index 100%
rename from api/polyfills/console/profileEnd/detect.js
rename to polyfill-service-api/polyfills/console/profileEnd/detect.js
diff --git a/api/polyfills/console/profileEnd/polyfill.js b/polyfill-service-api/polyfills/console/profileEnd/polyfill.js
similarity index 100%
rename from api/polyfills/console/profileEnd/polyfill.js
rename to polyfill-service-api/polyfills/console/profileEnd/polyfill.js
diff --git a/api/polyfills/console/profileEnd/tests.js b/polyfill-service-api/polyfills/console/profileEnd/tests.js
similarity index 100%
rename from api/polyfills/console/profileEnd/tests.js
rename to polyfill-service-api/polyfills/console/profileEnd/tests.js
diff --git a/api/polyfills/console/profiles/config.json b/polyfill-service-api/polyfills/console/profiles/config.json
similarity index 100%
rename from api/polyfills/console/profiles/config.json
rename to polyfill-service-api/polyfills/console/profiles/config.json
diff --git a/api/polyfills/console/profiles/detect.js b/polyfill-service-api/polyfills/console/profiles/detect.js
similarity index 100%
rename from api/polyfills/console/profiles/detect.js
rename to polyfill-service-api/polyfills/console/profiles/detect.js
diff --git a/api/polyfills/console/profiles/polyfill.js b/polyfill-service-api/polyfills/console/profiles/polyfill.js
similarity index 100%
rename from api/polyfills/console/profiles/polyfill.js
rename to polyfill-service-api/polyfills/console/profiles/polyfill.js
diff --git a/api/polyfills/console/profiles/tests.js b/polyfill-service-api/polyfills/console/profiles/tests.js
similarity index 100%
rename from api/polyfills/console/profiles/tests.js
rename to polyfill-service-api/polyfills/console/profiles/tests.js
diff --git a/api/polyfills/console/table/config.json b/polyfill-service-api/polyfills/console/table/config.json
similarity index 100%
rename from api/polyfills/console/table/config.json
rename to polyfill-service-api/polyfills/console/table/config.json
diff --git a/api/polyfills/console/table/detect.js b/polyfill-service-api/polyfills/console/table/detect.js
similarity index 100%
rename from api/polyfills/console/table/detect.js
rename to polyfill-service-api/polyfills/console/table/detect.js
diff --git a/api/polyfills/console/table/polyfill.js b/polyfill-service-api/polyfills/console/table/polyfill.js
similarity index 100%
rename from api/polyfills/console/table/polyfill.js
rename to polyfill-service-api/polyfills/console/table/polyfill.js
diff --git a/api/polyfills/console/table/tests.js b/polyfill-service-api/polyfills/console/table/tests.js
similarity index 100%
rename from api/polyfills/console/table/tests.js
rename to polyfill-service-api/polyfills/console/table/tests.js
diff --git a/api/polyfills/console/tests.js b/polyfill-service-api/polyfills/console/tests.js
similarity index 100%
rename from api/polyfills/console/tests.js
rename to polyfill-service-api/polyfills/console/tests.js
diff --git a/api/polyfills/console/time/config.json b/polyfill-service-api/polyfills/console/time/config.json
similarity index 100%
rename from api/polyfills/console/time/config.json
rename to polyfill-service-api/polyfills/console/time/config.json
diff --git a/api/polyfills/console/time/detect.js b/polyfill-service-api/polyfills/console/time/detect.js
similarity index 100%
rename from api/polyfills/console/time/detect.js
rename to polyfill-service-api/polyfills/console/time/detect.js
diff --git a/api/polyfills/console/time/polyfill.js b/polyfill-service-api/polyfills/console/time/polyfill.js
similarity index 100%
rename from api/polyfills/console/time/polyfill.js
rename to polyfill-service-api/polyfills/console/time/polyfill.js
diff --git a/api/polyfills/console/time/tests.js b/polyfill-service-api/polyfills/console/time/tests.js
similarity index 100%
rename from api/polyfills/console/time/tests.js
rename to polyfill-service-api/polyfills/console/time/tests.js
diff --git a/api/polyfills/console/timeEnd/config.json b/polyfill-service-api/polyfills/console/timeEnd/config.json
similarity index 100%
rename from api/polyfills/console/timeEnd/config.json
rename to polyfill-service-api/polyfills/console/timeEnd/config.json
diff --git a/api/polyfills/console/timeEnd/detect.js b/polyfill-service-api/polyfills/console/timeEnd/detect.js
similarity index 100%
rename from api/polyfills/console/timeEnd/detect.js
rename to polyfill-service-api/polyfills/console/timeEnd/detect.js
diff --git a/api/polyfills/console/timeEnd/polyfill.js b/polyfill-service-api/polyfills/console/timeEnd/polyfill.js
similarity index 100%
rename from api/polyfills/console/timeEnd/polyfill.js
rename to polyfill-service-api/polyfills/console/timeEnd/polyfill.js
diff --git a/api/polyfills/console/timeEnd/tests.js b/polyfill-service-api/polyfills/console/timeEnd/tests.js
similarity index 100%
rename from api/polyfills/console/timeEnd/tests.js
rename to polyfill-service-api/polyfills/console/timeEnd/tests.js
diff --git a/api/polyfills/console/timeStamp/config.json b/polyfill-service-api/polyfills/console/timeStamp/config.json
similarity index 100%
rename from api/polyfills/console/timeStamp/config.json
rename to polyfill-service-api/polyfills/console/timeStamp/config.json
diff --git a/api/polyfills/console/timeStamp/detect.js b/polyfill-service-api/polyfills/console/timeStamp/detect.js
similarity index 100%
rename from api/polyfills/console/timeStamp/detect.js
rename to polyfill-service-api/polyfills/console/timeStamp/detect.js
diff --git a/api/polyfills/console/timeStamp/polyfill.js b/polyfill-service-api/polyfills/console/timeStamp/polyfill.js
similarity index 100%
rename from api/polyfills/console/timeStamp/polyfill.js
rename to polyfill-service-api/polyfills/console/timeStamp/polyfill.js
diff --git a/api/polyfills/console/timeStamp/tests.js b/polyfill-service-api/polyfills/console/timeStamp/tests.js
similarity index 100%
rename from api/polyfills/console/timeStamp/tests.js
rename to polyfill-service-api/polyfills/console/timeStamp/tests.js
diff --git a/api/polyfills/console/timeline/config.json b/polyfill-service-api/polyfills/console/timeline/config.json
similarity index 100%
rename from api/polyfills/console/timeline/config.json
rename to polyfill-service-api/polyfills/console/timeline/config.json
diff --git a/api/polyfills/console/timeline/detect.js b/polyfill-service-api/polyfills/console/timeline/detect.js
similarity index 100%
rename from api/polyfills/console/timeline/detect.js
rename to polyfill-service-api/polyfills/console/timeline/detect.js
diff --git a/api/polyfills/console/timeline/polyfill.js b/polyfill-service-api/polyfills/console/timeline/polyfill.js
similarity index 100%
rename from api/polyfills/console/timeline/polyfill.js
rename to polyfill-service-api/polyfills/console/timeline/polyfill.js
diff --git a/api/polyfills/console/timeline/tests.js b/polyfill-service-api/polyfills/console/timeline/tests.js
similarity index 100%
rename from api/polyfills/console/timeline/tests.js
rename to polyfill-service-api/polyfills/console/timeline/tests.js
diff --git a/api/polyfills/console/timelineEnd/config.json b/polyfill-service-api/polyfills/console/timelineEnd/config.json
similarity index 100%
rename from api/polyfills/console/timelineEnd/config.json
rename to polyfill-service-api/polyfills/console/timelineEnd/config.json
diff --git a/api/polyfills/console/timelineEnd/detect.js b/polyfill-service-api/polyfills/console/timelineEnd/detect.js
similarity index 100%
rename from api/polyfills/console/timelineEnd/detect.js
rename to polyfill-service-api/polyfills/console/timelineEnd/detect.js
diff --git a/api/polyfills/console/timelineEnd/polyfill.js b/polyfill-service-api/polyfills/console/timelineEnd/polyfill.js
similarity index 100%
rename from api/polyfills/console/timelineEnd/polyfill.js
rename to polyfill-service-api/polyfills/console/timelineEnd/polyfill.js
diff --git a/api/polyfills/console/timelineEnd/tests.js b/polyfill-service-api/polyfills/console/timelineEnd/tests.js
similarity index 100%
rename from api/polyfills/console/timelineEnd/tests.js
rename to polyfill-service-api/polyfills/console/timelineEnd/tests.js
diff --git a/api/polyfills/console/trace/config.json b/polyfill-service-api/polyfills/console/trace/config.json
similarity index 100%
rename from api/polyfills/console/trace/config.json
rename to polyfill-service-api/polyfills/console/trace/config.json
diff --git a/api/polyfills/console/trace/detect.js b/polyfill-service-api/polyfills/console/trace/detect.js
similarity index 100%
rename from api/polyfills/console/trace/detect.js
rename to polyfill-service-api/polyfills/console/trace/detect.js
diff --git a/api/polyfills/console/trace/polyfill.js b/polyfill-service-api/polyfills/console/trace/polyfill.js
similarity index 100%
rename from api/polyfills/console/trace/polyfill.js
rename to polyfill-service-api/polyfills/console/trace/polyfill.js
diff --git a/api/polyfills/console/trace/tests.js b/polyfill-service-api/polyfills/console/trace/tests.js
similarity index 100%
rename from api/polyfills/console/trace/tests.js
rename to polyfill-service-api/polyfills/console/trace/tests.js
diff --git a/api/polyfills/console/warn/config.json b/polyfill-service-api/polyfills/console/warn/config.json
similarity index 100%
rename from api/polyfills/console/warn/config.json
rename to polyfill-service-api/polyfills/console/warn/config.json
diff --git a/api/polyfills/console/warn/detect.js b/polyfill-service-api/polyfills/console/warn/detect.js
similarity index 100%
rename from api/polyfills/console/warn/detect.js
rename to polyfill-service-api/polyfills/console/warn/detect.js
diff --git a/api/polyfills/console/warn/polyfill.js b/polyfill-service-api/polyfills/console/warn/polyfill.js
similarity index 100%
rename from api/polyfills/console/warn/polyfill.js
rename to polyfill-service-api/polyfills/console/warn/polyfill.js
diff --git a/api/polyfills/console/warn/tests.js b/polyfill-service-api/polyfills/console/warn/tests.js
similarity index 100%
rename from api/polyfills/console/warn/tests.js
rename to polyfill-service-api/polyfills/console/warn/tests.js
diff --git a/api/polyfills/devicePixelRatio/config.json b/polyfill-service-api/polyfills/devicePixelRatio/config.json
similarity index 100%
rename from api/polyfills/devicePixelRatio/config.json
rename to polyfill-service-api/polyfills/devicePixelRatio/config.json
diff --git a/api/polyfills/devicePixelRatio/detect.js b/polyfill-service-api/polyfills/devicePixelRatio/detect.js
similarity index 100%
rename from api/polyfills/devicePixelRatio/detect.js
rename to polyfill-service-api/polyfills/devicePixelRatio/detect.js
diff --git a/api/polyfills/devicePixelRatio/polyfill.js b/polyfill-service-api/polyfills/devicePixelRatio/polyfill.js
similarity index 100%
rename from api/polyfills/devicePixelRatio/polyfill.js
rename to polyfill-service-api/polyfills/devicePixelRatio/polyfill.js
diff --git a/api/polyfills/document.currentScript/config.json b/polyfill-service-api/polyfills/document.currentScript/config.json
similarity index 100%
rename from api/polyfills/document.currentScript/config.json
rename to polyfill-service-api/polyfills/document.currentScript/config.json
diff --git a/api/polyfills/document.currentScript/detect.js b/polyfill-service-api/polyfills/document.currentScript/detect.js
similarity index 100%
rename from api/polyfills/document.currentScript/detect.js
rename to polyfill-service-api/polyfills/document.currentScript/detect.js
diff --git a/api/polyfills/document.currentScript/polyfill.js b/polyfill-service-api/polyfills/document.currentScript/polyfill.js
similarity index 100%
rename from api/polyfills/document.currentScript/polyfill.js
rename to polyfill-service-api/polyfills/document.currentScript/polyfill.js
diff --git a/api/polyfills/document.currentScript/tests.js b/polyfill-service-api/polyfills/document.currentScript/tests.js
similarity index 100%
rename from api/polyfills/document.currentScript/tests.js
rename to polyfill-service-api/polyfills/document.currentScript/tests.js
diff --git a/api/polyfills/document.getElementsByClassName/config.json b/polyfill-service-api/polyfills/document.getElementsByClassName/config.json
similarity index 100%
rename from api/polyfills/document.getElementsByClassName/config.json
rename to polyfill-service-api/polyfills/document.getElementsByClassName/config.json
diff --git a/api/polyfills/document.getElementsByClassName/detect.js b/polyfill-service-api/polyfills/document.getElementsByClassName/detect.js
similarity index 100%
rename from api/polyfills/document.getElementsByClassName/detect.js
rename to polyfill-service-api/polyfills/document.getElementsByClassName/detect.js
diff --git a/api/polyfills/document.getElementsByClassName/polyfill.js b/polyfill-service-api/polyfills/document.getElementsByClassName/polyfill.js
similarity index 100%
rename from api/polyfills/document.getElementsByClassName/polyfill.js
rename to polyfill-service-api/polyfills/document.getElementsByClassName/polyfill.js
diff --git a/api/polyfills/document.getElementsByClassName/tests.js b/polyfill-service-api/polyfills/document.getElementsByClassName/tests.js
similarity index 100%
rename from api/polyfills/document.getElementsByClassName/tests.js
rename to polyfill-service-api/polyfills/document.getElementsByClassName/tests.js
diff --git a/api/polyfills/document.head/config.json b/polyfill-service-api/polyfills/document.head/config.json
similarity index 100%
rename from api/polyfills/document.head/config.json
rename to polyfill-service-api/polyfills/document.head/config.json
diff --git a/api/polyfills/document.head/detect.js b/polyfill-service-api/polyfills/document.head/detect.js
similarity index 100%
rename from api/polyfills/document.head/detect.js
rename to polyfill-service-api/polyfills/document.head/detect.js
diff --git a/api/polyfills/document.head/polyfill.js b/polyfill-service-api/polyfills/document.head/polyfill.js
similarity index 100%
rename from api/polyfills/document.head/polyfill.js
rename to polyfill-service-api/polyfills/document.head/polyfill.js
diff --git a/api/polyfills/document.querySelector/config.json b/polyfill-service-api/polyfills/document.querySelector/config.json
similarity index 100%
rename from api/polyfills/document.querySelector/config.json
rename to polyfill-service-api/polyfills/document.querySelector/config.json
diff --git a/api/polyfills/document.querySelector/detect.js b/polyfill-service-api/polyfills/document.querySelector/detect.js
similarity index 100%
rename from api/polyfills/document.querySelector/detect.js
rename to polyfill-service-api/polyfills/document.querySelector/detect.js
diff --git a/api/polyfills/document.querySelector/polyfill.js b/polyfill-service-api/polyfills/document.querySelector/polyfill.js
similarity index 100%
rename from api/polyfills/document.querySelector/polyfill.js
rename to polyfill-service-api/polyfills/document.querySelector/polyfill.js
diff --git a/api/polyfills/document.querySelector/tests.js b/polyfill-service-api/polyfills/document.querySelector/tests.js
similarity index 100%
rename from api/polyfills/document.querySelector/tests.js
rename to polyfill-service-api/polyfills/document.querySelector/tests.js
diff --git a/api/polyfills/document.visibilityState/config.json b/polyfill-service-api/polyfills/document.visibilityState/config.json
similarity index 100%
rename from api/polyfills/document.visibilityState/config.json
rename to polyfill-service-api/polyfills/document.visibilityState/config.json
diff --git a/api/polyfills/document.visibilityState/detect.js b/polyfill-service-api/polyfills/document.visibilityState/detect.js
similarity index 100%
rename from api/polyfills/document.visibilityState/detect.js
rename to polyfill-service-api/polyfills/document.visibilityState/detect.js
diff --git a/api/polyfills/document.visibilityState/polyfill.js b/polyfill-service-api/polyfills/document.visibilityState/polyfill.js
similarity index 100%
rename from api/polyfills/document.visibilityState/polyfill.js
rename to polyfill-service-api/polyfills/document.visibilityState/polyfill.js
diff --git a/api/polyfills/document.visibilityState/tests.js b/polyfill-service-api/polyfills/document.visibilityState/tests.js
similarity index 100%
rename from api/polyfills/document.visibilityState/tests.js
rename to polyfill-service-api/polyfills/document.visibilityState/tests.js
diff --git a/api/polyfills/fetch/config.json b/polyfill-service-api/polyfills/fetch/config.json
similarity index 100%
rename from api/polyfills/fetch/config.json
rename to polyfill-service-api/polyfills/fetch/config.json
diff --git a/api/polyfills/fetch/detect.js b/polyfill-service-api/polyfills/fetch/detect.js
similarity index 100%
rename from api/polyfills/fetch/detect.js
rename to polyfill-service-api/polyfills/fetch/detect.js
diff --git a/api/polyfills/fetch/polyfill.js b/polyfill-service-api/polyfills/fetch/polyfill.js
similarity index 100%
rename from api/polyfills/fetch/polyfill.js
rename to polyfill-service-api/polyfills/fetch/polyfill.js
diff --git a/api/polyfills/getComputedStyle/config.json b/polyfill-service-api/polyfills/getComputedStyle/config.json
similarity index 100%
rename from api/polyfills/getComputedStyle/config.json
rename to polyfill-service-api/polyfills/getComputedStyle/config.json
diff --git a/api/polyfills/getComputedStyle/detect.js b/polyfill-service-api/polyfills/getComputedStyle/detect.js
similarity index 100%
rename from api/polyfills/getComputedStyle/detect.js
rename to polyfill-service-api/polyfills/getComputedStyle/detect.js
diff --git a/api/polyfills/getComputedStyle/polyfill.js b/polyfill-service-api/polyfills/getComputedStyle/polyfill.js
similarity index 100%
rename from api/polyfills/getComputedStyle/polyfill.js
rename to polyfill-service-api/polyfills/getComputedStyle/polyfill.js
diff --git a/api/polyfills/localStorage/config.json b/polyfill-service-api/polyfills/localStorage/config.json
similarity index 100%
rename from api/polyfills/localStorage/config.json
rename to polyfill-service-api/polyfills/localStorage/config.json
diff --git a/api/polyfills/localStorage/detect.js b/polyfill-service-api/polyfills/localStorage/detect.js
similarity index 100%
rename from api/polyfills/localStorage/detect.js
rename to polyfill-service-api/polyfills/localStorage/detect.js
diff --git a/api/polyfills/localStorage/polyfill.js b/polyfill-service-api/polyfills/localStorage/polyfill.js
similarity index 100%
rename from api/polyfills/localStorage/polyfill.js
rename to polyfill-service-api/polyfills/localStorage/polyfill.js
diff --git a/api/polyfills/location/origin/config.json b/polyfill-service-api/polyfills/location/origin/config.json
similarity index 100%
rename from api/polyfills/location/origin/config.json
rename to polyfill-service-api/polyfills/location/origin/config.json
diff --git a/api/polyfills/location/origin/detect.js b/polyfill-service-api/polyfills/location/origin/detect.js
similarity index 100%
rename from api/polyfills/location/origin/detect.js
rename to polyfill-service-api/polyfills/location/origin/detect.js
diff --git a/api/polyfills/location/origin/polyfill.js b/polyfill-service-api/polyfills/location/origin/polyfill.js
similarity index 100%
rename from api/polyfills/location/origin/polyfill.js
rename to polyfill-service-api/polyfills/location/origin/polyfill.js
diff --git a/api/polyfills/location/origin/tests.js b/polyfill-service-api/polyfills/location/origin/tests.js
similarity index 100%
rename from api/polyfills/location/origin/tests.js
rename to polyfill-service-api/polyfills/location/origin/tests.js
diff --git a/api/polyfills/matchMedia/config.json b/polyfill-service-api/polyfills/matchMedia/config.json
similarity index 100%
rename from api/polyfills/matchMedia/config.json
rename to polyfill-service-api/polyfills/matchMedia/config.json
diff --git a/api/polyfills/matchMedia/detect.js b/polyfill-service-api/polyfills/matchMedia/detect.js
similarity index 100%
rename from api/polyfills/matchMedia/detect.js
rename to polyfill-service-api/polyfills/matchMedia/detect.js
diff --git a/api/polyfills/matchMedia/polyfill.js b/polyfill-service-api/polyfills/matchMedia/polyfill.js
similarity index 100%
rename from api/polyfills/matchMedia/polyfill.js
rename to polyfill-service-api/polyfills/matchMedia/polyfill.js
diff --git a/api/polyfills/matchMedia/tests.js b/polyfill-service-api/polyfills/matchMedia/tests.js
similarity index 100%
rename from api/polyfills/matchMedia/tests.js
rename to polyfill-service-api/polyfills/matchMedia/tests.js
diff --git a/api/polyfills/navigator/geolocation/config.json b/polyfill-service-api/polyfills/navigator/geolocation/config.json
similarity index 100%
rename from api/polyfills/navigator/geolocation/config.json
rename to polyfill-service-api/polyfills/navigator/geolocation/config.json
diff --git a/api/polyfills/navigator/geolocation/detect.js b/polyfill-service-api/polyfills/navigator/geolocation/detect.js
similarity index 100%
rename from api/polyfills/navigator/geolocation/detect.js
rename to polyfill-service-api/polyfills/navigator/geolocation/detect.js
diff --git a/api/polyfills/navigator/geolocation/polyfill.js b/polyfill-service-api/polyfills/navigator/geolocation/polyfill.js
similarity index 100%
rename from api/polyfills/navigator/geolocation/polyfill.js
rename to polyfill-service-api/polyfills/navigator/geolocation/polyfill.js
diff --git a/api/polyfills/navigator/sendBeacon/config.json b/polyfill-service-api/polyfills/navigator/sendBeacon/config.json
similarity index 100%
rename from api/polyfills/navigator/sendBeacon/config.json
rename to polyfill-service-api/polyfills/navigator/sendBeacon/config.json
diff --git a/api/polyfills/navigator/sendBeacon/detect.js b/polyfill-service-api/polyfills/navigator/sendBeacon/detect.js
similarity index 100%
rename from api/polyfills/navigator/sendBeacon/detect.js
rename to polyfill-service-api/polyfills/navigator/sendBeacon/detect.js
diff --git a/api/polyfills/navigator/sendBeacon/polyfill.js b/polyfill-service-api/polyfills/navigator/sendBeacon/polyfill.js
similarity index 100%
rename from api/polyfills/navigator/sendBeacon/polyfill.js
rename to polyfill-service-api/polyfills/navigator/sendBeacon/polyfill.js
diff --git a/api/polyfills/performance/now/config.json b/polyfill-service-api/polyfills/performance/now/config.json
similarity index 100%
rename from api/polyfills/performance/now/config.json
rename to polyfill-service-api/polyfills/performance/now/config.json
diff --git a/api/polyfills/performance/now/detect.js b/polyfill-service-api/polyfills/performance/now/detect.js
similarity index 100%
rename from api/polyfills/performance/now/detect.js
rename to polyfill-service-api/polyfills/performance/now/detect.js
diff --git a/api/polyfills/performance/now/polyfill.js b/polyfill-service-api/polyfills/performance/now/polyfill.js
similarity index 100%
rename from api/polyfills/performance/now/polyfill.js
rename to polyfill-service-api/polyfills/performance/now/polyfill.js
diff --git a/api/polyfills/requestAnimationFrame/config.json b/polyfill-service-api/polyfills/requestAnimationFrame/config.json
similarity index 100%
rename from api/polyfills/requestAnimationFrame/config.json
rename to polyfill-service-api/polyfills/requestAnimationFrame/config.json
diff --git a/api/polyfills/requestAnimationFrame/detect.js b/polyfill-service-api/polyfills/requestAnimationFrame/detect.js
similarity index 100%
rename from api/polyfills/requestAnimationFrame/detect.js
rename to polyfill-service-api/polyfills/requestAnimationFrame/detect.js
diff --git a/api/polyfills/requestAnimationFrame/polyfill.js b/polyfill-service-api/polyfills/requestAnimationFrame/polyfill.js
similarity index 100%
rename from api/polyfills/requestAnimationFrame/polyfill.js
rename to polyfill-service-api/polyfills/requestAnimationFrame/polyfill.js
diff --git a/api/polyfills/requestAnimationFrame/tests.js b/polyfill-service-api/polyfills/requestAnimationFrame/tests.js
similarity index 100%
rename from api/polyfills/requestAnimationFrame/tests.js
rename to polyfill-service-api/polyfills/requestAnimationFrame/tests.js
diff --git a/api/polyfills/screen/orientation/config.json b/polyfill-service-api/polyfills/screen/orientation/config.json
similarity index 100%
rename from api/polyfills/screen/orientation/config.json
rename to polyfill-service-api/polyfills/screen/orientation/config.json
diff --git a/api/polyfills/screen/orientation/detect.js b/polyfill-service-api/polyfills/screen/orientation/detect.js
similarity index 100%
rename from api/polyfills/screen/orientation/detect.js
rename to polyfill-service-api/polyfills/screen/orientation/detect.js
diff --git a/api/polyfills/screen/orientation/polyfill.js b/polyfill-service-api/polyfills/screen/orientation/polyfill.js
similarity index 100%
rename from api/polyfills/screen/orientation/polyfill.js
rename to polyfill-service-api/polyfills/screen/orientation/polyfill.js
diff --git a/api/polyfills/screen/orientation/tests.js b/polyfill-service-api/polyfills/screen/orientation/tests.js
similarity index 100%
rename from api/polyfills/screen/orientation/tests.js
rename to polyfill-service-api/polyfills/screen/orientation/tests.js
diff --git a/api/polyfills/setImmediate/config.json b/polyfill-service-api/polyfills/setImmediate/config.json
similarity index 100%
rename from api/polyfills/setImmediate/config.json
rename to polyfill-service-api/polyfills/setImmediate/config.json
diff --git a/api/polyfills/setImmediate/detect.js b/polyfill-service-api/polyfills/setImmediate/detect.js
similarity index 100%
rename from api/polyfills/setImmediate/detect.js
rename to polyfill-service-api/polyfills/setImmediate/detect.js
diff --git a/api/polyfills/setImmediate/polyfill.js b/polyfill-service-api/polyfills/setImmediate/polyfill.js
similarity index 100%
rename from api/polyfills/setImmediate/polyfill.js
rename to polyfill-service-api/polyfills/setImmediate/polyfill.js
diff --git a/api/polyfills/~html5-elements/config.json b/polyfill-service-api/polyfills/~html5-elements/config.json
similarity index 100%
rename from api/polyfills/~html5-elements/config.json
rename to polyfill-service-api/polyfills/~html5-elements/config.json
diff --git a/api/polyfills/~html5-elements/detect.js b/polyfill-service-api/polyfills/~html5-elements/detect.js
similarity index 100%
rename from api/polyfills/~html5-elements/detect.js
rename to polyfill-service-api/polyfills/~html5-elements/detect.js
diff --git a/api/polyfills/~html5-elements/polyfill.js b/polyfill-service-api/polyfills/~html5-elements/polyfill.js
similarity index 100%
rename from api/polyfills/~html5-elements/polyfill.js
rename to polyfill-service-api/polyfills/~html5-elements/polyfill.js
diff --git a/api/polyfills/~viewport/config.json b/polyfill-service-api/polyfills/~viewport/config.json
similarity index 100%
rename from api/polyfills/~viewport/config.json
rename to polyfill-service-api/polyfills/~viewport/config.json
diff --git a/api/polyfills/~viewport/detect.js b/polyfill-service-api/polyfills/~viewport/detect.js
similarity index 100%
rename from api/polyfills/~viewport/detect.js
rename to polyfill-service-api/polyfills/~viewport/detect.js
diff --git a/api/polyfills/~viewport/polyfill.js b/polyfill-service-api/polyfills/~viewport/polyfill.js
similarity index 100%
rename from api/polyfills/~viewport/polyfill.js
rename to polyfill-service-api/polyfills/~viewport/polyfill.js
diff --git a/api/pom.xml b/polyfill-service-api/pom.xml
similarity index 94%
rename from api/pom.xml
rename to polyfill-service-api/pom.xml
index 69046e4..02f2ea9 100644
--- a/api/pom.xml
+++ b/polyfill-service-api/pom.xml
@@ -8,9 +8,9 @@
jar
- org.polyfills
+ org.polyfillservicepolyfill-service
- 0.12.0
+ 1.0.0../pom.xml
diff --git a/api/src/main/java/org/polyfill/api/components/Feature.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Feature.java
similarity index 98%
rename from api/src/main/java/org/polyfill/api/components/Feature.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/Feature.java
index ee1fe06..d5f5df3 100644
--- a/api/src/main/java/org/polyfill/api/components/Feature.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Feature.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import java.util.ArrayList;
import java.util.HashSet;
diff --git a/api/src/main/java/org/polyfill/api/components/LRUCache.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/LRUCache.java
similarity index 90%
rename from api/src/main/java/org/polyfill/api/components/LRUCache.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/LRUCache.java
index c61dc18..52436cd 100644
--- a/api/src/main/java/org/polyfill/api/components/LRUCache.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/LRUCache.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import java.util.LinkedHashMap;
import java.util.Map;
diff --git a/api/src/main/java/org/polyfill/api/components/Polyfill.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Polyfill.java
similarity index 99%
rename from api/src/main/java/org/polyfill/api/components/Polyfill.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/Polyfill.java
index 6582d01..d43d982 100644
--- a/api/src/main/java/org/polyfill/api/components/Polyfill.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Polyfill.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import javax.annotation.Nullable;
import java.util.*;
diff --git a/api/src/main/java/org/polyfill/api/components/PolyfillLocationString.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillLocationString.java
similarity index 73%
rename from api/src/main/java/org/polyfill/api/components/PolyfillLocationString.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillLocationString.java
index c78b04b..1180a6e 100644
--- a/api/src/main/java/org/polyfill/api/components/PolyfillLocationString.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillLocationString.java
@@ -1,6 +1,6 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
-import org.polyfill.api.interfaces.PolyfillLocation;
+import org.polyfillservice.api.interfaces.PolyfillLocation;
/**
* Created by smo on 6/17/17.
diff --git a/api/src/main/java/org/polyfill/api/components/PolyfillServiceConfigFileLocation.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillServiceConfigFileLocation.java
similarity index 84%
rename from api/src/main/java/org/polyfill/api/components/PolyfillServiceConfigFileLocation.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillServiceConfigFileLocation.java
index c015c74..2eacdea 100644
--- a/api/src/main/java/org/polyfill/api/components/PolyfillServiceConfigFileLocation.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/PolyfillServiceConfigFileLocation.java
@@ -1,6 +1,6 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
-import org.polyfill.api.interfaces.PolyfillServiceConfigLocation;
+import org.polyfillservice.api.interfaces.PolyfillServiceConfigLocation;
import java.io.File;
import java.io.FileInputStream;
diff --git a/api/src/main/java/org/polyfill/api/components/Query.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Query.java
similarity index 98%
rename from api/src/main/java/org/polyfill/api/components/Query.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/Query.java
index 3f113e5..2d57245 100644
--- a/api/src/main/java/org/polyfill/api/components/Query.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/Query.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import java.util.Arrays;
import java.util.HashSet;
diff --git a/api/src/main/java/org/polyfill/api/components/ServiceConfig.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/ServiceConfig.java
similarity index 97%
rename from api/src/main/java/org/polyfill/api/components/ServiceConfig.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/ServiceConfig.java
index 09a667f..b6b94a1 100644
--- a/api/src/main/java/org/polyfill/api/components/ServiceConfig.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/ServiceConfig.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import java.util.Collections;
import java.util.List;
diff --git a/api/src/main/java/org/polyfill/api/components/TSort.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/TSort.java
similarity index 98%
rename from api/src/main/java/org/polyfill/api/components/TSort.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/components/TSort.java
index 0813df0..603b9e8 100644
--- a/api/src/main/java/org/polyfill/api/components/TSort.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/components/TSort.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.components;
+package org.polyfillservice.api.components;
import java.util.ArrayList;
import java.util.Iterator;
diff --git a/api/src/main/java/org/polyfill/api/configurations/PolyfillApiConfig.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillApiConfig.java
similarity index 81%
rename from api/src/main/java/org/polyfill/api/configurations/PolyfillApiConfig.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillApiConfig.java
index 964c58e..af6c301 100644
--- a/api/src/main/java/org/polyfill/api/configurations/PolyfillApiConfig.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillApiConfig.java
@@ -1,10 +1,10 @@
-package org.polyfill.api.configurations;
+package org.polyfillservice.api.configurations;
-import org.polyfill.api.components.Feature;
-import org.polyfill.api.components.Query;
-import org.polyfill.api.components.ServiceConfig;
-import org.polyfill.api.interfaces.PolyfillServiceConfigLocation;
-import org.polyfill.api.interfaces.ServiceConfigLoaderService;
+import org.polyfillservice.api.components.Feature;
+import org.polyfillservice.api.components.Query;
+import org.polyfillservice.api.components.ServiceConfig;
+import org.polyfillservice.api.interfaces.PolyfillServiceConfigLocation;
+import org.polyfillservice.api.interfaces.ServiceConfigLoaderService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
@@ -12,7 +12,6 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
-import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
@@ -22,7 +21,7 @@
*/
@Configuration
@PropertySource("classpath:config.properties")
-@ComponentScan(basePackages = {"org.polyfill.api"})
+@ComponentScan(basePackages = {"org.polyfillservice.api"})
public class PolyfillApiConfig {
@Autowired
diff --git a/api/src/main/java/org/polyfill/api/configurations/PolyfillSourceConfig.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillSourceConfig.java
similarity index 85%
rename from api/src/main/java/org/polyfill/api/configurations/PolyfillSourceConfig.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillSourceConfig.java
index 8527633..0fd3f21 100644
--- a/api/src/main/java/org/polyfill/api/configurations/PolyfillSourceConfig.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/configurations/PolyfillSourceConfig.java
@@ -1,10 +1,10 @@
-package org.polyfill.api.configurations;
+package org.polyfillservice.api.configurations;
-import org.polyfill.api.components.Polyfill;
-import org.polyfill.api.components.PolyfillLocationString;
-import org.polyfill.api.interfaces.PolyfillConfigLoaderService;
-import org.polyfill.api.interfaces.PolyfillLoaderService;
-import org.polyfill.api.interfaces.PolyfillLocation;
+import org.polyfillservice.api.components.Polyfill;
+import org.polyfillservice.api.components.PolyfillLocationString;
+import org.polyfillservice.api.interfaces.PolyfillConfigLoaderService;
+import org.polyfillservice.api.interfaces.PolyfillLoaderService;
+import org.polyfillservice.api.interfaces.PolyfillLocation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/PolyfillConfigLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillConfigLoaderService.java
similarity index 94%
rename from api/src/main/java/org/polyfill/api/interfaces/PolyfillConfigLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillConfigLoaderService.java
index e3e64ab..dd2454a 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/PolyfillConfigLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillConfigLoaderService.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
import java.io.IOException;
import java.util.Map;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/PolyfillLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLoaderService.java
similarity index 81%
rename from api/src/main/java/org/polyfill/api/interfaces/PolyfillLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLoaderService.java
index 11de76a..5e3b668 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/PolyfillLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLoaderService.java
@@ -1,8 +1,7 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
-import org.polyfill.api.components.Polyfill;
+import org.polyfillservice.api.components.Polyfill;
-import java.io.IOException;
import java.util.List;
import java.util.Map;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/PolyfillLocation.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLocation.java
similarity index 69%
rename from api/src/main/java/org/polyfill/api/interfaces/PolyfillLocation.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLocation.java
index 84d4db2..9c80fd2 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/PolyfillLocation.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillLocation.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
/**
* Created by smo on 6/17/17.
diff --git a/api/src/main/java/org/polyfill/api/interfaces/PolyfillService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillService.java
similarity index 94%
rename from api/src/main/java/org/polyfill/api/interfaces/PolyfillService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillService.java
index f64bb9f..7e96f22 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/PolyfillService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillService.java
@@ -1,7 +1,7 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
-import org.polyfill.api.components.Polyfill;
-import org.polyfill.api.components.Query;
+import org.polyfillservice.api.components.Polyfill;
+import org.polyfillservice.api.components.Query;
import java.util.List;
import java.util.Map;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/PolyfillServiceConfigLocation.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillServiceConfigLocation.java
similarity index 88%
rename from api/src/main/java/org/polyfill/api/interfaces/PolyfillServiceConfigLocation.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillServiceConfigLocation.java
index 12ee0ef..c78c023 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/PolyfillServiceConfigLocation.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/PolyfillServiceConfigLocation.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
import java.io.IOException;
import java.io.InputStream;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/ResourceLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ResourceLoaderService.java
similarity index 97%
rename from api/src/main/java/org/polyfill/api/interfaces/ResourceLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ResourceLoaderService.java
index b581042..f66c9d9 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/ResourceLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ResourceLoaderService.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
diff --git a/api/src/main/java/org/polyfill/api/interfaces/ServiceConfigLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ServiceConfigLoaderService.java
similarity index 80%
rename from api/src/main/java/org/polyfill/api/interfaces/ServiceConfigLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ServiceConfigLoaderService.java
index 1a54be7..a4e55cc 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/ServiceConfigLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/ServiceConfigLoaderService.java
@@ -1,6 +1,6 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
-import org.polyfill.api.components.ServiceConfig;
+import org.polyfillservice.api.components.ServiceConfig;
/**
* Created by smo on 6/1/17.
diff --git a/api/src/main/java/org/polyfill/api/interfaces/UserAgent.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgent.java
similarity index 96%
rename from api/src/main/java/org/polyfill/api/interfaces/UserAgent.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgent.java
index 350a814..4dc43d8 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/UserAgent.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgent.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
/**
* Created by reinier.guerra on 10/12/16.
diff --git a/api/src/main/java/org/polyfill/api/interfaces/UserAgentParserService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgentParserService.java
similarity index 90%
rename from api/src/main/java/org/polyfill/api/interfaces/UserAgentParserService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgentParserService.java
index 8083bf2..8cd8a38 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/UserAgentParserService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/UserAgentParserService.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
/**
* Created by smo on 2/26/17.
diff --git a/api/src/main/java/org/polyfill/api/interfaces/VersionUtilService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/VersionUtilService.java
similarity index 91%
rename from api/src/main/java/org/polyfill/api/interfaces/VersionUtilService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/VersionUtilService.java
index 1ddd0c4..282eada 100644
--- a/api/src/main/java/org/polyfill/api/interfaces/VersionUtilService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/interfaces/VersionUtilService.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.interfaces;
+package org.polyfillservice.api.interfaces;
/**
* Created by smo on 2/26/17.
diff --git a/api/src/main/java/org/polyfill/api/services/FinancialTimesPolyfillLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/FinancialTimesPolyfillLoaderService.java
similarity index 94%
rename from api/src/main/java/org/polyfill/api/services/FinancialTimesPolyfillLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/FinancialTimesPolyfillLoaderService.java
index e282c19..5a6e0f5 100644
--- a/api/src/main/java/org/polyfill/api/services/FinancialTimesPolyfillLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/FinancialTimesPolyfillLoaderService.java
@@ -1,11 +1,11 @@
-package org.polyfill.api.services;
-
-import org.polyfill.api.components.Polyfill;
-import org.polyfill.api.components.ServiceConfig;
-import org.polyfill.api.interfaces.PolyfillConfigLoaderService;
-import org.polyfill.api.interfaces.PolyfillLoaderService;
-import org.polyfill.api.interfaces.PolyfillLocation;
-import org.polyfill.api.interfaces.ResourceLoaderService;
+package org.polyfillservice.api.services;
+
+import org.polyfillservice.api.components.Polyfill;
+import org.polyfillservice.api.components.ServiceConfig;
+import org.polyfillservice.api.interfaces.PolyfillConfigLoaderService;
+import org.polyfillservice.api.interfaces.PolyfillLoaderService;
+import org.polyfillservice.api.interfaces.PolyfillLocation;
+import org.polyfillservice.api.interfaces.ResourceLoaderService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.Resource;
import org.springframework.stereotype.Service;
@@ -15,7 +15,6 @@
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.*;
-import java.util.stream.Collectors;
/**
* Created by smo on 2/25/17.
diff --git a/api/src/main/java/org/polyfill/api/services/JsonConfigLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/JsonConfigLoaderService.java
similarity index 82%
rename from api/src/main/java/org/polyfill/api/services/JsonConfigLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/JsonConfigLoaderService.java
index 5a3f5c2..558c464 100644
--- a/api/src/main/java/org/polyfill/api/services/JsonConfigLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/JsonConfigLoaderService.java
@@ -1,8 +1,8 @@
-package org.polyfill.api.services;
+package org.polyfillservice.api.services;
import com.fasterxml.jackson.databind.ObjectMapper;
-import org.polyfill.api.interfaces.PolyfillConfigLoaderService;
-import org.polyfill.api.interfaces.ResourceLoaderService;
+import org.polyfillservice.api.interfaces.PolyfillConfigLoaderService;
+import org.polyfillservice.api.interfaces.ResourceLoaderService;
import org.springframework.core.io.Resource;
import org.springframework.stereotype.Service;
diff --git a/api/src/main/java/org/polyfill/api/services/PolyfillsOutputService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/PolyfillsOutputService.java
similarity index 96%
rename from api/src/main/java/org/polyfill/api/services/PolyfillsOutputService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/PolyfillsOutputService.java
index 61dea32..da2650f 100644
--- a/api/src/main/java/org/polyfill/api/services/PolyfillsOutputService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/PolyfillsOutputService.java
@@ -1,8 +1,8 @@
-package org.polyfill.api.services;
+package org.polyfillservice.api.services;
-import org.polyfill.api.components.Feature;
-import org.polyfill.api.components.Polyfill;
-import org.polyfill.api.components.Query;
+import org.polyfillservice.api.components.Feature;
+import org.polyfillservice.api.components.Polyfill;
+import org.polyfillservice.api.components.Query;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
diff --git a/api/src/main/java/org/polyfill/api/services/PreSortPolyfillService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/PreSortPolyfillService.java
similarity index 95%
rename from api/src/main/java/org/polyfill/api/services/PreSortPolyfillService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/PreSortPolyfillService.java
index 43878b2..17ec4bf 100644
--- a/api/src/main/java/org/polyfill/api/services/PreSortPolyfillService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/PreSortPolyfillService.java
@@ -1,13 +1,13 @@
-package org.polyfill.api.services;
-
-import org.polyfill.api.components.Feature;
-import org.polyfill.api.components.Polyfill;
-import org.polyfill.api.components.Query;
-import org.polyfill.api.components.TSort;
-import org.polyfill.api.interfaces.PolyfillService;
-import org.polyfill.api.interfaces.UserAgent;
-import org.polyfill.api.interfaces.UserAgentParserService;
-import org.polyfill.api.interfaces.VersionUtilService;
+package org.polyfillservice.api.services;
+
+import org.polyfillservice.api.components.Feature;
+import org.polyfillservice.api.components.Polyfill;
+import org.polyfillservice.api.components.Query;
+import org.polyfillservice.api.components.TSort;
+import org.polyfillservice.api.interfaces.PolyfillService;
+import org.polyfillservice.api.interfaces.UserAgent;
+import org.polyfillservice.api.interfaces.UserAgentParserService;
+import org.polyfillservice.api.interfaces.VersionUtilService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
diff --git a/api/src/main/java/org/polyfill/api/services/SemVerUtilService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/SemVerUtilService.java
similarity index 97%
rename from api/src/main/java/org/polyfill/api/services/SemVerUtilService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/SemVerUtilService.java
index 940946a..5984974 100644
--- a/api/src/main/java/org/polyfill/api/services/SemVerUtilService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/SemVerUtilService.java
@@ -1,6 +1,6 @@
-package org.polyfill.api.services;
+package org.polyfillservice.api.services;
-import org.polyfill.api.interfaces.VersionUtilService;
+import org.polyfillservice.api.interfaces.VersionUtilService;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
diff --git a/api/src/main/java/org/polyfill/api/services/UADetectorAdapterParserService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/UADetectorAdapterParserService.java
similarity index 97%
rename from api/src/main/java/org/polyfill/api/services/UADetectorAdapterParserService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/UADetectorAdapterParserService.java
index 035dbb5..bc363fc 100644
--- a/api/src/main/java/org/polyfill/api/services/UADetectorAdapterParserService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/UADetectorAdapterParserService.java
@@ -1,4 +1,4 @@
-package org.polyfill.api.services;
+package org.polyfillservice.api.services;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
@@ -6,9 +6,9 @@
import net.sf.uadetector.UserAgentStringParser;
import net.sf.uadetector.VersionNumber;
import net.sf.uadetector.service.UADetectorServiceFactory;
-import org.polyfill.api.components.LRUCache;
-import org.polyfill.api.interfaces.UserAgent;
-import org.polyfill.api.interfaces.UserAgentParserService;
+import org.polyfillservice.api.components.LRUCache;
+import org.polyfillservice.api.interfaces.UserAgent;
+import org.polyfillservice.api.interfaces.UserAgentParserService;
import org.springframework.stereotype.Service;
import java.util.List;
diff --git a/api/src/main/java/org/polyfill/api/services/XmlServiceConfigLoaderService.java b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/XmlServiceConfigLoaderService.java
similarity index 85%
rename from api/src/main/java/org/polyfill/api/services/XmlServiceConfigLoaderService.java
rename to polyfill-service-api/src/main/java/org/polyfillservice/api/services/XmlServiceConfigLoaderService.java
index 8d87dee..60a518c 100644
--- a/api/src/main/java/org/polyfill/api/services/XmlServiceConfigLoaderService.java
+++ b/polyfill-service-api/src/main/java/org/polyfillservice/api/services/XmlServiceConfigLoaderService.java
@@ -1,9 +1,9 @@
-package org.polyfill.api.services;
+package org.polyfillservice.api.services;
import com.thoughtworks.xstream.XStream;
-import org.polyfill.api.components.ServiceConfig;
-import org.polyfill.api.interfaces.PolyfillServiceConfigLocation;
-import org.polyfill.api.interfaces.ServiceConfigLoaderService;
+import org.polyfillservice.api.components.ServiceConfig;
+import org.polyfillservice.api.interfaces.PolyfillServiceConfigLocation;
+import org.polyfillservice.api.interfaces.ServiceConfigLoaderService;
import org.springframework.stereotype.Service;
import java.io.IOException;
diff --git a/api/src/main/resources/config.properties b/polyfill-service-api/src/main/resources/config.properties
similarity index 100%
rename from api/src/main/resources/config.properties
rename to polyfill-service-api/src/main/resources/config.properties
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.from/meta.json b/polyfill-service-api/src/main/resources/polyfills/Array.from/meta.json
new file mode 100644
index 0000000..022d8aa
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.from/meta.json
@@ -0,0 +1 @@
+{"aliases":["es6","modernizr:es6array","blissfuljs","default-3.4","default-3.5","default-3.6","default"],"browsers":{"chrome":"<45","firefox":"4 - 31","ie":"6 - 11","ie_mob":"10 - *","opera":"*","op_mini":"*","safari":"<9","firefox_mob":"<32","android":"*","ios_saf":"<9","samsung_mob":"<5","bb":"10 - *"},"dependencies":["Object.defineProperty"],"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.from","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from","detectSource":"'from' in Array && (function () {\n\ttry {\n\t\tArray.from({ length: -Infinity });\n\n\t\treturn true;\n\t} catch (e) {\n\t\treturn false;\n\t}\n})()","testSource":"","baseDir":"Array/from","hasTests":true,"testsSource":"/* eslint-env mocha, browser */\n/* global proclaim */\n\nit('has correct instance', function () {\n\tproclaim.isInstanceOf(Array.from, Function);\n});\n\nit('has correct name', function () {\n\tfunction nameOf(fn) {\n\t\treturn Function.prototype.toString.call(fn).match(/function\\s*([^\\s]*)\\(/)[1];\n\t}\n\tproclaim.equal(nameOf(Array.from), 'from');\n});\n\nit('has correct argument length', function () {\n\tproclaim.equal(Array.from.length, 1);\n});\n\ndescribe('returns an array with', function () {\n\tit('arrays', function () {\n\t\tproclaim.deepEqual(Array.from([]), []);\n\t\tproclaim.deepEqual(Array.from(['a', 'b', 'c']), ['a', 'b', 'c']);\n\t});\n\n\tit('fills holes in arrays', function () {\n\t\tvar arr = [1, 2, 3];\n\t\tdelete arr[1];\n\t\t/**\n\t\t * These are unrolled as expect.js' eql doesn't work on\n\t\t * arrays created with undefined elements.\n\t\t * https://github.com/Automattic/expect.js/issues/140\n\t\t */\n\t\tproclaim.deepEqual(Array.from(arr)[0], 1);\n\t\tproclaim.deepEqual(Array.from(arr)[1], undefined);\n\t\tproclaim.deepEqual(Array.from(arr)[2], 3);\n\t\t/* eslint-disable no-sparse-arrays */\n\t\tproclaim.deepEqual(Array.from([4, , 6])[1], undefined);\n\t});\n\n\tit('objects', function () {\n\t\tproclaim.deepEqual(Array.from({}), []);\n\t\tproclaim.deepEqual(Array.from({ 0: 'a' }), []);\n\t\tproclaim.deepEqual(Array.from({ 0: 'a', 1: 'b', 2: 'c', length: 3 }), ['a', 'b', 'c']);\n\t});\n\n\tit('Iterable', function () {\n\t\tvar set;\n\t\tvar setIterator;\n\t\tvar map;\n\t\tvar mapIterator;\n\n\t\tif ('Map' in window && 'entries' in Map.prototype) {\n\n\t\t\tmap = new Map();\n\t\t\tmap.set(1,2);\n\t\t\tmap.set(3,4);\n\t\t\tmapIterator = map.values();\n\n\t\t\tif (typeof mapIterator.next === 'function') {\n\n\t\t\t\t// Test map iterable\n\t\t\t\tproclaim.deepEqual(Array.from(mapIterator), [2,4]);\n\n\t\t\t\tit('can convert from Map', function () {\n\t\t\t\t\tproclaim.deepEqual(Array.from(map), [[1,2],[3,4]]);\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tif ('Set' in window && 'values' in Set.prototype) {\n\n\t\t\tset = new Set();\n\t\t\tset.add(1);\n\t\t\tset.add(2);\n\t\t\tset.add(3);\n\t\t\tset.add(4);\n\t\t\tsetIterator = set.values();\n\n\t\t\tif (typeof setIterator.next === 'function') {\n\n\t\t\t\t// Test set iterable\n\t\t\t\tproclaim.deepEqual(Array.from(setIterator), [1,2,3,4]);\n\n\t\t\t\tit('can convert from Set', function () {\n\t\t\t\t\tproclaim.deepEqual(Array.from(set), [1,2,3,4]);\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tit('can convert from a user-defined iterator', function () {\n\t\t\tfunction iterator(cnt) {\n\t\t\t\treturn {\n\t\t\t\t\tnext: function () {\n\t\t\t\t\t\treturn cnt === 0\n\t\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\tdone: true\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t: {\n\t\t\t\t\t\t\t\tvalue: cnt--,\n\t\t\t\t\t\t\t\tdone: false\n\t\t\t\t\t\t\t};\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t}\n\t\t\tproclaim.deepEqual(Array.from(iterator(0)), []);\n\t\t\tproclaim.deepEqual(Array.from(iterator(1)), [1]);\n\t\t\tproclaim.deepEqual(Array.from(iterator(2)), [2, 1]);\n\t\t\tproclaim.deepEqual(Array.from(iterator(3)), [3, 2, 1]);\n\t\t});\n\n\t});\n\n\tit('strings', function () {\n\t\tproclaim.deepEqual(Array.from(''), []);\n\t\tproclaim.deepEqual(Array.from('abc'), ['a', 'b', 'c']);\n\t});\n\n\tit('numbers', function () {\n\t\tproclaim.deepEqual(Array.from(-Infinity), []);\n\t\tproclaim.deepEqual(Array.from(-3), []);\n\t\tproclaim.deepEqual(Array.from(-0), []);\n\t\tproclaim.deepEqual(Array.from(0), []);\n\t\tproclaim.deepEqual(Array.from(3), []);\n\t\t// REMOVAL: it may take a rediculous amount of time to calculate this\n\t\t// proclaim.deepEqual(Array.from(Infinity), []);\n\t});\n\n\tit('regular expressions', function () {\n\t\tproclaim.deepEqual(Array.from(/abc/), []);\n\t});\n\n\tit('objects with in-range lengths', function () {\n\t\tproclaim.equal(Array.from({ length: 0 }).length, 0);\n\t\tproclaim.equal(Array.from({ length: 3 }).length, 3);\n\t\t/**\n\t\t * These are unrolled as expect.js' eql doesn't work on\n\t\t * arrays created with undefined elements.\n\t\t * https://github.com/Automattic/expect.js/issues/140\n\t\t */\n\t\tproclaim.equal(Array.from({ length: 3 })[0], undefined);\n\t\tproclaim.equal(Array.from({ length: 3 })[1], undefined);\n\t\tproclaim.equal(Array.from({ length: 3 })[2], undefined);\n\t\tproclaim.equal(Array.from({ length: '+3' }).length, 3);\n\t\t// proclaim.equal(Array.from({ length: Infinity }).length, undefined);\n\t});\n\n\tit('objects with out-of-range lengths', function () {\n\t\tproclaim.equal(Array.from({ length: -0 }).length, 0);\n\t\tproclaim.equal(Array.from({ length: -3 }).length, 0);\n\t\tproclaim.equal(Array.from({ length: '-3' }).length, 0);\n\t\tproclaim.equal(Array.from({ length: -Infinity }).length, 0);\n\t});\n\n\tit('mapping functions', function () {\n\t\tfunction addElementAndIndex(element, index) {\n\t\t\treturn element + index;\n\t\t}\n\n\t\tproclaim.deepEqual(Array.from(['a', 'b', 'c'], addElementAndIndex), ['a0', 'b1', 'c2']);\n\t\tproclaim.deepEqual(Array.from({ 0: 'a', 1: 'b', 3: 'c' }, addElementAndIndex), []);\n\t\tproclaim.deepEqual(Array.from({ 0: 'a', 1: 'b', 2: 'c', length: 3 }, addElementAndIndex), ['a0', 'b1', 'c2']);\n\t\tproclaim.deepEqual(Array.from('abc', addElementAndIndex), ['a0', 'b1', 'c2']);\n\n\t\tArray.from(['a', 'b', 'c'], function () {\n\t\t\tproclaim.equal(arguments.length, 2);\n\t\t});\n\t});\n\n\tit('this as an object', function () {\n\t\tvar context = {};\n\n\t\tArray.from(['a', 'b', 'c'], function (value, index) {\n\t\t\tproclaim.isInstanceOf(this, Object);\n\t\t\tproclaim.strictEqual(this.valueOf(), context);\n\t\t}, context);\n\t});\n\n\tit('this as 42', function () {\n\t\tvar context = 42;\n\n\t\tArray.from(['a', 'b', 'c'], function (value, index) {\n\t\t\tproclaim.isInstanceOf(this, Number);\n\t\t\tproclaim.strictEqual(this.valueOf(), 42);\n\t\t}, context);\n\t});\n\n\tit('this as false', function () {\n\t\tvar context = false;\n\n\t\tArray.from(['a', 'b', 'c'], function (value, index) {\n\t\t\tproclaim.isInstanceOf(this, Boolean);\n\t\t\tproclaim.strictEqual(this.valueOf(), false);\n\t\t}, context);\n\t});\n});\n\ndescribe('throws', function () {\n\tit('non-iterable objects', function () {\n\t\tproclaim.throws(function () {\n\t\t\tArray.from();\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from(undefined);\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from(null);\n\t\t});\n\t});\n\n\tit('specified, invalid mapping functions', function () {\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], null);\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], /\\*/);\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], '');\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], []);\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], {});\n\t\t});\n\n\t\tproclaim.throws(function () {\n\t\t\tArray.from([1, 2, 3], 3);\n\t\t});\n\t});\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.from/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.from/min.js
new file mode 100644
index 0000000..abdd201
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.from/min.js
@@ -0,0 +1 @@
+!function(){function e(e){var n,t=!1,r=[];if("function"==typeof e.next)for(;!t&&(n=e.next(),n.hasOwnProperty("value")&&n.hasOwnProperty("done"));){if(!0===n.done){t=!0;break}if(!1!==n.done)break;r.push(n.value)}return!!t&&r}Object.defineProperty(Array,"from",{configurable:!0,value:function(n){if(n===undefined||null===n)throw new TypeError(n+" is not an object");if(1 in arguments&&!(arguments[1]instanceof Function))throw new TypeError(arguments[1]+" is not a function");var t,r,o="string"==typeof n?n.split(""):Object(n),i=arguments[1],a=arguments[2],f=[],u=-1,c=Math.min(Math.max(Number(o.length)||0,0),9007199254740991);r=e(o),"function"==typeof o.entries&&"function"==typeof o.values&&("Set"===o.constructor.name&&"values"in Set.prototype&&(r=e(o.values())),"Map"===o.constructor.name&&"entries"in Map.prototype&&(r=e(o.entries()))),r&&(o=r,c=r.length);for(;++u 9;\n\t}\n\n\tfunction elementIsGreaterThan10(element) {\n\t\treturn element > 10;\n\t}\n\n\tit('arrays', function () {\n\t\tproclaim.equal([10, 11, 12].every(elementIsGreaterThan9), true);\n\t\tproclaim.equal([10, 11, 12].every(elementIsGreaterThan10), false);\n\t});\n\n\tit('array-like objects', function () {\n\t\tvar\n\t\t// 3: 0 is ignored because length omits it\n\t\tobject = { 0: 10, 1: 11, 2: 12, 3: 0, length: 3 };\n\n\t\tproclaim.equal(Array.prototype.every.call(object, elementIsGreaterThan9), true);\n\t\tproclaim.equal(Array.prototype.every.call(object, elementIsGreaterThan10), false);\n\t});\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.every/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.every/min.js
new file mode 100644
index 0000000..8d4e72c
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.every/min.js
@@ -0,0 +1 @@
+Array.prototype.every=function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");for(var t=Object(this),r=arguments[1],i=t instanceof String?t.split(""):t,e=Number(i.length)||0,o=-1;++o 1;\n\t}\n\n\tit('arrays', function () {\n\t\tproclaim.equal([4, 6, 7, 12].find(isPrime), 7);\n\t\tproclaim.equal([4, 6, 8, 12].find(isPrime), undefined);\n\t});\n\n\tit('array-like objects', function () {\n\t\tvar\n\t\t// 4: 13 is ignored because length omits it\n\t\tobjectA = { 0: 4, 1: 6, 2: 7, 3: 12, 4: 13, length: 4 },\n\t\tobjectB = { 0: 4, 1: 6, 2: 8, 3: 12, 4: 13, length: 4 };\n\n\t\tproclaim.equal(Array.prototype.find.call(objectA, isPrime), 7);\n\t\tproclaim.equal(Array.prototype.find.call(objectB, isPrime), undefined);\n\t});\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.find/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.find/min.js
new file mode 100644
index 0000000..a7e415e
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.find/min.js
@@ -0,0 +1 @@
+Object.defineProperty(Array.prototype,"find",{configurable:!0,value:function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");for(var t,i=Object(this),e=arguments[1],r=i instanceof String?i.split(""):i,o=Math.max(Math.min(r.length,9007199254740991),0)||0,a=-1;++a 1;\n\t}\n\n\tit('arrays', function () {\n\t\tproclaim.equal([4, 6, 7, 12].findIndex(isPrime), 2);\n\t\tproclaim.equal([4, 6, 8, 12].findIndex(isPrime), -1);\n\t});\n\n\tit('array-like objects', function () {\n\t\tvar\n\t\t// 4: 13 is not considered as length omits this element\n\t\tobjectA = { 0: 4, 1: 6, 2: 7, 3: 12, 4: 13, length: 3 },\n\t\tobjectB = { 0: 4, 1: 6, 2: 8, 3: 12, 4: 13, length: 3 };\n\n\t\tproclaim.equal(Array.prototype.findIndex.call(objectA, isPrime), 2);\n\t\tproclaim.equal(Array.prototype.findIndex.call(objectB, isPrime), -1);\n\t});\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.findIndex/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.findIndex/min.js
new file mode 100644
index 0000000..d1340d7
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.findIndex/min.js
@@ -0,0 +1 @@
+Object.defineProperty(Array.prototype,"findIndex",{configurable:!0,value:function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");for(var t=Object(this),i=arguments[1],e=t instanceof String?t.split(""):t,r=Math.max(Math.min(e.length,9007199254740991),0)||0,o=-1;++o=0?n=a:(n=e+a)<0&&(n=0);for(var i;n= 0) {
+ k = n;
+ } else {
+ k = len + n;
+ if (k < 0) {k = 0;}
+ }
+ var currentElement;
+ while (k < len) {
+ currentElement = O[k];
+ if (searchElement === currentElement ||
+ (searchElement !== searchElement && currentElement !== currentElement)) {
+ return true;
+ }
+ k++;
+ }
+ return false;
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/meta.json b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/meta.json
new file mode 100644
index 0000000..9bc62a6
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5array","blissfuljs"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.indexof","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf","detectSource":"'indexOf' in Array.prototype","testSource":"","baseDir":"Array/prototype/indexOf","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nit('is a function', function() {\n\tproclaim.isInstanceOf(Array.prototype.indexOf, Function);\n});\n\nit('takes 1 argument', function() {\n\tproclaim.equal(Array.prototype.indexOf.length, 1);\n});\n\nit('returns -1 when no match is found', function() {\n\tproclaim.equal(Array.prototype.indexOf.call([], 3), -1);\n\tproclaim.equal(Array.prototype.indexOf.call([], null), -1);\n\tproclaim.equal(Array.prototype.indexOf.call([], undefined), -1);\n\tproclaim.equal(Array.prototype.indexOf.call(['foo'], 'bar'), -1);\n});\n\nit('returns the index when a match is found', function() {\n\tproclaim.equal(Array.prototype.indexOf.call(['foo'], 'foo'), 0);\n\tproclaim.equal(Array.prototype.indexOf.call([3,4], 4), 1);\n});\n\nit('finds only the first occurence', function() {\n\tproclaim.equal(Array.prototype.indexOf.call(['foo', 'bar', 'bar', 'bar'], 'bar'), 1);\n});\n\nit('works on array-like objects', function() {\n\tproclaim.equal(Array.prototype.indexOf.call({0:5,1:6,length:2}, 6), 1);\n\tproclaim.equal(Array.prototype.indexOf.call({0:5,1:6,2:7,length:2}, 7), -1);\n});\n\nit('does not find nested arrays', function() {\n\tproclaim.equal(Array.prototype.indexOf.call([1,2,[3,3]], [3,3]), -1);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/min.js
new file mode 100644
index 0000000..c9fd083
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.indexOf/min.js
@@ -0,0 +1 @@
+Array.prototype.indexOf=function(t){if(this===undefined||null===this)throw new TypeError(this+" is not an object");var i=this instanceof String?this.split(""):this,n=Math.max(Math.min(i.length,9007199254740991),0)||0,r=Number(arguments[1])||0;for(r=(r<0?Math.max(n+r,0):r)-1;++r=0;)if(r in n&&n[r]===t)return r;return-1};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.lastIndexOf/raw.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.lastIndexOf/raw.js
new file mode 100644
index 0000000..acd37ea
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.lastIndexOf/raw.js
@@ -0,0 +1,22 @@
+
+// Array.prototype.lastIndexOf
+Array.prototype.lastIndexOf = function lastIndexOf(searchElement) {
+ if (this === undefined || this === null) {
+ throw new TypeError(this + ' is not an object');
+ }
+
+ var
+ arraylike = this instanceof String ? this.split('') : this,
+ length = Math.max(Math.min(arraylike.length, 9007199254740991), 0) || 0,
+ index = Number(arguments[1]) || 0;
+
+ index = 1 in arguments ? (index < 0 ? Math.max(length + index, 0) : index) + 1 : length;
+
+ while (--index >= 0) {
+ if (index in arraylike && arraylike[index] === searchElement) {
+ return index;
+ }
+ }
+
+ return -1;
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/meta.json b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/meta.json
new file mode 100644
index 0000000..f8643f4
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5array","blissfuljs"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.map","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map","detectSource":"'map' in Array.prototype","testSource":"","baseDir":"Array/prototype/map","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nvar callback;\nvar testSubject;\nbeforeEach(function () {\n\tvar i = 0;\n\tcallback = function () {\n\t\treturn i++;\n\t};\n\ttestSubject = [2, 3, undefined, true, 'hej', null, false, 0];\n\tdelete testSubject[1];\n});\n\nit('should call callback with the right parameters', function () {\n\tvar args = [];\n\tvar argsspy = function() { args = [].slice.call(arguments); };\n\tvar array = [1];\n\tarray.map(argsspy);\n\tproclaim.deepEqual(args, ['1', 0, array]);\n});\nit('should set the context correctly', function () {\n\tvar context = {};\n\ttestSubject.map(function (o,i) {\n\t\tthis[i] = o;\n\t}, context);\n\tproclaim.deepEqual(context, testSubject);\n});\nit('should set the right context when given none', function () {\n\tvar context;\n\t[1].map(function () {context = this;});\n\tproclaim.strictEqual(context, function () { return this; }.call());\n});\nit('should not change the array it is called on', function () {\n\tvar copy = testSubject.slice();\n\ttestSubject.map(callback);\n\tproclaim.deepEqual(testSubject, copy);\n});\nit('should only run for the number of objects in the array when it started', function () {\n\tvar arr = [1,2,3],\n\t\ti = 0;\n\tarr.map(function (o) {\n\t\tarr.push(o + 3);\n\t\ti++;\n\t\treturn o;\n\t});\n\tproclaim.deepEqual(arr, [1, 2, 3, 4, 5, 6]);\n\tproclaim.equal(i, 3);\n});\n\n// IE6-8 does not distinguish between dense and sparse arrays\n// it('should properly translate the values as according to the callback', function () {\n// \tvar result = testSubject.map(callback),\n// \t\texpected = [0, 0, 1, 2, 3, 4, 5, 6];\n\n// \tdelete expected[1];\n// \tproclaim.deepEqual(result, expected);\n// });\nit('should skip non-existing values', function () {\n\tvar array = [1, 2, 3, 4],\n\t\ti = 0;\n\tdelete array[2];\n\tarray.map(function () {\n\t\ti++;\n\t});\n\tproclaim.equal(i, 3);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/min.js
new file mode 100644
index 0000000..36bd3f1
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.map/min.js
@@ -0,0 +1 @@
+Array.prototype.map=function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");for(var t=Object(this),i=arguments[1],r=t instanceof String?t.split(""):t,o=Math.max(Math.min(r.length,9007199254740991),0)||0,e=-1,a=[];++e=e)throw new TypeError("Reduce of empty array with no initial value");t=r[o]}for(;++o= length) {
+ throw new TypeError('Reduce of empty array with no initial value');
+ }
+
+ previousValue = arraylike[index];
+ }
+
+ while (++index < length) {
+ if (index in arraylike) {
+ previousValue = callback(previousValue, arraylike[index], index, object);
+ }
+ }
+
+ return previousValue;
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/meta.json b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/meta.json
new file mode 100644
index 0000000..6e0ca99
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5array"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.reduceright","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduceRight","detectSource":"'reduceRight' in Array.prototype","testSource":"","baseDir":"Array/prototype/reduceRight","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nvar spycalls = [];\n\nvar spy = function() {\n\tspycalls.push([].slice.call(arguments));\n}\n\nbeforeEach(function () {\n\tspycalls = [];\n});\n\nit('should pass the correct arguments to the callback', function () {\n\t[1,2,3].reduceRight(spy);\n\tproclaim.equal(spycalls.length, 2);\n\tproclaim.deepEqual(spycalls[0], [3, 2, 1, [1,2,3]]);\n});\nit('should start with the right initialValue', function () {\n\t[1,2,3].reduceRight(spy, 0);\n\tproclaim.equal(spycalls.length, 3);\n\tproclaim.deepEqual(spycalls[0], [0, 3, 2, [1,2,3]]);\n});\nit('should not affect elements added to the array after it has begun', function () {\n\tvar arr = [1,2,3], i = 0;\n\tarr.reduceRight(function (a, b) {\n\t\ti++;\n\t\tif (i <= 4) {\n\t\t\tarr.push(a + 3);\n\t\t}\n\t\treturn b;\n\t});\n\tproclaim.deepEqual(arr, [1,2,3,6,5]);\n\tproclaim.equal(i, 2);\n});\nit('should work as expected for empty arrays', function () {\n\tproclaim.throws(function () {\n\t\t[].reduceRight(spy);\n\t});\n\tproclaim.equal(spycalls.length, 0);\n});\nit('should throw correctly if no callback is given', function () {\n\tproclaim.throws(function () {\n\t\t[1,2,3].reduceRight();\n\t});\n});\nit('should return the expected result', function () {\n\tproclaim.deepEqual([1,2,3,4,5,6,7].reduceRight(function (a, b) {\n\t\treturn String(a || '') + String(b || '');\n\t}), [7,6,5,4,3,2,1].join(''));\n});\nit('should return the expected result with a string', function () {\n\tproclaim.deepEqual(Array.prototype.reduceRight.call('1234567', function (a, b) {\n\t\treturn String(a || '') + String(b || '');\n\t}), [7,6,5,4,3,2,1].join(''));\n});\nit('should not directly affect the passed array', function () {\n\tvar test = [1,2,3];\n\tvar copy = [1,2,3];\n\ttest.reduceRight(function (a, b) {\n\t\treturn a + b;\n\t});\n\tproclaim.deepEqual(test, copy);\n});\nit('should skip non-set values', function () {\n\tvar test = [1,2,3];\n\tdelete test[1];\n\tvar visited = {};\n\ttest.reduceRight(function (a, b) {\n\t\tif (a) { visited[a] = true; }\n\t\tif (b) { visited[b] = true; }\n\t\treturn 0;\n\t});\n\tproclaim.deepEqual(visited, { 1: true, 3: true });\n});\nit('should return an array with length 1', function () {\n\tproclaim.equal([1,2,3].reduceRight.length, 1);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/min.js
new file mode 100644
index 0000000..d98c1b1
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/min.js
@@ -0,0 +1 @@
+Array.prototype.reduceRight=function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");var t,i=Object(this),r=i instanceof String?i.split(""):i,e=Math.max(Math.min(r.length,9007199254740991),0)||0;if(1 in arguments)t=arguments[1];else{for(;--e>-1&&!(e in r););if(e<=-1)throw new TypeError("Reduce of empty array with no initial value");t=r[e]}for(;--e>-1;)e in r&&(t=n(t,r[e],e,i));return t};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/raw.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/raw.js
new file mode 100644
index 0000000..ecf3206
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.reduceRight/raw.js
@@ -0,0 +1,38 @@
+
+// Array.prototype.reduceRight
+Array.prototype.reduceRight = function reduceRight(callback) {
+ if (this === undefined || this === null) {
+ throw new TypeError(this + ' is not an object');
+ }
+
+ if (!(callback instanceof Function)) {
+ throw new TypeError(callback + ' is not a function');
+ }
+
+ var
+ object = Object(this),
+ arraylike = object instanceof String ? object.split('') : object,
+ length = -1,
+ index = Math.max(Math.min(arraylike.length, 9007199254740991), 0) || 0,
+ previousValue;
+
+ if (1 in arguments) {
+ previousValue = arguments[1];
+ } else {
+ while (--index > length && !(index in arraylike)) {}
+
+ if (index <= length) {
+ throw new TypeError('Reduce of empty array with no initial value');
+ }
+
+ previousValue = arraylike[index];
+ }
+
+ while (--index > length) {
+ if (index in arraylike) {
+ previousValue = callback(previousValue, arraylike[index], index, object);
+ }
+ }
+
+ return previousValue;
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/meta.json b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/meta.json
new file mode 100644
index 0000000..10efebe
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5array","blissfuljs"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.some","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/some","detectSource":"'some' in Array.prototype","testSource":"","baseDir":"Array/prototype/some","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\n// See: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-array.prototype.some\n\nbeforeEach(function() {\n\tthis.array = [0, 2, 4, 6, 8, 10, 12, 14];\n});\n\nit(\"Should not accept a function argument that is not callable\", function() {\n\tvar array = this.array;\n\tproclaim.throws(function() { array.some({}); }, TypeError);\n});\n\nit(\"Should accept a function with three parameters: the value of the element, the index of the element and the object being traversed\", function() {\n\tvar array = this.array;\n\n\tarray.some(function(value, index, object) {\n\t\tproclaim.strictEqual(object, array);\n\t\tproclaim.equal(object[index], value);\n\t\treturn false;\n\t});\n});\n\nit(\"Should accept an optional 'this' argument as its second argument which becomes the 'this' value for the function argument\", function() {\n\tvar mockThis = { foo: \"bar\" };\n\tvar array = this.array;\n\n\tarray.some(function(value) {\n\t\tproclaim.strictEqual(this, mockThis);\n\t\tproclaim.equal(this.foo, mockThis.foo);\n\t\treturn false;\n\t}, mockThis);\n});\n\nit(\"Should pass a reference to the array as the third parameter to the function argument\", function() {\n\tvar array = [10];\n\n\tarray.some(function(value, index, object) {\n\t\tobject[0] = 100;\n\t\treturn false;\n\t});\n\n\tproclaim.equal(array[0], 100);\n});\n\nit(\"Should not iterate over elements appended to the array after the call to some. The range is fixed before the first call to the callback\", function() {\n\tvar array = [1, 2, 3, 4, 5, 6];\n\tvar visited = [];\n\n\tarray.some(function(value, index, object) {\n\t\tarray.push(index);\n\t\tvisited[index] = value;\n\t\treturn false;\n\t});\n\n\tproclaim.deepEqual(visited, [1, 2, 3, 4, 5, 6]);\n\n\t// Expect the original array to be the same for the first 6 elements, with\n\t// the additional 0, 1, .. 5 appended (the indices of the first 6 elements\n\t// in the range covered by some at the start of its invocation\n\tproclaim.deepEqual(array, [1, 2, 3, 4, 5, 6, 0, 1, 2, 3, 4, 5]);\n});\n\nit(\"Should return false if the array is empty\", function() {\n\tvar a = [];\n\tproclaim.equal(a.some(function(value) { return true; }), false);\n});\n\nit(\"Should not visit elements that are deleted after the call to some begins and before being visited\", function() {\n\tvar a = [1, 2, 3, 4, 5, 6];\n\tvar visited = [];\n\n\ta.some(function(value, index, object) {\n\t\tdelete object[5];\n\t\tvisited.push(index);\n\t\treturn false;\n\t});\n\n\t// Should only visit the first 5 indices\n\tproclaim.deepEqual(visited, [0, 1, 2, 3, 4]);\n});\n\nit(\"Should return true as soon as the callback returns true\", function() {\n\tvar a = [0, 1, 2, 3, 4];\n\tvar visited = [];\n\tproclaim.equal(a.some(function(value) {\n\t\tvisited.push(value);\n\t\treturn value > 2;\n\t}), true);\n\n\tproclaim.deepEqual(visited, [0, 1, 2, 3]);\n});\n\nit(\"Should return false if the callback never returns true\", function() {\n\tvar a = [0, 1, 2, 3, 4];\n\tvar visited = [];\n\tproclaim.equal(a.some(function(value) {\n\t\tvisited.push(value);\n\t\treturn false;\n\t}), false);\n\n\tproclaim.deepEqual(visited, a);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/min.js b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/min.js
new file mode 100644
index 0000000..3b23c64
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Array.prototype.some/min.js
@@ -0,0 +1 @@
+Array.prototype.some=function(n){if(this===undefined||null===this)throw new TypeError(this+" is not an object");if(!(n instanceof Function))throw new TypeError(n+" is not a function");for(var t=Object(this),i=arguments[1],r=t instanceof String?t.split(""):t,o=Math.max(Math.min(r.length,9007199254740991),0)||0,e=-1;++e1?o.noteGrainOn.apply(this,arguments):o.noteOn.apply(this,arguments)}},stop:{value:o.stop||o.noteOff}}),Object.defineProperties(i,{setTargetAtTime:{value:i.setTargetAtTime||i.setTargetValueAtTime}})}();
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/AudioContext/raw.js b/polyfill-service-api/src/main/resources/polyfills/AudioContext/raw.js
new file mode 100644
index 0000000..9c1cc15
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/AudioContext/raw.js
@@ -0,0 +1,56 @@
+
+// AudioContext
+(function () {
+ 'use strict';
+
+ var
+ AudioContext = window.AudioContext = window.AudioContext || window.webkitAudioContext,
+ AudioContextPrototype = AudioContext.prototype;
+
+ Object.defineProperties(AudioContextPrototype, {
+ createGain: {
+ value: AudioContextPrototype.createGain || AudioContextPrototype.createGainNode
+ },
+ createDelay: {
+ value: AudioContextPrototype.createDelay|| AudioContextPrototype.createDelayNode
+ },
+ createScriptProcessor: {
+ value: AudioContextPrototype.createScriptProcessor || AudioContextPrototype.createJavaScriptNode
+ }
+ });
+
+ var
+ audioContext = new AudioContext(),
+ oscillatorPrototype = audioContext.createOscillator().constructor.prototype,
+ bufferSourcePrototype = audioContext.createBufferSource().constructor.prototype,
+ gainGainConstructorPrototype = audioContext.createGain().gain.constructor.prototype;
+
+ Object.defineProperties(oscillatorPrototype, {
+ setPeriodicWave: {
+ value: oscillatorPrototype.setPeriodicWave || oscillatorPrototype.setWaveTable
+ },
+ start: {
+ value: oscillatorPrototype.start || oscillatorPrototype.noteOn
+ },
+ stop: {
+ value: oscillatorPrototype.stop || oscillatorPrototype.noteOff
+ }
+ });
+
+ Object.defineProperties(bufferSourcePrototype, {
+ start: {
+ value: bufferSourcePrototype.start || function start() {
+ return arguments.length > 1 ? bufferSourcePrototype.noteGrainOn.apply(this, arguments) : bufferSourcePrototype.noteOn.apply(this, arguments);
+ }
+ },
+ stop: {
+ value: bufferSourcePrototype.stop || bufferSourcePrototype.noteOff
+ }
+ });
+
+ Object.defineProperties(gainGainConstructorPrototype, {
+ setTargetAtTime: {
+ value: gainGainConstructorPrototype.setTargetAtTime || gainGainConstructorPrototype.setTargetValueAtTime
+ }
+ });
+})();
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/CustomEvent/meta.json b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/meta.json
new file mode 100644
index 0000000..e0ea53f
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","modernizr:customevent"],"browsers":{"firefox":"6 - 10","ie":"<14","ie_mob":"10 - *","opera":"10 - 11.5","safari":"4 - 7","chrome":"1 - 14","android":"<=4.3","firefox_mob":"6 - 10"},"dependencies":["Event"],"spec":"http://dom.spec.whatwg.org/#interface-customevent","docs":"https://developer.mozilla.org/en/docs/Web/API/CustomEvent","detectSource":"'CustomEvent' in this &&\n\n// In Safari, typeof CustomEvent == 'object' but it otherwise works fine\n(typeof this.CustomEvent === 'function' ||\n(this.CustomEvent.toString().indexOf('CustomEventConstructor')>-1))","testSource":"","baseDir":"CustomEvent","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\n/* Not supported by the polyfill\nit('should have an initCustomEvent function', function() {\n\tproclaim.isInstanceOf(typeof CustomEvent.prototype.initCustomEvent, Function);\n});\n*/\n\n// This test is ignored as, although this feature is in the spec it does not affect users\n// Safari allows you to instantiate with no parameters, all this means is you create an event that you can never\n// listen for - pointless, but will not break anything...\nit.skip('should throw exception when instantiated with no parameters', function() {\n\tproclaim.throws(function() {\n\t\tnew CustomEvent();\n\t});\n});\n\nit('should have correct default properties', function() {\n\tvar testEvent = new CustomEvent('test');\n\tproclaim.equal(testEvent.type, 'test');\n\tproclaim.equal(testEvent.bubbles, false);\n\tproclaim.equal(testEvent.cancelable, false);\n\tproclaim.equal(testEvent.detail, null);\n});\n\nit('should modify default properties if optional CustomEventInit parameter is passed', function() {\n\tvar testEvent = new CustomEvent('test', {\n\t\tbubbles: true,\n\t\tcancelable: true,\n\t\tdetail: 'test detail'\n\t});\n\n\tproclaim.equal(testEvent.type, 'test');\n\tproclaim.equal(testEvent.bubbles, true);\n\tproclaim.equal(testEvent.cancelable, true);\n\tproclaim.equal(testEvent.detail, 'test detail');\n});\n\nit('should be able to fire an event that can be listened to', function() {\n\tvar testEvent = new CustomEvent('test', {\n\t\tbubbles: true,\n\t\tcancelable: true,\n\t\tdetail: 'test detail'\n\t});\n\n\tvar testEl = document.createElement('div');\n\ttestEl.addEventListener('test', function(ev) {\n\t\tproclaim.equal(ev.detail, 'test detail');\n\t\tproclaim.equal(ev.type, 'test');\n\t\tproclaim.equal(ev.bubbles, true);\n\t\tproclaim.equal(ev.cancelable, true);\n\t});\n\ttestEl.dispatchEvent(testEvent);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/CustomEvent/min.js b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/min.js
new file mode 100644
index 0000000..9d67efb
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/min.js
@@ -0,0 +1 @@
+this.CustomEvent=function(e,t){if(!e)throw Error('TypeError: Failed to construct "CustomEvent": An event name must be provided.');var n;if(t=t||{bubbles:!1,cancelable:!1,detail:null},"createEvent"in document)try{n=document.createEvent("CustomEvent"),n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail)}catch(l){n=document.createEvent("Event"),n.initEvent(e,t.bubbles,t.cancelable),n.detail=t.detail}else n=new Event(e,t),n.detail=t&&t.detail||null;return n},CustomEvent.prototype=Event.prototype;
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/CustomEvent/raw.js b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/raw.js
new file mode 100644
index 0000000..8a2867a
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/CustomEvent/raw.js
@@ -0,0 +1,30 @@
+
+// CustomEvent
+this.CustomEvent = function CustomEvent(type, eventInitDict) {
+ if (!type) {
+ throw Error('TypeError: Failed to construct "CustomEvent": An event name must be provided.');
+ }
+
+ var event;
+ eventInitDict = eventInitDict || {bubbles: false, cancelable: false, detail: null};
+
+ if ('createEvent' in document) {
+ try {
+ event = document.createEvent('CustomEvent');
+ event.initCustomEvent(type, eventInitDict.bubbles, eventInitDict.cancelable, eventInitDict.detail);
+ } catch (error) {
+ // for browsers which don't support CustomEvent at all, we use a regular event instead
+ event = document.createEvent('Event');
+ event.initEvent(type, eventInitDict.bubbles, eventInitDict.cancelable);
+ event.detail = eventInitDict.detail;
+ }
+ } else {
+
+ // IE8
+ event = new Event(type, eventInitDict);
+ event.detail = eventInitDict && eventInitDict.detail || null;
+ }
+ return event;
+};
+
+CustomEvent.prototype = Event.prototype;
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/meta.json b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/meta.json
new file mode 100644
index 0000000..ee4dde1
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/meta.json
@@ -0,0 +1 @@
+{"browsers":{"ie":"9-12","ie_mob":"9 - 12","safari":"<9","chrome":"<50","firefox":"<40","ios_saf":"*","opera":"<50","samsung_mob":"<5","bb":"10 - *"},"dependencies":["_ArrayIterator","Symbol.iterator"],"license":"MIT","spec":"https://dom.spec.whatwg.org/#domtokenlist","detectSource":"'Symbol' in this && 'iterator' in this.Symbol && !!document.createElement('div').classList[Symbol.iterator]","testSource":"","baseDir":"DOMTokenList/prototype/@@iterator","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nfunction getDOMTokenList () {\n\tvar div = document.createElement('div');\n\tdiv.className = 'class1 class2';\n\treturn div.classList;\n}\n\nit('exists', function () {\n\tif (!Symbol || !Symbol.iterator) {\n\t\tproclaim.fail();\n\t\treturn;\n\t}\n\tproclaim.isInstanceOf(getDOMTokenList()[Symbol.iterator], Function);\n});\n\nit('returns a next-able object', function () {\n\tvar tokenList = getDOMTokenList();\n\tvar iterator = tokenList[Symbol.iterator]();\n\n\tproclaim.isInstanceOf(iterator.next, Function);\n\tproclaim.deepEqual(iterator.next(), {\n\t\tvalue: 'class1',\n\t\tdone: false\n\t});\n});\n\nit('finally returns a done object', function () {\n\tvar tokenList = getDOMTokenList();\n\tvar iterator = tokenList[Symbol.iterator]();\n\titerator.next();\n\titerator.next();\n\tproclaim.deepEqual(iterator.next(), {\n\t\tdone: true,\n\t\tvalue: undefined\n\t});\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/min.js b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/min.js
new file mode 100644
index 0000000..3a118f2
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/min.js
@@ -0,0 +1 @@
+DOMTokenList.prototype[Symbol.iterator]=function(){return new ArrayIterator(this)};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/raw.js b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/raw.js
new file mode 100644
index 0000000..dca6f92
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList.prototype.@@iterator/raw.js
@@ -0,0 +1,6 @@
+
+// DOMTokenList.prototype.@@iterator
+/* global Symbol, ArrayIterator*/
+DOMTokenList.prototype[Symbol.iterator] = function () {
+ return new ArrayIterator(this);
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/meta.json b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/meta.json
new file mode 100644
index 0000000..2516327
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default"],"browsers":{"ie":"<14","safari":"4 - 6.0","ie_mob":"10 - *"},"dependencies":["_DOMTokenList"],"spec":"http://www.whatwg.org/specs/web-apps/current-work/#domtokenlist","docs":"https://developer.mozilla.org/en/docs/Web/API/DOMTokenList","detectSource":"'DOMTokenList' in this && (function (x) {\n\treturn 'classList' in x ? !x.classList.toggle('x', false) && !x.className : true;\n})(document.createElement('x'))","testSource":"","baseDir":"DOMTokenList","hasTests":false}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/min.js b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/min.js
new file mode 100644
index 0000000..f162032
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/min.js
@@ -0,0 +1 @@
+!function(t){var i="DOMTokenList"in t&&t.DOMTokenList;if(i){var n=i.prototype.toggle;i.prototype.toggle=function(t){if(1 in arguments){var i=this.contains(t),o=!!arguments[1];if(i&&o||!i&&!o)return o}return n.call(this,t)}}else t.DOMTokenList=_DOMTokenList}(this);
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/raw.js b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/raw.js
new file mode 100644
index 0000000..e04a98e
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/DOMTokenList/raw.js
@@ -0,0 +1,26 @@
+
+// DOMTokenList
+(function (global) {
+ var nativeImpl = "DOMTokenList" in global && global.DOMTokenList;
+
+ if (!nativeImpl) {
+ global.DOMTokenList = _DOMTokenList;
+ } else {
+ var NativeToggle = nativeImpl.prototype.toggle;
+
+ nativeImpl.prototype.toggle = function toggle(token) {
+ if (1 in arguments) {
+ var contains = this.contains(token);
+ var force = !!arguments[1];
+
+ if ((contains && force) || (!contains && !force)) {
+ return force;
+ }
+ }
+
+ return NativeToggle.call(this, token);
+ };
+
+ }
+
+}(this));
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.now/meta.json b/polyfill-service-api/src/main/resources/polyfills/Date.now/meta.json
new file mode 100644
index 0000000..fcfbf90
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.now/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5date"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-date.now","docs":"https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date/now","detectSource":"'Date' in this && 'now' in this.Date && 'getTime' in this.Date.prototype","testSource":"","baseDir":"Date/now","hasTests":false}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.now/min.js b/polyfill-service-api/src/main/resources/polyfills/Date.now/min.js
new file mode 100644
index 0000000..669938e
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.now/min.js
@@ -0,0 +1 @@
+Date.now=function(){return(new Date).getTime()};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.now/raw.js b/polyfill-service-api/src/main/resources/polyfills/Date.now/raw.js
new file mode 100644
index 0000000..fd564cf
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.now/raw.js
@@ -0,0 +1,5 @@
+
+// Date.now
+Date.now = function now() {
+ return new Date().getTime();
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/meta.json b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/meta.json
new file mode 100644
index 0000000..26690b0
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","es5","modernizr:es5date"],"browsers":{"ie":"6 - 8"},"spec":"http://people.mozilla.org/~jorendorff/es6-draft.html#sec-date.prototype.toisostring","docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString","detectSource":"'Date' in this && 'toISOString' in Date.prototype","testSource":"","baseDir":"Date/prototype/toISOString","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nit(\"should handle zero values for hours, minutes and seconds\", function() {\n\n\t// 1 Dec 2014 00:00:00\n\tvar date = new Date(1417392000000);\n\tproclaim.equal(date.toISOString(), \"2014-12-01T00:00:00.000Z\");\n});\n\nit('should handle leap years', function() {\n\n\t// 29 Feb 2016 12:01:01\n\tvar date = new Date(1456747261000);\n\tproclaim.equal(date.toISOString(), \"2016-02-29T12:01:01.000Z\");\n});\n\nit('should handle millisecond accuracy', function() {\n\n\t// 1 Dec 2014 00:00:00:123\n\tvar date = new Date(1417392000123);\n\tproclaim.equal(date.toISOString(), \"2014-12-01T00:00:00.123Z\");\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/min.js b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/min.js
new file mode 100644
index 0000000..abb7e57
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/min.js
@@ -0,0 +1 @@
+Date.prototype.toISOString=function(){function t(t,e){return t=""+t,"0000".substr(0,e-t.length)+t}var e=this;return e.getUTCFullYear()+"-"+t(e.getUTCMonth()+1,2)+"-"+t(e.getUTCDate(),2)+"T"+t(e.getUTCHours(),2)+":"+t(e.getUTCMinutes(),2)+":"+t(e.getUTCSeconds(),2)+"."+t(e.getUTCMilliseconds(),3)+"Z"};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/raw.js b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/raw.js
new file mode 100644
index 0000000..27ce7fc
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Date.prototype.toISOString/raw.js
@@ -0,0 +1,21 @@
+
+// Date.prototype.toISOString
+Date.prototype.toISOString = function toISOString() {
+ var date = this;
+
+ function pad(str, len) {
+ var pad = "0000";
+ str = '' + str;
+ return pad.substr(0, len - str.length) + str;
+ }
+
+ var y = date.getUTCFullYear(),
+ m = pad(date.getUTCMonth() + 1, 2),
+ d = pad(date.getUTCDate(), 2),
+ h = pad(date.getUTCHours(), 2),
+ i = pad(date.getUTCMinutes(), 2),
+ s = pad(date.getUTCSeconds(), 2),
+ ms = pad(date.getUTCMilliseconds(), 3);
+
+ return y +'-'+ m +'-'+ d + 'T' + h +':'+ i +':'+ s +'.'+ ms +'Z';
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Document/meta.json b/polyfill-service-api/src/main/resources/polyfills/Document/meta.json
new file mode 100644
index 0000000..3fdede7
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Document/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default"],"browsers":{"ie":"6 - 8"},"spec":"http://dom.spec.whatwg.org/#interface-document","docs":"https://developer.mozilla.org/en/docs/Web/API/Document","detectSource":"\"Document\" in this","testSource":"","baseDir":"Document","hasTests":false}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Document/min.js b/polyfill-service-api/src/main/resources/polyfills/Document/min.js
new file mode 100644
index 0000000..2cb1e16
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Document/min.js
@@ -0,0 +1 @@
+this.HTMLDocument?this.Document=this.HTMLDocument:(this.Document=this.HTMLDocument=document.constructor=new Function("return function Document() {}")(),this.Document.prototype=document);
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Document/raw.js b/polyfill-service-api/src/main/resources/polyfills/Document/raw.js
new file mode 100644
index 0000000..176b85b
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Document/raw.js
@@ -0,0 +1,13 @@
+
+// Document
+if (this.HTMLDocument) { // IE8
+
+ // HTMLDocument is an extension of Document. If the browser has HTMLDocument but not Document, the former will suffice as an alias for the latter.
+ this.Document = this.HTMLDocument;
+
+} else {
+
+ // Create an empty function to act as the missing constructor for the document object, attach the document object as its prototype. The function needs to be anonymous else it is hoisted and causes the feature detect to prematurely pass, preventing the assignments below being made.
+ this.Document = this.HTMLDocument = document.constructor = (new Function('return function Document() {}')());
+ this.Document.prototype = document;
+}
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/meta.json b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/meta.json
new file mode 100644
index 0000000..5875092
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.4","default-3.5","default-3.6","default"],"browsers":{"android":"*","bb":"*","chrome":"<55","firefox":"<49","ios_chr":"*","ios_saf":"<10","ie":"6 - *","ie_mob":"10 - *","opera":"*","op_mini":"*","safari":"<10","firefox_mob":"<49","samsung_mob":"*"},"dependencies":["Document","Element","_mutation"],"spec":"http://dom.spec.whatwg.org/#dom-childnode-after","docs":"https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/after","detectSource":"'Element' in this && 'after' in Element.prototype","testSource":"","baseDir":"Element/prototype/after","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nvar element, child;\n\nfunction nameOf(fn) {\n\treturn Function.prototype.toString.call(fn).match(/function\\s*([^\\s]*)\\(/)[1];\n}\n\nbeforeEach(function () {\n\telement = document.createElement('div');\n\tchild = document.createElement('div');\n\n\telement.appendChild(child);\n});\n\nit('has correct instance', function () {\n\tproclaim.isInstanceOf(element.after, Function);\n});\n\nit('has correct name', function () {\n\tproclaim.equal(nameOf(element.after), 'after');\n});\n\nit('has correct argument length', function () {\n\tproclaim.equal(element.after.length, 0);\n});\n\nit('can insert elements after itself', function () {\n\tproclaim.equal(child.after(document.createElement('div'), 'text'), undefined);\n\tproclaim.equal(child.after(document.createElement('div')), undefined);\n\tproclaim.equal(child.after(document.createElement('div'), document.createElement('div')), undefined);\n\n\tproclaim.equal(element.childNodes.length, 6);\n\tproclaim.equal(element.lastChild.nodeName, '#text');\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/min.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/min.js
new file mode 100644
index 0000000..6e006ca
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/min.js
@@ -0,0 +1 @@
+Document.prototype.after=Element.prototype.after=function(){this.parentNode&&this.parentNode.insertBefore(_mutation(arguments),this.nextSibling)},"Text"in this&&(Text.prototype.after=Element.prototype.after);
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/raw.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/raw.js
new file mode 100644
index 0000000..a68c8be
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.after/raw.js
@@ -0,0 +1,13 @@
+
+// Element.prototype.after
+Document.prototype.after = Element.prototype.after = function after() {
+ if (this.parentNode) {
+ this.parentNode.insertBefore(_mutation(arguments), this.nextSibling);
+ }
+};
+
+// Not all UAs support the Text constructor. Polyfill on the Text constructor only where it exists
+// TODO: Add a polyfill for the Text constructor, and make it a dependency of this polyfill.
+if ("Text" in this) {
+ Text.prototype.after = Element.prototype.after;
+}
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/meta.json b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/meta.json
new file mode 100644
index 0000000..46fdb3d
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.4","default-3.5","default-3.6","default"],"browsers":{"android":"*","bb":"*","chrome":"<55","firefox":"<49","ios_chr":"*","ios_saf":"<10","ie":"6 - *","ie_mob":"10 - *","opera":"*","op_mini":"*","safari":"<10","firefox_mob":"<49","samsung_mob":"*"},"dependencies":["Document","Element","_mutation"],"spec":"http://dom.spec.whatwg.org/#dom-parentnode-append","detectSource":"'Element' in this && 'append' in Element.prototype","testSource":"","baseDir":"Element/prototype/append","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nvar element, child;\n\nfunction nameOf(fn) {\n\treturn Function.prototype.toString.call(fn).match(/function\\s*([^\\s]*)\\(/)[1];\n}\n\nbeforeEach(function () {\n\telement = document.createElement('div');\n\tchild = document.createElement('div');\n\n\telement.appendChild(child);\n});\n\nit('has correct instance', function () {\n\tproclaim.isInstanceOf(element.append, Function);\n});\n\nit('has correct name', function () {\n\tproclaim.equal(nameOf(element.append), 'append');\n});\n\nit('has correct argument length', function () {\n\tproclaim.equal(element.append.length, 0);\n});\n\nit('can append elements to itself', function () {\n\tproclaim.equal(child.append(document.createElement('div')), undefined);\n\tproclaim.equal(child.append(document.createElement('div'), document.createElement('div')), undefined);\n\tproclaim.equal(child.append(document.createElement('div'), 'text'), undefined);\n\n\tproclaim.equal(child.childNodes.length, 5);\n\tproclaim.equal(child.lastChild.nodeName, '#text');\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/min.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/min.js
new file mode 100644
index 0000000..55a3275
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/min.js
@@ -0,0 +1 @@
+Document.prototype.append=Element.prototype.append=function(){this.appendChild(_mutation(arguments))};
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/raw.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/raw.js
new file mode 100644
index 0000000..746bad7
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.append/raw.js
@@ -0,0 +1,5 @@
+
+// Element.prototype.append
+Document.prototype.append = Element.prototype.append = function append() {
+ this.appendChild(_mutation(arguments));
+};
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/meta.json b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/meta.json
new file mode 100644
index 0000000..39034bc
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.4","default-3.5","default-3.6","default"],"browsers":{"android":"*","bb":"*","chrome":"<55","firefox":"<49","ios_chr":"*","ios_saf":"<10","ie":"6 - *","ie_mob":"10 - *","opera":"*","op_mini":"*","safari":"<10","firefox_mob":"<49","samsung_mob":"*"},"dependencies":["Document","Element","_mutation"],"spec":"http://dom.spec.whatwg.org/#dom-childnode-before","docs":"https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/before","detectSource":"'Element' in this && 'before' in Element.prototype","testSource":"","baseDir":"Element/prototype/before","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nvar element, child;\n\nfunction nameOf(fn) {\n\treturn Function.prototype.toString.call(fn).match(/function\\s*([^\\s]*)\\(/)[1];\n}\n\nbeforeEach(function () {\n\telement = document.createElement('div');\n\tchild = document.createElement('div');\n\n\telement.appendChild(child);\n});\n\nit('has correct instance', function () {\n\tproclaim.isInstanceOf(element.before, Function);\n});\n\nit('has correct name', function () {\n\tproclaim.equal(nameOf(element.before), 'before');\n});\n\nit('has correct argument length', function () {\n\tproclaim.equal(element.before.length, 0);\n});\n\nit('can insert elements before itself', function () {\n\tproclaim.equal(child.before('text', document.createElement('div')), undefined);\n\tproclaim.equal(child.before(document.createElement('div')), undefined);\n\tproclaim.equal(child.before(document.createElement('div'), document.createElement('div')), undefined);\n\n\tproclaim.equal(element.childNodes.length, 6);\n\tproclaim.equal(element.firstChild.nodeName, '#text');\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/min.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/min.js
new file mode 100644
index 0000000..1f0e3ee
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/min.js
@@ -0,0 +1 @@
+Document.prototype.before=Element.prototype.before=function(){this.parentNode&&this.parentNode.insertBefore(_mutation(arguments),this)},"Text"in this&&(Text.prototype.before=Element.prototype.before);
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/raw.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/raw.js
new file mode 100644
index 0000000..fb9a39d
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.before/raw.js
@@ -0,0 +1,13 @@
+
+// Element.prototype.before
+Document.prototype.before = Element.prototype.before = function before() {
+ if (this.parentNode) {
+ this.parentNode.insertBefore(_mutation(arguments), this);
+ }
+};
+
+// Not all UAs support the Text constructor. Polyfill on the Text constructor only where it exists
+// TODO: Add a polyfill for the Text constructor, and make it a dependency of this polyfill.
+if ("Text" in this) {
+ Text.prototype.before = Element.prototype.before;
+}
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/meta.json b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/meta.json
new file mode 100644
index 0000000..88909bb
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","modernizr:classlist","blissfuljs"],"browsers":{"ie":"8 - 9","safari":"4 - 4.1"},"dependencies":["Object.defineProperty","_DOMTokenList","Element"],"spec":"https://html.spec.whatwg.org/multipage/dom.html#dom-classlist","docs":"https://developer.mozilla.org/en-US/docs/Web/API/Element/classList","detectSource":"'document' in this && \"classList\" in document.documentElement","testSource":"","baseDir":"Element/prototype/classList","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nit(\"Should be able to add a class using #toggle\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tclassList.toggle(\"classA\");\n\tproclaim.equal(classList.contains(\"classA\"), true);\n});\n\nit(\"Should be able to remove a class using #toggle and return false when indicating class is removed\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tel.className = \"classA\";\n\n\tproclaim.equal(classList.toggle(\"classA\"), false);\n\tproclaim.equal(classList.contains(\"classA\"), false);\n});\n\nit(\"Should allow classes to be added using #add\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\n\tclassList.add(\"classA\");\n\tproclaim.equal(classList.contains(\"classA\"), true);\n});\n\nit(\"Should force add a class using toggle if the second argument is true\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tclassList.add(\"classA\");\n\tclassList.toggle(\"classA\", true);\n\tproclaim.equal(classList.contains(\"classA\"), true);\n});\n\nit(\"Should be indexable\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tel.className = \"a b\";\n\n\t// for old ie\n\tclassList.toString();\n\n\tproclaim.equal(classList[0], 'a');\n\tproclaim.equal(classList[1], 'b');\n});\n\nit(\"Should be indexable using the #item method\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tel.className = \"a b\";\n\n\t// for old ie\n\tclassList.toString();\n\n\tproclaim.equal(classList.item(0), 'a');\n\tproclaim.equal(classList.item(1), 'b');\n});\n\nit(\"Should return the length using the #length method\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tel.className = \"a b\";\n\n\t// for old ie\n\tclassList.toString();\n\n\tproclaim.equal(classList.length, 2);\n});\n\nit(\"Should remove duplicate instances of class\", function() {\n\tvar el = document.createElement(\"p\");\n\tvar classList = el.classList;\n\tel.className = \"a a a\";\n\n\tclassList.remove(\"a\");\n\tproclaim.equal(classList.contains(\"a\"), false);\n\tproclaim.equal(el.className, \"\");\n});\n\nit(\"Should work on svg elements\", function() {\n\tif (!!document.createElementNS && !!document.createElementNS('http://www.w3.org/2000/svg', 'svg')) {\n\t\tvar el = document.createElementNS(\"http://www.w3.org/2000/svg\", \"svg\");\n\t\tvar classList = el.classList;\n\t\tel.setAttribute('class', 'a');\n\n\t\tclassList.add(\"b\");\n\t\tproclaim.equal(classList.contains(\"b\"), true);\n\t\tproclaim.equal(el.className.baseVal, \"a b\");\n\t}\n});\n\nit(\"Should be configurable\", function() {\n\tproclaim.equal(Object.getOwnPropertyDescriptor(Element.prototype, 'classList').configurable, true);\n});"}
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/min.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/min.js
new file mode 100644
index 0000000..b297af9
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/min.js
@@ -0,0 +1 @@
+Object.defineProperty(Element.prototype,"classList",{configurable:!0,get:function(){function t(){var t="object"==typeof o.className?o.className.baseVal:o.className;[].splice.apply(n,[0,n.length].concat((t||"").replace(/^\s+|\s+$/g,"").split(/\s+/)))}function e(){o.attachEvent&&o.detachEvent("onpropertychange",t),"object"==typeof o.className?o.className.baseVal=a.toString.call(n):o.className=a.toString.call(n),o.attachEvent&&o.attachEvent("onpropertychange",t)}var n,o=this,a=_DOMTokenList.prototype,p=function(){};return p.prototype=new _DOMTokenList,p.prototype.item=function(e){return t(),a.item.apply(n,arguments)},p.prototype.toString=function(){return t(),a.toString.apply(n,arguments)},p.prototype.add=function(){return t(),a.add.apply(n,arguments),e()},p.prototype.contains=function(e){return t(),a.contains.apply(n,arguments)},p.prototype.remove=function(){return t(),a.remove.apply(n,arguments),e()},p.prototype.toggle=function(o){return t(),o=a.toggle.apply(n,arguments),e(),o},n=new p,o.attachEvent&&o.attachEvent("onpropertychange",t),n}});
\ No newline at end of file
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/raw.js b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/raw.js
new file mode 100644
index 0000000..90472a1
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.classList/raw.js
@@ -0,0 +1,67 @@
+
+// Element.prototype.classList
+Object.defineProperty(Element.prototype, 'classList', {
+ configurable: true,
+ get: function () {
+
+ function pull() {
+ var className = (typeof element.className === "object" ? element.className.baseVal : element.className);
+ [].splice.apply(classList, [0, classList.length].concat((className || '').replace(/^\s+|\s+$/g, '').split(/\s+/)));
+ }
+
+ function push() {
+ if (element.attachEvent) {
+ element.detachEvent('onpropertychange', pull);
+ }
+
+ if (typeof element.className === "object") {
+ element.className.baseVal = original.toString.call(classList);
+ } else {
+ element.className = original.toString.call(classList);
+ }
+
+ if (element.attachEvent) {
+ element.attachEvent('onpropertychange', pull);
+ }
+ }
+
+ var element = this;
+ var original = _DOMTokenList.prototype;
+ var ClassList = function ClassList() {};
+ var classList;
+
+ ClassList.prototype = new _DOMTokenList;
+
+ ClassList.prototype.item = function item(index) { // eslint-disable-line no-unused-vars
+ return pull(), original.item.apply(classList, arguments);
+ };
+
+ ClassList.prototype.toString = function toString() {
+ return pull(), original.toString.apply(classList, arguments);
+ };
+
+ ClassList.prototype.add = function add() {
+ return pull(), original.add.apply(classList, arguments), push();
+ };
+
+ ClassList.prototype.contains = function contains(token) { // eslint-disable-line no-unused-vars
+ return pull(), original.contains.apply(classList, arguments);
+ };
+
+ ClassList.prototype.remove = function remove() {
+ return pull(), original.remove.apply(classList, arguments), push();
+ };
+
+ ClassList.prototype.toggle = function toggle(token) {
+ return pull(), token = original.toggle.apply(classList, arguments), push(), token;
+ };
+
+ classList = new ClassList;
+
+ if (element.attachEvent) {
+ element.attachEvent('onpropertychange', pull);
+ }
+
+ return classList;
+ }
+});
diff --git a/polyfill-service-api/src/main/resources/polyfills/Element.prototype.cloneNode/meta.json b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.cloneNode/meta.json
new file mode 100644
index 0000000..3c04d7c
--- /dev/null
+++ b/polyfill-service-api/src/main/resources/polyfills/Element.prototype.cloneNode/meta.json
@@ -0,0 +1 @@
+{"aliases":["default-3.3","default-3.4","default-3.5","default-3.6","default","blissfuljs"],"browsers":{"ie":"8"},"dependencies":["Element"],"spec":"http://w3.org/TR/DOM-Level-3-Core/core.html#ID-3A0ED0A4","docs":"https://developer.mozilla.org/en-US/docs/Web/API/Node/cloneNode","detectSource":"'document' in this && \"cloneNode\" in document.documentElement && (function() {\n\tvar test = document.createElement('input');\n\ttest.checked = true;\n\tvar result = test.cloneNode();\n\treturn !!result.checked;\n})()","testSource":"","baseDir":"Element/prototype/cloneNode","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\nfunction create(html) {\n\tvar div = document.createElement('div');\n\tdiv.innerHTML = html;\n\treturn div.firstChild;\n}\nfunction htmlify(el) {\n\treturn el.outerHTML.toLowerCase().replace(/^[\\r\\n\\s]+/, '').replace(/[\\r\\n\\s]+$/, '');\n}\n\nit(\"should clone a node by name\", function() {\n\tvar clone = create('').cloneNode();\n\tproclaim.equal(clone.nodeName, \"DIV\");\n\tproclaim.match(clone.outerHTML, /^\\s*
<\\/div>\\s*$/i);\n});\n\nit('should do deep copy', function() {\n\tvar clone = create('