Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 40
  2. '=' expected.
  3.  
  4. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 42
  5. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 40
  6. L39: declare namespace jasmine {
  7. L40: type Expected<T> = T | ObjectContaining<T> | Any | Spy;
  8.  
  9. '=' expected.
  10.  
  11. L42: var clock: () => Clock;
  12.  
  13. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 40
  14. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 42
  15. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 42
  16. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 58
  17. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 99
  18. [15:41:31] typescript: node_modules/@types/jasmine/index.d.ts, line: 99
  19. [15:41:31] typescript: src/app/app.component.ts, line: 20
  20. [15:41:31] typescript: src/app/app.component.ts, line: 20
  21. A parameter initializer is only allowed in a function or constructor implementation.
  22.  
  23. L39: declare namespace jasmine {
  24. L40: type Expected<T> = T | ObjectContaining<T> | Any | Spy;
  25.  
  26. Cannot find name 'keyof'.
  27.  
  28. L39: declare namespace jasmine {
  29. L40: type Expected<T> = T | ObjectContaining<T> | Any | Spy;
  30.  
  31. A parameter initializer is only allowed in a function or constructor implementation.
  32.  
  33. ar clock: () => Clock;
  34.  
  35. Cannot find name 'keyof'.
  36.  
  37. L42: var clock: () => Clock;
  38.  
  39. Cannot find name 'Partial'.
  40.  
  41. L57: function getEnv(): Env;
  42. L59: function addCustomEqualityTester(equalityTester: CustomEqualityTester): void;
  43.  
  44. Cannot find name 'Partial'.
  45.  
  46. L98: new (env: Env, func: SpecFunction, spec: Spec): any;
  47. L100: execute(onComplete: () => void): void;
  48.  
  49. Cannot find name 'Partial'.
  50.  
  51. L98: new (env: Env, func: SpecFunction, spec: Spec): any;
  52. L100: execute(onComplete: () => void): void;
  53.  
  54. Cannot find name 'StatusBar'.
  55.  
  56. L20: constructor(public platform: Platform, public statusBar: StatusBar, public splashScreen: SplashScreen) {
  57. L21: this.initializeApp();
  58.  
  59. Cannot find name 'SplashScreen'.
  60.  
  61. L20: constructor(public platform: Platform, public statusBar: StatusBar, public splashScreen: SplashScreen) {
  62. L21: this.initializeApp();
  63.  
  64. [15:41:31] transpile failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement