@fgv/ts-res-browser 5.0.0-2 → 5.0.0-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/cli.js +97 -21
  2. package/package.json +15 -7
  3. package/.rush/temp/587277bfc395406ad444e989b6c309b9698f534c.tar.log +0 -15
  4. package/.rush/temp/chunked-rush-logs/ts-res-browser.build.chunks.jsonl +0 -35
  5. package/.rush/temp/operation/build/all.log +0 -35
  6. package/.rush/temp/operation/build/log-chunks.jsonl +0 -35
  7. package/.rush/temp/operation/build/state.json +0 -3
  8. package/.rush/temp/shrinkwrap-deps.json +0 -1225
  9. package/TS_RES_BROWSER_PLAN.md +0 -689
  10. package/babel.config.js +0 -17
  11. package/config/jest.config.json +0 -13
  12. package/config/rig.json +0 -16
  13. package/postcss.config.js +0 -3
  14. package/public/index.html +0 -15
  15. package/rush-logs/ts-res-browser.build.cache.log +0 -3
  16. package/rush-logs/ts-res-browser.build.log +0 -35
  17. package/src/App.tsx +0 -274
  18. package/src/cli.ts +0 -44
  19. package/src/components/common/FileImporter.tsx +0 -143
  20. package/src/components/common/NavigationWarningModal.tsx +0 -62
  21. package/src/components/layout/AppLayout.tsx +0 -46
  22. package/src/components/layout/Header.tsx +0 -22
  23. package/src/components/layout/MessagesWindow.tsx +0 -108
  24. package/src/components/layout/Sidebar.tsx +0 -99
  25. package/src/components/tools/CompiledBrowser.tsx +0 -949
  26. package/src/components/tools/ConfigurationTool.tsx +0 -1405
  27. package/src/components/tools/FilterTool.tsx +0 -1114
  28. package/src/components/tools/ImportTool.tsx +0 -249
  29. package/src/components/tools/ResolutionViewer.tsx +0 -1672
  30. package/src/components/tools/SourceBrowser.tsx +0 -496
  31. package/src/components/tools/ZipLoader.tsx +0 -302
  32. package/src/hooks/useAppState.ts +0 -111
  33. package/src/hooks/useFileImport.ts +0 -86
  34. package/src/hooks/useNavigationWarning.ts +0 -67
  35. package/src/hooks/useResourceManager.ts +0 -295
  36. package/src/hooks/useUrlParams.ts +0 -56
  37. package/src/index.css +0 -38
  38. package/src/main.tsx +0 -16
  39. package/src/types/app.ts +0 -70
  40. package/src/types/fileSystemAccess.d.ts +0 -94
  41. package/src/utils/browserFileTreeAccessors.ts +0 -245
  42. package/src/utils/fileImport.ts +0 -336
  43. package/src/utils/fileTreeConverter.ts +0 -160
  44. package/src/utils/filterResources.ts +0 -677
  45. package/src/utils/tsResIntegration.ts +0 -467
  46. package/src/utils/urlParams.ts +0 -238
  47. package/src/utils/zip/browserZipFileTreeAccessors.ts +0 -385
  48. package/tailwind.config.js +0 -21
  49. package/test-data/README.md +0 -184
  50. package/test-data/config-variations/README.md +0 -64
  51. package/test-data/config-variations/composition-terminology.json +0 -112
  52. package/test-data/config-variations/enterprise-complex.json +0 -129
  53. package/test-data/config-variations/gaming-app.json +0 -87
  54. package/test-data/config-variations/high-priority-language.json +0 -65
  55. package/test-data/config-variations/minimal-basic.json +0 -37
  56. package/test-data/config-variations/qualifier-default-values.json +0 -71
  57. package/test-data/config-variations/territory-first.json +0 -68
  58. package/test-data/config-variations/territory-hierarchy-test.json +0 -31
  59. package/test-data/config-variations/territory-hierarchy-unconstrained.json +0 -32
  60. package/test-data/default-matching-test/greeting.res.json +0 -83
  61. package/test-data/default-matching-test/only-defaults.res.json +0 -48
  62. package/test-data/sample-project/package.json +0 -27
  63. package/test-data/sample-project/src/resources/app-config.json +0 -27
  64. package/test-data/sample-project/src/resources/app.json +0 -177
  65. package/test-data/sample-project/src/resources/config/app.env=development.json +0 -21
  66. package/test-data/sample-project/src/resources/config/app.json +0 -21
  67. package/test-data/sample-project/src/resources/config/app.platform=mobile.json +0 -23
  68. package/test-data/sample-project/src/resources/feature-flags.json +0 -23
  69. package/test-data/sample-project/src/resources/home=CA/common.json +0 -16
  70. package/test-data/sample-project/src/resources/images/density=hdpi.json +0 -29
  71. package/test-data/sample-project/src/resources/images/home.json +0 -29
  72. package/test-data/sample-project/src/resources/images/logout.json +0 -14
  73. package/test-data/sample-project/src/resources/images/settings.json +0 -14
  74. package/test-data/sample-project/src/resources/images/ui-icons.json +0 -29
  75. package/test-data/sample-project/src/resources/images/user.density=hdpi.json +0 -14
  76. package/test-data/sample-project/src/resources/images/user.json +0 -14
  77. package/test-data/sample-project/src/resources/lang=en-US/common.json +0 -15
  78. package/test-data/sample-project/src/resources/language=en-CA/ui-terms.json +0 -19
  79. package/test-data/sample-project/src/resources/language=en-GB/ui-terms.json +0 -30
  80. package/test-data/sample-project/src/resources/language=fr-CA/ui-terms.json +0 -25
  81. package/test-data/sample-project/src/resources/language=nl-BE/ui-terms.json +0 -17
  82. package/test-data/sample-project/src/resources/region=europe/feature-flags.json +0 -17
  83. package/test-data/sample-project/src/resources/region=north-america/feature-flags.json +0 -18
  84. package/test-data/sample-project/src/resources/strings/dashboard.home=CA,language=fr.json +0 -20
  85. package/test-data/sample-project/src/resources/strings/dashboard.json +0 -18
  86. package/test-data/sample-project/src/resources/strings/dashboard.role=admin.json +0 -23
  87. package/test-data/sample-project/src/resources/strings/dashboard.role=user.json +0 -21
  88. package/test-data/sample-project/src/resources/strings/language=en-US.json +0 -16
  89. package/test-data/sample-project/src/resources/strings.json +0 -78
  90. package/test-data/sample-project/src/resources/territory=BE/app-config.json +0 -19
  91. package/test-data/sample-project/src/resources/territory=CA/app-config.json +0 -21
  92. package/test-data/sample-project/src/resources/territory=GB/app-config.json +0 -25
  93. package/test-data/sample-project/src/resources/territory=NL/app-config.json +0 -25
  94. package/test-data/sample-project/src/resources/ui-terms.json +0 -96
  95. package/test-data/sample-project/src/resources-config.json +0 -111
  96. package/tsconfig.json +0 -27
  97. package/webpack.config.js +0 -60
package/webpack.config.js DELETED
@@ -1,60 +0,0 @@
1
- const path = require('path');
2
- const HtmlWebpackPlugin = require('html-webpack-plugin');
3
- const webpack = require('webpack');
4
-
5
- module.exports = {
6
- entry: './src/main.tsx',
7
- output: {
8
- path: path.resolve(__dirname, 'dist'),
9
- filename: 'bundle.js',
10
- clean: true
11
- },
12
- resolve: {
13
- extensions: ['.ts', '.tsx', '.js', '.jsx'],
14
- fallback: {
15
- // Only keep the polyfills we actually need
16
- crypto: require.resolve('crypto-browserify'),
17
- stream: require.resolve('stream-browserify'),
18
- util: require.resolve('util'),
19
- buffer: require.resolve('buffer/'),
20
- process: require.resolve('process/browser'),
21
- zlib: require.resolve('browserify-zlib'),
22
- assert: require.resolve('assert/'),
23
- // Remove fs and path since we're using in-memory FileTree
24
- fs: false,
25
- path: false,
26
- vm: false
27
- },
28
- alias: {
29
- // Replace the Node.js ZIP implementation with empty module
30
- 'adm-zip': false
31
- }
32
- },
33
- module: {
34
- rules: [
35
- {
36
- test: /\.tsx?$/,
37
- use: 'babel-loader',
38
- exclude: /node_modules/
39
- },
40
- {
41
- test: /\.css$/,
42
- use: ['style-loader', 'css-loader', 'postcss-loader']
43
- }
44
- ]
45
- },
46
- plugins: [
47
- new HtmlWebpackPlugin({
48
- template: './public/index.html'
49
- }),
50
- new webpack.ProvidePlugin({
51
- process: 'process/browser',
52
- Buffer: ['buffer', 'Buffer']
53
- })
54
- ],
55
- devServer: {
56
- port: 3000,
57
- hot: true,
58
- open: true
59
- }
60
- };