2
0
Herbert Vojčík 12 gadi atpakaļ
vecāks
revīzija
f9dbd20b1d
3 mainītis faili ar 429 papildinājumiem un 215 dzēšanām
  1. 214 107
      js/Compiler-IR.deploy.js
  2. 214 107
      js/Compiler-IR.js
  3. 1 1
      st/Compiler-IR.st

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 214 - 107
js/Compiler-IR.deploy.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 214 - 107
js/Compiler-IR.js


+ 1 - 1
st/Compiler-IR.st

@@ -1137,7 +1137,7 @@ nextPutIfElse: aBlock with: ifBlock with: elseBlock
 nextPutMethodDeclaration: aMethod with: aBlock
 	stream
 		nextPutAll: 'smalltalk.method({'; lf;
-		nextPutAll: 'selector: "', aMethod selector, '",'; lf;
+		nextPutAll: 'selector: ', aMethod selector asJavascript, ','; lf;
 		nextPutAll: 'source: ', aMethod source asJavascript, ',';lf.
 	aBlock value.
 	stream

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels