@adaas/are 0.0.3 → 0.0.5
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.
- package/LICENSE +10 -19
- package/README.md +14 -2
- package/dist/browser/index.d.mts +843 -751
- package/dist/browser/index.mjs +2729 -2481
- package/dist/browser/index.mjs.map +1 -1
- package/dist/node/AreInstruction.entity-Ceyy0tbf.d.mts +163 -0
- package/dist/node/AreInstruction.entity-Ceyy0tbf.d.ts +163 -0
- package/dist/node/index.d.mts +37 -1
- package/dist/node/index.d.ts +37 -1
- package/dist/node/index.js +28 -0
- package/dist/node/index.mjs +4 -0
- package/dist/node/lib/AreAttribute/AreAttribute.entity.d.mts +80 -13
- package/dist/node/lib/AreAttribute/AreAttribute.entity.d.ts +80 -13
- package/dist/node/lib/AreCompiler/AreCompiler.component.d.mts +3 -13
- package/dist/node/lib/AreCompiler/AreCompiler.component.d.ts +3 -13
- package/dist/node/lib/AreComponent/Are.context.d.mts +64 -14
- package/dist/node/lib/AreComponent/Are.context.d.ts +64 -14
- package/dist/node/lib/AreEngine/AreEngine.component.d.mts +9 -23
- package/dist/node/lib/AreEngine/AreEngine.component.d.ts +9 -23
- package/dist/node/lib/AreEngine/AreEngine.types.d.mts +9 -25
- package/dist/node/lib/AreEngine/AreEngine.types.d.ts +9 -25
- package/dist/node/lib/AreInstruction/AreInstruction.entity.d.mts +3 -13
- package/dist/node/lib/AreInstruction/AreInstruction.entity.d.ts +3 -13
- package/dist/node/lib/AreInstruction/AreInstruction.types.d.mts +3 -13
- package/dist/node/lib/AreInstruction/AreInstruction.types.d.ts +3 -13
- package/dist/node/lib/AreInstruction/types/AreDeclaration.instruction.d.mts +37 -14
- package/dist/node/lib/AreInstruction/types/AreDeclaration.instruction.d.ts +37 -14
- package/dist/node/lib/AreInstruction/types/AreMutation.instruction.d.mts +29 -14
- package/dist/node/lib/AreInstruction/types/AreMutation.instruction.d.ts +29 -14
- package/dist/node/lib/AreInterpreter/AreInterpreter.component.d.mts +3 -13
- package/dist/node/lib/AreInterpreter/AreInterpreter.component.d.ts +3 -13
- package/dist/node/lib/AreLifecycle/AreLifecycle.component.d.mts +4 -13
- package/dist/node/lib/AreLifecycle/AreLifecycle.component.d.ts +4 -13
- package/dist/node/lib/AreLoader/AreLoader.component.d.mts +2 -13
- package/dist/node/lib/AreLoader/AreLoader.component.d.ts +2 -13
- package/dist/node/lib/AreNode/AreNode.entity.d.mts +197 -13
- package/dist/node/lib/AreNode/AreNode.entity.d.ts +197 -13
- package/dist/node/lib/AreNode/AreNode.types.d.mts +8 -14
- package/dist/node/lib/AreNode/AreNode.types.d.ts +8 -14
- package/dist/node/lib/AreScene/AreScene.context.d.mts +170 -13
- package/dist/node/lib/AreScene/AreScene.context.d.ts +170 -13
- package/dist/node/lib/AreScene/AreScene.types.d.mts +21 -14
- package/dist/node/lib/AreScene/AreScene.types.d.ts +21 -14
- package/dist/node/lib/AreSignals/AreSignals.component.d.mts +3 -12
- package/dist/node/lib/AreSignals/AreSignals.component.d.ts +3 -12
- package/dist/node/lib/AreSignals/AreSignals.context.d.mts +2 -12
- package/dist/node/lib/AreSignals/AreSignals.context.d.ts +2 -12
- package/dist/node/lib/AreSignals/AreSignals.meta.d.mts +1 -3
- package/dist/node/lib/AreSignals/AreSignals.meta.d.ts +1 -3
- package/dist/node/lib/AreSignals/AreSignals.types.d.mts +1 -3
- package/dist/node/lib/AreSignals/AreSignals.types.d.ts +1 -3
- package/dist/node/lib/AreSignals/entities/AreInit.signal.d.mts +1 -2
- package/dist/node/lib/AreSignals/entities/AreInit.signal.d.ts +1 -2
- package/dist/node/lib/AreSignals/entities/AreRoute.signal.d.mts +1 -1
- package/dist/node/lib/AreSignals/entities/AreRoute.signal.d.ts +1 -1
- package/dist/node/lib/AreStore/AreStore.context.d.mts +54 -13
- package/dist/node/lib/AreStore/AreStore.context.d.ts +54 -13
- package/dist/node/lib/AreSyntax/AreSyntax.context.d.mts +10 -12
- package/dist/node/lib/AreSyntax/AreSyntax.context.d.ts +10 -12
- package/dist/node/lib/AreSyntax/AreSyntax.types.d.mts +79 -14
- package/dist/node/lib/AreSyntax/AreSyntax.types.d.ts +79 -14
- package/dist/node/lib/AreTokenizer/AreTokenizer.component.d.mts +4 -14
- package/dist/node/lib/AreTokenizer/AreTokenizer.component.d.ts +4 -14
- package/dist/node/lib/AreTransformer/AreTransformer.component.d.mts +2 -13
- package/dist/node/lib/AreTransformer/AreTransformer.component.d.ts +2 -13
- package/package.json +32 -17
- package/src/index.ts +6 -0
- package/dist/node/Are.context-9Ija_fdC.d.ts +0 -846
- package/dist/node/Are.context-D7w32H1G.d.mts +0 -846
package/LICENSE
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
(
|
|
1
|
+
Copyright (c) 2026 ADAAS YAZILIM LİMİTED ŞİRKETİ and affiliates.
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
a copy of this software and associated documentation files (the
|
|
7
|
-
'Software'), to deal in the Software without restriction, including
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
12
8
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
19
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
20
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
21
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
22
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
<img align="left" style="margin-right:40px; margin-bottom:80px;" width="180" height="80" src="./docs/a-logo-docs.png" alt="ADAAS Logo">
|
|
2
2
|
|
|
3
|
+
# A-Concept Rendering Engine
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
|
|
9
|
+

|
|
10
|
+

|
|
11
|
+

|
|
12
|
+

|
|
3
13
|
[](https://www.npmjs.com/package/@adaas/are)
|
|
4
14
|
[](./LICENSE)
|
|
5
15
|
[](https://github.com/ADAAS-org/adaas-are/actions)
|
|
@@ -209,6 +219,8 @@ npm test
|
|
|
209
219
|
---
|
|
210
220
|
|
|
211
221
|
## License
|
|
222
|
+
This project is licensed under the Apache License 2.0.
|
|
212
223
|
|
|
213
|
-
|
|
224
|
+
© 2026 ADAAS YAZILIM LİMİTED ŞİRKETİ. All rights reserved.
|
|
225
|
+
All original code and concepts are the intellectual property of ADAAS YAZILIM LİMİTED ŞİRKETİ.
|
|
214
226
|
|