ttransformer

48.0.0 • Public • Published

Publish

Pump the version number in package.json.

Build the package.

npm run build

Publish the package.

npm publish

/**

  • TODO: Next Steps
  • Correct typing; ask anton; https://www.typescriptlang.org/docs/handbook/classes.html#advanced-techniques
  • Ttransformer not defined problem
  • Differentiating enter/exit logs; should be the same
  • Jasmine import
  • unregister in ngOnDestroy
  • Package json def
  • Jasmine import?
  • What with property mocks?
  • Constructor Mock?
  • Lifecycle Hooks?
    • enterTransformZone/exitTransformZone // has to be added to all spec files with transform in the describe block
    • correct typing for const stub: MyStubInterface = Transformer.getSingleInstance(MyType) */

/**

  • What does this function return?
  • How to keep track of the instances? Would have to be introduced on the real class? */

/*

class Test { static instances: Test[] = [];

constructor() { Test.instances.push(this) } }

TransformerRegistry

!!!!!!!!!!!!!! scope??? geht das überhaupt einmal transformen einmal nicht referenzen umbiegen

class for only one file changn

transformer for one file

karma threads

zuerst auf file ebene

*/

Readme

Keywords

none

Package Sidebar

Install

npm i ttransformer

Weekly Downloads

1

Version

48.0.0

License

ISC

Unpacked Size

210 kB

Total Files

141

Last publish

Collaborators

  • quxkky