ether-code 0.1.6 → 0.1.8

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 (45) hide show
  1. package/cli/compiler.js +9 -53
  2. package/cli/ether.js +1 -1
  3. package/generators/css-generator.js +42 -55
  4. package/generators/graphql-generator.js +19 -22
  5. package/generators/html-generator.js +51 -220
  6. package/generators/js-generator.js +76 -157
  7. package/generators/node-generator.js +49 -93
  8. package/generators/php-generator.js +46 -68
  9. package/generators/python-generator.js +35 -54
  10. package/generators/react-generator.js +37 -47
  11. package/generators/ruby-generator.js +59 -119
  12. package/generators/sql-generator.js +42 -63
  13. package/generators/ts-generator.js +59 -133
  14. package/i18n/i18n-css.json +147 -147
  15. package/i18n/i18n-graphql.json +6 -6
  16. package/i18n/i18n-html.json +135 -135
  17. package/i18n/i18n-js.json +107 -107
  18. package/i18n/i18n-node.json +14 -14
  19. package/i18n/i18n-php.json +177 -177
  20. package/i18n/i18n-python.json +16 -16
  21. package/i18n/i18n-react.json +97 -97
  22. package/i18n/i18n-ruby.json +22 -22
  23. package/i18n/i18n-sql.json +153 -153
  24. package/i18n/i18n-ts.json +10 -10
  25. package/lexer/ether-lexer.js +175 -34
  26. package/lexer/tokens.js +6 -6
  27. package/package.json +1 -1
  28. package/parsers/ast-css.js +0 -545
  29. package/parsers/ast-graphql.js +0 -424
  30. package/parsers/ast-html.js +0 -886
  31. package/parsers/ast-js.js +0 -750
  32. package/parsers/ast-node.js +0 -2440
  33. package/parsers/ast-php.js +0 -957
  34. package/parsers/ast-react.js +0 -580
  35. package/parsers/ast-ruby.js +0 -895
  36. package/parsers/ast-ts.js +0 -1352
  37. package/parsers/css-parser.js +0 -1981
  38. package/parsers/graphql-parser.js +0 -2011
  39. package/parsers/html-parser.js +0 -1182
  40. package/parsers/js-parser.js +0 -2564
  41. package/parsers/node-parser.js +0 -2644
  42. package/parsers/php-parser.js +0 -3037
  43. package/parsers/react-parser.js +0 -1035
  44. package/parsers/ruby-parser.js +0 -2680
  45. package/parsers/ts-parser.js +0 -3881
@@ -8,7 +8,7 @@
8
8
 
9
9
  "operations": {
10
10
  "query": {
11
- "fr": "requête",
11
+ "fr": "requête",
12
12
  "en": "query",
13
13
  "es": "consulta",
14
14
  "ru": "запрос",
@@ -47,7 +47,7 @@
47
47
  "graphql": "type"
48
48
  },
49
49
  "input": {
50
- "fr": "entrée",
50
+ "fr": "entree",
51
51
  "en": "input",
52
52
  "es": "entrada",
53
53
  "ru": "ввод",
@@ -131,7 +131,7 @@
131
131
  "graphql": "extend"
132
132
  },
133
133
  "implements": {
134
- "fr": "implémente",
134
+ "fr": "implemente",
135
135
  "en": "implements",
136
136
  "es": "implementa",
137
137
  "ru": "реализует",
@@ -206,7 +206,7 @@
206
206
  "graphql": "Float"
207
207
  },
208
208
  "Boolean": {
209
- "fr": "Booléen",
209
+ "fr": "Booleen",
210
210
  "en": "Boolean",
211
211
  "es": "Booleano",
212
212
  "ru": "Логический",
@@ -699,7 +699,7 @@
699
699
  "directiveLocations": {
700
700
  "executable": {
701
701
  "QUERY": {
702
- "fr": "Requête",
702
+ "fr": "REQUETE",
703
703
  "en": "QUERY",
704
704
  "es": "CONSULTA",
705
705
  "ru": "ЗАПРОС",
@@ -1158,7 +1158,7 @@
1158
1158
  "graphql": "list"
1159
1159
  },
1160
1160
  "create": {
1161
- "fr": "créer",
1161
+ "fr": "creer",
1162
1162
  "en": "create",
1163
1163
  "es": "crear",
1164
1164
  "ru": "создать",