@zohodesk/react-cli 0.0.1-exp.168.3 → 0.0.1-exp.169.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. package/.eslintignore +7 -7
  2. package/.eslintrc.js +179 -179
  3. package/.prettierrc +6 -0
  4. package/README.md +946 -925
  5. package/bin/cli.js +482 -492
  6. package/cert/Tsicsezwild-22-23.crt +37 -37
  7. package/cert/Tsicsezwild-22-23.key +27 -27
  8. package/docs/CustomChunks.md +26 -26
  9. package/docs/DevStart.md +18 -18
  10. package/docs/HoverActive.md +12 -0
  11. package/docs/InstallNode.md +28 -28
  12. package/docs/TODOS.md +10 -10
  13. package/docs/ValueReplacer.md +60 -60
  14. package/docs/warnings_while_install.txt +35 -35
  15. package/files/eslintrc.js +62 -62
  16. package/files/prettierrc.js +3 -3
  17. package/lib/configs/jest.config.js +1 -3
  18. package/lib/configs/webpack.css.umd.config.js +4 -4
  19. package/lib/configs/webpack.dev.config.js +1 -1
  20. package/lib/configs/webpack.docs.config.js +1 -1
  21. package/lib/configs/webpack.impact.config.js +3 -1
  22. package/lib/configs/webpack.prod.config.js +4 -2
  23. package/lib/jest/preProcessors/cssPreprocessor.js +2 -0
  24. package/lib/loaderUtils/configsAssetsLoaders.js +62 -33
  25. package/lib/loaders/workerLoader.js +9 -9
  26. package/lib/pluginUtils/getDevPlugins.js +5 -5
  27. package/lib/pluginUtils/getProdPlugins.js +5 -5
  28. package/lib/plugins/EFCPlugin.md +6 -6
  29. package/lib/plugins/I18NInjectIntoIndexPlugin.js +4 -4
  30. package/lib/plugins/I18nSplitPlugin/I18nDownlodLogic.js +38 -38
  31. package/lib/plugins/I18nSplitPlugin/I18nFilesEmitter.js +30 -30
  32. package/lib/plugins/I18nSplitPlugin/I18nKeysIdentifer.js +8 -8
  33. package/lib/plugins/I18nSplitPlugin/I18nSplit.md +95 -86
  34. package/lib/plugins/I18nSplitPlugin/README.md +25 -25
  35. package/lib/plugins/I18nSplitPlugin/index.js +57 -57
  36. package/lib/plugins/ResourceHintsPlugin.js +17 -17
  37. package/lib/plugins/RtlSplitPlugin/RtlCssPlugin.js +6 -6
  38. package/lib/plugins/RtlSplitPlugin/RtrSplit.md +30 -30
  39. package/lib/plugins/ServiceWorkerPlugin.js +9 -9
  40. package/lib/plugins/TPHashMappingPlugin.js +4 -4
  41. package/lib/postcss-plugins/RTLSplitPlugin.js +10 -10
  42. package/lib/postcss-plugins/__test__/hoverActivePlugin.spec.js +22 -0
  43. package/lib/postcss-plugins/__test__/test1Input.css +39 -0
  44. package/lib/postcss-plugins/__test__/test1Output.css +39 -0
  45. package/lib/postcss-plugins/hoverActivePlugin.js +50 -42
  46. package/lib/schemas/index.js +8 -3
  47. package/lib/servers/getCliPath.js +7 -3
  48. package/lib/sh/pre-commit.sh +34 -34
  49. package/lib/sh/reportPublish.sh +45 -45
  50. package/lib/utils/buildstats.html +148 -148
  51. package/lib/utils/resultSchema.json +73 -73
  52. package/npm8.md +9 -9
  53. package/package.json +148 -148
  54. package/postpublish.js +6 -6
  55. package/templates/app/.eslintrc.js +140 -140
  56. package/templates/app/README.md +12 -12
  57. package/templates/app/app/index.html +24 -24
  58. package/templates/app/app/properties/ApplicationResources_en_US.properties +1 -1
  59. package/templates/app/app/properties/i18nkeys.json +3 -3
  60. package/templates/app/docs/all.html +69 -69
  61. package/templates/app/mockapi/index.js +18 -18
  62. package/templates/app/package.json +37 -37
  63. package/templates/app/src/actions/SampleActions/index.js +37 -37
  64. package/templates/app/src/actions/index.js +65 -65
  65. package/templates/app/src/appUrls.js +19 -19
  66. package/templates/app/src/components/Alert/Alert.js +134 -134
  67. package/templates/app/src/components/Alert/Alert.module.css +79 -79
  68. package/templates/app/src/components/FreezeLayer/FreezeLayer.css +37 -37
  69. package/templates/app/src/components/FreezeLayer/FreezeLayer.js +84 -84
  70. package/templates/app/src/components/Sample/Sample.module.css +11 -11
  71. package/templates/app/src/components/Sample/SampleList.js +61 -61
  72. package/templates/app/src/components/Slider/Slider.css +41 -41
  73. package/templates/app/src/components/Slider/Slider.js +55 -55
  74. package/templates/app/src/containers/AlertContainer/index.js +15 -15
  75. package/templates/app/src/containers/AppContainer/index.js +96 -96
  76. package/templates/app/src/containers/AppContainer/index.module.css +27 -27
  77. package/templates/app/src/containers/CustomMatch/index.js +65 -65
  78. package/templates/app/src/containers/DevTools/index.js +10 -10
  79. package/templates/app/src/containers/Header/index.js +67 -67
  80. package/templates/app/src/containers/Header/index.module.css +43 -43
  81. package/templates/app/src/containers/Redirect/index.js +63 -63
  82. package/templates/app/src/containers/Redirector/index.js +47 -47
  83. package/templates/app/src/containers/SampleListContainer/ListContainer.js +42 -42
  84. package/templates/app/src/containers/SampleListContainer/ListContainer.module.css +3 -3
  85. package/templates/app/src/historyChange.js +5 -5
  86. package/templates/app/src/index.html +10 -10
  87. package/templates/app/src/index.js +24 -24
  88. package/templates/app/src/middleware/PromiseMiddleware.js +59 -59
  89. package/templates/app/src/reducers/alertData.js +11 -11
  90. package/templates/app/src/reducers/index.js +6 -6
  91. package/templates/app/src/reducers/samples.js +19 -19
  92. package/templates/app/src/store/configureStore.dev.js +51 -51
  93. package/templates/app/src/store/configureStore.js +5 -5
  94. package/templates/app/src/store/configureStore.prod.js +26 -26
  95. package/templates/app/src/util/Common.js +5 -5
  96. package/templates/app/src/util/RequestAPI.js +132 -132
  97. package/templates/docs/all.html +249 -249
  98. package/templates/docs/component.html +178 -178
  99. package/templates/docs/components.html +221 -221
  100. package/templates/docs/css/b.min.css +6 -6
  101. package/templates/docs/css/component.css +42 -42
  102. package/templates/docs/css/componentTest.css +6 -6
  103. package/templates/docs/css/hopscotch.css +585 -585
  104. package/templates/docs/css/style.css +1022 -1022
  105. package/templates/docs/impactReportTemplate.html +154 -154
  106. package/templates/docs/index.html +1493 -1493
  107. package/templates/docs/js/active-line.js +72 -72
  108. package/templates/docs/js/b.min.js +7 -7
  109. package/templates/docs/js/codemirror.js +9680 -9680
  110. package/templates/docs/js/designTokens.js +334 -334
  111. package/templates/docs/js/j.min.js +4 -4
  112. package/templates/docs/js/javascript.js +874 -874
  113. package/templates/docs/js/matchbrackets.js +145 -145
  114. package/lib/postcss-plugins/keyframesPlugin.js +0 -126
@@ -27,9 +27,7 @@ let commonConfig = {
27
27
  '^.+\\.css$': _path.default.resolve(__dirname, '..', 'jest', 'preProcessors', 'cssPreprocessor.js'),
28
28
  '^(?!.*\\.(js|jsx|css|json)$)': _path.default.resolve(__dirname, '..', 'jest', 'preProcessors', 'otherFilesPreprocessor.js')
29
29
  },
30
- moduleNameMapper: { ...moduleNameMapper,
31
- '\\.(css|less)$': 'identity-obj-proxy'
32
- },
30
+ moduleNameMapper: moduleNameMapper,
33
31
  transformIgnorePatterns: ['/node_modules/(?!(@zohodesk)/)'],
34
32
  // transformIgnorePatterns: ['/node_modules.*?.js$'],
35
33
  moduleFileExtensions: ['js'],
@@ -67,10 +67,10 @@ module.exports = {
67
67
  }],
68
68
  include: _path.default.join(appPath, 'src')
69
69
  }
70
- /*,
71
- {
72
- test: /\.css$/,
73
- use: [MiniCssExtractPlugin.loader, 'css-loader']
70
+ /*,
71
+ {
72
+ test: /\.css$/,
73
+ use: [MiniCssExtractPlugin.loader, 'css-loader']
74
74
  }*/
75
75
  , {
76
76
  test: /(\.module)?\.css$/,
@@ -104,7 +104,7 @@ module.exports = {
104
104
  } : null, {
105
105
  test: seperateCssModules ? /\.module\.css$/ : /(\.module)?\.css$/,
106
106
  use: (0, _loaderUtils.getCSSLoaders)(hasRTL, combinerMq, rtlExclude, hoverActive, null, cssUniqueness, selectorReplace, cssHashSelectors, classNamePrefix)
107
- }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), {
107
+ }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configVideoLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), {
108
108
  test: /\.tmpl$/,
109
109
  use: [{
110
110
  loader: 'html-loader',
@@ -76,7 +76,7 @@ module.exports = isSSTest => ({
76
76
  }, {
77
77
  test: /(\.module)?\.css$/,
78
78
  use: (0, _loaderUtils.getCSSLoaders)(hasRTL, combinerMq, rtlExclude, hoverActive, false, cssUniqueness, null, cssHashSelectors, classNamePrefix)
79
- }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), {
79
+ }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), (0, _configsAssetsLoaders.configVideoLoader)(nameTemplate), {
80
80
  test: /\.html$/,
81
81
  use: {
82
82
  loader: 'html-loader',
@@ -19,6 +19,8 @@ let {
19
19
  cssUniqueness,
20
20
  hasRTL,
21
21
  rtlExclude,
22
+ hoverActive,
23
+ combinerMq,
22
24
  cssHashSelectors,
23
25
  enableChunkHash,
24
26
  classNamePrefix
@@ -69,7 +71,7 @@ module.exports = {
69
71
  }, {
70
72
  test: /(\.module)?\.css$/,
71
73
  use: (0, _loaderUtils.getCSSLoaders)(hasRTL, rtlExclude, combinerMq, hoverActive, false, cssUniqueness, null, cssHashSelectors, classNamePrefix)
72
- }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), {
74
+ }, (0, _configsAssetsLoaders.configImageLoader)(nameTemplate), (0, _configsAssetsLoaders.configFontLoader)(nameTemplate), (0, _configsAssetsLoaders.configSVGLoader)(nameTemplate), (0, _configsAssetsLoaders.configAudioLoader)(nameTemplate), (0, _configsAssetsLoaders.configVideoLoader)(nameTemplate), {
73
75
  test: /\.html$/,
74
76
  use: {
75
77
  loader: 'html-loader',
@@ -12,6 +12,8 @@ var _loaderUtils = require("../loaderUtils");
12
12
 
13
13
  var _libAlias = require("./libAlias");
14
14
 
15
+ var _configsAssetsLoaders = require("../loaderUtils/configsAssetsLoaders");
16
+
15
17
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
18
 
17
19
  // import TerserPlugin from 'terser-webpack-plugin';
@@ -146,7 +148,7 @@ module.exports = {
146
148
  }, seperateCssModules ? {
147
149
  test: /\.css$/,
148
150
  exclude: /\.module\.css$/,
149
- use: (0, _loaderUtils.getCSSLoaders)(hasRTL, rtlExclude, hoverActive, combinerMq, keyframesRedMtn, '[local]', false, null)
151
+ use: (0, _loaderUtils.getCSSLoaders)(hasRTL, rtlExclude, hoverActive, combinerMq, '[local]', false, null)
150
152
  } : null, {
151
153
  test: seperateCssModules ? /\.module\.css$/ : /\.css$/,
152
154
  use: (0, _loaderUtils.getCSSLoaders)(hasRTL, combinerMq, rtlExclude, hoverActive, false, cssUniqueness, selectorReplace, cssHashSelectors, classNamePrefix)
@@ -160,7 +162,7 @@ module.exports = {
160
162
  fallback: _path.default.join(__dirname, '..', 'loaders', 'fileLoader.js')
161
163
  }
162
164
  }]
163
- }, {
165
+ }, (0, _configsAssetsLoaders.configVideoLoaderObj)(enableChunkHash ? './images/[name].[hash:20].[ext]' : './images/[name].[ext]'), {
164
166
  test: /\.woff2|\.woff$|\.ttf$|\.eot$/,
165
167
  use: [{
166
168
  loader: 'url-loader',
@@ -24,6 +24,8 @@ module.exports = {
24
24
 
25
25
  let jsonMap = _fs.default.readFileSync(`jsonFile_test_${count}.json`, 'UTF-8');
26
26
 
27
+ _fs.default.unlinkSync(`jsonFile_test_${count}.json`);
28
+
27
29
  return `module.exports =${jsonMap}`;
28
30
  }
29
31
  };
@@ -7,12 +7,20 @@ exports.configAudioLoader = configAudioLoader;
7
7
  exports.configFontLoader = configFontLoader;
8
8
  exports.configImageLoader = configImageLoader;
9
9
  exports.configSVGLoader = configSVGLoader;
10
+ exports.configVideoLoader = configVideoLoader;
11
+ exports.configVideoLoaderObj = configVideoLoaderObj;
10
12
  exports.createNameTemplate = createNameTemplate;
13
+
14
+ var _path = _interopRequireDefault(require("path"));
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
11
18
  // function getLoaderOptionQueryString(params) {
12
19
  const ImageExtRegex = /\.jpe?g$|\.gif$|\.png$/;
13
20
  const FontExtRegex = /\.woff2|\.woff$|\.ttf$|\.eot$/;
14
21
  const SVGExtRegex = /\.svg$/;
15
22
  const AudioExtRegex = /\.ogg$/;
23
+ const VidioExtRegex = /\.mp4$/;
16
24
 
17
25
  function createLoaderOptionQueryString(loaderName, nameTemplate, limit = 1000) {
18
26
  return `${loaderName}?limit=${limit}&name=${nameTemplate}`;
@@ -46,43 +54,64 @@ function configAudioLoader(nameTemplate) {
46
54
  };
47
55
  }
48
56
 
57
+ function configVideoLoader(nameTemplate) {
58
+ return {
59
+ test: VidioExtRegex,
60
+ use: createLoaderOptionQueryString('url-loader', `./images/${nameTemplate}`, 1)
61
+ };
62
+ }
63
+
64
+ function configVideoLoaderObj(nameTemplate) {
65
+ return {
66
+ test: VidioExtRegex,
67
+ use: {
68
+ loader: 'url-loader',
69
+ options: {
70
+ limit: 1000,
71
+ name: nameTemplate,
72
+ fallback: _path.default.join(__dirname, '..', 'loaders', 'fileLoader.js')
73
+ }
74
+ }
75
+ };
76
+ }
77
+
49
78
  function createNameTemplate(enableChunkHash) {
50
79
  const ext = `${enableChunkHash ? '.[hash:20]' : ''}.[ext]`;
51
80
  return `[name]${ext}`;
52
81
  }
53
- /*
54
- export function createImageAndFontsAndSVGLoaders(enableChunkHash) {
55
- const nameTemplate = createNameTemplate(enableChunkHash);
56
- return [
57
- configImageLoader(nameTemplate),
58
- configFontLoader(nameTemplate),
59
- configSVGLoader(nameTemplate),
60
- configAudioLoader(nameTemplate)
61
- ];
62
- }
82
+ /*
83
+ export function createImageAndFontsAndSVGLoaders(enableChunkHash) {
84
+ const nameTemplate = createNameTemplate(enableChunkHash);
85
+ return [
86
+ configImageLoader(nameTemplate),
87
+ configFontLoader(nameTemplate),
88
+ configSVGLoader(nameTemplate),
89
+ configAudioLoader(nameTemplate)
90
+ ];
91
+ }
63
92
  */
64
93
 
65
- /*
66
- export function createLoaderOptionObject(
67
- loaderName,
68
- nameTemplate,
69
- fallback,
70
- limit = 1000
71
- ) {
72
- return {
73
- loader: loaderName,
74
- options: {
75
- limit,
76
- name: nameTemplate,
77
- fallback
78
- }
79
- };
80
- }
81
-
82
- function configLoaderObject(filter, loaderAndOptions) {
83
- return {
84
- test: filter,
85
- use: loaderAndOptions
86
- };
87
- }
94
+ /*
95
+ export function createLoaderOptionObject(
96
+ loaderName,
97
+ nameTemplate,
98
+ fallback,
99
+ limit = 1000
100
+ ) {
101
+ return {
102
+ loader: loaderName,
103
+ options: {
104
+ limit,
105
+ name: nameTemplate,
106
+ fallback
107
+ }
108
+ };
109
+ }
110
+
111
+ function configLoaderObject(filter, loaderAndOptions) {
112
+ return {
113
+ test: filter,
114
+ use: loaderAndOptions
115
+ };
116
+ }
88
117
  */
@@ -16,7 +16,7 @@ var _SingleEntryPlugin = _interopRequireDefault(require("webpack/lib/SingleEntry
16
16
 
17
17
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
18
18
 
19
- /* import WebWorkerTemplatePlugin from 'webpack/lib/webworker/WebWorkerTemplatePlugin';
19
+ /* import WebWorkerTemplatePlugin from 'webpack/lib/webworker/WebWorkerTemplatePlugin';
20
20
  import ExternalsPlugin from 'webpack/lib/ExternalsPlugin'; */
21
21
  const schema = {
22
22
  'type': 'object',
@@ -80,14 +80,14 @@ function pitch(request) {
80
80
  globalObject: 'self'
81
81
  };
82
82
  workerContext.compiler = this._compilation.createChildCompiler(`worker-loader ${request}`, workerContext.options);
83
- /*
84
- new WebWorkerTemplatePlugin().apply(workerContext.compiler);
85
-
86
- if (compilerOptions.externals) {
87
- new ExternalsPlugin(
88
- getExternalsType(compilerOptions),
89
- compilerOptions.externals
90
- ).apply(workerContext.compiler);
83
+ /*
84
+ new WebWorkerTemplatePlugin().apply(workerContext.compiler);
85
+
86
+ if (compilerOptions.externals) {
87
+ new ExternalsPlugin(
88
+ getExternalsType(compilerOptions),
89
+ compilerOptions.externals
90
+ ).apply(workerContext.compiler);
91
91
  } */
92
92
 
93
93
  new _SingleEntryPlugin.default(this.context, `!!${request}`, _path.default.parse(this.resourcePath).name).apply(workerContext.compiler);
@@ -103,11 +103,11 @@ let getDevPlugins = (options, publicPath) => {
103
103
  }
104
104
 
105
105
  const i18nManifestFileName = 'i18n-manifest.json';
106
- /**
107
- * NOTE:
108
- * this file name ext .i18n.js added
109
- * Because, in service worker they maintain cache as file name based
110
- * So, to make differce we added .i18n.js ext.
106
+ /**
107
+ * NOTE:
108
+ * this file name ext .i18n.js added
109
+ * Because, in service worker they maintain cache as file name based
110
+ * So, to make differce we added .i18n.js ext.
111
111
  */
112
112
 
113
113
  const i18nFileNameTemplate = 'i18n-chunk/[locale]/[name].i18n.js';
@@ -108,11 +108,11 @@ let getProdPlugins = (options, publicPath = '') => {
108
108
  }
109
109
 
110
110
  const i18nManifestFileName = 'i18n-manifest.json';
111
- /**
112
- * NOTE:
113
- * this file name ext .i18n.js added
114
- * Because, in service worker they maintain cache as file name based
115
- * So, to make differce we added .i18n.js ext.
111
+ /**
112
+ * NOTE:
113
+ * this file name ext .i18n.js added
114
+ * Because, in service worker they maintain cache as file name based
115
+ * So, to make differce we added .i18n.js ext.
116
116
  */
117
117
 
118
118
  const i18nFileNameTemplate = 'i18n-chunk/[locale]/[name].[chunkhash].i18n.js';
@@ -1,6 +1,6 @@
1
- # EFC Plugin
2
-
3
- In EFC plugin we are create sdk file for efc related purpose
4
-
5
-
6
- # document will be soon
1
+ # EFC Plugin
2
+
3
+ In EFC plugin we are create sdk file for efc related purpose
4
+
5
+
6
+ # document will be soon
@@ -116,10 +116,10 @@ class I18NInjectIntoIndexPlugin {
116
116
  i18nObj = i18nFiles.reduce((res, next) => {
117
117
  let fileName = next.replace(`i18n${_path.default.sep}`, '');
118
118
  let splittedFileName = fileName.split('.');
119
- /* if (this.isDevelopment) {
120
- res[splittedFileName[0]] = `${this.publicPath}/i18n/${fileName}`;
121
- } else {
122
- res[splittedFileName[0]] = fileName;
119
+ /* if (this.isDevelopment) {
120
+ res[splittedFileName[0]] = `${this.publicPath}/i18n/${fileName}`;
121
+ } else {
122
+ res[splittedFileName[0]] = fileName;
123
123
  } */
124
124
 
125
125
  res[splittedFileName[0]] = `${this.publicPath}/i18n/${fileName}`;
@@ -13,23 +13,23 @@ var _hashUtils = require("./utils/hashUtils");
13
13
 
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
- /**
17
- * this plugin for the download i18n files
18
- * So, if need to downoad i18n in browser this plugin handle that
19
- *
20
- *
21
- * this plugin works
22
- * how it works?
23
- * this plugin hook the requireEnsure method and we write logic for current compiled file download logic
24
- *
25
- * hinds:-
26
- * requireEnsure method was loader for all js chunk's ,
27
- * which means if we use dynamic import then this function will create script tag for that dynamic resource
28
- * so every dynamic js chunk will load by this function,
29
- * So we update this function with when dynamic jschunk call the nour code also execute
30
- *
31
- * some thing missing in this definetion
32
- *
16
+ /**
17
+ * this plugin for the download i18n files
18
+ * So, if need to downoad i18n in browser this plugin handle that
19
+ *
20
+ *
21
+ * this plugin works
22
+ * how it works?
23
+ * this plugin hook the requireEnsure method and we write logic for current compiled file download logic
24
+ *
25
+ * hinds:-
26
+ * requireEnsure method was loader for all js chunk's ,
27
+ * which means if we use dynamic import then this function will create script tag for that dynamic resource
28
+ * so every dynamic js chunk will load by this function,
29
+ * So we update this function with when dynamic jschunk call the nour code also execute
30
+ *
31
+ * some thing missing in this definetion
32
+ *
33
33
  */
34
34
  // import { REGEXP_HASH, REGEXP_CHUNKHASH } from './utils/hashUtils';
35
35
  const pluginName = 'DownloadLogicOfI18n'; // const pluginName = 'i18n-plugin';
@@ -126,20 +126,20 @@ class I18nDownlodLogic {
126
126
  return _webpack.Template.asString([source, '', '// object to store loaded I18N chunks', 'var installedI18nChunks = {', _webpack.Template.indent(mainChunk.ids.map(id => `${JSON.stringify(id)}: 0`).join(',\n')), '};']);
127
127
  });
128
128
  mainTemplate.hooks.requireEnsure.tap(pluginName, (source, mainChunk, hash) => {
129
- /**
130
- * for Information this is tapped in mainTemplate ,
131
- * So this hooks argument chunk is main chunk means entry chunk mostly.
132
- * if any chunk has i18n then we must write our download i18n logic,
129
+ /**
130
+ * for Information this is tapped in mainTemplate ,
131
+ * So this hooks argument chunk is main chunk means entry chunk mostly.
132
+ * if any chunk has i18n then we must write our download i18n logic,
133
133
  */
134
134
  const chunkMap = this.getI18nChunkObject(mainChunk);
135
135
 
136
136
  if (!Object.keys(chunkMap).length) {
137
137
  return source;
138
138
  }
139
- /**
140
- * chunkMaps has
141
- * @property {Object} hash [it has key as chunk id and value as chunkHash ]
142
- * @property {Object} name [it has key as chunk id and value as chunk name ]
139
+ /**
140
+ * chunkMaps has
141
+ * @property {Object} hash [it has key as chunk id and value as chunkHash ]
142
+ * @property {Object} name [it has key as chunk id and value as chunk name ]
143
143
  */
144
144
 
145
145
 
@@ -176,22 +176,22 @@ class I18nDownlodLogic {
176
176
  },
177
177
  contentHashType: MODULE_TYPE
178
178
  });
179
- /** IDEA:
180
- * as my suggestion ignore this `jsop` approch,
181
- * Because json parse is faster then js parse.
182
- * my suggestion is make ajax or fetch request
179
+ /** IDEA:
180
+ * as my suggestion ignore this `jsop` approch,
181
+ * Because json parse is faster then js parse.
182
+ * my suggestion is make ajax or fetch request
183
183
  */
184
184
 
185
185
  const buf = [];
186
- /*
187
- if (REGEXP_HASH.test(filenameTemplate)) {
188
- buf.push(
189
- `var hash = ${mainTemplate.renderCurrentHashCode(hash)};`
190
- );
191
- }
192
- if (REGEXP_CHUNKHASH.test(filenameTemplate)) {
193
- buf.push(`var chunkHashes = ${JSON.stringify(chunkMaps.hash)};`);
194
- }
186
+ /*
187
+ if (REGEXP_HASH.test(filenameTemplate)) {
188
+ buf.push(
189
+ `var hash = ${mainTemplate.renderCurrentHashCode(hash)};`
190
+ );
191
+ }
192
+ if (REGEXP_CHUNKHASH.test(filenameTemplate)) {
193
+ buf.push(`var chunkHashes = ${JSON.stringify(chunkMaps.hash)};`);
194
+ }
195
195
  */
196
196
 
197
197
  if ((0, _hashUtils.hasContentHash)(filenameTemplate)) {
@@ -13,8 +13,8 @@ var _getI18nKeysFormModules = _interopRequireDefault(require("./utils/getI18nKey
13
13
 
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
- /**
17
- * this plugin was creating the chunk specific i18n chunk's.
16
+ /**
17
+ * this plugin was creating the chunk specific i18n chunk's.
18
18
  */
19
19
  // this plugin's kick starter is apply method
20
20
  const pluginName = 'I18nFilesEmitter';
@@ -141,40 +141,40 @@ class I18nFilesEmitter {
141
141
  }
142
142
 
143
143
  apply(compiler) {
144
- /*
145
- compiler.hooks.thisCompilation.tap(pluginName, compilation => {
146
- compilation.mainTemplate.hooks.renderManifest.tap(
147
- pluginName,
148
- (result, { chunk }) => {
149
- this.renderChunk(result, compilation, chunk);
150
- }
151
- );
152
- compilation.chunkTemplate.hooks.renderManifest.tap(
153
- pluginName,
154
- (result, { chunk }) => {
155
- this.renderChunk(result, compilation, chunk);
156
- }
157
- );
158
- });
144
+ /*
145
+ compiler.hooks.thisCompilation.tap(pluginName, compilation => {
146
+ compilation.mainTemplate.hooks.renderManifest.tap(
147
+ pluginName,
148
+ (result, { chunk }) => {
149
+ this.renderChunk(result, compilation, chunk);
150
+ }
151
+ );
152
+ compilation.chunkTemplate.hooks.renderManifest.tap(
153
+ pluginName,
154
+ (result, { chunk }) => {
155
+ this.renderChunk(result, compilation, chunk);
156
+ }
157
+ );
158
+ });
159
159
  */
160
160
  // this below hook was tapped for create asssets(file) for chunk specific i18nChunk Files
161
161
  compiler.hooks.emit.tap(pluginName, compilation => {
162
162
  this.emitI18nAssert(compilation);
163
163
  });
164
164
  }
165
- /*
166
- renderChunk(result, compilation, chunk) {
167
- const i18nKeys = getI18nKeysFormModules(chunk.modulesIterable);
168
- // TODO: need to discuss with vimal ji can we chose this place for add i18n locale files ????
169
- // IDEA: we chose this place for add i18n locale files ????
170
- if (i18nKeys.length > 0) {
171
- Object.keys(this.allI18nObject).forEach(locale => {
172
- result.push(
173
- this.renderI18nLocaleChunk(chunk, locale, i18nKeys, compilation)
174
- );
175
- });
176
- }
177
- }
165
+ /*
166
+ renderChunk(result, compilation, chunk) {
167
+ const i18nKeys = getI18nKeysFormModules(chunk.modulesIterable);
168
+ // TODO: need to discuss with vimal ji can we chose this place for add i18n locale files ????
169
+ // IDEA: we chose this place for add i18n locale files ????
170
+ if (i18nKeys.length > 0) {
171
+ Object.keys(this.allI18nObject).forEach(locale => {
172
+ result.push(
173
+ this.renderI18nLocaleChunk(chunk, locale, i18nKeys, compilation)
174
+ );
175
+ });
176
+ }
177
+ }
178
178
  */
179
179
 
180
180
 
@@ -14,14 +14,14 @@ var _NullFactory = _interopRequireDefault(require("webpack/lib/NullFactory"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  const pluginName = 'I18nKeysIdentifer';
17
- /**
18
- * this plugin search the i18 keys and make it as I18nDependency.
19
- * how it works?
20
- * this plugin get jsResourceI18nKeys in constructor.
21
- * we walk throught the js files AST
22
- * if any string literal in that AST is in jsResourceI18nKeys then we consider that string as I18n key
23
- * after the walk of AST we get some I18n keys
24
- * then we make it as I18nDependency.
17
+ /**
18
+ * this plugin search the i18 keys and make it as I18nDependency.
19
+ * how it works?
20
+ * this plugin get jsResourceI18nKeys in constructor.
21
+ * we walk throught the js files AST
22
+ * if any string literal in that AST is in jsResourceI18nKeys then we consider that string as I18n key
23
+ * after the walk of AST we get some I18n keys
24
+ * then we make it as I18nDependency.
25
25
  */
26
26
 
27
27
  class I18nKeysIdentifer {