From eb0992a79eee110b285193f8c2eb2419b29ea24d Mon Sep 17 00:00:00 2001 From: Mattias Gaertner Date: Sun, 8 Apr 2018 09:05:48 +0000 Subject: [PATCH] pas2js: docs about class interfaces git-svn-id: trunk@38708 - --- utils/pas2js/docs/translation.html | 55 ++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/utils/pas2js/docs/translation.html b/utils/pas2js/docs/translation.html index 860423c35d..fd9bb5d934 100644 --- a/utils/pas2js/docs/translation.html +++ b/utils/pas2js/docs/translation.html @@ -1600,9 +1600,58 @@ function(){

Translating class interfaces

- Class interfaces are not yet implemented. To make porting code easier there - is a {$modeswitch ignoreinterfaces}, that ignores interface declarations - and the class interface list. + JavaScript has nothing like it, so they are emulated. +