mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
refactor(@angular-devkit/build-optimizer): remove errant deprecations
These functions are not public and are also used internally.
This commit is contained in:
parent
57bc38e9fa
commit
432aade7ad
@ -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*/;
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user