refactor(@angular-devkit/build-optimizer): remove errant deprecations

These functions are not public and are also used internally.
This commit is contained in:
Charles Lyding 2020-05-04 12:37:52 -04:00 committed by Douglas Parker
parent 57bc38e9fa
commit 432aade7ad
2 changed files with 0 additions and 6 deletions

View File

@ -8,9 +8,6 @@
import * as ts from 'typescript';
import { addPureComment } from '../helpers/ast-utils';
/**
* @deprecated From 0.9.0
*/
export function testPrefixClasses(content: string) {
const exportVarSetter = /(?:export )?(?:var|const)\s+(?:\S+)\s*=\s*/;
const multiLineComment = /\s*(?:\/\*[\s\S]*?\*\/)?\s*/;

View File

@ -8,9 +8,6 @@
import * as ts from 'typescript';
import { collectDeepNodes } from '../helpers/ast-utils';
/**
* @deprecated From 0.9.0
*/
export function testScrubFile(content: string) {
const markers = [
'decorators',