Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@playcanvas/attribute-parser

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@playcanvas/attribute-parser - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

src/global.types.js

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.0.3",
"version": "1.0.4",
"dependencies": {

@@ -11,0 +11,0 @@ "@microsoft/tsdoc": "^0.15.0",

import * as ts from 'typescript';
import { createSystem, createDefaultMapFromNodeModules, createVirtualTypeScriptEnvironment } from '@typescript/vfs';
import globalTypes from './global.types.js';
import { ScriptParser } from './parsers/script-parser.js';

@@ -11,2 +11,3 @@ import { createDefaultMapFromCDN, flatMapAnyNodes, getExportedNodes, getType, inheritsFrom, isAliasedClassDeclaration } from './utils/ts-utils.js';

strictPropertyInitialization: false, // Allow uninitialized properties
skipLibCheck: true, // Skip type checking of declaration files
target: ts.ScriptTarget.ES2022, // If this version changes, the types must be updated in the /rollup.config.mjs

@@ -58,2 +59,5 @@ module: ts.ModuleKind.CommonJS,

// Add global types to the parser
this._env.createFile('/global.d.ts', globalTypes);
return this;

@@ -60,0 +64,0 @@ }

@@ -24,4 +24,5 @@ import { Script, Asset } from 'playcanvas';

c;
}
export { Example };
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc