mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
chore: properly package .ts and .d.ts files (#6257)
* fix: package .ts sources * chore: add generating type defs * chore: copy generated type defs into dist dir * chore: fix adding generated def files * chore: remove unnecessary imports * chore: make handcrafted files reference generated * chore: replace AnyDuringMigration with any * chore: use replace instead of regex-replace * chore: use value in config instead of magic strings * chore: remove blockly.d.ts * chore: update jsdocs * chore: remove old references to typings
This commit is contained in:
3
typings/python.d.ts
vendored
3
typings/python.d.ts
vendored
@@ -9,8 +9,5 @@
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
/// <reference path="core.d.ts" />
|
||||
|
||||
import * as Blockly from './core';
|
||||
declare const python: any;
|
||||
export = python;
|
||||
|
||||
Reference in New Issue
Block a user