NetanelBasal / helpful-decorators

Helpful decorators for typescript projects

Home Page:https://netbasal.com/create-and-test-decorators-in-javascript-85e8d5cf879c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template literals in IE

Binek115 opened this issue · comments

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request

Current behavior

Application with helpful-decorators will not open on IE because browser does not support template literals which is used in measure function inside console.log().

Expected behavior

Application will open correctly.

Minimal reproduction of the problem with instructions

https://stackblitz.com/edit/angular-b7lgd7

Environment

helpful-decorators version: 2.0.5

Browser:

  • IE version 11

Why are you not compiling the code with Typescript or Babel?

Decorators don't work natively in the browser.

I have updated reproduction link