@modern-js/base-generator 1.1.2 → 1.2.1

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.
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.1.2",
14
+ "version": "1.2.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/js/node/main.js",
17
17
  "files": [
@@ -20,15 +20,15 @@
20
20
  ],
21
21
  "devDependencies": {
22
22
  "@babel/runtime": "^7",
23
- "@modern-js/codesmith": "^1.0.0",
24
- "@modern-js/codesmith-api-app": "^1.0.0",
25
- "@modern-js/generator-common": "^1.1.3",
26
- "@modern-js/codesmith-tools": "^1.0.0",
23
+ "@modern-js/codesmith": "^1.0.7",
24
+ "@modern-js/codesmith-api-app": "^1.0.7",
25
+ "@modern-js/generator-common": "^1.2.0",
26
+ "@modern-js/codesmith-tools": "^1.0.8",
27
27
  "@types/jest": "^26",
28
28
  "@types/node": "^14",
29
29
  "typescript": "^4",
30
- "@modern-js/module-tools": "^1.1.1",
31
- "@modern-js/plugin-testing": "^1.1.1"
30
+ "@modern-js/module-tools": "^1.1.3",
31
+ "@modern-js/plugin-testing": "^1.2.1"
32
32
  },
33
33
  "sideEffects": false,
34
34
  "modernConfig": {
@@ -46,5 +46,6 @@
46
46
  "build": "modern build",
47
47
  "build:csmith": "csmith-tools build",
48
48
  "test": "modern test --passWithNoTests"
49
- }
49
+ },
50
+ "readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
50
51
  }
File without changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "recommendations": [
3
- "jpoissonnier.vscode-styled-components",
3
+ "styled-components.vscode-styled-components",
4
4
  "kumar-harsh.graphql-for-vscode",
5
5
  "dtsvet.vscode-wasm",
6
6
  "cpylua.language-postcss",
@@ -0,0 +1,36 @@
1
+ <component name="ProjectCodeStyleConfiguration">
2
+ <code_scheme name="Project" version="173">
3
+ <option name="SOFT_MARGINS" value="80,120" />
4
+ <HTMLCodeStyleSettings>
5
+ <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
6
+ </HTMLCodeStyleSettings>
7
+ <JSCodeStyleSettings version="0">
8
+ <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
9
+ <option name="FORCE_SEMICOLON_STYLE" value="true" />
10
+ <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
11
+ <option name="USE_DOUBLE_QUOTES" value="false" />
12
+ <option name="FORCE_QUOTE_STYlE" value="true" />
13
+ <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
14
+ <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
15
+ <option name="SPACES_WITHIN_IMPORTS" value="true" />
16
+ <option name="IMPORT_SORT_MODULE_NAME" value="true" />
17
+ </JSCodeStyleSettings>
18
+ <TypeScriptCodeStyleSettings version="0">
19
+ <option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
20
+ <option name="FORCE_SEMICOLON_STYLE" value="true" />
21
+ <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
22
+ <option name="USE_DOUBLE_QUOTES" value="false" />
23
+ <option name="FORCE_QUOTE_STYlE" value="true" />
24
+ <option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
25
+ <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
26
+ <option name="SPACES_WITHIN_IMPORTS" value="true" />
27
+ <option name="IMPORT_SORT_MODULE_NAME" value="true" />
28
+ </TypeScriptCodeStyleSettings>
29
+ <editorconfig>
30
+ <option name="ENABLED" value="true" />
31
+ </editorconfig>
32
+ <codeStyleSettings language="Markdown">
33
+ <option name="RIGHT_MARGIN" value="120" />
34
+ </codeStyleSettings>
35
+ </code_scheme>
36
+ </component>
@@ -0,0 +1,5 @@
1
+ <component name="ProjectCodeStyleConfiguration">
2
+ <state>
3
+ <option name="USE_PER_PROJECT_SETTINGS" value="true" />
4
+ </state>
5
+ </component>
@@ -0,0 +1,7 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="ES6PreferShortImport" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
6
+ </profile>
7
+ </component>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="EslintConfiguration">
4
+ <option name="fix-on-save" value="true" />
5
+ </component>
6
+ </project>