mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 08:27:43 +08:00
rename nginject-comments.js => nginject.js
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ echo "beginning ng-annotate defs-build"
|
||||
rm -rf es5
|
||||
mkdir es5
|
||||
|
||||
declare -a files=(generate-sourcemap.js lut.js ng-annotate.js ng-annotate-main.js nginject-comments.js run-tests.js scope.js scopetools.js)
|
||||
declare -a files=(generate-sourcemap.js lut.js ng-annotate.js ng-annotate-main.js nginject.js run-tests.js scope.js scopetools.js)
|
||||
DEFS="../node_modules/.bin/defs"
|
||||
if [[ ! -f "$DEFS" ]]; then DEFS="../../../../node_modules/.bin/defs" ; fi
|
||||
if [[ ! -f "$DEFS" ]]; then DEFS="defs" ; fi
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@ const alter = require("alter");
|
||||
const traverse = require("ordered-ast-traverse");
|
||||
const EOL = require("os").EOL;
|
||||
const assert = require("assert");
|
||||
const ngInject = require("./nginject-comments");
|
||||
const ngInject = require("./nginject");
|
||||
const generateSourcemap = require("./generate-sourcemap");
|
||||
const Lut = require("./lut");
|
||||
const scopeTools = require("./scopetools");
|
||||
|
||||
Reference in New Issue
Block a user