{
  "version": 3,
  "sources": ["../../../src/lib/core/warnings.ts"],
  "sourcesContent": ["let didWarnDotValue = false\n\n// remove this once we've removed all getters from our app\n\nexport function logDotValueWarning() {\n\tif (didWarnDotValue) return\n\tdidWarnDotValue = true\n\tconsole.warn(\n\t\t'Using Signal.value is deprecated and will be removed in the near future. Please use Signal.get() instead.'\n\t)\n}\n\nlet didWarnComputedGetter = false\n\nexport function logComputedGetterWarning() {\n\tif (didWarnComputedGetter) return\n\tdidWarnComputedGetter = true\n\tconsole.warn(\n\t\t`Using \\`@computed\\` as a decorator for getters is deprecated and will be removed in the near future. Please refactor to use \\`@computed\\` as a decorator for methods.\n\n// Before\n@computed\nget foo() {\n\treturn 'foo'\n}\n\n// After\n@computed\ngetFoo() {\n\treturn 'foo'\n}\n`\n\t)\n}\n"],
  "mappings": "AAAA,IAAI,kBAAkB;AAIf,SAAS,qBAAqB;AACpC,MAAI,gBAAiB;AACrB,oBAAkB;AAClB,UAAQ;AAAA,IACP;AAAA,EACD;AACD;AAEA,IAAI,wBAAwB;AAErB,SAAS,2BAA2B;AAC1C,MAAI,sBAAuB;AAC3B,0BAAwB;AACxB,UAAQ;AAAA,IACP;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAcD;AACD;",
  "names": []
}
