ether-code 0.3.6 → 0.3.7

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 (2) hide show
  1. package/cli/ether.js +10 -3
  2. package/package.json +1 -1
package/cli/ether.js CHANGED
@@ -6,7 +6,7 @@ const http = require('http')
6
6
  const { EtherCompiler } = require('./compiler')
7
7
  const { Watcher } = require('./watcher')
8
8
 
9
- const VERSION = '0.3.6'
9
+ const VERSION = '0.3.7'
10
10
 
11
11
  const COLORS = {
12
12
  reset: '\x1b[0m',
@@ -686,7 +686,11 @@ document
686
686
  "Ether"
687
687
  pre
688
688
  code classe: "ether-code"
689
- "document\n corps\n titre1 Bonjour\n paragraphe Le monde"
689
+ "document"
690
+ "corps"
691
+ "titre1 Bonjour"
692
+ "paragraphe Le monde"
693
+
690
694
  div classe: "code-arrow"
691
695
  "→"
692
696
  div classe: "code-block"
@@ -694,7 +698,10 @@ document
694
698
  "HTML"
695
699
  pre
696
700
  code classe: "html-code"
697
- "html\n body\n h1 Bonjour\n p Le monde"
701
+ "<html>"
702
+ "<body>"
703
+ "<h1>Bonjour</h1>"
704
+ "<p>Le monde</p>"
698
705
 
699
706
  pied classe: "footer"
700
707
  paragraphe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ether-code",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Ether - Le langage intentionnel",
5
5
  "main": "cli/compiler.js",
6
6
  "bin": {