forked from CKGrafico/papanasi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release/1.1.0 [in progress] (CKGrafico#77)
* update some packages * update more packages * update more packages * add verbose flag * migrate to modules * update linting packages * update schema packages * upgrade more packages * Update mitosis version * improve mount on avatar element * remove mount for other elements if possible * fix CKGrafico#75 * Fix some small issues compiling * v1.1.0-alpha.0 * update versions * add version as variable * v1.1.0-alpha.1 * fix some typings * fix vue packages * add api to vue compiler * update vue types * inject types in vue files * inject dependencies * move prop types to interfaces * inject inerfaces * fix some imports * get needed files * clean vue imports * add more steps to inject * Improve some vue interfaces * improve performance of vue types * Fix types in columns * support generic types in vue * fix rollup for vue * fix vue declarations * fix some types * v1.1.0-alpha.3 * Create new alpha package * fix setting version * update version * v1.1.0-alpha.4 * v1.1.0-alpha.5 * remove unused packages * make breakpoint interface optional * Fix react typings * v1.1.0-alpha.6 * v1.1.0-alpha.7 * fix some typings * fix classnames * v1.1.0-alpha.9 * remove root classes * start fixing vue problems in watchers * v1.1.0-alpha.10 * fix vue bugs from mitosis * v1.1.0-alpha.11 * fix qwik * update readme with examples * edit readmes * v1.1.0-alpha.12 * update packages * Fix svelte problems * v1.1.0-alpha.13 * v1.1.0-alpha.14 * add src to solid * remove src * v1.1.0-alpha.15 * add variables * fix solid imports * v1.1.0-alpha.16 * fix solid classname * v1.1.0-alpha.17 * v1.1.0-alpha.17 * add ofetch * update some packages * update more dependencies * v1.1.0-alpha.18 * fix qwik classes * v1.1.0-alpha.19 * v1.1.0 * updte version
- Loading branch information
Showing
96 changed files
with
5,594 additions
and
4,449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"reject": [ | ||
"mini-css-extract-plugin", | ||
"ora", | ||
"typescript" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 2, | ||
"bracketSpacing": true, | ||
"trailingComma": "none", | ||
"printWidth": 120, | ||
"endOfLine": "auto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,30 @@ | ||
{ | ||
"extends": "stylelint-prettier/recommended", | ||
"ignoreFiles": ["**/*.html", "**/*.js", "**/*.ts"], | ||
"ignoreFiles": [ | ||
"**/*.html", | ||
"**/*.js", | ||
"**/*.ts" | ||
], | ||
"plugins": [ | ||
"stylelint-prettier", | ||
], | ||
"rules": { | ||
"prettier/prettier": true, | ||
"at-rule-no-unknown": null, | ||
"font-family-no-missing-generic-family-keyword": null, | ||
"no-missing-end-of-source-newline": null, | ||
"no-empty-source": null, | ||
"shorthand-property-no-redundant-values": null, | ||
"block-no-empty": null, | ||
"indentation": 2, | ||
"string-quotes": "single", | ||
"no-duplicate-selectors": true, | ||
"color-hex-length": "long", | ||
"color-named": "never", | ||
"selector-no-qualifying-type": true, | ||
"selector-combinator-space-after": "always", | ||
"selector-attribute-quotes": "always", | ||
"selector-attribute-operator-space-before": "never", | ||
"declaration-block-trailing-semicolon": "always", | ||
"declaration-colon-space-before": "never", | ||
"declaration-colon-space-after": "always", | ||
"property-no-vendor-prefix": true, | ||
"value-no-vendor-prefix": true, | ||
"at-rule-no-vendor-prefix": true, | ||
"selector-pseudo-element-colon-notation": "single", | ||
"selector-no-vendor-prefix": true, | ||
"media-feature-range-operator-space-before": "always", | ||
"media-feature-range-operator-space-after": "always", | ||
"media-feature-parentheses-space-inside": "never", | ||
"media-feature-name-no-vendor-prefix": true, | ||
"media-feature-colon-space-before": "never", | ||
"media-feature-colon-space-after": "always", | ||
"max-empty-lines": null, | ||
"media-feature-name-no-vendor-prefix": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
require('./compiler.tasks'); | ||
import './compiler.tasks.js'; |
Oops, something went wrong.