mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 15:05:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
8
webGl/my-threejs-test/node_modules/@parcel/profiler/build-ts.js
generated
vendored
Normal file
8
webGl/my-threejs-test/node_modules/@parcel/profiler/build-ts.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
const fs = require('fs');
|
||||
|
||||
let contents = fs.readFileSync(__dirname + '/lib/Tracer.d.ts', 'utf8');
|
||||
|
||||
// Some fixups of typescript output
|
||||
contents = contents.replace(/^\s*#private;\s*$/gm, '');
|
||||
|
||||
fs.writeFileSync(__dirname + '/lib/Tracer.d.ts', contents);
|
Reference in New Issue
Block a user