This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9d90cdf added actionscript vs typescript stub
9d90cdf is described below
commit 9d90cdf8b99d1998daa1c70b21aba4e63f04f24c
Author: Harbs <[email protected]>
AuthorDate: Sun Dec 19 15:00:31 2021 +0200
added actionscript vs typescript stub
---
_data/toc.json | 3 ++
features/as3/actionscript-vs-typescript.md | 53 ++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/_data/toc.json b/_data/toc.json
index f9093a1..a0e9158 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -68,6 +68,9 @@
"path": "features/as3/xml.md"
},
{
+ "path":
"features/as3/actionscript-vs-typescript.md"
+ },
+ {
"path": "features/as3/code-conventions.md"
},
{
diff --git a/features/as3/actionscript-vs-typescript.md
b/features/as3/actionscript-vs-typescript.md
new file mode 100644
index 0000000..141a082
--- /dev/null
+++ b/features/as3/actionscript-vs-typescript.md
@@ -0,0 +1,53 @@
+---
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+layout: docpage
+title: ActionScript vs Typescript
+description: Differences between ActionScript and Typescript
+permalink: /features/as3/actionscript-vs-typescript
+---
+
+# ActionScript vs Typescript
+
+Differences between ActionScript and Typescript
+
+*Warning: This document is a work-in-progress/undergoing review.*
+
+## ActionScript has a different goal than Typescript
+[Link to Typescript
goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals)
and compare to Royale goals. Compile time and runtime type safety...
+
+## Testing equality
+Details about strict equality...
+
+## Strings and Numbers
+Differences there
+
+## Arrays and Vectors
+Link to that page and basic difference...
+
+## XML
+Basics about XML and link to that page
+
+## Type casting
+Basics about type casting...
+
+## `is` and `as`
+Advantages and considerations...
+
+## Kitchen sink
+To include or not?
+
+what else....
\ No newline at end of file