aurora

Aurora, is a web framework, that can create and define a Web Component standards ('custom elements', 'Shadow DOM' and 'HTML Templates'), that compatible with other frameworks, using Typescript. API: https://muhammad-salem.github.io/aurora-docs

MIT License

Downloads
2.4K
Stars
3
Committers
1

Bot releases are hidden (Show)

aurora - v2.2.1

Published by muhammad-salem 3 months ago

FIX

  • fix get inputs from SetAccessorDeclaration node

Rollup

  • add rollup typescript transformers

What's Changed

Full Changelog: https://github.com/muhammad-salem/aurora/compare/v2.2.0...v2.2.1

aurora - Aurora v2.2.0

Published by muhammad-salem 3 months ago

Webpack

  • add webpack loader

module.exports = {
  entry: './src/index.ts',
    module: {
      exprContextCritical: false,
        rules: [
          {
            test: /\.tsx?$/,
            use: ['@ibyar/cli',],
            exclude: /node_modules/,
          }
        ]
      }
};

What's Changed

Full Changelog: https://github.com/muhammad-salem/aurora/compare/v2.1.2...v2.2.0

aurora - Aurora v2.1.2

Published by muhammad-salem 3 months ago

aurora - Aurora v2.1.0

Published by muhammad-salem 3 months ago

  • detect directives useing CLI tool ibyar

What's Changed

Full Changelog: https://github.com/muhammad-salem/aurora/compare/v2.0.2...v2.1.0

aurora - Aurora v2.0.2

Published by muhammad-salem 3 months ago

aurora - Aurora v2.0.1

Published by muhammad-salem 3 months ago

@ibyar/core

  • support injection token for Dependency Injection

@ibyar/elements

  • fix parser control flow syntax for directive that has no JavaScript expression

What's Changed

Full Changelog: https://github.com/muhammad-salem/aurora/compare/v2.0.0...v2.0.1

aurora - v2.0.0

Published by muhammad-salem 3 months ago

What's Changed

  • support control flow syntax
  • use typescript v5.3.3 and tslib v2.6.2

Full Changelog: https://github.com/muhammad-salem/aurora/compare/v1.2.2...v2.0.0

aurora - Aurora v1.1.0

Published by muhammad-salem about 1 year ago

Decorators

  • inherit parent metadata

Dependency:

  • use typescript version 5.2.2
  • use TSLib v2.6.0

Install

npm i --save @ibyar/aurora
yarn add @ibyar/aurora