We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bc38e commit 432aadeCopy full SHA for 432aade
packages/angular_devkit/build_optimizer/src/transforms/prefix-classes.ts
@@ -8,9 +8,6 @@
8
import * as ts from 'typescript';
9
import { addPureComment } from '../helpers/ast-utils';
10
11
-/**
12
- * @deprecated From 0.9.0
13
- */
14
export function testPrefixClasses(content: string) {
15
const exportVarSetter = /(?:export )?(?:var|const)\s+(?:\S+)\s*=\s*/;
16
const multiLineComment = /\s*(?:\/\*[\s\S]*?\*\/)?\s*/;
packages/angular_devkit/build_optimizer/src/transforms/scrub-file.ts
import { collectDeepNodes } from '../helpers/ast-utils';
export function testScrubFile(content: string) {
const markers = [
'decorators',
0 commit comments